body {
	font-family: "Verdana",serif;
	font-size: 11px;
	color: #000;
	margin: 0px;
	text-align: center;
	background: url('gfx/body_back.jpg') center top no-repeat #fff;
}

img {
	border: 0;	
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
}

h1, h2, h3 {
	font-size: 24px;
	color: #116a00;
}

h3 {
	font-size: 24px;
	margin-bottom: 0px;
	padding: 0px;
}

h4 {
	font-size: 18px;	
	margin-top: 12px;
/*	color: #eac419; */
	color: #116a00;
	float: left;
	text-align: center;
	width: 99%;
}

h5 {
	font-size: 14px;	
/*	color: #eac419; */
	color: #116a00;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

p {
	padding-left: 15px;
	padding-right: 10px;
	font-family: "Verdana",sans-serif;
	font-size: 11px;
}

a {
	color: #155009;
}

a:hover {
	color: #ecbd00;	
}

b.bourn {
	color: #0d2a05;
}

ol.impatt li {
	padding-bottom: 16px;
	font-family: "Palatino Linotype",Helvetica,sans-serif;
	font-size: 12px;
}



/* class ------------------------------------------------------- */

 
 
/* divs ------------------------------------------------------- */

#container {
	width: 900px;
	text-align: left;
	margin: 0px auto;
}

div#donations {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -493px;
	z-index: 100;
}
div#donations a {
	display: block;
	width: 52px;
	height: 156px;
	background: url(gfx/donations.png) no-repeat;
}
#donations a:hover {
	background-position: -52px 0px;
}

#top {
   position: relative;	
   height: 125px;	
   background-image: url(gfx/banner_top.jpg);
   background-repeat: no-repeat;
}

#top_text {
   position: absolute;	
   top: 28px;
   left: 390px; 
   float: left;
   width: 170px;
   height: 64px;
   text-align: center;
}

#top_text p.top_text {
	position: relative;
	top: 50%;
	font-size: 12px;
}

#top_logo {
   margin-top: 	10px;
   margin-left: 20px;
   float: left;
}

#top_menu {
	background: url('gfx/menu_top.jpg') no-repeat center top;
	width: 900px;
	height: 58px;
}

#top_menu a.index {
	background: url('gfx/home.png');
	height: 35px;
	width: 47px;
	display: block;
	float: left;
}
#top_menu a.index:hover {
	background-position: 0px 35px;
}
	
#top_menu a.how_do_we_join {
	background: url('gfx/how_join.png');
	height: 35px;
	width: 103px;
	display: block;
	float: left;
}
#top_menu a.how_do_we_join:hover {
	background-position: 0px 35px;
}

#top_menu a.news {
	background: url('gfx/news.png');
	height: 35px;
	width: 44px;
	display: block;
	float: left;
}
#top_menu a.news:hover {
	background-position: 0px 35px;
}

#top_menu a.how_it_all_began {
	background: url('gfx/how_began.png');
	height: 35px;
	width: 110px;
	display: block;
	float: left;
}
#top_menu a.how_it_all_began:hover {
	background-position: 0px 35px;
}

#top_menu a.links {
	background: url('gfx/links.png');
	height: 35px;
	width: 45px;
	display: block;
	float: left;
}
#top_menu a.links:hover {
	background-position: 0px 35px;
}

#top_menu a.how_to_find_us {
	background: url('gfx/how_find.png');
	height: 35px;
	width: 99px;
	display: block;
	float: left;
}
#top_menu a.how_to_find_us:hover {
	background-position: 0px 35px;
}

#top_menu a.contact_us {
	background: url('gfx/contact.png');
	height: 35px;
	width: 91px;
	display: block;
	float: left;
}
#top_menu a.contact_us:hover {
	background-position: 0px 35px;
}

#middle {
   background-color: #669934;
   background-image: url(gfx/content_background.jpg);	
   background-repeat: repeat-y;
}

#content {
   position: relative;
   float: left;	
   width: 550px;
   padding-left: 30px;	
   padding-bottom: 20px;   
   /* Ie fix so always has min height! */
   min-height: 380px;
   height: auto !important;
   height: 380px;
}

#content_shadow_bottom {
	clear: both;
	background-image: url(gfx/content_shadow_bottom.jpg);
    background-repeat: no-repeat;
	width: 611px;
	height: 18px;
}

#green_belt {
	clear: both;
   	background-color: #116a00;
   	height: 13px;
}

#picture {
   float: right;	
   width: 289px;
   margin: 0px;
   padding: 0px;
   text-align: right;
}
#picture img {
   margin: 0px;
   padding: 0px;
}

#google_description {
   float: left;
   clear: both;
   width: 194px;
}

#google_map {
   float: right;
   margin-top: 24px;
}

#google_map p {
   margin-left: 0;
   padding-left: 0;
   margin-left: 0;
   padding-right: 0;
   text-align: right;	
}


#footer {
   height: 37px;
   background-color: #7da751;	
}

#footer a {
   margin-left: 5px;	
}

#footer_links {
   float: left;	
   margin-left: 3px;
   margin-top: 10px;
}

#footer_links a {
   color: #fbe8ad;
   font-weight: bold;
   text-decoration: none;	
}

#footer_links a:hover {
   text-decoration: underline;	
}

#footer_logo {
   float: right;
   clear: right;
   margin-top: 10px;	
}

#rights {
   float: right;
   color: #fbe8ad;
   font-weight: bold;
   margin-right: 5px;
   margin-top: 10px;	
}

#space_left {
   height: 40px;
   width: 67px;
   float: left;	
}

#top_header {
   font: 18px Verdana,  Helvetica, sans-serif;
   font-weight: bold;
   letter-spacing: -1px;
   color: #fff;
   position: absolute;
   left: 75px;
   top: 70px;	
}

.smallquote {
	margin-right: 20px;
	background: url('gfx/quote2.jpg') no-repeat;
	width: 200px;
	height: 95px;
	text-align: center;
}

#who_for_quote {
	margin-right: 20px;
	background: url('gfx/quote1.jpg') no-repeat;
	width: 252px;
	height: 120px;
	text-align: center;
}
#who_for_quote p {
	margin-top: 19px;
	margin-left: 8px;
	font-family: "Palatino Linotype",Helvetica,sans-serif;
	font-size: 11px;
	color: #414141;
}

#why_quote {
	float: right;
	margin-right: 19px;
	background: url('gfx/quote1.jpg') no-repeat;
	width: 254px;
	height: 120px;
	text-align: center;
}
#why_quote p {
	margin-top: 19px;
	margin-left: 8px;
	font-family: "Palatino Linotype",Helvetica,sans-serif;
	font-size: 11px;
	color: #414141;
}

#how_began_quote {
	float: right;
	margin-right: 20px;
	background: url('gfx/quote1.jpg') no-repeat;
	width: 252px;
	height: 120px;
	text-align: center;
}
#how_began_quote p {
	margin-top: 42px;
	margin-left: 8px;
	font-family: "Palatino Linotype",Helvetica,sans-serif;
	font-size: 11px;
	color: #414141;
}

/* Contact Form */

div#contact_form {
	padding-left: 12px;
	float: left;
	width: 100%;
}
div#contact_form label, div#login_form label {
	font: 14px 'Georgia', 'Verdana', 'Helvetica', sans-serif;
	color: #000;
}
div#contact_form label:hover, div#login_form label:hover {
	cursor: pointer;
}
div#contact_form span, div#login_form span {
	color: #222;
	padding-bottom: 2px;
	font: 10px 'Georgia', 'Verdana', 'Helvetica', sans-serif;
}
div#contact_form span a, div#login_form span a {
	color: #777;
	text-decoration: underline;
}
div#contact_form span a:hover, div#login_form span a:hover {
	color: #5f75a2;
}

div#contact_form input, div#login_form input {
	margin-top: 4px;
	padding: 4px;
	font-family: 'Trebuchet MS', 'Trebuchet', 'Geneva', 'Arial', sans-serif;
	font-size: 12px;
	font-style: italic;
	border: 1px solid #c0c0c0;
	background: #adcd8b;
	color: #000;
	width: 280px;
}
div#contact_form input:hover, div#login_form input:hover {
	border: 1px solid #999;
}
div#contact_form input:focus, div#login_form input:focus {
	border: 1px solid #116a00;
}
div#contact_form input.readonly, div#login_form input.readonly {
	background: #e0cbbb;
}
div#contact_form input.readonly:focus, div#login_form input.readonly:focus {
	border: 1px solid #c0c0c0;
}
div#contact_form input.radio, div#login_form input.radio {
	background: none;
	border: 0px;
	width: auto;
}
div#contact_form textarea, div#login_form textarea {
        margin-top: 4px;
        padding: 4px;
        font-family: 'Trebuchet MS', 'Trebuchet', 'Geneva', 'Arial', sans-serif;
        font-size: 12px;
        font-style: italic;
        border: 1px solid #c0c0c0;
        background: #adcd8b;
        color: #000;
        width: 280px;
	line-height: 12px;
}
div#contact_form textarea:focus, div#login_form textarea:focus {
	border: 1px solid #116a00;
}

div#contact_form textarea.expanding, div#login_form textarea.expanding {
	min-height: 84px;
	height: 84px;
	line-height: 12px;
}

div#contact_form input.submit_button {
	height: 26px;
	width: 60px;
	border: 1px;
	float: left;
}
div#contact_form input.submit_button:hover {
	cursor: pointer;
	border: 1px solid #116a00;
}


.notice {
	background: #ebea93;
	border: dotted 2px #cecc4c;
	width: 90%;
	padding: 20px;
	margin-left: 10px;
}

.notice p {
	font-size: 14px
}

