/* css Zen Garden submission - 'Ancient Greece', by Helen Di Giunta, http://helened12.wordpress.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2007, Helen Di Giunta */
/* Added: June 10, 2007 */


/* 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. */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 0.7em;
	color: #fff;
	text-align: center;
	background: #000 url(images/ancient-greece-gold-finishe.jpg) no-repeat scroll center top;
}

#container {
	margin: 0px auto;
	padding: 0;
	width: 740px;
	border: none;
	text-align: left;
	padding-bottom: 70px;
}

#pageHeader span,
#quickSummary .p1,
#preamble h3 span,
#explanation h3 span,
#participation h3 span,
#benefits h3 span,
#requirements h3 span,
#lselect h3 span,
#larchives h3 span,
#lresources h3 span,
#extradiv3,
#extraDiv4,
#extraDiv5,
#extraDiv6 {
	display:none;
}

a, a:visited {
	text-decoration: none;
	color: #d7661c;
	border-bottom: 1px dotted #ccc;
}

a:hover {
	text-decoration: none;
	color: #94ab36;
	border-bottom: 1px solid #ccc;
}

acronym {
	text-decoration: none;
	color: #d7661c;
	border-bottom: 1px dotted #ccc;
	cursor: help;
}

p {
	margin-bottom: 10px;
}

#quickSummary .p2 {
	padding-top: 220px;
	margin-left: 430px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 0.9em;
	letter-spacing: -1px;
	color: #c3a176;
	text-transform: uppercase;
	width: 220px;
}

#linkList{
	position: absolute;
	left:auto; 
	right:auto; 
	top: 280px;
	margin-left: 530px;
	width: 200px;
	padding-left: 30px;
}

#linkList2{
	padding: 0;
	margin: 0;
	padding-bottom: 250px;
}

#linkList ul {
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#linkList ul li{
	margin: 0;
	padding: 3px 0 3px 10px;
	border-bottom: 1px solid #ecefd7;
}

#linkList ul li a, #linkList ul li a:visited {
	border-bottom: none;
}

#linkList ul li a:hover {
	color: #94ab36;
}

#lselect {
	font-size: 0.9em; 
}

#lselect ul li {
	background: transparent url(none) 0%;
	padding: 3px 0 3px 25px;
}

#lselect a {
	display: block;
	font-size: 1.1em;
	color: #789b51;
}

#lselect a.c {
	display: inline;
	line-height: 5px;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 1.0em;
	color: #b9b9b9;
	letter-spacing: -1px;
}

#preamble, #explanation, #participation, #benefits, #requirements{
	top: 50px;
	position: relative;
	left: -20px;
	color: #b0a77e;
	padding-bottom: 10px;
	text-align: justify;
}

#preamble, #explanation, #participation{
	width: 530px;
}
#preamble h3 {
	width: 340px;
	height: 38px;
}

#explanation h3 {
	width: 340px;
	height: 38px;
}

#participation h3 {
	width: 340px;
	height: 38px;
}

#benefits h3 {
	width: 340px;
	height: 38px;
}

#requirements h3 {
	width: 340px;
	height: 38px;
}

#lselect, #larchives {
	margin-bottom: 20px;
}

#lselect h3 {
	width: 196px;
	height: 40px;
}

#larchives h3 {
	width: 196px;
	height: 40px;
}

#lresources h3 {
	width: 196px;
	height: 40px;
}

#footer{
	text-align: left;
	padding-left: 63px;
	padding-top: 140px;
}

#footer a, #footer a:visited {
	padding: 5px;
	border: 1px solid #f4f4f4;
	background-color: #fff;
}

#footer a:hover {
	padding: 5px;
	border: 1px solid #930;
	background-color: #d94904;
	color: #fff;
}

#extraDiv1, #extraDiv2, #extraDiv3, #extraDiv4, #extraDiv5, #extraDiv6 { display:none }

