@charset "utf-8";
/* CSS Document */

body {
font-family: Arial, Verdana, sans serif;
margin: 10px 0px 0px 0px;
padding: 0px;
background: #e3e3e3;
font-size: 10px;
color: #333333;
}

#pagewrapper_div {
width: 855px;
margin: 0px auto;
}

a {
font-weight: bold;
color: #165771;
text-decoration: none;
}

a:hover {
color: #899639;
text-decoration: underline;
}

/* HEADER ELEMENTS */

h1, h2, h3, h4 {
margin: 0px;
padding: 0px;
font-weight: bold;
font-family: Trebuchet MS, Lucida Grande, Lucida, Arial, sans serif;
}

h2 {
font-size: 30px;
color: #000000;
line-height: 30px;
}

h3 {
display:block;
background: url(../../layout/images/h3bg.gif);
background-repeat: no-repeat;
background-position: right center;
color: #165872;
font-size: 18px;
margin-bottom: 15px;
line-height: 18px;
padding: 10px 0px 0px 0px;
}

h4 {
color: #000000;
font-size: 18px;
line-height: 18px;
font-style: italic;
}

/* BANNER ELEMENTS */

#banner_div {
height: 180px;
background: url(../../layout/images/bannerbg.gif) no-repeat top left #165771;
}

#logo {
background: url(../../layout/images/logo.png) no-repeat scroll 0% 0%;
width: 276px;
height: 33px;
text-indent: -3333px;
border: 0px;
margin: 35px 0px 25px 35px;
float: left;
}

#logo a {
display: block;
width: 276px;
height: 33px;
text-decoration: none;
border: 0px;
}

#banner_info {
font-size: 12px;
line-height: 18px;
text-align: left;
border-top: 3px solid #ffffff;
color: #ffffff;
background: url(../../layout/images/headerbg.jpg) no-repeat 0 0 #12163c;
padding: 5px 0px 0px 322px;
clear: left;
}

#address_info {
float: left;
text-align: right;
}

#office_info {
float: left;
text-align: left;
margin-left: 50px;
}

/* NAVIGATION ELEMENTS */

.hide {
display: none;
}

#navbar_div {
float: right;
width: 378px;
}

/* CONTENT SECTION ELEMENTS */

#content_div {
line-height: 18px;
font-size: 1.2em;
color: #000000;
text-align: left;
padding: 0px 0px 0px 0px;
background: #ffffff;
}

div.content {
line-height: 18px;
font-size: 1.2em;
color: #000000;
text-align: left;
padding: 25px 35px;
background: #ffffff;
}

div.blue {
padding: 15px 0px;
text-align: center;
background: #165771;
color: #ffffff;
font-size: 12px;
}

div.clear {
clear:both;
}

div.left {
float: left;
}

div.right {
float: right;
}

/* FOOTER ELEMENTS */

#footer_div {
padding: 10px 0px;
color: #666666;
font-size: 11px;
line-height: 18px;
text-align: center;
}

#footer_div a {
font-weight: normal;
color: #666666;
text-decoration: none;
}

#footer_div a:hover {
color: #000000;
text-decoration: none;
}