/* Skin by kiplantt, Creanion.eu.org (2004-08) */

/* 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 Verdana, Arial, Helvetica, sans-serif; 
	color: #333; 
	background: #fff url(bg2.gif) fixed; 
	margin: 0px;
	padding: 0px;
	}
p { 
	margin-top: 0px; 
	}
h3 { 
	font: italic normal 12pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #233D51;
	border-bottom: 1px dashed #233D51;
	}
a:hover, a:active {
	text-decoration: none;
	color: #FF6B00;
	border: 0;
	}
acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
	}
a acronym {
	border: 0;
	}


/* specific divs */
#container { 
	background: url(bg.gif) repeat-y left;
	margin: 0px;
	padding: 170px 0px 10px 0px;
	width: 876px;
	}
#intro, #supportingText {
	width: 630px;
	margin-left: 210px;
	}
#pageHeader { 
	}

/* 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 {
	display: none;
	}
#quickSummary {
	margin: 10px;
	padding: 10px 5px 5px 5px;
	width: 150px;
	float: right;
	border: 1px dashed #223A4F;
	background-image: url(bg3.gif);
	}
#quickSummary p {
	font: italic 8pt/12pt Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	}

#preamble h3 {
	background-image: url(road.gif);
	width: 290px;
	height: 30px;
	}
#explanation h3 {
	background-image: url(what.gif);
	width: 249px;
	height: 30px;
	}

#preamble h3, #explanation h3 {
	margin: 20px 0px 5px 15px;
	}
#preamble h3 span, #explanation h3 span {
	display: none;
	}
#footer {
	text-align: center;
	margin-bottom: 20px;
	}
#footer a:link, #footer a:visited {
	margin-left: 30px;
	text-transform: uppercase;
	color: #426088;
	font-style: italic;
	border: 0;
	}

#linkList {
	position: absolute;
	top: 145px;
	left: 0px;
	background-image: url(bg-menu.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 190px;
	font: 8pt/18pt Geneva, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	color: #555;
	}
#linkList2 {
	width: 180px;
	}
#linkList h3.select { 
	margin-top: 75px;
	}
#linkList h3.favorites { 
	
	}
#linkList #larchives { 
	position: absolute;
	top: 315px;
	_margin-top: 15px;
	}
#linkList #lresources { 
	position: absolute;
	top: 415px;
	_margin-top: 15px;
	}
#linkList h3.select span, #linkList h3.favorites span, #linkList h3.archives span, #linkList h3.resources span  {
	display: none;
	}

#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	list-style-type: none;
	display: block;
	}
#linkList li a:link, #linkList li a:visited { 
	color: #E9EEF2;
	border: 0;
	}
#linkList li a:hover {
	color: #FF6B00;
	border-bottom: 1px dashed #FF6B00;
	}
.thumbnail
{
float: left;
width: 300px;
border: 0px solid #999;
margin: 0 5px 0px 0;
padding: 4px;
}

.clearboth { clear: both; }

#extraDiv1 { 
	background: url(header.png) no-repeat left top;
	margin: 0px;
	width: 867px;
	height: 206px;
	position: fixed;
	top: 0px;
	left: 0px;
	}
#extraDiv3 {
	background: url(footer.gif) no-repeat right bottom;
	_background: url() no-repeat right bottom;
	}

/* Internet Explorer Code  (the lines with _ are only reading by IE) */
#extraDiv1 {
  _display: none;
}
#extraDiv2 { 
	_background: url(header_IE.jpg) no-repeat left top;
	_margin: 0px;
	_width: 867px;
	_height: 206px;
	_position: absolute;
	_top: 0px;
	_left: 0px;
	}
#quickSummary {
	_margin-top: 50px;
	}