

/* ----- BASIC ----- */
html {
	margin: 0;
	padding: 0;
	}

body {	
	margin: 0;
	padding: 0;
	height: 100%;
	font: normal 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: url(images/leftshadow.jpg) #94B4D5 repeat-y left;
	}

#container {
	position: absolute;
	left: 100px;
	padding: 0;
	width: 600px;
	background: white;
	}

#headerPic {
	position: absolute;
	float: right;
	left: 230px;
	top: 10px;
	margin: 0;
	padding: 0;
	width: 370px;
	}

#logo {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 217px;
	height: 108px;
	background: url(images/logo.gif) top left;
	}

#content {
	}
	
#heading {
	margin: 260px 0 0 20px;
	}

#explanation {
	margin: 0 20px 0 20px;
	text-align: justify;
	}

a:link, a:visited {
	color: #3F5671;
	}
a:hover {
	color: #DA8C11;
	}	


h3 {
	color: #2566AA;
	font: bold 14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	margin-top: 8px;	
}

h4 {
	color: #2566AA;
	font: bold 14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0px 4px 0px ;
	margin-top: 8px;
	border-bottom: solid 1px;
		text-align: left;	
}

#supportingText {
	position: relative;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 100%;	
	padding: 0px;		
	margin: 0;
	text-align: left;
	color: #1D0D00;
	background: #FFFFFF;
	border-left: 1px solid #A4B0C8;
	border-right: 1px solid #A4B0C8; 
	}
	
#footer {
	margin: 0;
	padding-top: 14px;
	text-align: center;
	height: 30px;
	width: 318px;
	}
	
#footer a:link, #footer a:visited {
	padding: 0px 3px 1px 3px;
	color: 	#E2E7EF;
	border: 1px solid #A4B0C8;
	text-decoration: none;
	}
#footer a:hover {
	padding: 0px 3px 1px 3px;
	color: #3F5671;
	background: #E2E7EF;
	border: 1px solid #A4B0C8;
	}

#container #quote {

	z-index: 1;
	color: black;
	padding: 0px 10px 0px 10px;
	margin-bottom: 0px;
	background: white;
	border: 1px solid #7DBC97;
}

#df {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}

/* ----- MENUS & PROJECT SUMMARY (positioned over maple leaf scrim) -----*/
#container #linkList {
	position: absolute;
	left: -6px;
	top: 120px;
	width: 220px;
	text-align: left;
	z-index: 10;
	}

#linkList ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
	line-height: 13px;
	}
#linkList ul li {
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-size: 11px;
	background:  url(images/link_arrow_wide.gif) left no-repeat white;
	background-position: top left;
	}
/* subtle hover effect for friendly browsers */
#lselect li:hover {
	border-bottom: dotted 1px #3F5671;
	}

#linkList #lselect {
	font-style:italic;
	color: #A4B0C8;
	margin-bottom: 8px;
	}
#linkList #lselect li {
	padding-top: 6px;
	}
#linkList #lselect a:link, #linkList #lselect a:visited { 
	display: block;
	font: bold 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #72141A;
	text-decoration:none;
	padding: 0px 0px 0px 0px;
	background:  white;
	}
#linkList #lselect a:hover { 
	font: bold 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #DA8C11;
	text-decoration: none;
	padding: 0px 0px 2px 15px;
	}
	
#linkList #larchives {
	margin-bottom: 8px;
	}
#linkList #larchives a, #linkList #lresources a, #linkList #larchives a:visited, #linkList #lresources a:visited  { 
	display: inline;
	font: bold 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #3F5671;
	text-decoration:none;
	padding: 0px 0px 0px 25px;
	}
#linkList #larchives a:hover, #linkList #lresources a:hover  { 
	display: inline;
	font: bold 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #7DCB97;
	text-decoration:none;
	padding: 0px 0px 0px 25px;
	}
	
#linkList #linkListTop {
	position: relative;
	background: url(images/links_top.gif) no-repeat left top;
	height: 13px;
}

#linkList #linkListBottom {
	position: relative;
	valign: top;
	top: 0px;
	background: url(images/links_bottom.gif) no-repeat left top;
	height: 13px;
}

#linkList #lselect a.c, #linkList #lselect a.c:visited  { 
	display: inline;
	margin-bottom: 4px;
	padding: 0;	
	font: normal 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #3F5671;
	border: 0;
	text-decoration: none;
	background: none;
	}
#linkList #lselect a.c:hover  { 
	display: inline;
	padding: 0;
	font: normal 10px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #DA8C11;
	border: 0;
	text-decoration: none;
	background: none;
	}

	
/* ----- Final Touch ----- */
#extraDiv1  {
	position: absolute;
	top: 1180px;
	left: 410px;
	width: 76px;
	height: 546px;
	}

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: ".";
		display: block; 
		height: 0; 
		clear: both; 
		visibility: visible;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}
/* end clearing */