@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #101010;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 90%;
	color: #fff;
	background: url(images/glowbg.jpg) repeat left top;
	background-attachment: fixed;
}

#container {
clear: both;
	width: 1000px;
	height: auto;
	margin:0 auto;
	background: #101010;
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity = 90);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #93b9ce;
}
a:link, a:visited {
color: #93b9ce;
font-size: 1em;
}
a:hover, a:active {
color: #fff;
}

				/*==========================
					   Header Styles
				==========================*/
				
				
h1 span, h2 span {
	visibility: hidden;
}
h3 span {
	visibility: hidden;
}
#pageHeader {
clear:both;
	background-image: url(images/zen2head.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 256px;
	width: 1000px;	
}
#preamble h3 {
	background-image: url(images/h3_01.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 435px;	
}
#explanation h3 {
	background-image: url(images/h3_02.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 435px;
}
#participation h3 {
	background-image: url(images/h3_03.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 435px;	
}
#benefits h3 {
	background-image: url(images/h3_04.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 435px;
}
#lselect h3 {
	background-image: url(images/h3_06.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 435px;
}
#requirements h3 {
	background-image: url(images/h3_05.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 435px;
}
#lresources h3 {
	background-image: url(images/h3_07.png);
	background-repeat: no-repeat;
	height: 65px;
	width: 435px;
}

			/*=======================
				Paragraph Styles
			=======================*/

p {	
	width: 425px;
	font-size: 1em;
}
#quickSummary  {
	position: absolute;
	top: 160px;
	left: 50%;
	margin-left: -300px;
	width: 600px;	
}
#quickSummary  p {
	width: 600px;
	color: #fff;
}


.drop {
	display: block;
	float: left;
	margin: 5px 0 0 0;
	padding: 0 3px 0;
	width: 50px;
	height: 50px;
	text-indent: -9000px;
	border: none;
	}
.a {
	background: transparent url(images/dropa.jpg) 0 0 no-repeat;
}
.l {
	background: transparent url(images/dropl.jpg) 0 0 no-repeat;
}
.t {
	background: transparent url(images/dropt.jpg) 0 0 no-repeat;
}
.g {
	background: transparent url(images/dropg.jpg) 0 0 no-repeat;
}
.w {
	background: transparent url(images/dropw.jpg) 0 0 no-repeat;
}
#preamble, #explanation, #participation, #benefits, #requirements, #lselect, #resources, #footer {
margin: 0 25px;
}


#preamble {
	float: left;
}
#explanation {
float: right;
}
#participation {
clear: both;
position: relative;
top: -40px;
}
#benefits {
	float: left;
}
#requirements {
	float: right;
	position: relative;
	top: -330px;
}
#linkList {
	position:relative;
	top: -600px;
	height: 200px;
}
#linkList ul {
	list-style: none;
	padding-left: 25px;
}
#linkList ul li a {
	color: #93b9ce;
	font-size: 1.5em;
}
#linkList ul li a:hover {
	color: #fff;
}	
#lresources {
	clear: both;
	float: right;
	margin-right: 25px;
}
	
#footer {
	clear: both;
	height: 200px;
	width: 350px;
}
#footer a {
	color: #93b9ce;
	font-size: 1.25em;
	position: relative;
	top: -200px;
}
#footer a:hover {
	color: #fff;
}