/* 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: 8pt/16pt Georgia, "Times New Roman", Times, serif; 
	color: #555753; 
	margin: 0px; 
	}
p { 
	font: 8pt/16pt Georgia, "Times New Roman", Times, serif; 
	margin-top: 0px; 
	text-align: justify;
	}
h3, h3 span a, h3 span a:link { 
	font: italic bold 12pt Georgia, "Times New Roman", Times, serif; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #444;
	}
	
h3 span a, h3 span a:link, h3 span a:hover {text-decoration: none;}
	
blockquote {
	padding-left: 25px;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000066;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF0000;
	}

	a:hover, a:active { 
	text-decoration: underline; 
	color: #000066;
	}


/* specific divs */
#container { 
	padding: 0px 225px 0px 25px;  
	width: 650px !important;
	width /**/: 604px;
	margin: 0 auto;
	height: auto !important;
	height: 1205px;
	min-height: 1205px;
 	/*margin: 50px; */
	overflow:hidden;
	border: 1px solid #888888;
	background: #f4f4f4;/*changed from #f7f7f7*/
	text-align: left;
	position: relative;
  }
	

/*container on index.html page*/
#containerIndex {
	padding: 0px 225px 40px 25px;
	width: 650px !important;
	width /**/: 604px;
	margin: 0 auto;
	height: auto !important;
	height: 2070px;
	min-height: 2070px;
	/*margin: 50px; */
	border: 1px solid #888888;
	background: #f4f4f4;/*changed from #f7f7f7*/
	text-align: left;
	position: relative;
	overflow:hidden;
 }
 
* html #containerIndex {height:2070px;}
 
 * html #introIndex{
 height:2070px; 
 }

#intro { 
	min-width: 470px;
	}
	
* html intro{
	height:1300px;
	}
	
#pageHeader { 
    margin-bottom: 10px;
	height: 120px;
	min-height: 120px;
}
#banner {
margin-top: 20px;
margin-bottom 20px;
}

/* 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: transparent url(h1.png) no-repeat top left; */
	margin-top: 10px; 
	width: 640px; 
	height: 94px; 
	float: left;
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	/*background: transparent url(h2.gif) no-repeat top left; */
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 228px; 
	height: 27px; 
	float: right;
	}
#pageHeader h2 span {
	display:none;
	}

#pageHeader p {
line-height: 3px;
}

#preamble h3 span {
background: transparent url(title1.gif) no-repeat bottom left; 
padding-left:25px;
padding-right:25px;
width: 300px;
border-bottom: 1px solid #888888 ;
font-style: normal;
font-weight: bold;
color: #444444;
}

#supportingText h3 span {
background: transparent url(title1.gif) no-repeat bottom left; 
padding-left:25px;
padding-right:25px;
width: 300px;
border-bottom: 1px solid #888888 ;
font-style: normal;
font-weight: bold;
color: #444444;
}
	
#quickSummary {
	background: white;
	clear:both; 
	margin: 20px 20px 20px 10px; 
	width: 160px; 
	float: left;
	padding : 20px;
	border: 1px dashed #888888;
	}
#quickSummary p {
	font: italic 9pt/16pt Georgia, "Times New Roman", Times, serif; 
	text-align:center;
	}

#quickSummary img {
	position: relative;
	left: 5px;
	top: 5px;
	width: 150px;
	height: auto;
	border-style: none;
	}

#preamble {
	clear: right; 
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #888888;
	}
#supportingText {
	padding-left: 10px; 
	margin-bottom: 40px;
	}

#footer { 
	text-align: center; 
	clear: both;
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#linkList {
	width: 185px;
	/*position: relative;*/
	position: absolute;
	margin-left: 765px;
	/*top: 70px;*/
	top: 0px; /*20px;*/
	/*left: -50px;
	right: -50px;*/right:0;
	}
#linkList2 { 
	background:#f0f0f0;/*changed from white & E3F0F8*/
	font: 10px verdana, sans-serif; 
	padding: 10px; 
	margin-top: 20px;/*100px; 150px;*/
	width: 160px; 
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	}
#linkList h3.select { 
	margin: 10px 0px 5px 0px; 
	width: 150px; 
	height: 15px; 
	color: #444444;
	font: 10px verdana, sans-serif; 
	font-weight: bold;
	border-bottom: 1px solid #888888;
	}
#linkList h3.select span {
	display: block;
	}
#linkList h3.favorites { 
	margin: 25px 0px 5px 0px; 
	width: 150px; 
	height: 15px; 
	color: #444444;
	font: 10px verdana, sans-serif; 
	font-weight: bold;
	border-bottom: 1px solid #888888;
	}
#linkList h3.favorites span {
	display:block;
	}
#linkList h3.archives { 
	margin: 25px 0px 5px 0px; 
	width: 150px; 
	height: 15px; 
	color: #444444;
	font: 10px verdana, sans-serif; 
	font-weight: bold;
	border-bottom: 1px solid #888888;
	}
#linkList h3.archives span {
	display:block;
	}
#linkList h3.resources { 
	margin: 25px 0px 5px 0px; 
	width: 150px; 
	height: 15px; 
	color: #444444;
	font: 10px verdana, sans-serif; 
	font-weight: bold;
	border-bottom: 1px solid #888888;
	}
#linkList h3.resources span {
	display:block
	}


#linkList ul {
	margin: 0px;
	padding: 0px;
	}
#linkList li {
	line-height: 2.5ex; 
	list-style-type: none;
	border: 1px solid #888888;
	display: block; 
	padding: 1px;/*4px; */
	margin-bottom: 5px;
	background-color:#F7F7F7;
	}

#linkList li:hover {
	line-height: 2.5ex; 
	list-style-type: none;
	background-color: #CCD1D1; 
	border: 1px solid #888888;/*changed from #ccd1d1*/
	display: block; 
	padding: 1px; /*4px; */
	margin-bottom: 5px;
}
	
#linkList li a:link { 
	color: 000066;
	}
#linkList li a:visited {
	color: #FF0000;
	}
	
#clear{
	clear:both:
	height:1px;
	border:/*0 none*/1px solid #f30;
	}

/*
---- styles for right links with icon images ---- */

#linkList li.YahooGroup img, 
#linkList li.Facebook img, 
#linkList li.RSSFeed img, 
#linkList li.DonatePaypal img {
	width: 12px;
	height: 12px;
	position: absolute;
	right: 16px;
	margin-bottom: -2px;
	border: 0 none;
}

