/* CSS Document */
body {
background:url(images/bg.jpg) repeat-x;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.3em;
color: #000000;
margin-top: 0;
}

h1 {
font-size: 22px;
color: #215383; 
font-weight: normal;
line-height: 24px;
padding-left: 40px;
margin-top: 0;
background: url(images/icon_h1.gif) no-repeat;
}
h2{
color: #ffffff;
font-size: 18px;
line-height: 25px;
font-weight: normal;
padding: 2px 0 4px 20px;
margin-bottom: 10px;
background: #113653;
}
p{
margin-top: 0;
}
a, a:visited {
color:#215383;
}
a:hover {
color:#3D87CD;
}
#wrapper {
width: 800px;
margin: auto;
background-color: #ffffff;
}
#logo {
float:left;
height: 108px;
}
#visit {
float:left;
height: 108px;
}
#navcontainer {
clear:both;
height: 31px;
padding:0;
margin: 0;
width: 800px;
text-align:center;
background: #113553;
}
#navcontainer ul{
list-style-type: none;
color: #E6E2AF;
padding: 5px 0 0 0;
margin: 0px 0 0 0;
}

#navcontainer li {
display: inline;
}

#navcontainer li a{
text-decoration: none;
font-size: 14px;
color: #E6E2AF;
padding: 0px 6px 0 6px;
}

#navcontainer li a:hover{
text-decoration: none;
color: #FFFFFF;
}
#banner {
clear:both;
}
#content {
width:760px;
padding:20px;
background: #ffffff;
}
#features {
clear:both;
height: 211px;
margin: 10px 0 10px 0;
}
.feature {
float:left;
}
#footer {
clear:both;
width: 800px;
height: 25px;
padding: 3px 0 0 0;
color:#ffffff;
text-align:center;
font-size:10px;
background: #113553;
}
#footer a, #footer a:visited {
color:#ffffff;
}

.clear{clear: both;}

