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

/* ---- Start of CSS Reset Code  ----  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* ----  End of reset CSS Code ----  */

a, a:visited {
	color:#990000;
	text-decoration:none;
}

a:hover {
text-decoration:underline;
}

acronym
{
	border:none;
}

body {
	padding: 0px;
	background-color: #7897AB;
	background-repeat: no-repeat;
	background-image: url(images/litehouse.jpg);
	background-position: 50% top;
	float: left;
	height:auto !important;/*all browsers except ie6 will respect the !important flag*/
	min-height:900px;
	height:900px;/*Should have the same value as the min height above*/
	width: 1900px;
	font-family: Optima, Optimum, sans-serif;
	font-size: 13px;
	color: #1e2355;
	text-align: center;
	top: 0px;
	text-decoration: none;
	margin: 0px;
	left: 0px;
	display: block;
	background-attachment: fixed;
	line-height: 14px;
	
}

	/*	background-image: url(images/cssZenBG.jpg); */
#container {
	max-height:800px;
	max-width: 1920px;
	width: 370px;
	height: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	position: absolute;
	top: 125px;
	margin-left: -150px;
	left: 60%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 300px;
	padding-left: 0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
/*//	overflow-x:move;  */
}

#linkList  {
	list-style-position: inside;
	list-style-type: none;
	width: 250px;
	list-style-image: url(images/compass20px.png);
	position: fixed;
	left: 60%;
	top: 0px;
	margin-left: -525px;
	text-align: left;
	font-size: 12px;
	line-height: 8px;
	padding: 5px;
	z-index: 12;
	vertical-align: middle;
}

#extraDiv1 {
	background-image: url(images/litehouseOnly.png);
	position: fixed;
	z-index: 9;
	height: 765px;
	width: 430px;
	background-repeat: no-repeat;
	left: 60%;
	margin-left: -500px;
}

#extraDiv2  {
	background-image: url(images/lighthouseGrass2.png);
	position: fixed;
	z-index: 15;
	height: 550px;
	width: 1920px;
	background-repeat: no-repeat;
	left: 0px;
	background-attachment: scroll;
	top: 600px;
	background-position: 50% top;
}

#extraDiv5 {
	background-image: url(images/seagulCSSzen.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: -140px;
	position: fixed;
	left: 60%;
	top: 0px;
	z-index: 12;
	visibility: visible;
	display: block;
}
/*
#preamble p {
	background-color: #CC99FF;
}
#participation p {
	background-color: #CC9966;
}
#explanation p {
	background-color: #66CC99;
}
#benefits p {
	background-color: #FF99CC;
}
#requirements p {
	background-color: #FFFFCC;
}
*/

h2 span {
	font-size: 20px;
	color: #1E2355;
	line-height: 40px;
	padding-bottom: 10px;
}


#preamble,
#explanation,
#participation,
#benefits,
#requirements,
#quickSummary {
	float: right;
	display: block;
	width: 350px;
	position: relative;
}

#preamble h3,
#explanation h3,
#participation h3,
#benefits h3,
#requirements h3 {
	background-repeat: no-repeat;
	height: 85px;
	width: 380px;
}

#preamble h3 span,
#explanation h3 span,
#participation h3 span,
#benefits h3 span,
#requirements h3 span,
#lselect h3 span,
#larchives h3 span,
#lresources h3 span,
#pageHeader h1 span {
	display: none;
}

#preamble p,
#explanation p,
#participation p,
#benefits p,
#requirements p,
#quickSummary {
	float: right;
	width: 330px;
	text-align: justify;
	line-height: 14pt;
}
#lselect h3,
#larchives h3,
#lresources h3 {
	background-repeat: no-repeat;
	height: 50px;
	margin-top: 15px;
	margin-left: -10px;
}
/*
#pageHeader h1 {
	background-image: url(images/seagulCSSzen.png);
	height: 175px;
	width: 350px;
}
*/
#preamble h3 {
	background-image: url(images/bgPreamble.png);
}
#explanation h3 {
	background-image: url(images/bgExplain.png);
}
#participation h3 {
	background-image: url(images/bgParticipation.png);
}
#benefits h3 {
	background-image: url(images/bgBenefits.png);
}
#requirements h3 {
	background-image: url(images/bgRequire.png);
}
#lselect h3 {
	background-image:url(images/hSelect.png);
}

#larchives h3 {
	background-image:url(images/hArchives.png);
}

#lresources h3 {
	background-image:url(images/hResources.png);
}

#preamble .p1,
#explanation .p1,
#participation .p1,
#benefits .p1,
#requirements .p1  {
	margin-top: 5px;
/*	width: 330px;	*/
}
/*
p:first-letter{
	display:block;
	margin:5px 0 0 5px;
	color:#990000;
	font-size:2em;
font-weight: bold;
}
*/
p:first-letter 	{
color: #990000;
background: transparent;
font-size: 24px;
vertical-align: baseline;
}

#preamble .p2, 
#preamble .p3,
#explanation .p2,
#explanation .p3,
#participation .p2,
#participation .p3,
#benefits .p2,
#benefits .p3,
#requirements .p2,
#requirements .p3,
#requirements .p4,
#requirements .p5 {
	margin-top: 5px;
}

#footer {
	float: right;
	display: block;
	width: 350px;
	position: relative;
	background-image: url(images/bgFooter.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	display: block;
	height: 150px;
}


#footer a	{
	display: inline-block;
	width: 15%;
	color: #990000;
	border-width: 1px;
	border-color: #990000;
	border-style: solid;
	margin-top: 25px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#footer a:hover	{
	color: #ffe;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	border-top-color: #666666;
	border-right-color: #ffe;
	border-bottom-color: #ffe;
	border-left-color: #666666;
	background-color: #990000;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
