/* css Zen Garden default style v1.01 */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
body { 
	font: 8pt/16pt Georgia, geneva, helvetica, arial, serif; 
	color: #FF9933; 
	background-color: #ffeddb;
	margin: 0;
	padding: 0;
	}
p { 
	font: x-small Georgia, geneva, helvetica, arial, serif;
	line-height: 16pt;
	margin-top: 0px; 
	text-align: justify;
   voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; 
	}
p:first-letter {
	font-size: medium;
	padding-right: 1px;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: large;
}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a {
	line-height: 14pt;
	padding-bottom: 1px;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}	
a:link { 
	text-decoration: none; 
	color: #FFEDDB;
	border-bottom: 1px dashed #ff9933;
	}
a:visited { 
	text-decoration: none; 
	color: #FFEDDB;
	border-bottom: 1px dashed #ff9933;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #FFEDDB;
	border-bottom: 1px solid #ff9933;
	}
	
acronym{
   cursor: help;
	line-height: 12pt;
	padding-bottom: 1px;
	border-bottom: 1px dashed #ffeddb;
}

/* specific divs */
#container {
   width: 750px; 
	margin-top: -178px;
	left: 50%;
	padding: 0;
	margin-left: -390px; 
   position: absolute; 
	top: 28%; 
	}

#intro {
	margin: 0;
	padding: 0;
	}
#pageHeader { 
	background: url(top.jpg) #fff no-repeat right;
	height: 285px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 {
	margin-top: 10px; 
	width: 219px; 
	height: 87px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
	}
#pageHeader h2 span {
	display:none;
	}

#quickSummary {
	background: #ddd url(bg_800.gif) repeat-y 50% 0;
	margin: 0;
	padding: 0;
	}
#quickSummary p {
   width: 520px;
	margin-left: 30px;
	font: bold italic x-small Georgia, geneva, helvetica, arial, serif; 
	text-align:center;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	}
#quickSummary p.p1 {
   border-top: 4px solid #A95836;
	padding-top: 10px;
}
#quickSummary p.p2 {
   border-bottom: 4px solid #A95836;
	padding-bottom: 10px;
}

#preamble {
	background: #ddd url(bg_800.gif) repeat-y 50% 0;
   margin-top: -20px;
	padding: 0;
	clear: both;
	}

#preamble h3 span {
	display:none;
}

#preamble h3 {
	width: 287px;
	height: 50px;
	margin-left: 30px;
	background: transparent url(preamble-h3.gif) no-repeat bottom left;
}

#preamble p.p1, #preamble p.p2, #preamble p.p3 {
	width: 520px;
	margin-top: 0px;
	margin-left: 30px;
	padding: 0;
}
	
#supportingText {
	background: #ddd url(bg_800.gif) repeat-y 50% 0;
   margin-top: -20px;
	padding: 0;
	}
	
#supportingText #explanation h3 span {
	display: none;
}
	
#supportingText #explanation h3{
   width: 250px;
	height: 50px;
	background: transparent url(supporting-h3.gif) no-repeat bottom left;
}
	
#supportingText #explanation {
	width: 520px;
	margin-left: 30px;
	clear: both;
}
	
#supportingText #participation, 
#supportingText #benefits, 
#supportingText #requirements {
  margin: 10px;
}	

#supportingText #participation {
	width: 250px;
	float: left;
	height: 1186px;
	background: transparent url(carrots.jpg) no-repeat bottom;
   margin-left: 15px;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 15px;
}	

html>body #supportingText #participation {
	margin-left: 30px;
}

#supportingText #participation h3 span, 
#supportingText #benefits h3 span, 
#supportingText #requirements h3 span{
	display: none;
}

#supportingText #participation h3{
   width: 250px;
	height: 38px;
	background: transparent url(participation-h3.gif) no-repeat top left;
}

#supportingText #benefits, 
#supportingText #requirements {
	width: 250px;
	float: left;
}

#supportingText #benefits h3{
   width: 250px;
	height: 38px;
	background: transparent url(benefits-h3.gif) no-repeat top left;
}

#supportingText #requirements h3{
   width: 250px;
	height: 38px;
	background: transparent url(requirements-h3.gif) no-repeat top left;
}

#footer {
   border-bottom: 6px solid #A95836;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	clear: both;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px;
	font-style: italic;
	font-weight: bolder;
	}

#linkList {
   padding: 0;
   margin: 0;
	margin-left: 580px;
	position: absolute;
	float: left;
	top: 220px; 
	right: 9px;
	width: 172px;
	height: 1400px;
	background: transparent url(nav-bottom.jpg) no-repeat bottom left;
	}

#linkList2 {
   padding-bottom: 10px;
	margin-bottom: 130px;
	width: 172px;
	height: 1300px;
	background: transparent url(soil.jpg) repeat;
	}
	
#linkList h3.select { 
	background: transparent url(nav-top.jpg) no-repeat top left; 
	margin: 0; 
	width: 172px; 
	height: 130px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(favorites.gif) no-repeat top left; 
	margin: 0 0 20px 45px; 
	width:128px;
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(archives.gif) no-repeat top left; 
	margin: 0 0 20px 50px; 
	width:128px; 
	height: 18px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(resources.gif) no-repeat top left; 
	margin: 0 0 20px 45px; 
	width:128px; 
	height: 18px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
   list-style: none;
	margin: 1em 2px 1em 8px;
	padding-left: 0px;
	}
#linkList li {
   margin-bottom: 6px;
	padding: 0 0 4px 18px;
	line-height: 1.6em;
	background: url(carrot.gif) no-repeat 0 5px;
	}

#linkList li a {
	padding-bottom: 1px;
	line-height: 12px;
	font: italic x-small Georgia, geneva, helvetica, arial, serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}	
#linkList li a:link { 
	color: #FFEDDB;
	border-bottom: 0 dashed #ff9933;
	}
#linkList li a:visited {
	color: #FFEDDB;
	border-bottom: 0 dashed #ff9933;
	}
	
#linkList li a:hover, #linkList li a:active { 
	text-decoration: none; 
	color: #FFEDDB;
	border-bottom: 1px solid #ff9933;
	}