/* 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-family: Verdana, Arial, Helvetica, sans-serif;

	}
p { font-size: 8pt; margin-left: 20px; color:#666666;

	}
h3 { font-size: 10pt; color: #660000;

	}
a:link { color: #000000; text-decoration: none; font-weight: bold;

	}
a:visited { 

	}
a:hover, a:active { 

	}


/* specific divs */
#container { width: 600px; position: absolute; top: 0px; left: 100px;

	}

#intro { 

	}
#pageHeader { background-image: url(../images/csszengarden_banner.gif); background-repeat: no-repeat; height: 212px; width: 600px;
	}


/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 { 

	}
#pageHeader h1 span {display: none;}

	
#pageHeader h2 { 

	}
#pageHeader h2 span {display: none;

	}

#quickSummary {padding-top: 20px; width: 200px; float: right;

	}
#quickSummary p {

	}

#preamble {background-image:url(../images/dragon.gif); background-repeat: no-repeat; background-position: bottom right; width: 375px; padding: 10px;
	}

#supportingText {width: 600px;}

#supportingText div#explanation{background-image:url(../images/dragon.gif); background-repeat: no-repeat; background-position: bottom right;width: 600px; padding: 10px;
	}

#supportingText div#participation{background-image:url(../images/dragon.gif); background-repeat: no-repeat; background-position: bottom right;width: 375px; padding: 10px;
	}
	
	#supportingText div#requirements{background-image:url(../images/dragon.gif); background-repeat: no-repeat; background-position: bottom right;width: 600px; padding: 10px;
	}
	
#supportingText div#benefits{background-image:url(../images/dragon.gif); background-repeat: no-repeat; background-position: bottom right; padding: 10px;
 width: 375px;}


#footer { clear: both; width: 600px;

	}
#footer a:link, #footer a:visited {font-size: 10px; margin: 0px 20px 0px 20px; padding-left: 40px;

	}

#linkList {

	}
#linkList2 { float:right; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; width: 185px; display:block; background-color:#CCCCCC; padding: 10px; border: dashed 1px #660000

	}
#linkList h3.select { 

	}
#linkList h3.select span {

	}
#linkList h3.favorites { 

	}
#linkList h3.favorites span {

	}
#linkList h3.archives { 

	}
#linkList h3.archives span {

	}
#linkList h3.resources { 

	}
#linkList h3.resources span {

	}


#linkList2 ul {list-style-type: square;

	}
#linkList li {

	}
#linkList2 li a:link { 
	
	}
#linkList2 li a:visited {
	
	}
	


#extraDiv1 { 
 
	}