/* 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 {
	color: #333333;
	margin: 0px auto;
	margin-bottom: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	line-height: 16pt;
	text-align: center;
	background-color: #59BBAC;
	}
p {
	padding: 0 24px;
	margin-top: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16pt;
	}
.p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
}
.p2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-align: justify;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FE5E00;
	left: 50px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #59BBAC;
}
h3 {
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 0px;
	color: #FE5E00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: normal;
	font-variant: normal;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 0px;
	padding-left: 24px;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
}
a:link ,a:visited {
	padding: 2px;
	font-weight: bold;
	text-decoration: none;
	color: #FE5E00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

a:hover, a:active {
	color: #B0F542;
	}


/* specific divs */
#container {
	width: 600px;
	/*padding: 0px 175px 0px 110px;  */
	
	margin: 0px auto;
	background-color: #59BBAC;
	background-image: url(Images/border_rgb.jpg);
	background-repeat: repeat-y;
	}

#intro { 
	min-width: 470px;
	}
#pageHeader {
	width: 600px;
	height: 180px;
	margin-bottom: 20px;
	background-color: transparent;
	background-image: url(banner_2009.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* 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: 10px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	/*background: transparent url(banner.jpg) no-repeat top left; */
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;
	}
#pageHeader h2 span {
	display:none;
	}

#quickSummary {
	position: absolute;
	top: 180px;
	left: 12px;
	clear:both;
	margin: 10px 20px 20px 10px;
	width: 160px;
	float: left;
	background-color: #FE5E00;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F2FF00;
	border-right-color: #F2FF00;
	border-bottom-color: #F2FF00;
	border-left-color: #F2FF00;
	/*background-image: url(top.gif) no-repeat top left;*/
	}
#quickSummary p {
	color: #FFF;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	}

#preamble {
	clear: right; 
	padding: 0px 10px 0px 10px;
	}
#supportingText {
	padding-left: 10px;
	background-image: url(Images/footer_final2008.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
	}

#footer {
	font-size: 14px;
	text-align: center;
	height: 70px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
#footer a:link, #footer a:visited { 

    color: #FFF;
    margin-top: 90px;
	margin-right: 20px; 
	}

#linkList {
	margin-left: 600px;
	position: absolute;
	top: 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	right: 90px;
	}
	
#linkList2 { 
	font: 10px verdana, sans-serif; 
	padding: 10px; 
	margin-top: 150px; 
	width: 130px; 
	}
	
#linkList select span{ 
	margin: 5px 0px 1px 0px; 
	text-align:left;
	color: #FE5E00;
	}

#linkList ul {
	margin: 0px;
	padding: 0px;
	}
	
#linkList li {
	line-height: 2.5ex;
	list-style-type: none;
	display: block;
	padding-right: 5px;
	margin-bottom: 5px;
	background-color: #FE5E00;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F2FF00;
	border-right-color: #F2FF00;
	border-bottom-color: #F2FF00;
	border-left-color: #F2FF00;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	
#linkList li a:link { 
    padding: 1px;
	color: #B0F542;
	}
	
#linkList li a:visited {
    
	color: #B0F542;
	}
	
#linkList li a:hover {
	color: #59BBAC;
}
.topleftimage {
	float: left;
	margin-bottom: 50px;
	margin-left: 10px;
}
.floatright {
	padding: 2px;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin: 15px;
	float: right;
}
.floatcenter {
	margin: 15px;
	padding: 2px;
	float: none;
}
.floatleft {
	padding: 2px;
	float: left;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
