/* 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/11pt sans-serif; 
	color: #555753; 
	background: #ccc url(blossoms.jpg) bottom center; 
	margin: 0px; 
	text-align: center;
	height: 1400px;
	}
p { 
	font: 8pt/11pt sans-serif; 
	margin-top: 0px; 
	text-align: left;
	}
h3 { 
	font:  bold 10pt sans-serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #3D4868;

	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #EB0404;

	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #BFCFD2;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #EB0404;
	}

td.left { display: none; }

/* specific divs */
#container { 
	background: #fff url(zen-bg.jpg) no-repeat top left; 
	padding: 0px 0px 0px 10px; 
	border:1px solid  #4A6B70;
	text-align: left; 
	width: 710px; 
	height: 100%; 
	margin-left: auto; 
	margin-right: auto;  
	}

#intro { 
	min-width: 470px;
	}
#pageHeader { 
	margin-bottom: 0px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	background: transparent url(h1.gif) no-repeat top left; 
	margin-top: 180px; 
	width: 700px; 
	height: 200px; 
	float: none;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	background: #E7EDEC url(h2.gif) no-repeat top left; 
	margin-top: 0px; 
	margin-right: 5px; 
	width: 300px; 
	height: 120px; 
	float: right;
	border-bottom: solid 5px #D7DBDA;
	}
#pageHeader h2 span {
	display:none;
	}

#quickSummary {
	clear:none; 
	margin: 0px 0px 0px 0px; 
	width: 400px; 
	height: 120px;
	background: #E7EDEC;
	float: left;
	border-bottom: solid 5px #D7DBDA;
	}
#quickSummary p {
	font: 8pt/10pt sans-serif;
	color: #91ABAB; 
	font-weight: bold;
	text-align:left;
	padding: 10px ;
	}
	
	#quickSummary p.p2 {
	font: 12pt/12pt sans-serif;
	color: #91ABAB; 
	font-weight: normal;
	text-align:left;
	padding: 10px ;
	}

#preamble {
	clear: right; 
	width: 680px;
	padding: 10px 10px 20px 10px;
	position: absolute;
	top: 10px;
	background: #E7EDEC;
	border-top: solid 5px #D7DBDA;
	}

	
#preamble h3 {
	font: 12pt sans-serif; 
	font-weight: bold;
	line-height: 14pt;
	height: 30px;
	color: #4A6B70;
	text-align:left;
	letter-spacing: -0.5px;
	}
	
#preamble p {
	font: 8pt sans-serif; 
	line-height: 10px;
	color: #4A6B70;
	text-align:left;

	}

#supportingText {
	
	width: 700px;
	position: absolute;
	top: 680px;
	left: auto; 
	margin-bottom: 0px;
	float: none;
	}
	
	 
#explanation { 
	margin: 0px 0px 0px 0px ;
	width: 50%;
	border-right: solid 1px #EEE;
	float: left;
	
}	
#explanation h3 {
	font: 22px sans-serif; 
	color: #4A6B70;
	width: 340px;
	border-bottom: dashed 1px #CCC;


}
#explanation p {
	margin: 10px 0px 0px 0px ;
}

#participation { 
	margin-left: 51%;
	
	
}	
#participation h3 {
	font: 22px sans-serif; 
	color: #4A6B70;
	width: 340px;
	border-bottom: dashed 1px #CCC;

}
#participation p {
	margin: 10px 0px 0px 0px ;


}
#benefits { 
	position: absolute;
	top: 240px;
	margin: 0px 0px 0px 0px ;
	border-right: solid 1px #EEE;
	width: 50%;

}
#benefits h3 {
	font: 22px sans-serif; 
	color: #4A6B70;
	width: 340px;
	border-bottom: dashed 1px #CCC;

}
#benefits p {
	margin: 10px 0px 0px 0px ;


}
#requirements { 
	background: #4A6B70;
	margin-top: 30px;
	border-bottom: solid 5px #597D82;
	border-top: solid 5px #597D82;


}	
#requirements h3 {
	margin: 5px;
	font: 22px sans-serif; 
	font-weight:bold;
	letter-spacing:  -0.5px ;
	color: #FFF;
	border-bottom: solid 2px #597D82;
	padding-left: 10px;

}
#requirements p {
	font: 11px/12px sans-serif; 
	color: #FFF;
	padding: 5px;
	margin: 5px 0px 5px 10px ;
	
	}
#requirements a:link {
	font: 11px/12px sans-serif; 
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	}
#requirements a:hover {
	font: 11px/12px sans-serif; 
	font-weight: bold;
	color: #FFF;

}
#footer { 
	margin: 20px 0px 0px 0px ;
	text-align: left; 
	width: 690px;
	background: #E7EDEC;;
	padding: 5px;

	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	width: 700px;
	font: 9px sans-serif; 
	font-weight: bold;
	}
		
	#linkList a:link {
	font: 10px sans-serif; 
	font-weight: bold;
	text-decoration: none;
	
}
	#linkList a:hover {
	text-decoration: underline;
	color: #000;

}

#linkList2 {
	background: transparent url(paper-bg.jpg) top left repeat; 
	border-bottom:5px solid  #F1F4F3;
	width: 700px;
	padding: 5px 0px 0px 0px;
}
#linkList ul {
	display: block;
	padding: 0px 0px 0px 100px;
	margin: 0;	 
	line-height: 16px;
	}	
#linkList li {	
	display: inline;
	list-style-image: none;	
}

#linkList a:link {	
	color: #4A6B70;	
}

#lselect { 
    background-image:  url(h3.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px 10px 10px 5px;		
}
#lselect h3 {
	display: none;
}
#larchives { 
   background-image:  url(h5.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px 10px 10px 5px;		
}
#larchives h3 {
	display: none;
}
	
#lresources { 
    background-image:  url(h6.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px 10px 10px 5px;		
}
#lresources h3 {
	display: none;
}
	

#extraDiv1 { 
	background: transparent url(cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 0px; 
	right: 0px; 
	width: 20px; 
	height: 20px; 
	}