/* css Zen Garden submission - 'Kyoto Forest', by John Politowski, http://rpmdesignfactory.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2007, John Politowski */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


/* basic elements */

html {
	margin: 0;
	padding: 0;
}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	line-height:19px;
	font-size:14px;
	color: #208833;
	background: #e6fad6 url(../images/body_bg.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
	background-color: #208833;
}

body a:link, a:active, a:visited{
	text-decoration:none;
	color:#1F8732;
}

body a:hover{
	text-decoration:underline;
}

p{
	padding: 0;
	color: #000000;
}

p strong{
	padding: 0;
	color: #208833;
}

h3 {
	display:none;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	background: url(../images/bullet.gif) left top no-repeat;
}

acronym {
	border-bottom: none;
}

/* content div's */


#container {
	position:relative;
	margin: auto;
	width: 780px;
}

/*#maskHeader {
	background:url(../images/content_bg_top.jpg) no-repeat top center;
	background-color: #ffa;
	width: 780px;
	height: 450px;
}*/

#supportingText{
	background-image:url(../images/content_tile.jpg);
	margin-top: 0px;
}
#requirements_whole {
	border-bottom:1px solid #720a0b;
	height:100%;
	margin-top: -10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	line-height: normal;
}
#requirements_whole strong h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20;
	font-style: italic;
}



#requirements ul {
	list-style-type: none;
	padding-left: 25px;
	margin-left: 25px;
}

#requirements{
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 205px;
	border-bottom:1px solid #720a0b;
	height:100%;
}

#requirements img.illus {
	float: left;
	margin-left: -10px;
	margin-right: 15px;
	border: 1px;
	border-color: #83D077;
}

#requirements img.illus2 {
	float: right;
	margin-right: -10px;
	border: 2px;
	border-color: #83D077;
}

#requirements img {
	float: left;
	border: 1px;
	border-color: #83D077;
}

#requirements li {
	background: none;
	padding-left: 3px;
	margin-bottom: 5px;
	list-style-type: disc;
}

#footer{
	padding:10px;
	text-align:center;
}
#ftr2 {
	background: url(../images/Ftr.jpg) no-repeat;
	height: 50px;
}


/* link list and extra div's */

#linkList {
	position:absolute;
	width:165px;
	top:500px;
	color: #666666;
	font-size:0.85em;
	left: 30px;
	height:400px;
	background: none;
	margin-top: 15px;
}

#linkList a:link, a:active, a:visited {
	color:#113c05;
	text-decoration:none;
	margin-left: 7px;
}

#linkList a:hover{
	text-decoration: underline;
}

#lselect{
	background:url(../images/header_select_design.gif) top left no-repeat;
	padding: 20px 0 0 0;
	width:150px;
	line-height: 16px;
	font-weight: bold;
}

#lselect p.quote{
	font-family: Arial, Helvetica, sans-serif;
	color: #996666;
	font-style: italic;
	font-size: 12pt;
	line-height: 14pt;
	font-weight: normal;
}

#lselect img{
	margin: 0px 0px 0px 0px;
	border: 0;
}

#larchives{
	background:url(../header_archives.gif) top left no-repeat;
	margin: 10px 0 0 0;
	padding: 30px 0 0 0;
	width:150px;
}

#lresources{
	margin: 20px 0 0 0;
	width:150px;
	background: url(../images/header_upcomingEvents.gif) top no-repeat;
}

#navLinks {
	background: url(../images/navBar.jpg) top no-repeat;
	text-decoration: none;
	color:#720A0B;
	height: 35px;
	padding-top: 5px;
	text-align: center;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}

#navLinks a:link, a:active{
	text-decoration:none;
	color:#FFFFFF;
}

#navLinks a:visited{
	color:#FFFFFF;
}

#navLinks a:hover{
	text-decoration:underline;
	color:#720A0B;
}

#navLinks li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding-right: 1em;
	list-style: none;
	border-right: 1px solid #26792B;
	background: none;
}

#navLinks li.last{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	list-style: none;
	padding-right: 1em;
	background: none;
	border: none;
}
