/* 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; 
	color: #FF9933; 
	background: #FFEDDB url(blossoms.jpg) no-repeat bottom right; 
	margin: 0px; 
	}
p { 
	font: 8pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a {
	padding-bottom: 3px;
	line-height: 14px;
}	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFEDDB;
	border-bottom: 1px dashed #ff9933;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FFEDDB;
	border-bottom: 1px dashed #ff9933;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #FFEDDB;
	border-bottom: 1px solid #ff9933;
	}


/* 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: italic 10pt/22pt georgia; 
	text-align:center;
	}

#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: 287px;
	height: 50px;
	background: transparent url(supporting-h3.gif) no-repeat bottom left;
}
	
#supportingText #explanation {
	width: 520px;
	margin-left: 30px;
}
	
#supportingText #participation, 
#supportingText #benefits, 
#supportingText #requirements {
  margin: 10px;
}	

#supportingText #participation {
   width: 250px;
	margin-left: 30px;
	float: left;
	/*border-bottom: 430px solid #ff9933;*/ 
}	

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

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

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

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

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

#footer {
   border-bottom: 6px solid #ff9933;
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	clear: both;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px;
	}

#linkList {
   border: 1px solid red;
	margin-left: 600px;
	position: absolute;
	float: left;
	top: 100px; 
	right: 5px;
	}
#linkList2 { 
	font: 10px verdana, sans-serif; 
	background: transparent url(paper-bg.jpg) top left repeat-y; 
	padding: 10px; 
	margin-top: 150px; 
	width: 150px; 
	}
#linkList h3.select {
	background: transparent url(h3.gif) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width: 128px; 
	height: 18px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(h5.gif) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width:128px; 
	height: 18px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(h6.gif) no-repeat top left; 
	margin: 10px 0px 5px 0px; 
	width:128px; 
	height: 18px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	border: 1px solid blue;
   list-style: none;
	margin: 1em 2px 1em 4px;
	}
#linkList li {
border: 1px solid yellow;
	margin-bottom: 6px;
	padding: 0 0 4px 18px;
	line-height: 1.3em;
	background: url(carrot.gif) no-repeat 0 2px;
	}
#linkList li a:link { 
	color: #FFEDDB;
	}
#linkList li a:visited {
	color: #FFEDDB;
	}