@import url("style_reset.css");

/* Global
------------------------------------------------------------*/
html, body, form, h1, h2, h3, h4, h5, h6, p, dl, dt, ul, ol, form {
	margin:0;
	padding:0;
	}

body {
	font-size: 13px;
	font-family: arial,helvetica,sans-serif; 
	color: #525252;
	background:#256500 url(../images/bg_new.png) repeat-x 0 0;
	}
		
a, a:link { 
	color:#e26100;
	text-decoration: none; 
	}

a:hover {
	color:#339933; 
	}

a:active { 
	color:#e26100;
	}
	
img, img a {
	border:0;
	background:none;
	outline: 0;
	}
	
strong 	{ 
	font-weight: bold;
	color:#005b1c; 
	}
	
p {	
	margin-bottom: 14px; 
	line-height:18px;
	}
	
.clear {
	margin: 0;	
	padding: 0;	
	clear: both;	
	float: none;
	}


/* Layout
------------------------------------------------------------*/
#container {
	margin:0 auto;
	text-align:center;
	width:100%;
	height:1%;
	}
	
#main {
	clear:both;
    position:relative;
	margin:0 auto;
	text-align:left; 
	padding:0 24px 0 24px;
	width:957px;
	background:#fefefe url(../images/bg_sub.jpg) repeat-y 0 0;
	}
	
	*html #main {
	padding:0 17px 0 24px;
	width:960px;
	}

#content {
	width:510px;
	padding:40px 11px 30px 11px;
	float:left;
	margin-left:212px;
	display:inline;
	line-height:150%;
	background:transparent url(../images/shadow_top.jpg) no-repeat 0 0;
	}

/* Top Most Navigation
------------------------------------------------------------*/
#top_wrap {
	width:100%;
	background-color:#fff;
	}
	
#top_nav {
	background-color: #003300;	
	width:100%;
	margin:0 auto;
	padding:7px 0 0 0;
	height: 21px;
	border-bottom:1px solid #B1B377;
	}
	
#top_nav ul {	
	width:970px;
	margin:0 auto;
	text-align:right;
	padding: 0 6px 0 0;
 	}

#top_nav ul li {
 	display: inline;
	margin:0;
 	padding:0 6px 0 7px;
	background:url(../images/btn_arrow.gif) 0 6px no-repeat;
    }

#top_nav ul li a {
	color:#CEE2DD; 
 	font-size:.9em;
 	text-decoration: none;
	padding:0 5px 0 5px;
	margin:0;
    }
	
#top_nav ul li a:hover {
 	color:#fff;
	text-decoration:none;
    }

/* Masthead | Logo Text Area
------------------------------------------------------------*/
#masthead {
	height: 145px;
	width:1005px;
	margin:0 auto;
	text-align:center;
	background:transparent url(../images/headerbg.gif) no-repeat bottom left;
	}
	
/* logo placement */
#masthead .mbody {
	margin-left:auto;
	margin-right:auto;
	height: 94px;
	width:990px;
	padding:37px 0 10px 0px;
	}

#masthead h3 {
	width:340px;
	padding:0 0 0 0px;
	margin:0 0 0 11px;
	height: 75px;
	float:left;
	text-indent: -5000px;
	background: transparent url(../images/logo_txt.gif) no-repeat 0 0;
	}
	
/* Google Search
------------------------------------------------------------*/
#search {
    float:right;
    text-align:left;
	margin:26px 0 0 0;
	}

#search .search_img {
    background:url(../images/header_search.gif) no-repeat top left;
    height:20px;
    width:199px;
	}

#search .search_img h2 {
    text-indent:-2000px;
    padding: 0;
    margin: 0;
	}

#search_text {
    width: 190px;
    height: 17px;
	}

#s {
	background:#7FA757;
    width: 145px;
	height:16px;
    border-color:#644F30;
    border-style:solid;
    border-width:1px;
    color:#fff;
	font-size:12px;
    margin:0px;
    padding:2px 1px 1px 5px;
	}

#submit {
    background: transparent url(../images/this.gif) no-repeat 0 0;
    width: 16px;
    height: 19px;
	margin-left:6px;
	cursor:pointer;
	}

/* Main Navigation | These Are The Sections In Each Department 
------------------------------------------------------------*/
#banner_wrap {
	width:100%;
	}

/* main page navigation */			
#nav_main {
	width:100%;
	text-align:center;
	margin:0 auto;
	background:#10311E url(../images/navbg.gif) repeat-x top left;
	border-bottom:1px solid #B1B377;
	border-top:1px solid #B1B377;
	}

#nav_main ul {
	width:921px;
	height: 28px;
	margin:0 auto;
	text-align:center;
	padding:0;
	list-style: none;
	}

#nav_main li {
	float: left;
	height: 28px;
	border-right:1px solid #3F7F3F;
	}

#nav_main li a {
	display: block;
	line-height: 28px;
	text-indent: -5000px;
	background-position: center top;
	/* horizontally centers the background image */
	}

#navHome {
	width: 110px;
	background: url(../images/nav-home.gif) no-repeat;
	border-left:1px solid #9B815F;
	}

#navEco {
	width: 150px;
	background: url(../images/nav-eco-project.gif) no-repeat;
	}

#navCSA {
	width: 246px;
	background: url(../images/nav-CSA.gif) no-repeat;
	}

#navLand {
	width: 125px;
	background: url(../images/nav-land.gif) no-repeat;
	}

#navFarm {
	width: 135px;
	background: url(../images/nav-farm.gif) no-repeat;
	}

#navDonate {
	width: 140px;
	background: url(../images/nav-donate.gif) no-repeat;
	}

#nav_main li a:hover {
	background-position: 50% -28px;
	}

#nav_main li a.currentSection, #nav_main li a.currentSection:hover {
	background-position: 50% -56px;
	}
	
/* Drop Down Menus 
------------------------------------------------------------*/
.chromestyle {
	padding: 0px;
	height: 28px;	
	}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.chromestyle ul {
	margin: 0;
	text-align: right; 
	height: 70px;	
	}
	
.chromestyle ul li {
	display: inline;
	}
		.chromestyle ul li a {
			text-decoration:none;	
			}
		
		.chromestyle ul li a:hover {
			text-decoration:none;	
			}
		
.dropmenudiv {
	position:absolute;
	top: 0;
	padding: 0;
	border:1px solid #999; 
	z-index: 100;
	width: 165px;
	visibility: hidden;
	}
		.dropmenudiv a {
			font-size: 1em;
			font-weight: normal;
			color: #f2f2f2;
			width: auto;
			display:block;
			text-indent: 4px;
			text-align: left;
			padding: 5px 2px 5px 2px;
			text-decoration: none;
			background-color: #666;
			border-bottom:1px solid #333;
			}
		* html .dropmenudiv a { /*IE only hack*/
			width:100%;
			}
		.dropmenudiv a:hover { 
			font-size: 1em;
			font-weight: normal;
			color: #fff;
			text-indent: 4px;
			padding: 5px 2px 5px 2px;
			background-color: #9e9e9c;
			text-decoration:none; 
			}
			
		.dropmenudiv .active { 
			background-color: #919191;
			}

a.menu:link, a.menu:active, a.menu:visited, a.menu:hover, a.menuon:link, a.menuon:active, a.menuon:visited {	
	text-decoration: none;
	}

/* Footer
------------------------------------------------------------*/
#footercontainer {
	margin:0px auto 0px auto;
	padding:0 24px 0 24px;
	width:957px;
	text-align:center;
	font-size: 90%;
	height: 260px;
	background: url(../images/footer_full.jpg) no-repeat top left;
	clear:both;					
	}

#footercontainer .footercontent {
	width:957px;
	padding-top:5px;
	text-align:left;
	background: url(../images/footer-bg-n.jpg) repeat-x top left;
	height: 255px;
	}
	
#footercontainer .footercontent p {
	color:#E1EDE1;
	margin-left:20px;
	}

.footercontent .footercol1title {
	padding: 0 0 3px 0;
	font-family:georgia,"Times New Roman",times,serif;
	line-height:1.25em;
	font-size: 17px; 
	font-weight: normal;
	color:#CCE599;
	margin:6px 0 4px 0;  
	}
	
.footercontent .footercol {
	float: left;
	width: 200px;
	padding: 0 16px 0 23px;
	border-right:1px solid #AA8B5E;
	}

.footercontent .footercol_first {
	float: left;
	padding: 0 16px 0 23px;
	border-right:1px solid #AA8B5E;
	width: 170px;
	}

.footercontent ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.footercontent ul li {
	display: block;
	list-style: none;
	background: url(../images/arrow-footerlink.gif) no-repeat top left;
	padding: 0 0 4px 8px;
	line-height: 120%;
	}

.footercontent ul li a {
	color:#E1EDE1;
	}

.footercontent .footercol ul {
	margin-top: 1px;
	}

#lastcol {
	width: 200px;
	border-right:0px solid #318E3D;
	}

/* Main Content Boxes
------------------------------------------------------------*/
#content .tbox {
	clear: both;
	margin:0;
	padding:0 7px 0 5px;
	}
	
	.tbox p {
		padding:3px 9px 7px 9px;
		}
	
.sidebar_tbox {
	padding:10px 0 10px 0;
	margin:0 12px 10px 16px;
	border-bottom:1px dotted #666;
	}
	
	.sidebar_tbox p {
		line-height:1.25em;
		padding:0;
		color:#204732;
		}

/*Events Page*/	
.single_promo {
	float: left;
	margin: 12px 0 0 0;
	padding: 0 0 10px 8px;
	background: url(../images/text-box-border.gif) no-repeat left bottom;
	}
	
	#noborder {
		background: none;
		}
	
.single_promo_left ul {
	list-style-type:circle;
	margin:0 0 0 15px;
	}
	
.single_promo_left ul li {
	padding: 3px 0 3px 3px;
	margin: 0.2em 0;
	line-height: 1.35em;
	border-bottom:none;
	list-style-position: outside;
	}

.single_promo_left {
	float: left;
	width: 270px;
	}
	
.single_promo_full {
	float: left;
	width: 470px;
	}

.info-img {
  	border:1px solid #3c3c3a;
  	float:right;
	margin:19px 2px 0 0;
  	}

/*** Share Details Page Boxes ***/
#content .page_left {
	width:240px;
	border:0;
	float:left;
	margin:0 0 15px 0;
	}
	
	#content .page_left p {
		width:220px;
		padding:0 0 0 15px;
		}
	
#content .page_right {
	width:240px;
	float:left;
	margin:0 0 15px 18px;
	}
	
	#content .page_right p {
		width:210px;
		padding:0 0 0 15px;
		}

/*** Home Page Boxes ***/
#content .intro {
	background: url(../images/watermelon.jpg) 10px 0px no-repeat;
	padding:38px 230px 17px 12px;
	}
	
#content .current_status {
	background: url(../images/staffer.jpg) 0 0 no-repeat;
	padding:5px 183px 10px 12px;
	}
	
#content .about {
	width:233px;
	height:289px;
	float:left;
	margin:0 0 20px 0;
	}
	
	#content .about p {
		padding:10px 6px 0 13px;
		}
	
#content .popular{
	width:259px;
	height:90px;
	float:left;
	margin:0 0 20px 18px;
	}

/*** About Page Boxes ***/
#content .intro_about {
	background: url(../images/tractor.jpg) top right no-repeat;
	height:216px;
	margin:0;
	padding:38px 230px 17px 12px;
	display:block;
	}
	
/*Benefits Page*/	
#content .benefits {
	background: url(../images/benefits.gif) 0 0 no-repeat;
	margin:0;
	padding:0;
	height:84px;
	}
	
/*Newsletter Page*/	
#content .newsletter {
	clear: both;
	margin:0;
	padding:0 15px 0 10px;
	border-bottom:1px solid #BDDFC4;
	}

/* Navigation Sidebar Right 
------------------------------------------------------------*/
#sidebars ul {
	margin: 0 0 20px 0;
	padding:0;
	font-size:12px;
	}

#sidebars li {
	padding:2px 0 2px 3px;	
	margin:0 6px 0 15px; 
	list-style-type:none;
	color:#204732;
	line-height:1em;
	border-bottom:1px dotted #666;
	clear:left;
	}

#sidebars li a {
	display:block;
	text-decoration:none;
	padding:3px 2px;
	}

#sidebars li a:hover {
	background-color:#003616;
	color:#FFF;
	}
	
#sidebars li .active {
	background-color:#003616;
	color:#FFF;
	font-weight:700;
	}
	
ul#sidebartext {
	margin: 0 11px 30px 2px;
	padding:0;
	font-size:12px;
	}

ul#sidebartext li {
	padding:18px 0 10px 0;	
	margin:0 0 0 15px; 
	list-style-type:none;
	color:#204732;
	border-bottom:1px dotted #666;
	clear:left;
	line-height:16px;
	}

ul#sidebartext li a {
	display:block;
	text-decoration:none;
	padding:3px 2px;
	}

#sidebars li .link_ex {
	color:#104325; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:700;
	letter-spacing:.05em;
	margin:15px 0 5px 5px;
	display:block;
	}
	
.section {
	clear:both;
	margin-bottom:1em;
	overflow:hidden;
	}

/* Sidebar Structure  
------------------------------------------------------------*/
* html #sidebar-a-top, #sidebar-a-utility, #sidebar-a-bottom {
	padding-right:0;
	}

#sidebar-a-top {
	width:213px;
	padding:0;
	float:left;
	margin-left:-745px;
	}
	
#sidebar-a-top .top_leftcap {
	height:12px;
	text-indent:-9999px;
	margin:0;
	background:transparent url(../images/lineleft_top.jpg) top left no-repeat;
	}
	
#sidebar-a-bottom {
	width:180px;
	padding:0 16px 0 17px;
	margin-top:410px;
	float:left;
	margin-left:-745px;
	}
	
#sidebar-a-utility {
	padding-top:20px;
	width:218px;
	float:left;
	margin:178px 0 0 -745px;
	}

#sidebar-a-utility h1 {
	background:url(../images/bg-utility.png) top left no-repeat;
	height:16px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	}

#sidebar-a-top .logo-area {
	margin:0;
	padding:11px 16px 0 17px;
	width:180px;
	height:160px;
	position:relative;
	background:#fff url(../images/bg-logo.png) repeat-y 100% 0;
	}

#sidebar-b-top {
	width:213px;
	padding:0;
	float:right;
	}
	
	*html #sidebar-b-top {
		margin-right:3px;
		}

#sidebar-b-top .more-area {
	margin:0;
	padding:11px 16px 0 17px;
	width:180px;
	height:160px;
	position:relative;
	background:#fff url(../images/bg-more.png) repeat-y 100% 0;
	}

	
#sidebar-b-top .top_rightcap {
	height:16px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	background:url(../images/lineright_top.jpg) no-repeat 0 0;
	}
	
#sidebar-b-middle {
	width:213px;
	padding:0;
	margin:0;
	float:right;
	}
	
#sidebar-b-middle h1 {
	background:url(../images/lineright.jpg) top left no-repeat;
	height:16px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	}
	
#sidebar-b-bottom {
	padding:0;
	margin:0 0 0 15px;
	float:right;
	}
	
#sidebar-b-bottom h1 {
	height:16px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	}

/* Sidebar Divisions 
------------------------------------------------------------*/
#directory {
	float:left; 
	width:199px;
	margin:10px 0 5px 0;
	}

#pdf {
	float:left; 
	width:180px;
	padding:10px 18px;
	margin:0 0 8px 0;
	}
	
#adobe {
	float:left; 
	font-size:12px;
	width:168px;
	padding:0 25px 0 0;
	margin:0;
	}
	
#new {
	float:left; 
	padding:10px 20px 10px 20px;
	width:180px;
	}
	
#links {
	float:left; 
	padding:0;
	width:180px;
	}

#email {
	float:left; 
	width:180px;
	padding:10px 18px;
	margin:0;
	}

/* Lists
------------------------------------------------------------*/
/*Styles for unordered lists containing links*/
#main ul#linklist {
	list-style-type: none;
	margin: 0 30px 30px 0;
	padding: 0;
	line-height:15px;
	}

#main ul#linklist li {
	background: none;
	padding: 6px 0 6px 20px;
	background: url(../images/link.gif) no-repeat 0 7px;
	}
	
#main ul#linklist li a {
	color:#204732;
	}
	
#main ul#linklist li a:hover {
	color:#fff;
	}

	
#main ul#ourlinks {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	line-height:19px;
	}

#main ul#ourlinks li {
	background: none;
	padding: 0 0 1px 2px;
	}
	
#main ul#goals {	
	margin: 0 0 15px 13px;
	padding:0;
	}

#main  ul#goals li {	
	padding:5px 10px 5px 4px;	
	margin:0 0 0 15px; 
	list-style: disc;
	list-style-position:outside;
	list-style-type:disc;
	line-height:1.2em;
	font-weight:normal;
	}
	
#main  ul#goals li a {	
	text-decoration:none;
	}

/*Newsletter Lists*/	
#newslet {
	list-style-type:disc;
	margin:0 0 10px 21px;
	}

/*Share Details Page*/	
#content .page_right ul, #content .page_left ul {
	list-style-type:disc;
	list-style-position: outside;
	padding:0 0 3px 18px;
	}	
	
#main ul#leaf {
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
	
#main ul#leaf li {
	padding: 0 0 3px 18px;
	margin:0;
	background: url(../images/arrow.gif) 0 5px no-repeat;
	line-height:19px;
	list-style-type:none;
	}
	
#main ul#leaf li a {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", SansSerif; 
	margin:0;
	text-decoration:none;
	}
	
#main #leaf li a:hover {
	color:#3F7F3F;
	}

/* Link Treatments
------------------------------------------------------------*/
#content .more_info {
	padding: 0 0 0 16px;
	background: url(../images/arrow.gif) 0 3px no-repeat;
	display:block;
	line-height:18px;
	margin-left:4px;
	}
	
#sidebars .side_more_info {
	padding: 0 0 0 16px;
	background: url(../images/arrow_side.gif) no-repeat 0 6px;
	margin-left:2px;
	display:block;
	}
	
a.marker {
	padding: 0 0 1px 25px;
	background: url(../images/markerarrow.gif) no-repeat 0 0;
	margin-left:29px;
	display:block;
	}

.link {
	padding-left:20px; 
	background: url(../images/link.gif) 0 3px no-repeat;
	line-height:18px;
	margin-bottom:10px;
	}
	
.more_info_email {
	margin-left:3px;
	padding: 0 0 0 19px;
	background: url(../images/icon_email.gif) 0 1px no-repeat;
	}
	
.more_info_pdf {
	padding: 0 0 0 22px;
	background: url(../images/icon_pdf.gif) 0 3px no-repeat;
	}

.side_more_info_pdf {
	padding: 0 0 0 22px;
	background: url(../images/icon_pdf_green.gif) 0 3px no-repeat;
	}

.alert_info {
	padding: 0 10px 0 22px;
	margin-left:3px;
	background: transparent url(../images/ico_info.gif) 0 0 no-repeat;
	line-height:1.5em;
	font-size:11px;
	}
	
/* Pullquotes Span and Font Treatments
------------------------------------------------------------*/
.number  {
	color:#003616;    
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style:italic;   
	font-size:1.4em;
	font-weight:normal;
	line-height:24px;
	padding-top:5px;
	margin:0px;
	}
	
.donate  {
	color:#003616;    
	line-height:14px;
	padding:15px 20px 0 0;
	margin:0 0 0 0;
	float:right;
	width:99px;
	}

#adobe_inbody {
	float:right;
	margin:0 0 10px 0;
	padding:5px;
	width:230px;
	}

#adobe_inbody p {
	font-size: 11px;
	padding: 0;
	color:#999; 
	}
	
/* Slide Show
------------------------------------------------------------*/
#lbOverlay {
	position:absolute;
	left:0;
	width:100%;
	background-color:#0B1E1D;
	cursor:pointer;
	}

#lbCenter, #lbBottomContainer {
	position:absolute;
	left:50%;
	overflow:hidden;
	background-color:#fff;
	}

.lbLoading {
	background:#fff url(../images/loading.gif) no-repeat center;
	}

#lbImage {
	position:absolute;
	left:0;
	top:0;
	border:10px solid #fff;
	background-repeat:no-repeat;
	}

#lbPrevLink, #lbNextLink {
	display:block;
	position:absolute;
	top:0;
	width:50%;
	outline:none;
	}

#lbPrevLink {
	left: 0;
	}

#lbPrevLink:hover {
	background:transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
	}

#lbNextLink {
	right: 0;
	}

#lbNextLink:hover {
	background:transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
	}

#lbBottom {
	color:#333;
	font-family:arial,helvetica,sans-serif; 
	font-size:1em;
	line-height:1.2em;
	text-align:left;
	border:10px solid #fff;
	border-top-style:none;
	}

#lbCloseLink {
	display:block;
	float:right;
	width:66px;
	height:22px;
	background:transparent url(../images/closelabel.gif) no-repeat center;
	margin:5px 0 0 0;
	}

#lbCaption, #lbNumber {
	margin-right:71px;
	}

#lbCaption {
	font-family:arial,helvetica,sans-serif; 
	font-size:.9em;
	color:#888;
	}		

/* Image Treatments
------------------------------------------------------------*/
.img_1 {
	margin:0px 4px 0 4px;
	}
	
.img_2 {
	margin:4px 10px 0px 0px;
	border:2px solid #003300;
	float:left;
	text-align:right;
	}
	
.img_3 {
	margin:2px 10px 0 0px;
	float:left;
	}
	
.img_4 {
	float:right;
	margin:4px 9px 0 0;
	}
	
.img_5 {
	margin:0px 12px 5px 0px;
	background: #ccc;
	padding: 5px;
	border: 1px solid #333;
	text-align:right;
	float:left;
	}
	
.img_6 {	
	padding:0;	
	margin: 0 3px 5px 0;
	}
	
.img_7 {	
	margin: 15px 0 25px 0;
	}

.img_9 {
	text-align: left;
	float:right;
	margin-left:4px;
	}
	
.img_10 {
	margin:0 0 10px 4px;
	display:block;
	}

.badge {
	float: right;
	margin: 0 0 0 4px;
}
		
/* Headings All  
------------------------------------------------------------*/
#content h1 {
	color:#005B1C; 
	font:1.45em/0.9em "Trebuchet MS", "Lucida Sans Unicode", SansSerif; 
	font-weight:normal;
	background:url(../images/home_h3.png) 0 0 repeat-x; 
	height:30px;
	padding:11px 2px 0 10px;
	margin:0;
	}
	
#content h2 {
	color:#006D22; 
	font:1.5em/0.9em "Trebuchet MS", "Lucida Sans Unicode", SansSerif; 
	height:17px;
	padding:10px 2px 6px 5px;
	margin:0;
	}
	
	h2#line {
		border-bottom:1px solid #BDDFC4;
		margin-bottom:10px;
		}
	
#content h3 {
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic;
	font-weight:normal;
	background:url(../images/bg-h2.png) no-repeat 0 0;
	font-size:22px;
	height:26px;
	margin:1em 0 0 0;
	width:490px;
	padding:5px 0 7px 20px;
	float:left;
	}
	
#content h4 {
	font:1.5em/0.9em "Trebuchet MS", "Lucida Sans Unicode", SansSerif; 
	color:#003616;
	font-weight:normal;
	margin:0;
	padding:16px 0 5px 0;
	}

#content h5 {
	color:#005B1C;
	margin:0;
	padding:4px 0 5px 0px;
	}
	
#content h5 a {
	color:#7AB83D; 
	text-decoration:none;
	background:url(../images/arrow.gif) no-repeat 0 2px;
	padding:0 0 0 15px;
	margin-top:10px;
	}
	
	h5#margin {
		margin-bottom:15px;
		}
		
h6#page_title {
	color:#0c6a35; 
	font:2.1em/0.9em "Trebuchet MS", "Lucida Sans Unicode", SansSerif; 
	font-weight:normal;
	height:30px;
	padding:0px 2px 4px 4px;
	margin:3px 0 0 7px;
	}
			
#sidebars h1 {
	}
		
#sidebars h2 {
	font-weight:bold;
	color:#003616;
	margin:0;
	padding:5px 0 5px 0;
	}
	
#sidebars h3 {
	text-transform:uppercase;
	margin:0;
	font-weight:normal;
	color:#039;
	border-bottom:1px dotted #666;
	font-size:11px;
	}
	
#sidebars h4 {
	font-size:1.47em;
	color:#003616;
	font-weight:normal;
	height:24px;
	margin:0 20px 0 20px;
	padding:5px 0 0 5px;
	border-bottom:1px dotted #999;
	background:url(../images/leaf.gif) 90% 10% no-repeat;
	}
	
#sidebars h5 {
	font-family:"Trebuchet MS", "Lucida Sans Unicode", SansSerif; 
	font-size:17px;
	font-weight:normal;
	color:#003616;
	margin:0 0 5px 0;
	padding:10px 0 0 15px;
	}
	
#sidebars h6 {
	height:16px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	}
												
/* Roll Overs  
------------------------------------------------------------*/
/*newsletter*/
#newsletter {
	margin:10px 0 30px 0;
	}

.roll_item_news {
	margin: 0;
	padding: 0;
	height: 80px;
	width:185px;
	border:0;
	}

.roll_item_news a {
	display: block;
	padding: 0; 
	overflow: hidden;
	border:0;
	height: 0;
	}

#news {
	margin:0 0 0 10px;
	height: 80px;
	width:185px;
	}

#news a {
	height: 80px;
	width:185px;
	background: transparent url(../images/subscribe_sa.gif) top left no-repeat;
	}

#news a:hover {
	height: 80px;
	width:185px;
	background: transparent url(../images/subscribe_sa.gif) -187px 0px no-repeat;
	}
	
.roll_item_donate {
	margin: 0;
	padding: 0px;
	height: 99px;
	width:100px;
	float:left;
	}

.roll_item_donate a {
	display: block;
	padding: 0px; 
	overflow: hidden;
	height: 0;
	}

#donate_green {
	margin:0;
	height: 99px;
	width:100px;
	}

#donate_green a {
	background: url(../images/donate_green.gif) 0 0 no-repeat;
	height: 99px;
	width:100px;
	}

#donate_green a:hover {
	background: url(../images/donate_green.gif) -105px 0 no-repeat;
	height: 99px;
	width:100px;
	}

#donate_blue {
	margin:0;
	height: 99px;
	width:100px;
	}

#donate_blue a {
	background: url(../images/donate_blue.gif) 0 0 no-repeat;
	height: 99px;
	width:100px;
	}

#donate_blue a:hover {
	background: url(../images/donate_blue.gif) -105px 0 no-repeat;
	height: 99px;
	width:100px;
	}
	
/* Show Hide 
------------------------------------------------------------*/
#tip{
	width:490px;
	float:left;
	margin:15px 0 20px 8px;
	}
	
#tip ul{
	list-style: none;
	}
	
#tip li{
	width:330px;
	float:left;	
	margin-bottom:10px;
	}
	
#tip li a {
	text-decoration:none;
	color:#339933;
	}
	
#tip p {
	float:left;
	width:330px;
	background: url(../images/leaf_line.jpg) no-repeat top left;
	padding-left:30px;
	margin-bottom:10px;
	margin-top:10px;
	}

#tip p a {
	color:#e26100;
	}

