/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-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. */

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

/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font-family: 'Andale Mono', sans-serif;
	
	color: black; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	/* font-family: verdana, sans-serif; */
	font-style: bold;
	margin-bottom: 5px; 
	color: #035718;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #ff119c;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #17e0ff;
	}
acronym {
	border-bottom: none;
	}

/* specific divs */
#container { 
	background: url(AdobeStock_287475068.jpeg) no-repeat center center;
	background-size: 3000px auto; 
	opacity: 0.9;
	padding: 50px 180px 50px 180px;
	position: relative;
	}
#intro { 
	background-color: RGBA(255, 255, 255, 0.7);
	width: 820px;
	margin: auto;
	border-radius:20px;
	}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
	#pageHeader {
		background-color: RGBA(116,166,98,0.5);
		padding:none;
		width:820px;
		justify-content: center;
		height:150px;
		}
		
		#pageHeader h1 {
			margin-top: 20px;
			margin-bottom: 5px;
			color: #035718;
			font-style: bold;
			font-size: 72px;
			text-align: center;
			padding-top:15px;
			}
/*#pageHeader h1 span {
	display:none
	}*/
		#pageHeader h2 { 
			margin-top: 0px;
			color: #ff1c91;
			font-style: bold;
			font-size: 24px;
			text-align: center;
			}
/*#pageHeader h2 span {
	display:none
	}*/
	#preamble {
		padding: 0px 20px 10px 20px;
		}

#supportingText {	
	background-color: RGBA(255, 255, 255, 0.7);
	width: 800px;
	margin: auto;
	border-radius:20px;
	padding:10px;
	margin-top:20px;
	}
#explanation {
	padding: 10px 10px 0 10px;
}
#participation {
	padding: 0px 10px 0 10px;
}
#benefits {
	padding: 0px 10px 0 10px;
}
#requirements {
	padding: 0px 10px 0 10px;
}
#footer { 
	text-align: center; 
	padding: 0px 10px 10px 10px;
	}
/*#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}*/

#linkList {
	margin-left: 600px; 
	position: absolute; 
	top: 0; 
	right: 0;
	}
#linkList2 { 
	font: 20px 'Andale Mono', sans-serif; 
	padding: 15px; 
	padding-top:2px;
	margin-top: 150px; 
	width: 200px; 
	background-color: rgb(255, 221, 251);
	padding-right:20px;
	margin-right:50px;
	border-radius:20px;
	opacity:0.8;
	}
#linkList h3.select { 
	margin: 10px 0 5px 0; 
	width: 97px; 
	height: 16px; 
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(h4.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.larchives {
	margin: 25px 0 5px 0; 
	width:57px; 
	height: 14px; 
	}
/*#linkList h3.archives span {
	display:none
	}*/
#linkList h3.lresources { 
	background: transparent url(h6.gif) no-repeat top left; 
	margin: 25px 0 5px 0; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0;
	padding: 0;
	}
#linkList li {
	line-height: 2.5ex; 
	background: transparent url(cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
#linkList li a:link {
	color: #f02e86;
	}

	#linkList li a:hover {
	color:#035718;
	}
#linkList li a:visited {
	color: #8a52d8;
	}


#extraDiv1 {
	background: transparent url(cr2.gif) top left no-repeat; 
	position: absolute; 
	top: 40px; 
	right: 0; 
	width: 148px; 
	height: 110px;
	}
.accesskey {
	text-decoration: underline;
	}
