/* 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 '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 */
* {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em !important; line-height: 1.6em;
	}
	
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
h3 span {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: .3em;
	font-weight: lighter;
	}
	
a {
	color: #669900;
	}

body { 
	background: black url(mainbackground.jpg)  no-repeat top; 
	}
	
#container {
	width: 750px;
	margin: 345px auto 0 auto; 
	}
	
	#intro {
		}
		#pageHeader {

			background: url(header.jpg) no-repeat top left;
			height: 110px;
			width: 225px;
			margin-left: 10px ;
			}
			#pageHeader h1 {
			position: absolute;
			display: none;
			}
			#pageHeader h2 {
			display: none;
			}
		#quickSummary {
			margin-top: 45px;
			margin-left: 30px !important; margin-left: 15px;
			float: left;
			height: 80px;
			width: 260px;
			}
		#preamble {
			float: left;
			clear: right;
			margin-left: 90px;
			margin-top: -30px;
			height: 190px;
			width: 300px;
			}
			
	#supportingText {
		width: 300px;
		margin-left: 30px !important; margin-left: 15px;
		clear: both;
		margin-bottom: 40px;
		margin-top: 55px !important; margin-top: 18px;
		float: left;
		}
		#supportingText h3 {
		font-size: 1.4em;
		color: #a3a266;
		}
		#supportingText p {
		line-height: 1em;
		font-size: 1em;
		color: white;
		margin-bottom: 1.2em;
		}
		#benefits {
		}
		#requirements {
		}
		#footer {
		clear: both;
		}
		#footer a {
		font-size: .7em;
		}
	#linkList {
	float: left;
	width: 306px;
	margin-left: 27px;
	margin-top: 38px !important; margin-top: 4px;
	height: 853px;
	padding-top: 10px;
	background: url(sidebar.jpg);
	}
	
	#linkList2 h3 span { 
	font: .9em Geneva, Arial, Helvetica, sans-serif;
	color: white;
	}
	
	#linkList2 ul {
	color: white;
	font: .8em Geneva, Arial, Helvetica, sans-serif;
	}
	
	#linkList2 a {
	font-size: 1em;
	}
	
	#linkList2 ul {
	margin-bottom: 10px;
	}

	
		#linkList2 {
		padding: 10px 10px 10px 20px;
		}
			#lselect {
		}
			#larchives {
		}
			#lresources {
		}
		

li {
	list-style: none;
	}

.p1 {
	font-size: .8em;
	margin-bottom: .8em;
	}
	.p1 span {
	font-size: .8em;
	margin-bottom: .8em;
	}
	
.p2 {
	font-size: .8em;
	margin-bottom: .8em;
	}
	.p2 span {
	font-size: .8em;
	margin-bottom: .8em;
	}
	
.p3 {
	font-size: .8em;
	margin-bottom: .8em;
	}
	.p3 span {
	font-size: .8em;
	margin-bottom: .8em;
	}
	
.p4 {
	font-size: .8em;
	margin-bottom: .8em;
	}
	.p4 span {
	font-size: .8em;
	margin-bottom: .8em;
	}
	
.p5 {
	font-size: .8em;
	margin-bottom: .8em;
	}
	.p5 span {
	font-size: .8em;
	margin-bottom: .8em;
	}
	
h3	{
	font-size: .9em;
	}
	h3 span {
		font-size: .8em;
		}
		
#preamble h3	{
	font-size: .9em;
	}
	#preamble h3 span {
		font-size: .8em;
		color: #669900 !important; color: #5A7836;
		}
	
	#extraDiv1 { 
		background: transparent url(cr2.gif) top left no-repeat; 
		position: absolute; 
		top: 40px; 
		right: 0px; 
		width: 148px; 
		height: 110px; 
		}
		
/* Begin Various Tags & Classes */
	/*Aslett clearing method*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

		/*fix for IE Mac*/
.clearfix {display: inline-table;}
	
		/*Holly hack for IE6 bug*/
			/* backslash hack hides from IE mac \*/
* html .clearfix {height: 1%;}
	
.clearfix {display: block;}
			/* end backslash hack */
	/* end Aslett clearing method*/
/* End Various Tags & Classes*/
