/* CSS Document */

body {
font-family: Georgia, "Times New Roman", times, serif;
font-size: .9em;
margin-top: 0px;
color: #000000;
background:url(images/bg.jpg) repeat-x;
}
h1 {
font-size: 19px;
color: #203441; 
font-weight: normal;
line-height: 24px;
margin-top: 0;
}
h2{
font-size: 17px;
color: #203441; 
font-weight: normal;
line-height: 24px;
margin-top: 0;
}
p{
margin-top: 0;
}
a, a:visited {
color:#7F4701;
}
a:hover {
color:#C6BA02;
}
#container {
width: 960px;
margin: auto;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}
#logo {
width: 960px;
height: 99px;
background-color:#000000;
}
#navcontainer {
clear:both;
width: 960px;
height: 39px;
padding:0;
margin: 0;
text-align:center;
background: #838383;
background-image:url(images/bg_menu.jpg);
}
#navcontainer ul{
list-style-type: none;
color: #E6E2AF;
padding: 10px 0 0 0;
margin: 0px 0 0 0;
}

#navcontainer li {
display: inline;
}

#navcontainer li a{
text-decoration: none;
color: #000000;
padding: 0px 15px 0 15px;
font-size: 1.3em;
}

#navcontainer li a:hover{
text-decoration: none;
color: #003B61;
}
#banner {
clear:both;
width: 960px;
height: 270px;
}
#content_home {
width:960px;
background: #ffffff;
padding-bottom: 20px;
}
#feature_1 {
float:left;
width: 297px;
padding: 0 0 0 20px;
}
#feature_2 {
float:left;
width: 274px;
padding: 180px 12px 0 12px;
background-image:url(images/bg_feature_2.jpg);
background-repeat:no-repeat;
margin-left: 15px;
}
#feature_3 {
float:left;
width: 274px;
padding: 180px 12px 0 12px;
background-image:url(images/bg_feature_3.jpg);
background-repeat:no-repeat;
margin-left: 15px;
}
#content_secondary {
clear:both;
width: 920px;
padding: 20px;
background: #ffffff;
}
#left {
float:left;
width: 564px;
padding: 0 20px 0 20px;
}
#right {
float:left;
width: 274px;
padding: 20px 12px 0 12px;
background-image:url(images/bg_feature_blank.jpg);
background-repeat:no-repeat;
margin-left: 15px;
}
#right h2{
font-size: 17px;
color: #ffffff; 
font-weight: normal;
line-height: 24px;
margin-top: 0;
}
#footer {
clear:both;
width: 940px;
height: 13px;
margin: 10px 0 0 0;
padding: 3px 10px 5px 10px;
background-color: #203441;
font-family: tahoma, helvetica, arial, sans-serif;
font-size: 11px;
line-height: 13px;
color: #ffffff;
}
#footer_copyright {
float:left;
width: 740px;
}
#footer_menu {
float:left;
width: 180px;
}
#footer a, #footer a:visited {
font-family: tahoma, helvetica, arial, sans-serif;
font-size: 11px;
line-height: 13px;
text-decoration: none;
color: #ffffff;
}
#footer a:hover {
text-decoration: none;
color: #7A93A4;
}
.clear{clear: both;}


