@charset "utf-8";
/* CSS Document */

* {
padding: 0px;
margin: 0px;
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
border: none;
background-color: #004926;
}
img {
border: none;
}
li {
list-style-type: none;
}

p {
line-height: 18px;
padding-bottom: 20px;
color: #636466;
}
h1 {
font-size: 18px;
color: #2d7058;
padding-bottom: 20px;
font-weight: normal;
}
h2 {
color: #004926;
font-size: 14px;
font-weight: normal;
padding-bottom: 4px;
}
a, a:visited {
color: #636466;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.textGreen {
color: #004926;
font-style:italic;
}
.textGreen2 {
color: #004926;
}
#footer p {
font-size: 9px;
color: #6f6f6f;
text-align: center;
padding: 10px;
}

#container {
width: 799px;
margin: 0 auto;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
}
#header {
width: 799px;
height: 294px;
float: left;
position: relative;
background-color: #004926;
border-bottom: 1px solid #fff;
}
.logo { 
width: 224px;
height: 80px;
display: block;
background: url(../img/logo.gif) no-repeat;
position: absolute;
top: 20px;
right: 40px;
}
#headerImg { 
width: 799px;
height: 165px;
display: block;
position: absolute;
bottom: 5px;
left:0px;
background: url(../img/header-img.jpg) no-repeat;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

.nav {
background-color: #006a4e;
padding-left: 80px;
border-right: 1px solid #fff;
display: block;
float: left;
}
.nav li {
float: left;
}
.nav a, .nav a:visited {
float: left;
text-decoration: none;
color: #fff;
font-size: 11px;
font-weight: bold;
height: 194px;
padding: 100px 10px 0px 10px;
border-left: 1px solid #fff;
background-color: #006a4e;
}
.nav a:hover, #navSelected {
background-color: #004926;
}

#content {
width: 799px;
float: left;
background: url(../img/content-bg.gif) repeat-y;
border-bottom: 5px solid #006a4e;
padding-bottom: 30px;
}
#homeContent {
width: 100%;
float: left;
background-color: #006a4e;
padding: 80px 0px 160px 0; 
border-bottom: 1px solid #fff;
}
#homeContent p {
color: #FFFFFF;
text-align: center;
font-size: 12px;
}
#homeContent h1 {
color: #FFFFFF;
text-align: center;
font-size: 22px;
padding-bottom: 40px;
}
#homeContent h2 {
color: #FFFFFF;
text-align: center;
font-size: 18px;
padding-bottom: 40px;
}
#leftContent {
width: 192px;
height: 100px;
float: left;
}
#rightContent {
width: 567px;
float: left;
padding: 20px 20px 80px 20px;
}

#footer {
width: 799px;
clear: both;
border-top: 1px solid #fff;
background-color: #e5e6e6;
position: relative;
}
.stamp {
width: 94px;
height: 49px;
position: absolute;
top: -65px;
right: 20px;
background: url(../img/stamp.gif) no-repeat;
}
.stampWhite {
width: 94px;
height: 49px;
position: absolute;
top: -65px;
right: 20px;
background: url(../img/stamp-white.gif) no-repeat;
}
.contentPad {
padding: 20px 0 0 30px;
}