/* proposed css zen garden submission: "Atlantis" by Kevin Davis */
/* for more work by the author, see http://alazanto.org */

/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2003,  Kevin Davis */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. */
/* The CSS itself may freely be used for anything you wish, but the associated graphics belong to the designer. */
/* What you may use - .css files. What you may not use - .jpg, .gif, and .png files. */

/* have a great day! :) */

/******************************************************************* primary elements */

body {
	background-color: #000;
	color: #ccc;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p {
	font: 11pt/16pt georgia,palatino,times,serif;
	text-align: left;
}

/******************************************************************* primary hyperlink styling */

a:link {
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: #bcf;
}

a:visited {
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
	color: #bde;
}

a:hover, a:active {
	text-decoration: underline;
	background-color: transparent;
	color: #fff;
}

/******************************************************************* body content */
#container {
	position: relative;

	margin-top: 0px;
	margin-left: auto;
	margin-bottom: 0px;
	margin-right: auto;
	padding: 1px; /* messy method of overcoming a rendering bug in mozilla 1.4, maybe others */

	width: 749px;

	font: 8pt/12pt georgia,palatino,times,serif;

	color: #ddd;
	background: #000 url(backdrop.title.jpg) no-repeat top left;

	voice-family: "\"}\"";
	voice-family:inherit;

	width: 750px;
}

#pageHeader {
	display: none;
}
	#pageHeader h1 {
		display: none;
	}
	#pageHeader h1 span {
		display: none;
	}
	#pageHeader h2 {
		display: none;
	}
	#pageHeader h2 span {
		display: none;
	}

#intro {
	position: relative;

	margin-top: 225px;
	margin-left: 218px;
	margin-bottom: 10px;
	margin-right: 39px;

	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;

	border: 1px dashed #fff;
}

	#quickSummary {
		float: left;
		clear:both;

		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-right: 7px;

		width: 165px;

		voice-family: "\"}\"";
		voice-family:inherit;

		width: 175px;
	}

	#quickSummary p {
		font: italic 10pt/22pt georgia,palatino,times,serif;
		text-align:center;
		margin: 4px;
		padding: 0px;
	}

	#preamble {
		clear: right;

		padding-top: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-right: 0px;
	}

	#intro h3 {
		margin-top: 0px;
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 0px;

		padding-top: 1px;
		padding-left: 0px;
		padding-bottom: 3px;
		padding-right: 0px;

		background-color: transparent;
		font: 14pt georgia,palatino,times,serif;
		font-weight: normal;
		text-align: left;

		color: #fff;
	}

#supportingText {
	margin-top: 0px;
	margin-left: 218px;
	margin-bottom: 10px;
	margin-right: 39px;
	padding: 0px;
}

	#supportingText h3 {
		margin-top: 15px;
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 0px;

		padding-top: 1px;
		padding-left: 0px;
		padding-bottom: 3px;
		padding-right: 0px;

		font: 14pt georgia,palatino,times,serif;
		font-weight: normal;
		text-align: left;

		background: url(supportingtext-head.jpg) top left;
		color: #fff;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	#explanation h3 {
		margin-top: 15px;
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 0px;

		padding: 0px;

		width: 100%;
		height: 10px;

		font: 14pt georgia,palatino,times,serif;
		font-weight: normal;
		text-align: left;

		background: transparent url(supporthead-what.jpg) no-repeat top left;
		color: #fff;

		voice-family: "\"}\"";
		voice-family:inherit;

		height: 40px;
	}
		#explanation h3 span {display:none;}

	#participation h3 {
		margin-top: 15px;
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 0px;

		padding: 0px;

		width: 100%;
		height: 10px;

		font: 14pt georgia,palatino,times,serif;
		font-weight: normal;
		text-align: left;

		background: transparent url(supporthead-participation.jpg) no-repeat top left;
		color: #fff;

		voice-family: "\"}\"";
		voice-family:inherit;

		height: 40px;
	}
		#participation h3 span {display:none;}

	#benefits h3 {
		margin-top: 15px;
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 0px;

		padding: 0px;

		width: 100%;
		height: 10px;

		font: 14pt georgia,palatino,times,serif;
		font-weight: normal;
		text-align: left;

		background: transparent url(supporthead-benefits.jpg) no-repeat top left;
		color: #fff;

		voice-family: "\"}\"";
		voice-family:inherit;

		height: 40px;
	}
		#benefits h3 span {display:none;}

	#requirements h3 {
		margin-top: 15px;
		margin-left: 0px;
		margin-bottom: 15px;
		margin-right: 0px;

		padding: 0px;

		width: 100%;
		height: 10px;

		font: 14pt georgia,palatino,times,serif;
		font-weight: normal;
		text-align: left;

		background: transparent url(supporthead-require.jpg) no-repeat top left;
		color: #fff;

		voice-family: "\"}\"";
		voice-family:inherit;

		height: 40px;
	}
		#requirements h3 span {display:none;}

#footer {
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	padding-top: 7px;

	width: 100%;
	height: -37px;

	background: transparent url(footer.jpg) no-repeat top left;
	color: #fff;

	text-align: center;

	voice-family: "\"}\"";
	voice-family:inherit;

	height: 30px;
}
	#footer a:link, #footer a:visited {
		background-color: transparent;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

/******************************************************************* link list */

#linkList {
	position: absolute;
	margin: 0px;
	padding: 0px;

	top: 435px;
	left: 50px;
	width: 150px;

	text-align: left;
}

	#linkList h3 {
		font: 11pt georgia,palatino,times,serif;
		font-weight: normal;
		text-align: left;
		width: 100%;
		background-color: #205388;
		border-bottom: 1px solid #ccc;
	}

	#linkList h3.select {
		background: transparent url(linkhead-select.jpg) no-repeat top left;
		margin: 0px 0px 0px 0px; width: 150px; height: 21px;
	}
		#linkList h3.select span {
			display: none;
		}

	#linkList h3.favorites {
		background: transparent url(linkhead-favorites.jpg) no-repeat top left;
		margin: 10px 0px 0px 0px; width: 150px; height: 21px;
	}
		#linkList h3.favorites span {
			display: none;
		}

	#linkList h3.archives {
		background: transparent url(linkhead-archives.jpg) no-repeat top left;
		margin: 10px 0px 0px 0px; width: 150px; height: 21px;
	}
		#linkList h3.archives span {
			display: none;
		}

	#linkList h3.resources {
		background: transparent url(linkhead-resources.jpg) no-repeat top left;
		margin: 10px 0px 0px 0px; width: 150px; height: 21px;
	}
		#linkList h3.resources span {
			display: none;
		}

	#linkList ul {
		margin-top: 0px;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 0px;
		padding: 0px;
	}
		#linkList li {
			line-height: 2.5ex;
			list-style-type: none;
			background: transparent url(cr1.gif) no-repeat top center;
			display: block;
			padding-top: 5px;
			margin-bottom: 5px;
		}

		#lselect li, #lfavorites li {
			background: url(docbullet.gif) no-repeat 0px 7px;
			padding-left: 11px;
		}

			#lselect a, #lfavorites a { display:block; text-transform:lowercase; }
			#lselect a.c, #lfavorites a.c {display:inline; text-transform: none; }