/* CSS Document */
html,body
{
margin:0;
padding:0;
text-align:center;
}
body
{background-color:black;
text-align:center;}
#container
{
text-align:center;
width:800px;
position:relative;
margin-left:auto;
margin-right:auto;
top:10px;
height:550px;
background-color: black;
}

p
{font-family: "Eurostile","Verdana",sans-serif;
font-size:.95em;
color:#CCCCCC;
text-align:left;
}

#logo
{
position:absolute;
top:0;
left:0;
height:145px;
width:146px;
background: black;
}
#center
{
position:absolute;
top:0;
left:146px;
height:145px;
width:258px;
background-color:#000000;
text-align: center;
}
#flash
{
position:absolute;
top:0;
left:404px;
height:145px;
width:396px;
background-color:black;
text-align:right;
}
#menu
{
position:absolute;
top:150px;
left:0px;
height:350px;
width:800px;
background-color:#000000;
border-top: 2px solid #970127;
}
#footer
{
position:absolute;
top:500px;
left:0;
width:800px;
height:50px;
background-color:black;
text-align:center;
border-top:2px solid #200000;
}
#navlist
{
margin: 10;
padding-left: 35px;
font-weight:bold;
height:350px;
position:float;
left:0;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
font-family: "Eurostile","Verdana",sans-serif;
height:350px;
width:100px;
}

#navlist li#one
{
float: left;
margin: 0 20px 0 20px;
text-decoration: none;
color: #CCCCCC;
font-size: .95em;
padding-bottom: 2px;
background: url(homepanel1b.gif) no-repeat;
background-position:bottom;
outline:none;
font-weight:bold;
height:350px;
width:100px;
text-align:center;

}
#navlist li#two
{
float: left;
margin: 0 20px 0 20px;
text-decoration: none;
color: #CCCCCC;
font-size: .95em;
padding-bottom: 2px;
background: url(homepanel6b.gif) no-repeat;
background-position:bottom;
outline:none;
font-weight:bold;
height:350px;
width:100px;
text-align:center;
}
#navlist li#three
{
float: left;
margin: 0 20px 0 20px;
text-decoration: none;
color: #CCCCCC;
font-size: .95em;
padding-bottom: 2px;
background: url(homepanel3b.gif) no-repeat;
background-position:bottom;
outline:none;
font-weight:bold;
height:350px;
width:100px;
text-align:center;
}
#navlist li#four
{
float: left;
margin: 0 20px 0 20px;
text-decoration: none;
color: #CCCCCC;
font-size: .95em;
padding-bottom: 2px;
background: url(homepanel5b.gif) no-repeat;
background-position:bottom;
outline:none;
font-weight:bold;
height:350px;
width:100px;
text-align:center;
}
#navlist li#five
{
float: left;
margin: 0 20px 0 20px;
text-decoration: none;
color: #CCCCCC;
font-size: .95em;
padding-bottom: 2px;
background: url(homepanel4b.gif) no-repeat;
background-position:bottom;
outline:none;
font-weight:bold;
height:350px;
width:100px;
text-align:center;
}


#navlist a:link li:hover
{
float: left;
margin: 0 20px 0 20px;
text-decoration: none;
color: #CCCCCC;
font-family: "Eurostile","Verdana",sans-serif;
font-size: .95em;
width:100px;
height:350px;
}
#navlist li:hover#one { color: #CC6600;
font-weight:bold;
background: url(homepanel1a.gif) no-repeat;
background-position:bottom;
height:350px;
width:100px;
}
#navlist li:hover#two { color: #CC6600;
font-weight:bold;
background: url(homepanel6a.gif) no-repeat;
background-position:bottom;
height:350px;
width:100px;
}
#navlist li:hover#three { color: #CC6600;
font-weight:bold;
background: url(homepanel3a.gif) no-repeat;
background-position:bottom;
height:350px;
width:100px;
}
#navlist li:hover#four { color: #CC6600;
font-weight:bold;
background: url(homepanel5a.gif) no-repeat;
background-position:bottom;
height:350px;
width:100px;
}
#navlist li:hover#five { color: #CC6600;
font-weight:bold;
background: url(homepanel4a.gif) no-repeat;
background-position:bottom;
height:350px;
width:100px;
}
.center
{size:.9em;
text-align:center;
color:white;
margin:0;
padding:0;
}
img
{  border-style: none;
}
span
{color:#CC6600;}

.footertext
{font-family: "bodoni mt","times new roman",serif;
font-size:.7em;
color:white;
text-align:center;
margin:0;
padding:0;}

a:link
{
font-family: "bodoni mt","times new roman",serif;
text-decoration:none;
text-align:center;
color:#CC6600;
}
a:visited
{
text-decoration:none;
text-align:center;
color: #CC6600;
}
a:hover
{
text-decoration:none;
text-align:center;
color: #996633;
}
a:active
{
text-decoration:none;
text-align:center;
color: #996633;
}

