/* 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. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body {
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #99CCCC;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-image: url(../images/homebg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 {
	margin-bottom: 0;
	background-repeat: no-repeat;
	}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #93a6ac;
	}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #5a9194;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #aedfe4;
	}

/* specific divs */
#container {
	padding: 0 300 px 0 200px;
	margin: 0;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center top;
	left: 249px;
	top: 1px;
	}

#intro { 
	min-width: 470px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 {
	background-image: url(../images/logoontop.png);
	height: 162px;
	width: 190px;
	background-repeat: no-repeat;
	margin-top: 0px;
	position: absolute;
	left: 74px;
	top: 9px;
	}
#pageHeader h1 span {
	display: none;
	}
#pageHeader h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 353px;
	height: 94px;
	float: right;
	background-color: transparent;
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 13px;
	top: 160px;
	}
#pageHeader h2 span {
	display:none
	}
#pageHeader {
	padding-top: 0px;
}

#quickSummary {
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	}
#quickSummary p {
	font: italic 10pt/22pt georgia; 
	text-align:center;
	}

#preamble {
	clear: right;
	padding-top: 300px;
	padding-right: 300px;
	padding-bottom: 0;
	padding-left: 10px;
	}
#supportingText {
	padding-left: 0px;
	margin-bottom: 40px;
	width: 400px;
	}

#footer { 
	text-align: center; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}




#extraDiv1 {
	background: transparent url(cr2.gif) top left no-repeat;
	position: absolute;
	top: 20px;
	right: 150px;
	width: 223px;
	height: 110px;
	}
.accesskey {
	text-decoration: underline;
	}
#extraDiv2 {
	background: transparent url(cr2.gif) top left no-repeat;
	position: absolute;
	top: 662px;
	right: -94px;
	width: 175px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	color: #996633;
	font-size: 18px;
	line-height: 35px;
	font-variant: normal;
	text-transform: lowercase;
	text-align: right;
	padding-right: 0px;
	padding-left: 35px;
	}
