@charset "utf-8";

/* CSS Document */



html{

overflow: -moz-scrollbars-vertical;

}



body{

background: #4e5051 url(../images/mainbg.gif) top repeat-x;

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 12px;

color: #fff;

text-align:center;

margin: 0;

padding: 0;

}



#wrapper{

margin: 0 auto;

width: 832px;

}



.clear{

clear: both;

height: 0px;

}



#header{



}



#imgs{

background: url(../images/imgsbg.jpg) top center no-repeat;

text-align:center;

padding-top: 55px;

}



#nav{

background: url(../images/navbg.jpg) top center no-repeat;

line-height: 33px;

color: #ffff;

font-weight:bold;

text-transform: uppercase;

text-align:center;

}



#nav ul{

margin: 0;

padding: 0;

}



#nav ul li{

list-style-type: none;

display: block;

float: left;

width: 100px;

text-align:center;

}



#nav ul li a:link, #nav ul li a:visited{

display: block;

width: 100px;

height: 33px;

color: #fff;

background: url(../images/navbutton.png) top center no-repeat;

font-weight:bold;

text-decoration: none;

}



#nav ul li a:hover{

background: url(../images/navbgover.png) top center no-repeat;

}



#content{

background: url(../images/contentbg.gif) top center repeat-y;

padding: 10px;

text-align:left;

}



.boxtop{

background: url(../images/boxtop.gif) top center no-repeat;

width: 374px;

padding: 10px;

text-align:left;

}



.boxbtm{

background: url(../images/boxbtm.gif) top center no-repeat;

line-height: 25px;

padding-right: 10px;

font-size: 11px;

}



.boxtop ul{

margin: 0;

padding: 0;

}



.boxtop ul li{

list-style-type: none;

background: url(../images/arrow.gif) center left no-repeat;

padding: 3px 0px 3px 10px;

}



#footer{

background: url(../images/footerbg.gif) top center no-repeat;

height: 67px;

padding: 10px;

font-size: 11px;

text-align:center;

color: #666666

}



#footer span a{

padding: 0 9px;

color: #666;

}



#footer span a:hover{

text-decoration: underline;

}



a:link, a:visited{

color: #d8182a;

text-decoration: none;

}



a:hover{

color: #636363;

}



h1,h2,h3{

padding: 0;

margin: 0 .02em;

color: #d8182a;

font-family: Georgia, "Times New Roman", Times, serif;

text-transform: uppercase;

}



h1{

font-size: 20px;

}



h2{

font-size: 18px;

border-bottom: 1px solid #d8182a;

}



h3{

font-size: 16px;

}



.small{

font-size: 11px;

}



.large{

font-size: 16px;

}



.ctrtxt{

text-align:center;

}



.lttxt{

text-align:left;

}



.rttxt{

text-align:right;

}



.leftside{

float: left;

padding-right: 5px;

}



.rightside{

float: right;

padding-left: 5px;

}



a img{

border: 0;

}



input[type=submit], input[type=reset]{

background: #d8182a;

color: #fff;

border: 0;

padding: 2px;

font-weight:bold;

text-align:center;

}



input[type=submit]:hover, input[type=reset]:hover{

background: #faa331;

}



a.button:link, a.button:visited{

background: #d8182a;

color: #fff;

border: 0;

padding: 3px 5px;

font-weight:bold;

text-align:center;

}



a.button:hover{

background: #faa331;

}



form{

margin: 0;

padding: 0;

}



fieldset{

border: 1px solid #636363;

padding: 8px;

}



legend{

font-weight:bold;

color: #fff;

}



.alert{

color: #ff0000;

}



img, div { behavior: url(iepngfix.htc) }