html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
}

body {
background-color: #526d7b;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#494d4f;
padding: 0;
margin: 0;
text-align: left;
}
a {
color: #494d4f;
text-decoration:none;
}
a:visited {color:#000d19;}
a:hover {color: #f3cf2a;}
a:active { color:#000000;}

h1 {
font-size: 16px;
text-transform:uppercase;
padding: 0;
margin:0; 
color: #000d19;
}
h2 {
font-size: 14px;
font-weight: normal;
margin:0;
color: #000d19;
}
h3 {
font-size: 13px;
font-weight: normal;
margin:0;
color: #494d4f;
}
h4 {
font-size: 12px;
font-weight: normal;
margin:0;
color: #ffffff;
}
h5 {
font-size: 14px;
font-weight: bold;
margin:0;
color: #eed523;
}
/* ----------container to center the layout-------------- */
#container {
width: 750px;
margin: 0 auto;
}
/* ----------header-------------- */
#headerBg{
height: 111px;
background: #494d4f url(images/header_bg.jpg) repeat-x;
padding: 0px;
margin: 0px;
}
#headerContent {
height: 111px;
width: 750px;
margin: 0 auto;
}
#title {
float: left;
height: 60px;
width: 261px;
margin: 22px 0 0 3px;
padding: 0;
background: url(images/title.jpg);
}
#logo {
float: right;
margin: 0;
padding: 0;
width: 363px;
height: 111px;
background: url(images/bldgs.jpg);

}
#adminLayer {
width: 97px;
margin: 0 0 0 235px;
}
/* --------------nav------------- */
#navBg{
height: 41px;
background: #494d4f url(images/nav_bg.jpg) repeat-x;
text-align: right;
padding: 0px;
margin: 0px;
}
#navContent {
height: 41px;
width: 750px;
margin: 0 auto;
}
/*- Menu Tabs 6--------------------------- */
#tabs6 {
	margin: 2px 0 0 0;
      float:left;
      width:100%;
      font-size:105%;
      line-height:normal;
	  color: #053154;


      }
    #tabs6 ul {
	  margin: 0 0 0 0;
	  padding:0px 10px 0 0;
	  list-style:none;
      }
    #tabs6 li {
      display:inline;
      margin:0;
      padding:0;
	  font-weight:bolder;
      }
    #tabs6 a {
      float:left;
      background:url("images/tableft6.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  text-transform:uppercase; 
      }
    #tabs6 a span {
      float:left;
      display:block;
      background:url("images/tabright6.gif") no-repeat right top;
      padding:13px 15px 7px 10px;
      color:#053154;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs6 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs6 a:hover span {
      color:#FFF;
	      }
    #tabs6 a:hover {
      background-position:0% -42px;

      }
    #tabs6 a:hover span {
      background-position:100% -42px;
	  	  background: url(awmdata/down-bg.jpg) repeat-x;
      }
/* -----------------content--------------------- */
#content {
padding: 0px;
margin: 0 200px;
}
p { text-align:left; }
/* --------------wide col------------- */
#wide {
width: 730px;
background: #94b6ce url(images/wide_col_top.jpg) no-repeat top;
margin: 10px 0 10px 0;
padding: 10px;

}
#wide li{
list-style-type:none;
padding-top: 5px;
}
#indexSpacer {
height: 230px;
}
#indexContent {
width: 325px;
float:left;
height: 250px;
text-align:left;
}
#rightImg {
float: left;
width: 150px;
padding-left: 20px;
padding-top: 0px;
}
#centerImg {
float: left;
width: 212px;
padding-left: 20px;
padding-top: 25px;
}
/* --------------left col------------- */
#left {
display:inline;
float: left;
width: 250px;
margin: 0 0 10px 12px;
padding: 0;
}
/* -----------------center--------------------- */
#center {
display:inline;
float: left;
padding: 0;
margin: 0 0 10px 0;
}
/* --------------right col------------- */
#right {
display:inline;
float: left;
width: 250px;
margin: 0 0 10px 0;
padding: 0;
}
#indexCategories {
width:210px;
height: 230px;
background: url(images/250_rd_bg.jpg) no-repeat;
padding: 10px 10px 10px 10px;
}
/* -----------category header--------------------------- */
#catHeader {
height: 40px;
width: 210px;
padding: 0;
}
#catHeader a{
color: #FFFF00;
}
/* -----------footer--------------------------- */
#footerBg {
height: 77px;
background: #494d4f url(images/footer_bg.jpg) repeat-x;
clear: both;
margin: 0;
padding: 0;
}
#footerContent {
height: 77px;
width: 750px;
padding-top: 10px;
margin: 0 auto;
}
#footerNav {

}
#footerNav li{
display: inline;
margin: 0 10px 0 10px;
list-style-type: none;
text-transform: uppercase;
text-decoration: none;
font-weight: bold;
color: #000e1c;
	}
/* -----------trailer--------------------------- */
#trailer {
background: #526d7b;
height: 50px;
}
