body {
margin: 0;
padding: 0;
text-align: center;
background: #666;
font-family:Arial, Helvetica, sans-serif;
color: #000;
font-size: 12px;
}

h1, h2, h3, h4, p, ul, li {
margin: 0;
padding: 0;
list-style: none;
}

h2 {
clear: both;
font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
font-size: 18px;
}

h3 {
clear: both;
font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
font-size: 14px;
}

p {
padding: 0 0 10px 0;
line-height: 18px;
}

a {
color: #004e95;
}

#wrapper {
width: 960px;
text-align: left;
margin: 0 auto;
padding: 0;
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
background-color: #FFF;
}


/* ----------------- HEADER STYLES ----------------------- */

#header {
height: 139px;
background: #314f6a url(../images/header.jpg) no-repeat 0 0;
}

#header h1 {
margin: 0 -2000px;
display:none;
}

#header p {
margin: 0 -2000px;
display:none;
}


/* ----------------- NAV STYLES ----------------------- */

#nav {
background: #3a3a3a url(../images/nav-background.gif);
border-top: 1px solid #c2dfca;
border-bottom: 10px solid #6ec674;
font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
}

#nav a {
color: #FFF;
text-decoration: none;
}

#nav ul {
margin: 0 0 0 20px;
}

#nav li {
float: left;
padding: 10px 20px;
border-left: 1px solid #2d8733;
background: #2c8632 url(../images/nav-inactive-background.gif);
}

#nav ul #active-tab {
background: #6ec674 url(../images/nav-active-background.gif);
}

#nav ul #last-tab {
border-right: 1px solid #2d8733;
}



/* ----------------- FOOTER STYLES ----------------------- */

#footer {
width: 960px;
margin: 0;
padding: 0;
clear: both;
border-top: 2px solid #154a19;
border-bottom: 15px solid #154a19;
}

#footer a {
color: #000;
}

#footer-links {
height: 25px;
padding: 10px 10px 0 10px;
background-color: #CCC;
border-bottom: 1px solid #154a19;
}

#footer-links li {
float: left;
margin: 0 5px 0 0;
padding: 0 5px 0 0;
font-weight: bold;
border-right: 1px solid #000;
}

#footer-links li.last {
border-right: none;
}


#footer-links p {
width: 300px;
float: right;
text-align: right;
}

#footer #affiliates {
margin: 0;
padding: 10px;
text-align: right;
background-color: #FFF;
}


/* ----------------- CSS HACKS ----------------------- */

.clear {
clear: both;
margin: 0;
padding: 0;
}





/* ----------------- CONTENT STYLES ----------------------- */

#content {
border-top: 1px solid #154a19;
}

#content .padded-content {
margin: 0;
padding: 10px;
}

#content ul {
padding: 0 0 20px 0;
}

#content li {
padding: 0 0 7px 12px;
background: url(../images/bullets.gif) no-repeat 0 6px;
}

#content li.no-bullet {
padding: 0 0 7px 12px;
background: none;
font-weight: bold;
font-size: 11px;
}

#content p.tell-us-more {
clear: both;
padding: 5px 0 0 0;
font-size: 12px;
}