@import "reset.css";

html, body{height:100%;}
body {font-size:62.5%; background:#5a5a5a url("images/flatback.gif") center repeat-y; font-family:"Helvetica LT Std", "Helvetica LT Std Cond", "Helvetica LT Std Light", Helvetica ,sans-serif;}

    #wrapper {
        min-height: 100%;
       height: auto !important;
       height: 100%;
       margin: 0 auto -119px;
	   width:960px;
	   padding-left:9px;
	   background:#FFF url("images/grayShadow.gif") left repeat-y;
   }
   
   strong{font-weight:bold;}
   
#cap{width:955px; height:30px; margin:0 auto; background:#565656 url("images/headTopShadow.gif") top left no-repeat; padding-left:9px;}
#header{width:935px; height:119px; margin-left:25px; background:#0e5485 url("images/header.gif") no-repeat; padding-right:4px;}
#header img{margin:15px 0 0 35px; float:left;}
#headerContent{height:109px; width:175px; padding:10px 10px 0 10px; float:right; font-size:1.1em; color:#FFF; line-height:1.3em;}
#headerContent span{display:block; width:75px; margin-right:20px;}
#headerContent a{color:#FFF;}
#headerContent a:hover{text-decoration:none;}

#center{width:100%;}

#leftSideBar{ padding-left:25px; float:left; margin-bottom:50px;}
#navTopCorner{width:190px; height:11px; background:#000 url("images/navCorner1.gif") top right no-repeat;}
#nav{width:190px; background:#000; font-size:1.6em; padding-bottom:30px;}
#nav li{height:32px ;margin-bottom:10px; overflow:hidden !important;}
#nav a{display:block; /*width:148px;*/ height:32px; line-height:32px; background:/*#d5a514*/#000 url("images/btn-nav.gif") no-repeat; color:#000; font-weight:bold; padding-left:10px; text-decoration:none;}
#nav a:hover, #nav .hot{background:/*#0e5485*/#000 url("images/btn-hover-nav.gif") top left no-repeat; color:#fff;}
#navShadow{width:190px; height:31px; background:url("images/navShadow.gif") no-repeat;}
#navCorners{width:11px; float:right; height:100%; color:#FFF;}
#navBottomCorner{width:190px; height:11px; background:#000 url("images/navCorner2.gif") bottom right no-repeat;}


#content{padding:55px 20px 100px 30px; font-size:1.4em; float:left; width:690px; line-height:1.7em; background:#FFF url("images/headBottomShadow.gif") top left no-repeat;}
#content ul{list-style:disc;}
#content li{margin-left:35px;}
#content h1{font-size:2.2em;}
#content h2{font-size:2.0em;}

#footer{background:#FFF url("images/grayShadow.gif") left repeat-y; width:960px; margin:0 auto; padding-left:9px; clear:both;} 
#footerContent{padding-right:2px; width:935px; height:64px; margin-left:25px; background:#0e5485 url("images/footer.gif") top no-repeat; color:#FFF; text-align:center; font-size:1.1em; padding-top:55px;}
#footerContent a{color:#FFF;}
 
   #footer, #push {/*footer must clear both*/
       height: 119px!important;
}


