﻿body
{
    margin: 0px;
    background: url(images/main_bg.jpg) no-repeat left -50px;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #000000;
    font-size: 10pt;
}

table, tr, td
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

a {
    color: #ce5040;
}

a:visited, a:active {
	color: #a75704;
}

a:hover 
{
    color: #4d7e07;
}

.logoTD
{
    padding-bottom: 5px;
}

.contImg 
{
    border: 5px white solid;
}

h1 
{
    font-size: 18pt;
    color: #3a5e04;
}

h2 
{
    font-size: 16pt;
    color: #ba7200;
}

h1, h2
{
    font-family: Georgia, Helvetica, Serif;
    font-weight: normal;
    margin: 5px;
    margin-left: 0px;        
}

.contentBG 
{
    width: 537px;
    padding: 10px;
    background: url(images/content_bg.png) repeat-x top left;
}

/* --- Main Nav --- */

#mainNav
{
    background: white;
}

#mainNavCont ul {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    color: #1287b4;
}

#mainNavCont li {
    list-style: none;
    line-height: 40px;
    margin: 0px !important;
}

#mainNavCont li span 
{    
}

#mainNavCont a {
    text-decoration: none;
    display: block;
    border-bottom: #dee8d2;
    color: #406100;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11pt;
    border-bottom: 1px #dee8d2 solid;
    padding-left: 10px;
	padding-right: 5px;
}

#mainNavCont .on a {
    color: #b08d23;
    border-bottom: 1px #eaddb8 solid;
    background: url(images/nav_over.gif) repeat-x top left;
}

#mainNavCont a:hover {
    color: #b08d23;
    border-bottom: 1px #eaddb8 solid;
    background: url(images/nav_over.gif) repeat-x top left;
}

/* this class must be after the #mainNavCont a:hover to work correctly */

#mainNavCont .on a:hover {
    
}


/* --- Content styles --- */

.mainContent 
{
    padding: 10px;
    padding-top: 0px;
    color: #3e3300;
}

#leftContentHome, #rightContentHome {
    width: 410px;
    padding: 5px;
    padding-left: 10px;
    padding-right: 0px;
}

#leftContentHome 
{
    padding-right: 10px;
}

#leftContentHome p, #rightContentHome p {
    padding: 0px 5px 5px 10px;    
    line-height: 14pt;
}

.leftContentWrapper 
{
}

.rightContentWrapper 
{
}

.homeImgHeader {
    padding: 10px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 20px;
}

.divider 
{
    width: 100%;
    height: 2px;
    background: url(images/divider.png) repeat-x left;
    margin-bottom: 10px;
}

/* --- News item styles --- */

.newsItem {
    padding: 5px;
    color: #9d7617; 
    margin-bottom: 10px;   
}

.newsItemDate, .newsItemTitle {
    font-weight: bold;
    color: #5b5728;
    padding: 2px;
    margin-bottom: 5px;
}


/* --- Colored content boxes --- */


.contentBoxGreen, .contentBoxBrown, .contentBoxYellow
{
    border: 5px white solid;
    padding: 5px 0px 0px 10px;
    margin-bottom: 15px;
}

.contentBoxGreen p, .contentBoxBrown p, .contentBoxYellow p
{
    margin-bottom: 0px;
}


.contentBoxGreen h4, .contentBoxBrown h4, .contentBoxYellow h4 
{
    margin: 0px;
    margin-bottom: 5px;
    font-family: Georgia, Serif;
    font-size: 14pt;
    font-weight: normal;
}

.contentBoxGreen 
{
    background: #daf3a9 url(images/greenbox_bg.gif) repeat-x left bottom;
}

.contentBoxBrown
{
    background: #dcc982 url(images/brownbox_bg.gif) repeat-x left bottom;
}

.contentBoxYellow
{
    background: #f9f9b6 url(images/yellowbox_bg.gif) repeat-x left bottom;
}

/* --- Footer Styles --- */



.footerAddress 
{
    vertical-align: top;
    padding: 10px;
    width: 225px;
    color: #895d15;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    line-height: 16px; 
}

.footerWrapper 
{
    padding: 10px;
    background: url(images/footer_top.png) repeat-x left top;
}

.footerNav 
{
    padding-top: 10px;
    vertical-align: top;
}

.footerNav #leftNav 
{
    width: 100px;
}

.footerNav #rightNav 
{
	width: 200px;
}

.footerNav ul {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    color: #895d15;
}

.footerNav li {
    list-style: none;
    line-height: 20px;
    margin: 0px !important;
}

.footerNav li span 
{    
}

.footerNav a {
    text-decoration: none;
    display: block;
    border-bottom: #dee8d2;
    color: #895d15;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    padding-left: 10px;
}

.footerNav a:hover {
    background: #f5f0cb;    
}


.footerCR 
{
    padding: 10px;
    text-align: right;
    height: 50px;
    color: #9d770d;
    background: url(images/footer_crbg.gif) repeat-x left top;
    font-size: 8pt;
}
