/* css Zen Garden default style */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/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 here, so you'll most likely want to refer to the xhtml as well. */


/* basic elements */
body#css-zen-garden { 
	font-size:80%;
	font-family: Aria,Helvetica,Verdana, sans-serf;
	color:#000;
	background-color:#fff;
	margin:0;
	padding:0;
	text-align:center;
	background-image:url('file:///C:/Documents%20and%20Settings/michael.hooks/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/KXINKD2N/images/body_bck.gif');
	}
p { 
	margin:1em 1em;
	}
h3 { 
	font-family:Georgia, serif;
	font-variant:small-caps;
	font-style:oblique;
	color:#D37C00;
	font-weight:bold;
	font-size:120%;
	}
a:link { 
	color:#D37C00;
	text-decoration:none;
	border-bottom:1px solid #D37C00;
	}
a:visited { 
	color:#D37C00;
	text-decoration:none;
	border-bottom:1px solid #D37C00;
	}
a:hover, a:active { 
	text-decoration:none;
	margin-bottom:1px;
	border:0px;
	}
/* specific divs */
#container { 
	width:770px;
	margin:0 auto;
	text-align:left;
	color:#000;
	background-color:#fff;
	border:2px solid #DDE0F1;
	background-image:url('file:///C:/Documents%20and%20Settings/michael.hooks/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/KXINKD2N/images/home_background.gif');
	background-repeat:no-repeat
	}
#intro { 
	width:770px;
	position:relative;
	}
#pageHeader { 
	background-color:transparent;
	background-image:url('file:///C:/Documents%20and%20Settings/michael.hooks/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/KXINKD2N/images/header_back.gif');
	height:95px;
	border-bottom:3px double #D37C00
	}

/* 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-color:transparent;
	line-height:0px;
	margin:0;
	padding:0; 
	background-image:url('file:///C:/Documents%20and%20Settings/michael.hooks/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/KXINKD2N/images/logo.gif');
	height:85px;
	width:252px
	}
#pageHeader h1 span {
	display:none
	}
#pageHeader h2 { 
	}
#pageHeader h2 span {
	display:none;
	}

#quickSummary {
	font-weight:bold;
	font-size:12px;
	font-style:oblique;
	position:absolute;
	top:0px;
	right:0;
	color:#999;
	background-color: transparent;
	width:350px;
	}
#quickSummary p {
	}
#preamble {
	border:1px solid #D37C00;
	margin-left:220px;
	clear:both;
	margin-bottom:10px;
	margin-top:30px;
	background-color:#DDE0F1;
	margin-right:10px
	}
#preamble p{
	padding:0 10px;
	}
#preamble h3{
	position:relative;
	background-color:#fff;
	border:1px solid #D37C00;
	width:75%;
	top:-20px;
	left:-10px;
	padding:10px;
	margin:0;
	}
#supportingText {
	margin-left:210px;
	}
#supportingText h3{
	margin:0;
	position:relative;
	background-color:#fff;
	border:1px solid #D37C00;
	width:75%;
	top:-20px;
	left:-20px;
	padding:10px;
	}
#supportingText div {
	border:1px solid #D37C00;
	padding:0 10px;
	margin:30px 10px;
	background-color:#DDE0F1;
	}
#supportingText #footer { 
	background-color:#fff;
	text-align:center;
	padding-right:20px;
	}
#footer a:link, #footer a:visited { 
	color:#D37C00;
	font-weight:bold;
	}
#linkList {
	position:absolute;
	top:11em;
	width:200px;
	}
#linkList2 { 
	
	}
#linkList h3.select { 
	height:20px;
	background-image:url('file:///C:/Documents%20and%20Settings/michael.hooks/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/KXINKD2N/images/select.gif');
	border:2px solid #D37C00;
	margin:0px;
	padding:0px
	}
#linkList h3.select span {
	display:none
	}
#linkList h3.favorites { 
	height:20px;
	background-image:url('file:///C:/Documents%20and%20Settings/michael.hooks/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/KXINKD2N/images/favorites.gif');
	border:2px solid #D37C00;
	margin:0px;
	padding:0px
	}
#linkList h3.favorites span {
	display:none
	}
#linkList h3.archives { 
	height:20px;
	background-image:url('file:///C:/Documents%20and%20Settings/michael.hooks/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/KXINKD2N/images/archives.gif');
	border:2px solid #D37C00;
	margin:0px;
	padding:0px
	}
#linkList h3.archives span {
	display:none
	}
#linkList h3.resources { 
	height:20px;
	background-image:url('file:///C:/Documents%20and%20Settings/michael.hooks/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/KXINKD2N/images/resources.gif');
	border:2px solid #D37C00;
	margin:0px;
	padding:0px
	}
#linkList h3.resources span {
	display:none
	}


#linkList .iL {
	font-size:80%;
	display:block;
	border:2px solid #fff;
	padding:4px 2px;
	background-color:#DDE0F1;
	text-align:right;
	margin-bottom:1px;
	color:#666;
	}
#linkList .iL a:link, #linkList .iL a:visited { 
	color:#D37C00;
	}
#linkList .iL a:hover {

	}

#extraDiv1 { 
	clear:both;
	}
acronym {
	color:#D37C00;
	border:0px none;
	cursor:help
	}