/* CSS Document */

body {
	font-size: 0.8em;
	font-family: Arial, Verdana, Geneva, Lucida, Helvetica, sans-serif;
}

a:link {
	color: #90a107;
}
a:visited {
	color: #90a107;
}
a:hover {
	color: #5e6906;
}
a:active {
	color: #90a107;
}

#main_wrapper {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 900px; 
	z-index: 1; 
}

/*********************/
/* TOP BANNER */
/*********************/
#top_banner {
	position: relative;
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 150px; 
	z-index: 2; 
	background: #FFFFFF;
}

#breadCrumbs {
	position: relative;
	left: 19px; 
	float: left;
	top: 0px; 
	height: 32px; 
	width:600px;
	z-index: 20; 
	background: #FFFFFF;
}

#searchBox { 
	position:absolute;
	text-align: right;
	position:absolute;
	left:200px;
	top:102px;
	width:700px;

}

/*********************/
/* SIDEBARS */
/*********************/
#sideBar-left {
	top:10px;
	width: 142px;
	float: left;
	margin-top:19px;
	padding-right:3px;
}

#sideBar-left_box {
	margin-top:100px;
	background: #b5dc11;
	padding:7px;
}

#did-you-know_box {
	margin-top:100px;
	border: 1px solid #7a7b75;
	padding:9px;
}

.did-you-know {
	font: 0.7em;
	color:#6c6c6b;
}

#sideBar-right {
	top:15px;
	float: left;
	width: 140px;
	margin-top:19px;
	margin-left:8px;
}

#news-panel-block-top{
	background-color:#90a107;
	padding-left:7px;
	padding-right:7px;
	padding-top:5px;
	padding-bottom:5px;
	border: 1px solid #91a208;
}

#news-panel-container {
	padding:7px;
	border: 1px solid #91a208;
}

.news-panel-heading{
	color: #FFFFFF;
	font-weight: bold;
}

.news-panel-date{
	/*color: #90a107;*/
	font-weight: bold;
	color: #444B03;
}
.news-panel-headline{
	color: #4d4d4d;
}

#sign-up_box {
	border: 3px solid #91a208;
	padding:7px;
	background: #91a208;
}

.sign-up-heading {
	color: #FFFFFF;
	font-size: 1.8em;
	font-weight: bold;
}

.sign-up-copy {
	color: #FFFFFF;
}

/*********************/
/* MAIN NAVIGATION */
/*********************/

body a#first-level-nav-selected{
	color: #91a208;
	background:#daec86;
}


#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position:absolute;
	left:0px;
	top:130px;
	/*background: url(images/bg_nav.png) repeat-x left top;*/
	float: left;
	/* border-bottom: 1px solid #000; */
	width: 100%;
}

#mainNav li {
	float: left;
	/*padding: 0;*/
	margin: 0;
}


#mainNav li a, #mainNav li a:link {
	color: #FFFFFF;
	text-decoration: none;
	/*padding: .5em 0em;*/
	
	width:139px !important;	
	width:150px;
	height:20px;
	padding: 5px;
	border-left: 1px solid #FFFFFF;
	background:#b5dc11;
	display: block;
	font-size: 1em;
	/*background-image:url(../images/1st-level.gif);*/
	background-repeat:no-repeat;
}

#mainNav li a:hover {
	color: #91a208;
	background:#daec86;
	/*background-image:url(../images/2nd-level-over.gif);*/
	background-repeat:no-repeat;
}


/*********************/
/* SECOND LEVEL NAV */
/*********************/

body a#second-level-nav-selected{
	background-color:#91a208;
	color:#FFFFFF;
}


#second-level-nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*font-size: 1.5em;*/
	/*border-left: 1px dashed #294E56;
	border-top: 1px dashed #294E56;
	border-right: 1px dashed #294E56;*/
}
#second-level-nav li {
	display: inline;
	/*font: 0.6em Arial, Verdana, Geneva, Lucida,  Helvetica, sans-serif;*/
}
#second-level-nav .title {
	font-weight: bold;
	display: block;
	color: #000000;
}
#second-level-nav a {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #7a7b75;
	line-height: 110%;
	background-color:#d8ed82;
	border-bottom: 1px solid #FFFFFF;
	/*background-image:url(../images/2nd-level.gif);*/ 
	background-repeat:no-repeat;
}
/* hack for IE 6 < to make entire block clickable */
* html #second-level-nav a {
	height: 1px; 
}

#second-level-nav a:hover {
	color: #FFFFFF;
	background-color:#91a208;
	/*background-image:url(../images/2nd-level-over.gif);*/
	background-repeat:no-repeat;
}

/*********************/
/* THIRD LEVEL NAV   */
/*********************/

body a#third-level-nav-selected{
	background-color:#e9f4b7;
	border-right: 3px solid #91a208 ;
	color:#506207;
}

#third-level-nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*font-size: 1.5em;*/
}

#third-level-nav li {
	display: inline;
	/*font: 0.8em Arial, Verdana, Geneva, Lucida,  Helvetica, sans-serif;*/
}

#third-level-nav a {
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	color: #91a208;
	line-height: 110%;
	background: #e9f4b7 url(../templates/bg_nav_h.png) no-repeat right top;
}
/* hack for IE 6 < to make entire block clickable */
* html #third-level-nav a {
	height: 1px; 
}

#third-level-nav a:hover {
	background-color:#e9f4b7;
	border-right: 3px solid #91a208 ;
	color:#506207;
}

/*********************/
/* NEWS ARCHIVE TABLE */
/*********************/

td {
	padding-top: 10px;
	padding-left: 0px;

}

tr {
vertical-align:top;
font-size: 0.8em;
	font-family: Arial, Verdana, Geneva, Lucida, Helvetica, sans-serif;
	color:#91a208;

}

thead {
		font-size: 0.8em;
	font-family: Arial, Verdana, Geneva, Lucida, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
}

table { 
	text-align:left;
	
}

col#news-archive-date{
	width: 150px;
	}

/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	width: 120px;
	margin-top:10px;
	float:right;
	height: 600px; 
	position: relative;
}


/*********************/
/* FOOTER */
/*********************/

#footer {
/*
	clear: left;
	width: 100%; 
	height: 40px; 
	z-index: 6; 
	background: #AAAAAA;
	*/
}

/*********************/
/* RANDOM */
/*********************/

.clear:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.clear {
	min-height: 1px;
}

* html .clear {
	height: 1px;
}

#links-list ul{
	padding: 0px;
	margin-left:20px;
	list-style-image:url(../templates/images/bullets.gif);
	/*background: url(images/bg_nav.png) repeat-x left top;*/
	/* border-bottom: 1px solid #000; */
}
