/* Copyright 2007 Gwyn Pritchett */

html {
	overflow: scroll;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #eee url(../images/bg.jpg) repeat-x top left;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	letter-spacing: -1px;
	font-family: arial, verdana, sans-serif;
	margin: 1.2em 0 .3em;
	color:#333;
	border-bottom: 1px dotted #999;
	padding-bottom: .1em
}
h1 {
	font-size: 22px;
	margin-top:.6em
}
h2 {
	font-size: 16px;
	margin-top: .1em;
}
h3 {
	font-size: 16px;
	margin-top: .1em;
	border: none;
}
h4 {
	font-size: 14px;
	margin-top: 0;
	border-bottom: none;
	color: #666;
}
hr {
	color: #f3faff;
	background-color: #f3faff;
	border: 1px dotted #999;
	border-style: none none dotted;
	margin: 0;
	padding: 0;
}
a {
	font-weight: bold;
	color: #1877d1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #57a3ee;
}
a img {
	border: none;
}
p {
	margin: 3px 8px 10px 8px;
	padding: 0;
	line-height: 16px;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 932px;
}
#header {
	margin: 9px 0 5px 0;
}
#navcontainer ul {
	padding: .4em 0;
	margin: 0;
	list-style-type: none;
	background-color: #83b23e;
	color: #FFF;
	width: 100%;
	font: normal 16px arial, helvetica, sans-serif;
	text-align: center;
}
#navcontainer li {
	display: inline;
}
#navcontainer li a {
	text-decoration: none;
	background-color: #83b23e;
	color: #FFF;
	padding: .2em 1em;
	border-right: 1px solid #fff;
}
#navcontainer li.active a {
}
#navcontainer li#last a {
	border: none;
}
#navcontainer li a:hover {
	text-decoration: none;
	background-color: #a9cd37;
	color: #fff;
}
#navlistright {
	float: right;
	background: #eee;
	font-size: 14px;
	padding-left: 0;
	margin-left: 10px;
	border-bottom: 1px dotted gray;
	width: 180px;
}
#navlistright li {
	list-style: none;
	margin: 0;
	padding: 0.45em;
	border-top: 1px dotted gray;
}
#navlistright li a {
	text-decoration: none;
}
#content {
	padding : 5px 10px 10px 10px;
	background: #fff;
	border-right: 5px solid #ccc;
	border-left: 5px solid #ccc;
}
#footer {
	margin: 12px 0;
	padding-top: 10px;
	border-top: 1px dotted #999;
}
#footerlist {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
#footer ul, #footer li {
	padding: 0;
	display: inline;
	list-style-type: none;
}
#footer li {
	border-right: 1px dotted #999;
	padding: 0 10px 0 10px;
}
#footer li.last {
	border-right: none;
}
.list1 {
	list-style: square;
	margin: 0 0 7px 20px;
	padding: 0;
}
.list1 li {
	line-height: 18px;
}
.readmore, .readmore-footer {
	border-top: 1px dotted #999;
	min-width: 225px;
	padding-top: 3px;
}
.readmore-footer {
	float: left;
	line-height: 18px;
	min-width: 140px;
	margin-right: 20px;
}
#latestevents {
	background: #fffce3 url(images/latestevents.jpg) repeat-x;
	border: 2px solid #c6ae0c;
	margin-bottom: 10px;
	width: 650px;
	padding: 10px;
}
#latestevents p {
	font-size: 14px;
	margin: 0 0 2px 0;
	padding: 0;
}
#latestevents ul {
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
}
#latestevents ul li {
	line-height: 18px;
}
#latestevents ul li em {
	font-weight: bolder;
	font-size: 12px;
	font-style: normal;
	color: #736122;
}
.featured-endorser {
	background: #fffce3 url(images/latestevents.jpg) repeat-x;
	border: 2px solid #c6ae0c;
	margin-bottom: 10px;
	width: 650px;
	padding: 5px;
}
.featured-endorser p {
	font-size: 12px;
	line-height:18px;
}
#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(images/helpcampaign.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}
