/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* This file based on 'Tranquille' by Dave Shea */
/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Your images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */

/* meyer reset */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
  	font:small "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: #000000;
	color:#FFFFFF;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	display:inline;
	font: 130% "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color:#666666;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #a8a8a8;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #950406;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */
#container {
	background:url(../img/bg.gif);
	width:752px;
	margin:0 auto;
	position:relative;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	text-indent: -10001px;
	}
#pageHeader h2 { 
	text-indent: -10001px;
	}
#pageHeader {
	width:752px;
	height:403px;
	background: url(../img/zen_mainbg.jpg) no-repeat;
}

#quickSummary {	
	color:#999999;
	position:relative;
	top:-64px;
	left:45px;
	width:400px;
	}
#quickSummary .p1{	
	text-indent: -10001px;
	}
#quickSummary .p2 {
	font-size:80%;
	text-transform:uppercase;
	padding:0 0 0 13px;
	background:url(../img/arrow.gif) no-repeat 0 50%;
	}


#preamble p, #explanation p, #participation p, #benefits p, #requirements p {
	margin: 0 0 10px 35px;
}
#preamble h3, #explanation h3, #participation h3, #benefits h3, #requirements h3 {
	width:532px;
	margin: 0 0 0 13px;
	}
#preamble{
	width: 465px;
	padding: 0 0 8px 25px;
	color:#666666;
	margin:-35px 0 0 0;
}
#explanation, #participation, #benefits, #requirements {
	width: 465px;
	padding: 0 0 8px 25px;
	color:#666666;
}

#preamble h3 { 
	background: transparent url(../img/road_to_enlightenment.gif) no-repeat top left;
	width: 476px; 
	height: 54px;
	display:block;
	text-indent: -10001px;
	}
#explanation h3 { 
	background: transparent url(../img/what_is_this_about.gif) no-repeat top left;
	width: 476px; 
	height: 54px;
	display:block;
	text-indent: -10001px;
	}
#participation h3 { 
	background: transparent url(../img/participation.gif) no-repeat top left;
	width: 476px; 
	height: 54px;
	display:block;
	text-indent: -10001px;
	}
#benefits h3 { 
	background: transparent url(../img/benefits.gif) no-repeat top left;
	width: 476px; 
	height: 54px;
	display:block;
	text-indent: -10001px;
	}
#requirements h3 { 
	background: transparent url(../img/requirements.gif) no-repeat top left;
	width: 476px; 
	height: 54px;
	display:block;
	text-indent: -10001px;
	}


#footer { 
	width:667px;
	padding: 10px 20px 20px 60px;
	}
	
#footer a:link, #footer a:visited { 
	border:1px solid #d8d8d8;
	background:#e7e7e7;
	padding:3px 6px;
	color:#666666;
	font-size:90%;
	}
#footer a:hover { 
	background:#c8c8c8;
	color: #950406;
	}



#linkList {
	width: 185px;
	position: absolute;
	top: 408px;
	left: 525px;
}
#linkList2 {
	color:#666666;
	font-size:90%;
}





#lselect h3 { 
	background: transparent url(../img/select_a_design.gif) no-repeat top left;
	width: 185px; 
	height: 54px;
	display:block;
	text-indent: -10001px;
	}
#larchives h3 { 
	background: transparent url(../img/archives.gif) no-repeat top left;
	width: 185px; 
	height: 54px;
	display:block;
	text-indent: -10001px;
	}
#lresources h3 { 
	background: transparent url(../img/resources.gif) no-repeat top left;
	width: 185px; 
	height: 54px;
	display:block;
	text-indent: -10001px;
	}





#linkList ul {
	margin: 0 0 13px 30px;
	padding: 0;
	width:135px;
	}
#linkList li {
	list-style-type: none;
	border-bottom:1px #CCCCCC dashed;
	}
	
#larchives li{
	background:none;
	}
#larchives li a:link {
	color:#666666;
	}
#larchives li a:visited {
	color: #a8a8a8;
	}
#larchives li a:hover, a:active { 
	text-decoration: underline; 
	color: #950406;
	}
	
#lresources li{
	background:none;
	}
#lresources li a:link {
	color:#666666;
	}
#lresources li a:visited {
	color: #a8a8a8;
	}
#lresources li a:hover, a:active { 
	text-decoration: underline; 
	color: #950406;
	}


#lselect ul li {
	background:url(../img/arrow.gif) no-repeat 0 28%;
	line-height:1.5em;
	display: block; 
	padding:4px 0 4px  13px; 
	color:#999999;
}
#lselect a {
	display: block;
	font-size:120%;
}
#lselect a:link {
	color:#666666;
	}
#lselect a:visited {
	color: #a8a8a8;
	}
#lselect a:hover, a:active { 
	text-decoration: underline; 
	color: #950406;
	}
#lselect a.c {
	display:inline;
	margin:0;
	padding:0;
	color:#999999;
	font-weight:normal;
	font-size:100%;
}
#lselect li a.c:link {
	color:#999999;
	}
#lselect li a.c:visited {
	color: #a8a8a8;
	}
#lselect li a.c:hover, a.c:active { 
	text-decoration: underline; 
	color: #950406;
	}



#extraDiv1 {
display:none;
	}
.accesskey {
	text-decoration: underline;
	}
