html, body, div {font: normal 16px "Lucida Grande", "Trebuchet MS", georgia, verdana, arial,  sans-serif; color: #333;}



body {background: #dedfbd url(/img/bg2.gif) repeat-y 50% 0; margin: 0; padding: 0; border: 0;}

hr {display: none;}
a {text-decoration: none; color: #7B3000;}
#content a:hover {color: #000; background-color: #F4F2E4;
  border-bottom: 1px solid #9A8E51;}
img {border: none; border-bottom-width: 0;}
img a:hover {border-bottom: none}

html { 
	min-width: 730px;
	 }

/* -------------------- IDs -------------------------------------------------------------*/
 
#page {width: 730px; margin: 0 auto; position: relative;}
 
#header {
 	width: 100%; height: 94px;
    background: #000 url("/img/logo5.gif") no-repeat;
 	position: absolute;
 	top: 0px; left: 0px;

 	} 
 
/* -------------------- Navigation Bar -------------------------------------------------------------*/
#navcontainer {
 	width: 100%; 
    height: 45px;
 	background: #f0f0f0;
	margin: 0;
	padding: 0;
 	position: absolute;
 	top: 94px; left: 0px;
    }

#nav {
	padding: 8px 30px 12px 30px;
    font: 16px "Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial, sans-serif; 
    margin-left: -8px;
     	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li a {
	float: left;
	margin: 0 1px 0 0;
	padding: 4px 12px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	}
#nav li a:hover {
	color: #fff;
	background: #293010 url("/img/nav-on2.gif") repeat-x top left;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	background: #293010 url("/img/nav-on2.gif") repeat-x top left;
	}


/* -------------------- MAIN CONTENT -------------------------------------------------------------*/

#main { 
	width: 100%; 
	position: absolute;
	top: 142px; left: 0px;
	}
  
#content {width: 60%;
    padding: 0.5em 0.75em 5em 0.75em;
    margin-right: 20%;
    }

.drop {
    float: left;
    font-size: 400%;
    line-height: 1em;
    margin: 4px 10px 5px 0;
    padding: 4px 10px;
    border: 2px solid #ccc;
    background: #eee;
    }

/* -------------------- SIDEBAR -------------------------------------------------------------*/
#sidebar { width: 35%;
    float: right;
    padding: 0;
    line-height: 1em;
    }

#sidebar h1 {
    font: 18px arial, sans-serif;
    color: #8C8A52;
    font-weight: bold;
    font-variant: small-caps;
  padding: 0.1em 0 0.5em 0; margin: 0 0 -1.2em;
    }

#sidebar h2 {
    font: 16px arial, sans-serif;
    color: #8C8A52;
    font-weight: bold;
    font-variant: small-caps;
  padding: 1em 0 0 0; margin: 0 0 -12px;
    }

#sidebar p {
    font-size: 90%;
    }

#sidebar a {
	text-decoration: none;
	color: #8C8A52;
    }
#sidebar a:hover {
    color: #7B3000;
    }


 
/* -------------------- JOIN LIST FORM -------------------------------------------------------------*/
#joinlist legend {
    font-size: 80%;
    font-style: italic;
    color: #8C8A52;
    background: #eee;
    border: 1px solid #ccc;
    border-bottom-color: #999;
    border-right-color: #999;
    Padding: 4px 8px;
    }

#joinlist fieldset {
    width: 220px;
    border: 1px solid #7B3000;
    }

form dd {
    margin: 0;
    background: #f0f0f0;
    }
form dt {
    float: left;
    padding: 3px 10px 10px 5px;
    }


	
	
p.disclaimer {
	font-size: 70%;
    font-style: italic;
	text-align: left; 
	color: #808080;
	margin: 100px 18px 50px 0;
	}

	
#footer {clear: both; background: #fff;}	
#footer a, 
#footer a:link, 
#footer a:active { 
	color: #7B0A0A;
	text-decoration: none;
	}

#footer a:hover {
	color: #BE8585; 
	text-decoration: none; 
	background: #7B0A0A;
	}

