/* 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 { 
padding:0;
	margin:0;
	color: #333;
	background-color:#fff;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	voice-family:"\"}\"";voice-family:inherit;
	font-size: small;
}
html>body {
height:100%;
font-size:small;	
}
p { 
	margin-top: 0px; 
	font-size:100%;
	}
h1, h2, h3 { 
	margin:0;
	padding:0;
	font-size:100%;
	}

/*LM style*/
a:link {
  color:#36a;
  text-decoration:none;
  }
a:visited {
  color:#933;
  text-decoration:none;
  }
a:hover {
  color:#933;
  text-decoration:underline;
  }

/*Waterpainting style
a:link { 
	text-decoration: none; 
	color: #c60;
	background-color: transparent;
	}
a:visited { 
	text-decoration: none; 
	color: #21528C;
	background-color: transparent;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #fff;
	background-color:#c60;
	}
*/

acronym {
	border-bottom:1px dashed #369;
	cursor : help;
}

/* specific divs */

#container {
    position: relative;
    min-height: 100%;
    width: 800px;
    margin-left: auto;
    margin-right: auto;    
}


#pageHeader {
	height:181px;
	border-bottom: 1px solid #B6BB68
	}

#pageHeader h1 { 
position: absolute;
	top: 10px;
	left: 170px;	
  font-size:270%;
  font-weight:normal;
  color:#678;
  font-family: verdana, sans-serif;
	}

#pageHeader h2 { 
position: absolute;
	top: 60px;
	left: 170px;	
  font-size:75%;
  line-height:1.8em;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#789;
	
	}
#pageHeader h2 span {
	
	}
#quickSummary {
	position: absolute;
	top: 10px;
	right: 25px;
	margin-bottom: 10px;
	width: 40%;
	z-index:1;
}
#quickSummary p {
	text-align: right;
	line-height: 1.8em;
}
#quickSummary p.p2 {
	margin-top: -0.5em;
}
#preamble {
	margin:30px 80px 0px 25%;
}
#preamble p{
	line-height: 1.5em;
}
#preamble h3 {
	width:250px;
	height: 26px;
	background : url(../images/hdr_road.gif);
}
#preamble h3 span {
	display: none;
}
#supportingText {
	margin:0px 80px 30px 25%;
	clear:left;
		}
#supportingText p{
	line-height:1.5em;
}
#explanation h3 {
	width:250px;
	height: 26px;
	background : url(../images/hdr_what.gif);
	margin-top:2em;
}
#explanation h3 span {
	display: none;
}
#participation h3 {
	width:250px;
	height: 26px;
	background : url(../images/hdr_part.gif);
	margin-top:2em;
}
#participation h3 span {
	display: none;
}
#benefits h3 {
	width:250px;
	height: 26px;
	background : url(../images/hdr_ben.gif);
	margin-top:2em;
}
#benefits h3 span {
	display: none;
}
#requirements h3 {
	width:250px;
	height: 26px;
	background : url(../images/hdr_req.gif);
	margin-top:2em;
}
#requirements h3 span {
	display: none;
}
#footer {
	margin-top: 50px;
	text-align: center;
	border:1px solid  #999;
	background-color: #F0F5F5;
	font-size: 80%
	padding:6px 0;
	color:#369;
}
#footer a:link, #footer a:visited, #footer a:hover  { 
	text-decoration:none;
	
	background-color: transparent;
	color:#369;
	}
#footer a:hover { 
	text-decoration:underline;
	}
#linkList {
	position:absolute;
	top: 220px;
	left:10px;
	width:20%;
	min-width:180px;
	border:1px dashed #999;
	background: #F0F5F5;
	color:#333;
	clear:right;
}
#linkList2 {
	padding:10px 10px 30px 10px;
}
h3.select, h3.archives, h3.resources{
	color:#333;
	font-size: 85%;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom: 1em;
	background-color: transparent;
}
#lselect ul, #lresources ul, #larchives ul{
	list-style:none;
	padding:0;
	margin:0 0 1em 1.5em;
}
#lselect li, #lresources li, #larchives li {
	margin-bottom:0.5em;
	font-size: 85%;
	color: #369;
	background-color: transparent;
}
#linkList li  a:link, #linkList li  a:visited, #linkList li a:hover, #linkList li a:active  { 
	color: #369;
	background-color: transparent;
	text-decoration: none;
	font-weight:bold;
	}
#linkList li a:visited{
	color:#36a;
	background-color: transparent;
}
#linkList li a:hover {
	color:#fff;
	background-color: #369;
}
#lselect a.c:link, #lselect a.c:visited, #lselect a.c:hover, #lselect a.c:active{
	color:#333;
	font-weight:normal;
	background-color: transparent;
	text-decoration: none;
}
#lselect a.c:hover{
	text-decoration: underline;
}
.p5{
	margin-top: 35px;
	text-align: center;
	font-size:90%;
	font-style:italic;
}

#extraDiv1 {
	position: absolute; 
	top: 40px; 
	right: 0px; 
	width: 148px; 
	height: 110px; 
	}

#video {
	text-align: center;
	}