/* Show me CSS */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 70% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
	background: #666666 url(img/background_tree.jpg) no-repeat top left; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
a:link, a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #758520;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #000000;
	}
acronym {
	border-bottom: 1px;
	border-bottom-style:dashed;
	}


/* specific divs */
#horizontal { 
  	z-index:1;
	background: url(img/horizontal_bkgd.jpg) no-repeat top left; 
	width: 100%;  
	height:218px;
	position: absolute;
	}
#summary {
	font: 10pt/22pt century gothic, arial, san-serif;
	line-height: 1.5;
	color:#FFFFFF;
	text-align:left;
	width: 500px;
	margin-left: 260px;
	margin-right: -100px;
	margin-top: 100px;
	margin-bottom: 100px;
	}

#utilNav { 
	position:absolute;
	top:62px;
	left:570px;
	font: 10pt/22pt arial, san-serif;
	line-height: 1.0;
	color:#FFFFFF;
	}
#utilNav a:hover { 
	color:#CCCCCC;
	}

#resources { 
	background: url(img/resources_bkgd.jpg) no-repeat top;
	position: absolute;
	left:0px;
	top:340px;
	width: 155px;
	height:225px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#404040;
	line-height: 1.2;
	}

#resources a { 
	color:#444E11;
	font-weight:normal;
	text-decoration:none;
	}

#resources a:hover { 
	color:#000000;
	text-decoration:underline;
	}

#resources ul { 
	margin-top:35px;
	margin-left: 35px;
	padding-left: 0;
	list-style:none;
	}
#resources li { 
	padding-left: 15px;
	background-image: url(img/bullet_arrows.gif);
	background-repeat: no-repeat;
	background-position: 0 .1em;
	margin-bottom:20px;
	}


#pageBody {	
	position:absolute;
	top:218px;
	left:154px;
	width:500px;
	height:auto;
	background-color:#FFFFFF;
	}

#content {	
	padding-top: 20px; 
	padding-left: 20px; 
	padding-right: 40px; 
	margin-bottom: 40px;
	}

.section {
	background: url(img/heading_bkgd.jpg) no-repeat top; 
	padding-left: 5px; 
	padding-right: 5px; 
}

h3 { 
	font: normal 1.4em century gothic, veranda, sans-serif;
	letter-spacing: 1px; 
	color: #D20302;
	margin: 0 0 0 0; 
	height: 20px; 
	}

#footer { 
	font: normal .8em arial, veranda, sans-serif;
	background-color:#A1A1A1;
	margin:0 0 40px 0;
	width:100%;
	padding:0 0 0 0;
	width:100%;
	height:24px;
	}
#footer a:link, #footer a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #758520;
	}
#footer a:hover { 
	text-decoration: underline; 
	color: #000000;
	}
#createdBy {
	float: left; 
	width:65%;
	height:14px;
	background-color:#CCCCCC;
	padding: 5px 10px 5px 5px; 
	}
#validate { 
	line-height:2.3em;
	}

#rightPannel { 
	background: url(img/right_nav_bot.jpg) no-repeat bottom;
	background-color:#97AC28;
	position: absolute;
	left:640px;
	top:218px;
	width: 149px;
	}

#rightCopy { 
	font: 1em arial, verdana, sans-serif; 
	color:#FFFFFF;
	text-align:left;
	padding: 20px 10px 20px 10px; 
	width: 130px; 
	margin-bottom:50px;
	}
#rightCopy p { 
	text-align:left;
	}
#rightCopy a { 
	color:#D20302;
	text-decoration:none;
	font-weight:normal;
	}
#rightCopy a:hover { 
	color:#000000;
	text-decoration:underline;
	}

/* ==== NAV BAR ====*/
#navbar {
  	z-index:2;
	position: absolute;
	left:0px;
	top:193px;
	width: 100%;
	margin-left:154px;
	}

#navlist {
	color:#CCCCCC;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#navlist ul {
	white-space: nowrap;
}

#navlist li {
  display: inline;
  list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#navlist a {
  padding: 1px 8px 3px 8px;
  border: 1px solid #CCCCCC;
  background-color: #333333;
  background-image: url(img/nav_button.jpg);
  text-decoration:none
}

#navlist a:link, #navlist a:visited {
  color: #CCC;
  text-decoration: none;
}

#navlist a:hover {
  background-color: #FF6600;
  background-image: url(img/nav_button_over.jpg);
  color: #333;
}