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


/* This file based on 'Everything is Illuminated' by Darren Terhune */
/* 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 */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #000;
	font: .7em geneva;
	text-align: left;
}

h3 {
	color: #B2AE7E;
	padding: 3px;
	font: 1.2em geneva;
}

a:link, #linkList li a:link {
	text-decoration: none;
	color: #716D48;
	font: 100% geneva;
}

a:visited, #linkList li a:visited  { 
	text-decoration: none;
	color: #716D48;
	font: 100% geneva;
}

a:hover, a:active, #linkList li a:hover, #linkList li a:active {
	color: #F1F9EA;
	font: 100% geneva;
	text-decoration: none;
}

/*----------main layout divs----------*/

#container {  
	margin: 0px auto;
	background: url(images/main-bg.gif) repeat-y top left;
	border-left: 1px solid #666;
	padding-left: 10px; 
	width: 760px;
}

#pageHeader {
	width: 600px;
	height: 261px;
	background: url(images/main-top.jpg) no-repeat top left;
}

#intro {
	width: 609px;
	background: #ABB6A6 url(images/main-bg.gif) repeat-y right;
}

#pageHeader h1 span, #pageHeader h2 span, #quickSummary p.p1 span, #preamble h3 span, #participation h3 span, #benefits h3 span, #requirements h3 span, #explanation h3 span {
	display: none;
}

#quickSummary {
	width: 600px;
	text-align: left;
	border-top: 1px solid #716D48;
}

#quickSummary p.p2 { 
	padding: 2px 10px 2px 5px;
}

#supportingText {
	width: 609px;
	background: #ABB6A6 url(images/main-bg.gif) repeat-y right;
	padding-bottom: 5px;
}

#preamble p.p1, #supportingText p.p1 {
	padding: 10px 10px 0 5px;
}

#preamble p.p2, #supportingText p.p2 {
	padding: 0 10px 0 5px;
}

#preamble p.p3, #supportingText p.p3, #explanation p.p2, #requirements p.p4, p.p5 {
	padding: 0 10px 20px 5px;
}

#benefits p.p1 {
	padding: 10px 10px 20px 5px;
}

#footer {
	text-align: center;
	border: 1px dotted #CCC;
	margin: 15px 15px 10px 5px;
}

/*----------replacement headers (h3)----------*/

#preamble h3, #participation h3, #requirements h3, #benefits h3, #explanation h3 {
	height: 120px;
	width: 603px;
	margin: 0px auto;
} 

#preamble h3 {
	background: url(images/the-road-to.jpg) no-repeat left;
}
#participation h3 {
	background: url(images/participation.jpg) no-repeat left;

}
#requirements h3 {
	background: url(images/requirements.jpg) no-repeat left;

}
#benefits h3 {
	background: url(images/benefits.jpg) no-repeat left;

}
#explanation h3 {
	background: url(images/so-what-is.jpg) no-repeat left;
}


/*----------link list----------*/
/*used when linklist below was set to fixed
* html #linkList {
	position: absolute;
	top: 0px;
	margin-left: 611px;
	margin-top: 0px;
	width: 200px;
}
*/
#linkList {
	position: absolute;
	top: 0px;
	margin-left: 611px;
	margin-top: 0px;
	width: 150px;	
}

#larchives {
	background-color: #28281E;
}

#lselect {
	background: #28281E url(images/corner-topright.gif) no-repeat top right;
}
 
#lresources {	
	background: #28281E url(images/corner-btmright.gif) no-repeat bottom right;
}

#linkList li {
	list-style-type: none;
	padding: 0 5px 0 10px; 
}


