body {
	background: #152308;
}
.container { color: #000; padding-bottom: 3em;}
.box { background: none; }
a:hover { text-decoration: none; }
#masthead {
	height: 224px;
	background: url(../images/masthead.jpg) no-repeat;
}
h1 {
	width: 205; height: 175px;
	margin-top: 23px;
	background: url(../images/h1-logo.gif) no-repeat;
	text-indent: -3000em;
}
h1 a { display: block; width: 205; height: 175px; }
h2 { color:#8c2122; }
h3 { color: #385b17; }
#news h3 { margin-bottom: 30px; }
ul, ol {
	list-style: none;
	margin: 0 0 1.5em 0; padding: 0;
}
#nav {
	float: left;
	width: 950px; height: 37px;
	position: relative; z-index: 1000;
	
	margin-bottom: 20px;
}
#nav ul {
	clear: left;
	float: left;
	margin:0;
  position:relative; z-index: 1000;
  left:50%;
  text-align:center;
  height: 37px;
}
#nav li {
	float: left;
	width: 160px;
	height: 37px;
	text-align: center;
	background: #8c2122;
	margin: 0 4px;
	position:relative; z-index: 1000;
	right:50%;
	text-indent: -3000em;
}
#nav li a {
	display: block;
	width: 160px;
	height: 37px;
	color: #fff;
	text-decoration: none;
	border: 1px solid #7d2828;

}
#nav #nav_home a {
	background: url(../images/nav_home.gif) no-repeat;
}
#nav #nav_about a {
	background: url(../images/nav_about.gif) no-repeat;
}
#nav #nav_news a {
	background: url(../images/nav_news.gif) no-repeat;
}
#nav #nav_partners a {
	background: url(../images/nav_partners.gif) no-repeat;
}
#nav #nav_contact a {
	background: url(../images/nav_contact.gif) no-repeat;
}
#nav a:hover {
	background-position: 0 -37px !important;
	border-color: #3a5224;
}
#nav a.on {
	background-position: 0 -74px !important;
	cursor: default;
	border-color: #fff;
	border-width: 0 0 1px 0;
}
#content {
	background: #fff;
}
#content ul {
	margin-left: 20px;
}
#content li {
	padding: 0;
	margin-bottom: 1.5em;
	
}
#content li strong {
	display: block;
}
#content ul li {
	list-style: circle;
}

.sidebar .box {
	padding: 10px; background: #fff;
}
.sidebar .box p {
	margin-bottom: 10px;
}
.sidebar li {
	padding: 10px 0;
	border-top: 1px solid #aab2a3;
}
.sidebar form input.submit {
	margin: 10px 0 0 0;
}
.center {
	text-align: center;	
}
.highlight {
	background: transparent;
	border: 1px solid #ddd;
	padding: 15px;
}
.highlight p {
	margin: 10px 0 0 0;
}
#faq a {
	color: inherit;
	text-decoration: none;
}
#btn_purchase a {
	display: block;
	margin: 0 auto;
	width: 168px;
	height: 31px;
	background: url(../images/btn_purchase.gif) no-repeat;
	text-indent: -3000em;
}
#btn_purchase a:hover {
	background-position: 0 -31px;
}
#btn_purchase span {
	display: block; text-align: center;
	margin-top: 5px;
	color: #666; font-size: 0.85em;
}
h3#find_us_online {
	width: 190px; height: 37px;
	background: url(../images/h_find_us_online.gif);
	margin: 0;
	text-indent: -3000em;
}
h3#become_a_member {
	width: 190px; height: 37px;
	background: url(../images/h_become_a_member.gif);
	margin: 0;
	text-indent: -3000em;
}

h3#receive_updates {
	width: 190px; height: 37px;
	background: url(../images/h_receive_updates.gif);
	margin: 0;
	text-indent: -3000em;
}

h3#sponsorships {
	width: 190px; height: 37px;
	margin: 0;
	text-indent: -3000em;
}

#content form {
	border: solid #aab2a3;
	border-width: 1px;
	padding: 10px;
	background: #ecedea;
	margin-bottom: 1.5em;
}
/* Sign-Up form (homepage) */
span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 


#footer {
	color: #8a9184;
	margin-top: 10px;
}
#footer p {
	margin: 0;
}
#footer a {
	color: #8a9184;
}