/* css Zen Garden submission 080 - 'Zen Pool', by Clinton Barth http://www.516media.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2004, Clinton Barth */
/* Added: February 15th, 2004 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */



/* common styles
----------------------------------------------- */
body {
	font-family: "Lucida Sans Unicode";
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	border: 1px none #FFFFFF;
	font-size: small;
	background-image: url(../images/bgs/bgbunker.gif);
	background-repeat: repeat;


}


/* layout
----------------------------------------------- */
#container {
	position: relative;
	margin: 20px auto;
	padding: 0px;
	width: 700px;
	border: 1px solid #333333;
	background-repeat: no-repeat;
	background-color: #333333;
	border-color: #FF0000;
	background-image: url(../images/pages/page01.gif);





}

#quickSummary {
	position: absolute;
	top: 332px;
	left: 617px;
	width: 150px;
	background-color: #CCCCCC;
	border-top: none #fff;
	border-right: none #fff;
	border-bottom: none #fff;
	border-left: none #fff;
	height: 41px;




}

#preamble, #explanation, #participation, #benefits, #requirements {
	margin: 0px 0 0 192px;
	width: 480px;
	background: transparent;
	border: none;

}

#footer {
margin: 25px 0 0 0;
background: transparent url(../images/misc/footer.gif) no-repeat left top;
height: 31px;
text-align: right;
border-top: 1px none #fff;
}

#linkList {
	position: absolute;
	width: 166px;
	top: 319px;
	left: 4px;
	border-top: 1px none #fff;

}


/* header
----------------------------------------------- */

#pageHeader {
	height: 350px;
	margin: 0;
	background-image: url(../images/headers/header1.gif);
	border-bottom: 1px none #FFFFFF;
	}

#pageHeader h1 {
	display: none;
	}

#pageHeader h2 {
	display: none;
	}



/* text
----------------------------------------------- */
p {
font-size: 12px;
padding: 5px 5px 10px 5px;
margin: 0;
line-height: 16px;
}

#quickSummary p.p1 {
margin: 0;
padding: 40px 35px 25px 28px;
font-size: 11px;
}

#quickSummary p.p2 {
margin-top: 48em;
padding: 30px 30px 20px 28px;
font-size: 11px;
}



/* headings
----------------------------------------------- */
#quickSummary {
	background: transparent no-repeat left top;
	margin: 0px;
	border: none;

}

#intro h3 {
	margin: 10px 0 0 0;
	padding: 0;
	width: 480px;
	height: 35px;
	border: none #fff;

}

#supportingText h3 {
	margin: 10px 0 0 0;
	padding: 0;
	width: 480px;
	height: 25px;
	border: 1px none #fff;
	background-color: #CCCCCC;

}

#linkList h3 {
	height: 25px;
	margin: 0px 0 0 0;
	padding: 0px;
	background-color: #CCCCCC;

}

h3 span { display: none; }

#preamble h3 {
	background: transparent no-repeat left top;
	border: none;
	background-repeat: no-repeat;
	background-position: top left;

}

#explanation h3 {
background: transparent no-repeat left top;
}


#participation h3 {
background: transparent no-repeat left top;
}

#benefits h3 {
background: transparent no-repeat left top;
}

#requirements h3 {
	background: transparent no-repeat left top;
	border: none;

}

#lselect h3 {
background: transparent no-repeat left top;
margin: 15px 0 0 5px;
}

#lfavorites h3 {
background: transparent no-repeat left top;
margin: 15px 0 0 5px;
}




/* lists
----------------------------------------------- */
#linkList ul {
font-size: 10px;
list-style: none;
margin: 2px 0 0 0px;
padding: 0 0 0 0;
}

#linkList ul li {
background: transparent;
margin: 0;
padding: 0 0 0 27px;
line-height: 14px;
color: #FFFFFF;
}

#linkList #lselect {
padding-bottom: 25px;
}

#linkList #lfavorites {
border-bottom: 1px solid #fff;
padding-bottom: 25px;
}

#linkList #larchives {
border-bottom: 1px solid #fff;
padding-bottom: 25px;
}

#linkList #lresources {
	border-bottom: 1px none #fff;
	padding-bottom: 25px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

}


#linkList #lselect a:link, #linkList #lselect a:visited { display: block; }

#linkList #lselect a.c:link, #linkList #lselect a.c:visited { display:inline; }


/* links
----------------------------------------------- */

a, a:link, a:visited {
color: #369;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #fff;
text-decoration: none;
font-weight: normal;
}

#quickSummary a, #quickSummary a:link, #quickSummary a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #369;
	background-color: #CCCCCC;
	border: none;


}

#quickSummary a:hover {
font-weight: bold;
text-decoration: none;
color: #fff;
}


#linkList a, #linkList a:link, #linkList a:visited {
color: #6633FF;
text-decoration: none;
}

#linkList a:hover {
text-decoration: none;
color: #fff;
}

#linkList a.c, #linkList a.c:link, #linkList a.c:visited {
color: #369;
text-decoration: none;
}

#linkList a.c:hover {
text-decoration: none;
color: #fff;
}

#footer a, #footer a:link, #footer a:visited {
text-decoration: none;
color: #fff;
font-size: 12px;
padding: 0 20px 0 0;
}

#footer a:hover {
text-decoration: none;
color: #9cf;
}
