/* CSS Document */
body {
background: url(../img/body_bg.jpg) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px; 
background-color:#fff;
color:#666;
font-weight:bold;
}
/*------------------------------------------------------- Wrap ----------------------------------------------------------*/

#wrap {
position: absolute;
width: 1000px;
height: auto;
left: -500px;
margin-left: 50%;
min-height: 400px;
background: 0;
border: 0px solid blue;
}
/*------------------------------------------------------- Header ----------------------------------------------------------*/
#header {
width: 1000px;
height: 84px;
background: url(../img/logo_header.jpg) no-repeat;
border: 0px solid red;
}
/*------------------------------------------------------- Helpnav ----------------------------------------------------------*/
#helpnav {
width: 1000px;
height: 58px;
border: 0px solid green;
text-align: right;
}
#helpnav ul{
margin: 35px 0 0 0;
float: right;
word-spacing: 5px;
}

#helpnav ul li{
background:url(../img/helpnav_list_dot.jpg) no-repeat 0 4px;
float: left;
margin: 0 0 0 10px;
padding: 0 0 0 12px;
}
#helpnav ul li a{
color: #444;
text-decoration: none;
font-weight: normal;
}
/*------------------------------------------------------- Mainnav ----------------------------------------------------------*/
#mainnav {
width: 1000px;
height: 26px;
border: 0px solid green;
text-align: left;
}
#mainnav ul{
width: 1000px;
height: 22px;
border-left: 1px solid #666;
border-right: 0px solid #666;
margin: 3px 0 0 0;
float: left;
word-spacing: 0px;
}

#mainnav ul li{
background-color: #ccc;
width: auto;
height: 20px;
float: left;
}
#mainnav ul li a{
display: block;
width: 150px;
height: 20px;
_height: 19px;
color: #111111;
text-decoration: none;
font-weight: bold;
font-size: 12px;
border: 0px solid red;
padding: 3px 0 0 15px;
border-right: 1px solid #666;
}
#mainnav ul li.locator{
background-color: #888888;
height: 22px;
_height: 19px;
}
#mainnav ul li.locator a{
height: 20px;
_height: 19px;
color: #fff;
}
#mainnav ul li a:hover{
color: #fff;
background-color: #666;
}
/*------------------------------------------------------- Stage ----------------------------------------------------------*/
#stage {
width: 996px;
height: auto;
overflow: hidden;
background-color: #fff;
border-bottom: 1px solid #666;
margin: 0;
padding: 1px 0 0 0;
}
/*------------------------------------------------------- Subnav ----------------------------------------------------------*/
#subnav {
width: 175px;
height: auto;
float: left;
border: 0px solid red;
}
#subnav ul{
margin: 25px 15px 15px 5px;
padding: 7px 7px 0px 7px;
width: 148px;
height: auto;
border-right: 1px solid #ccc;
}
#subnav ul ul{
margin: 5px 0 0 0 ;
padding: 0;
width: 138px;
height: auto;
border-right: 0px solid #ccc;
}
#subnav ul ul ul{
margin: 10px 0 0 0 ;
padding: 0;
width: 138px;
height: auto;
border-right: 0px solid #ccc;
}
#subnav ul ul li{
padding: 0 0 2px 15px;
margin: 0 0 2px 0;
background:url(../img/helpnav_list_dot.jpg) no-repeat 0 4px;
border-bottom: 0px solid #ccc;
}
#subnav ul ul ul li{
padding: 0 0 2px 15px;
margin: 0 0 2px 0;
background:url(../img/blue_arrow.jpg) no-repeat 0 4px;
border-bottom: 0px solid #ccc;
}
#subnav ul ul li a{
font-size: 12px;
color: #777777;
}
#subnav ul li{
padding: 0 0 5px 0;
margin: 0 0 5px 0;
border-bottom: 1px solid #ccc;
}
#subnav ul li.lastli{
border-bottom: 0px solid #ccc;
}
#subnav ul li a{
font-weight: normal;
text-decoration: none;
color: #000;
}
#subnav ul li a:hover{
color: #037FC5;
}
li.sublocator a{
font-weight: bold;
}
/*------------------------------------------------------- Content ----------------------------------------------------------*/
#content {
width: 775px;
height: auto;
float: left;
border: 0px solid red;
margin: 25px 0 0 10px;
}

#content h1{
font-size: 16px;
font-weight: bold;
color: #037FC5;
}


/*------------------------------------------------------- Footer ----------------------------------------------------------*/
#footer {
width: 996px;
height: 80px;
background-color: #fff;
border-bottom: 0px solid #666;
}
#footer p.footer_p {
margin: 5px 0 0 0;
padding: 5px 0 0 15px;
width: 230px;
height: 60px;
float: left;
border-right: 1px solid #ccc;
font-weight: normal;
}
#footer p.footer_p em {
font-weight: bold;
}
#footer p.footer_p strong {
color: #037FC5;
font-weight: bold;
}
#footer p.footer_p_last {
margin: 5px 0 0 0;
padding: 5px 0 0 15px;
width: 238px;
height: 60px;
float: left;
border-right: 0px solid #ccc;
font-weight: normal;
color: #037FC5;
}
