/*
SKIN: Default
Last modified: March 2007
Stephen Ross, Greenlight Environmental
-------------------------------------------------------------------------[comment] */
body {
	background-color: #e2dac0;
	text-align: center;
	font-size: 1.2em;
	}
#container {
	background-color:#FFF;
	border: solid #333 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size:80%;
	}

/*
layout areas 
-------------------------------------------------------------------------[comment] */


/*
header and footer
-------------------------------------------------------------------------[comment] */
#identity {
	height: 250px;
	background-image: url(../images/site-structure/top-banner-02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none 0px;
	margin-bottom: 0px;
	font-size:72%;
	background-color: #CCCCCC;
	}

#topnav, #siteinformation {
	background-image:url(../images/site-structure/bar.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #255A25;
	text-align: center;
	padding: 1px;
	border-bottom: solid #666 1px;
	border-top: solid #666 1px;
	font-size: 72%;
	height:10px;
	}
	#topnav ul, #siteinformation ul {
	color: #000;
	margin: 0;
	padding:0;
	width: 100%;
	 }
	#topnav ul li, #siteinformation ul li {
	margin: 3px 10px 3px 10px;
	}
	#topnav a, #topnav a:link, #topnav a:visited, #siteinformation a, #siteinformation a:link, #siteinformation a:visited { 
	color: #000;
	border-bottom-width: 0;
    border-bottom-style: none;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	}
	#topnav a:link:hover, #topnav a:visited:hover, #siteinformation a:link:hover, #siteinformation a:visited:hover { 
	color: #000;
	background-color:#E5E5CB;
	border-bottom-width: 0.2pt;
    border-bottom-style: solid;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	}

/*
side navigation
-------------------------------------------------------------------------[comment] */
#navigation {
	margin-left: 0px;
	border-right-color: #666;
	padding: 0px 0px 35px 0px;
	font-size: 80%;
	}
	#navigation ul {
	list-style:none;
	margin: 0;
	padding: 0;
	border: none;
	}
	#navigation li {
	border-bottom: dotted #bbb 1px;
	margin: 0px;
	padding: 0px;
	}
	#navigation li a, #navigation li a:visited { 
	display: block;
	padding: 12px 5px 2px 35px;
	color: #000;
	text-decoration: none;
	width: auto;
	background-image:url(../images/site-structure/fern-bullet.png);
	background-position:5px 5px;
	background-repeat:no-repeat;
	}
	#navigation li a:hover{
	background-color: #e5e5cb;
	color: #000;
		background-image:url(../images/site-structure/fern-bullet-hover.png);
	}
/*
central content area
-------------------------------------------------------------------------[comment] */
#main-content {
	font-size: 72%;
	padding-top: 10px;
	}
	#main-content ul {
	list-style: square;
	}
	#main-content ol {
	list-style: decimal;
	}
	#main-content ol ol {
	list-style: lower-alpha;
	}
	#main-content p, #main-content h1, #main-content h2, #main-content h3, #main-content h4, #main-content h5, #main-content h6, #main-content h7 {
	padding-left: 10px;
	padding-right: 10px;
	}
	#main-content a {
	border-bottom: solid #993200 1px;
	}
	#main-content a:hover {
	border-bottom: solid #993200 1px;
	}
	#main-content img {
	padding: 5px;
	}
	#main-content li img {
	padding: 0px;
	}
	
#breadcrumb {
	text-align: left;
	font-size: 90%;
	margin-bottom: 10px;
	}
	#breadcrumb ul li {
	border-right-style: solid;
	border-right-width: 0.1em;
	border-right-color: #000;
	padding: 0em 0.5em 0em 0.5em;
	}
#updated {
	font-size: 60%;
	text-align: left;
	padding: 2px;
	}
	#updated p {
	line-height: normal;
	padding: 2px;
	margin: 0px;
	}

/*
left banner area
-------------------------------------------------------------------------[comment] */
#additional-navigation {
	padding: 0;
	margin: 0;
	}
	#additional-navigation a,	#identity a {
	border: 0;
	}
	#additional-navigation a:link:hover {
	border-bottom: 1pt;
	}
/*
hide headings
-------------------------------------------------------------------------[comment] */
	#siteinformation h3, #navigation h3, #breadcrumb h3, #program-facts h3 {
	display: none;
	padding: 0;
	margin: 0;
	}
/*
global text and link colors
-------------------------------------------------------------------------[comment] */
h1, h2, h3, h4, h5, h6 {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	line-height: 1;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
h1, h2, h3 {
	color: #387054;
	padding-top: 0.6em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
h4, h5, h6 {
	color: #339900;
	padding-top: 0.4em;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}
h1 {font-size:200%;}
h2 {font-size:150%;}
h3 {font-size:130%;}
h4 {font-size:120%;}
h5 {font-size:110%;}
h6 {font-size:100%;}

a, a:link {
	color: #BD834F;
	}
a:visited {
	color: #006600;
	}
table {
	margin-left: 10px;
	margin-right: 10px;
	}
li {
	padding: 2px 1px 2px 1px;
	}
dl {
	padding: 5px;
	}
dt {
	padding:5px 1px 2px 1px;
	font-weight:bold;
	}
dd {
	padding: 2px 5px 5px 5px;
	}


/*
classes
-------------------------------------------------------------------------[comment] */

.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFEA97;
	display: block;
	float: none;
	border: 2px solid #917400;
	padding: 5px;
	margin: 5px;
}

.img {
position:relative;
float:right;
display:block;
padding: 15px;
}
