/* css Zen Garden submission 006 - 'Wicked Grove' by D. Keith Robinson, http://www.7nights.com/asterisk/ */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2003, D. Keith Robinson */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */


/* basic elements */
body { 
	font: 12pt/14pt "Trebuchet MS", sans-serif; 
	color: #000000; 
	background: #F5E39E;
	margin: 0px;

}
p { 
	font: 12pt/19pt "Trebuchet MS", sans-serif; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 {
	font: bold normal 14pt/28px "Trebuchet MS", sans-serif;
	letter-spacing: 3px;
	margin-bottom: 2px;
	color: #000000;
	text-align: center;
	}
a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	font-size: 12px;

	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FA828F;
	font-size: 11px;

	}
a:hover, a:active {
	text-decoration: underline;
	color: #FF0000;
	font-weight: bold;



	}


/* specific divs */
#container {
	background: #F5E39E left top;
	padding: 15px 30px 0px 40px;
	margin: 125px 5px 0px;
	width:700px;
	position: absolute;
	float: none;
	right: auto;
	left: 5px;
	height: 780px;
	top: 32px;
	z-index: 0;
	visibility: visible;












	}

#pageHeader { 
	margin-bottom: 10px;
	}

/* 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: -180px; 
	width: 500px; 
	height: 87px; 
	float: left;
	color:#000000;
	}
#pageHeader h1 span {
	display:none;
	}
#pageHeader h2 { 
	width: 300px; 
	margin-top:-60px;
	margin-left:-190px;
	height: 100px; 
	float: right;
	}
#pageHeader h2 span {
	display:none;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

	}

#quickSummary {
	width: 160px;
	float: left;
	background:#000000;
	border: 5px ridge #FF0000;
	padding: 10px;
	margin: 5px;











	
	}
#quickSummary p {
	font: bold 11pt/2.5ex "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align:right;
	color:#FFFFFF;
	margin: 5px 10px 5px 5px;
	padding-top: 5px;







	}
	
#quickSummary a:link {
	font-weight: bolder;
	text-decoration: underline;
	color: #FF0000;


	}
#quickSummary a:visited {
	font-weight: bolder;
	text-decoration: underline;
	color: #FF0000;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;

	}
#quickSummary a:hover, #quickSummary a:active {
	text-decoration: underline;
	font-weight: bolder;
	color: #F5e39E;


	}
	
#preamble, #supporting text, #explanation, #participation, #benefits, #requirements {
	padding: 0px 30px 0px 5px;



}

#footer {
	text-align: center;

	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	background: transparent url(original_css/menu.gif) top left no-repeat;
	position: absolute;
	top: 0px;
	padding: 15px;
	margin-top: 200px;
	margin-left: 650px;
	width: 130px;
	visibility: visible;



	}
	
#linkList2 { 
	font: 10px verdana, sans-serif;
	padding-top:35px; 
	}
#linkList h3.select { 
	background: #000099;  
	width: 130px; 
	height: 25px; 
	margin-left:-8px;
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: #669900 url(original_css/favorites.gif) no-repeat left top;  
	width: 130px; 
	height: 25px; 
	margin-left:-8px;
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: #FFFFFF no-repeat left top;  
	width: 130px; 
	height: 25px; 
	margin-left:-8px;
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(original_css/resources.gif) top left no-repeat;  
	width: 130px; 
	height: 25px; 
	margin-left:-8px;
	}
#linkList h3.resources span {
	display:none
	}

#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	background: transparent; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
#linkList li a:link { 
	color: #FF3300;
	}
#linkList li a:visited {
	color: #FF0000;
	}

#extraDiv1 {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 148px;
	height: 110px;
	visibility: hidden;


	}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FF0033;
	text-align: center;
	line-height: normal;

}

