/* css Zen Garden default style v1.01 */
/* 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. */

/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */

body { 
	font: 10pt/22pt trebuchet ms; 
	color: #BBB8C4; 
	background: #000000 url(background.gif); 
	margin: 0px; 
	}
p { 
	font: 10pt/22pt trebuchet ms; 
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 12pt trebuchet ms; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #BBB8C4;
	}
a:link { 
	font: italic normal 11pt trebuchet ms; 
                         font-weight: bold; 
	text-decoration: none; 
	color: #DD320A;
	}
a:visited { 
	font: italic normal 11pt trebuchet ms; 
	font-weight: bold; 
	text-decoration: none; 
	color: #DD320A;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #F6B814;
	}

.header { font: bold normal 11pt trebuchet ms; 
color: #DD320A;
}
.center {text-align: center;}



/* specific divs */
#container { 
	background: url(zen-bg.jpg) no-repeat top left; 
	padding: 0px 0px 0px 168px;  
	margin: 0px; 
	}

#intro { 
	min-width: 470px;
	background: transparent url(title.gif) no-repeat top left; 
	}
#pageHeader { 
	margin-bottom: 0px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 
	margin-top: 0px; 
	width: 400px; 
	height: 328px; 
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	display:none;
	}
#pageHeader h2 span {
	display:none;
	}

#quickSummary {
            
	}
#quickSummary p {
	font: italic 10pt/22pt Trebuchet MS; 
	text-align:center;
	}

#quickSummary .p1 {
	position: absolute;
	clear:both; 
	top: 245px;
            width: 220px;
	float: left;
	}

#quickSummary .p2 {
	position: absolute;
	clear:both; 
	top: 333px;
	left: 384px;
	width: 180px; 
	float: left;
	}
#preamble {
	margin: 0px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 398px;
	clear: both;
}
#preamble h3 {
	background: transparent url(roadto.gif) no-repeat top left; 
	margin-top: 0px; 
	width: 400px; 
	height: 37px; 
}
#preamble h3 span {
	display: none; }



#linkList {
            position: absolute;
	top: 0px;
            left: 581px;
            width: 140px;
}


#linkList2 { 
	width: 154px; 
	}
#linkList h3.select { 
	background: transparent url(design.gif) no-repeat top left; 
	margin: 0px 0px 0px 0px; 
	width: 154px; 
	height: 293px; 
	}
#linkList h3.select span {
            margin: 0px 0px 0px 10px; 
	display:none
	}
#linkList h3.favorites { 
	background: transparent url(/001/h4.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width: 60px; 
	height: 18px; 
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	background: transparent url(/001/h5.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width:57px; 
	height: 14px; 
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	background: transparent url(/001/h6.gif) no-repeat top left; 
	margin: 25px 0px 5px 0px; 
	width:63px; 
	height: 10px; 
	}
#linkList h3.resources span {
	display:none
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	background: transparent url(/001/cr1.gif) no-repeat top center; 
	display: block; 
	padding-top: 5px; 
	margin-bottom: 5px;
	list-style-type: none;
	}
#linkList li a:link {
	color: #988F5E;
	}
#linkList li a:visited {
	color: #B3AE94;
	}
            
