@charset "UTF-8";
/* CSS Document

Colors:

Dark Green: #2b6f21;
Light Green:
Grey: #333;

*/

* {
	padding: 0;
	margin: 0;
}

p {
	line-height: 1.6em;
	padding: 0.5em 0 0.8em;
}

ul {
	list-style-type: none;	
}

html {
	text-align: center;
	font-size: 100%;
}
h1 {
	font-size: 3em;
	text-transform: uppercase;
	color: #2b6f21;
	padding: 0 0 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1.replace-h1 {
	text-indent: -9999px;
	background: url(../images/replace-welcome.gif) no-repeat;
}

h1.replace-h1-about {
	text-indent: -9999px;
	background: url(../images/replace-about-header.gif) no-repeat;
}
h1.replace-h1-involved {
	background: url(../images/replace-involved-header.gif) no-repeat;
	text-indent: -9999px;
}
h1.replace-h1-contact {
	background: url(../images/contact-us.gif) no-repeat;
	text-indent: -9999px;
}

h2 {
	color: #2b6f21;
	font-size: 1.5em;
	line-height: 1.5em;
}

h2.replace-h2 {
	text-indent: -9999px;
	background: url(../images/replace-onthis.gif) no-repeat;
	display: block;
	height: 45px;
	margin: 10px 0 0;
}

h3 {
}
h3.replace-h3-about {
	text-indent: -9999px;
	background: url(../images/replace-about.gif) no-repeat;
}

h3.replace-h3-involved {
	text-indent: -9999px;
	background: url(../images/replace-involved.gif) no-repeat;
}

h3.replace-h3-contact {
	text-indent: -9999px;
	background: url(../images/replace-contact.gif) no-repeat;
}


h4 {
	color: #669933;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	display: block;
}

body {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	background-color: #302508;
}

.body-home li.home a,
.body-about li.about a,
.body-involved li.involved a,
.body-contact li.contact a {
	background: url(../images/nav-bg-green.png) no-repeat;
	color: #fff!important;
}


a, a:link, a:active, a:visited {
	color: #2b6f21;
	text-decoration: none;
}

a:hover, a:visited {
	color: #333;
}

#wrapper {
	width: 960px;
	font-size: 1.2em;
	padding: 0;
	margin: 0 auto;
}
#wrapper-wrapper {
	background: #fff url(../images/bg.jpg) repeat-x;
}

#top-nav {
}
#top-nav ul {
	display: block;
}
#top-nav ul li {
	float: left;
	margin: 0 10px 0 0;
	width: 109px;
	background: url(../images/nav-bg-white.png) no-repeat;
	height: 23px;
}
#top-nav ul li a {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	color: #333;
	height: 23px;
	line-height: 23px;
}
#top-nav ul li a:hover {
	color: #2b6f21;
}
#header {
	padding: 80px 220px 0px 0;
}
#intro  {
	padding: 30px 220px 30px 0;
}
.blocks    {
}
.blocks ul {
	list-style-type: none;
}
.blocks ul li {
	float: left;
	width: 30%;
	margin: 0 20px 0 0;
	display: inline;
}
.blocks ul li h3 {
	text-transform: uppercase;
	color: #2B6F21;
	border-bottom: 1px dotted #2b6f21;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-size: 1.3em;
}
.blocks ul li a:hover {
	background: #2b6f21;
	color: #fff;
}
.main-content-wrap {
}
.main-col {
	float: left;
	width: 650px;
}
.main-col ul{
	margin: 10px 0 10px 0;
}
.main-col ul.smaller-ul li {

	line-height: 1.4em;
	padding: 0px 0 10px 20px;
	background: url(../images/main-bullet.gif) no-repeat 5px 5px;
}

.main-col ul li {
	line-height: 1.4em;
	padding: 0px 0 20px 20px;
	background: url(../images/main-bullet.gif) no-repeat 5px 5px;
}
.side-col {
	width: 270px;
	float: right;
}
.side-icons img{
	margin: 0 5px;
}
.side-icons {
	padding: 10px 0 0 0px;
}
.large {
	font-size: 3em;
	padding: 0 0 10px 0;
	line-height: 1.3em;
	color: #666;
}
#footer-wrapper {
	background: url(../images/bottom-bg-tile.gif) repeat-x;
}



#footer {
	width: 960px;
	padding: 170px 0 30px;
	color: #fff;
	background: url(../images/bottom-bg.gif) no-repeat left top;
	margin: 0 auto;
}
.green {
	color: #669933;
}
.dark-green {
	color: #2B6F21;
}
#footer a {
	color: #fff;
	font-size: 1.1em;
	font-weight: lighter;
}
#footer a:hover {
	color: #669933;
}
.footer-nav {
	float: left;
	width: 190px;
}

.footer-info {
	float: left;
	width: 280px;
}

.footer-nav ul{
}
.footer-nav ul li {
	margin: 5px 0;
	background: url(../images/footer-bullet.gif) no-repeat left center;
	padding: 0 0 0 10px;
}
.footer-info p {
	padding: 0;
	margin: 5px 0;
}
.footer_left {
	float: left;
	width: 490px;
	font-size: 1.2em;
}
.footer-right {
	float: right;
	margin: 0 20px 0 0;
}
.footer-right img {
	margin: 0 5px;
}
.intro-text {
	font-size: 1.1em;
	color: #2B6F21;
}
.additional {
	margin: 20px 0 0;
	padding: 20px 0 0;
	border-top: 1px dashed #ccc;
}
.additional ul li {
	padding: 0px 0 10px 20px;
}
.larger-text {
	font-size: 1.4em;
}
.make-space {
	display: block;
	height: 100px;
}
.clear {
	clear: both;
	height: 1px;
}

