﻿@charset "UTF-8";
/* CSS Document */

body {
margin: 0px; 
padding: 0px;
background: #FFFFFF url('../images/global/body_bg.gif') repeat-x;
font-family:sans-serif;
text-align: center;
}
#site_wrapper {
position: relative;
margin: 0px auto;
padding: 0px;
width: 1000px;
height: auto; 
overflow: auto;
}
#site_header {
position: relative;
display: block;
margin: 0px auto;
padding: 0px;
height: 179px;
background: url('../images/global/site_header_bg.png') no-repeat;
}

#header_logo {
position: absolute;
top: 61px;
left: 23px;
}

#site_nav {
position: absolute;
top: 0px; 
right: 0px;
width: 475px;
height: 99px;
background: url('../images/global/site_nav_bg.png') no-repeat;
}
#site_nav a {
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #5b5b5b;
}
#site_nav ul {
margin: 28px auto 0px;
padding: 0px;
}
#site_nav ul li {
display:block; 
float:left;
height: 71px;
line-height: 71px;
}
#site_nav_btn1 {
width: 201px;
}
#site_nav_btn2 {
width: 143px;
}
#site_nav_btn3 {
width: 131px;
}
#services_nav {
position: relative;
display: block;
margin: 11px auto;
padding: 0px;
height: auto;
overflow-y: auto;
}

.services_nav_main {
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #FFFFFF;
}
.services_nav_sub {
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #FFFFFF;
}

#services_nav ul {
margin: 0px 0px 0px 20px; padding: 0px;
width: 296px;
list-style: none;
text-align: left;
background: url('../images/global/services_nav_bg.png');
}
#services_nav ul li {
padding: 10px;
line-height: 10px;
}
#services_nav ul li a {
display:block;
}
#content {
position: relative;
display: block;
float: left;
margin: -402px 0px 40px 0px;
width: 684px;
height: auto;
min-height: 670px;
overflow-y: auto;
background: #FFFFFF;
}
#content_aside {
 position: relative;
 display: block;
 float: left;
 margin: 30px 0px 0px 0px;
 width: 316px;
 height: auto;
 overflow-y: auto;
}
footer {
position: relative;
display: block;
margin: 0px auto;
padding: 0px;
width: 1000px;
height: 220px;
background: url('../images/global/footer_bg.gif') no-repeat;
}

#sm_title {
position: absolute;
display: block;
top:31px;
left: 32px;
width: 145px;
font-size: 12px;
text-align: left;
font-weight: bold;
color: #797979;
}

#footer_nav {
position: absolute;
top: 58px; 
left: 30px;
height: auto;
overflow-y: auto;
text-align: left;
}

#footer_nav a {
display: block;
font-size: 10px;
font-weight: normal;
text-decoration: none;
color: #797979;
}
#footer_nav ul {
position: relative;
display: block;
float: left;
margin: 0px 0px 0px 0px;
padding: 0px;
color: #797979;
}
.site_map_connector {
position: relative;
display: block;
float: left;
margin: 0px 8px;
padding: 0px;
}
#footer_nav ul li {
display: block; 
margin: 16px 0px;
padding: 0px;
}

#footer_logo {
position: absolute;
top: 50px;
right: 43px;
}
#copyright {
position: absolute;
top:170px;
right: 56px;
width: 145px;
font-size: 11px;
text-align: center;
color: #FFFFFF;
}

a img {
border:none;
}