#home_banner {
	background: url(./i/stone_banner_fade.jpg) top no-repeat #e5e6ec;
	min-height: 307px;
	height: 307px;
	float: left;
	width: 815px;
	}
	
#home_banner_loggedin {
	background: url(./i/clouds_banner.jpg) top no-repeat #e5e6ec;
	min-height: 307px;
	height: 307px;
	float: left;
	width: 815px;
	}
	
#home_banner_loggedin #extracts {
	/*background: #ffffff;
	min-height: 307px;
	height: 310px;*/
	float: left;
	width: 550px;
	}

html>body #home_banner {
/*	height: auto;*/
	}
	
#home_banner h2, #home_banner_loggedin h2 {
	padding: 28px 0 0 50px;
	margin: 0;
	}
	
#daily_extracts {
	list-style: none;
	padding: 0;
	margin: .6em 0 0 30px;
	height: 240px;
	width: 500px;
	overflow-y: auto;
	}
	
#daily_extracts li {
	width: 470px;
	padding: 6px 0 6px 20px;
	background: url(./i/bullet.gif) 0 .65em no-repeat;
	color: #334188;
	line-height: 1.3;
	font-size: 1.1em;
	}

.mouseover {
	padding: 10px;
	position: absolute;
	line-height: 1.3;
	font-size: 11px;
	background-color: #eaebff;
	color: #333;
	border: 1px solid #4c51a2;
	display: none;
	font-weight: normal;
	}
h4:hover .mouseover, li:hover .mouseover, h4.hover .mouseover, li.hover .mouseover {
	display: block;
	}
	
.tablePopup:hover .mouseover, .tablePopup.hover .mouseover {
	display:block;
	} 

#daily_extracts li a:hover { text-decoration: none; }

#daily_extracts .mouseover {
	left: 140px;
	width: 245px;
	}
	
.block.enter .mouseover {
	left: 0px;
	width: 190px;
	margin-top: -50px;
	font-style: normal;
	}
	
.navigate {
	height: 205px;
	width:265px;
	display: inline;
	}
	
.navigate img {
	margin: 5px 0 0 15px;
	}

.search {
	/*float: right;*/
	height: 100px;
	width: 265px;
	display: inline;
	}
	
#home_banner_loggedin .navigate h2 {
	padding: 28px 0 0 0;
	}
	
#home_banner_loggedin .search h2 {
	padding: 5px 0 0 0;
	}
	
#central_search p {
	text-align: center;
	margin-top: 5px;
	}
	
#central_search .text_input {
	width: 220px;
	margin-left: -3px;
	}
	
#central_search .advanced_search_link {
	text-align: center;
	font-size: 8pt;
	margin: -15px 45px 0 0;
	}

.navigate a:hover { text-decoration: none; }

div#content, div#content {
	padding: 0;
	}

#trademark {
	clear: both;
	margin: 0;
/*	padding: 0 2% 0 0;*/
	line-height: 2.2;
	font-size: 1.5em;
	text-align: center;
	color: #fff;
	background-color: #4549ce;
	width: 100%;
	}
/*	
#trademark sup {
	float: right;
	margin: -34px 246px 0 0;
	font-size: 1em;
	}
*/
	
.garbrookSlogan {
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;	
}

.garbrookSlogan h2 {
	margin-bottom: 0;	
}

.garbrookSlogan p {
	margin-top: 0.5em;	
}
	
.block {
	margin-left: 3.6%;
	float: left;
	display: inline;
	}
	
.block h2 {
	font-size: 1.6em;
	}
	
.block.insights {
	margin-left: 2%;
	width: 45%;
	}

.block.events {
	width: 29%;
/*	margin-left: 3.5%;*/
/*	margin-right: 1.2%;*/
	}

.block.more {
	width: 21%;
	}
	
.block div.more {
	float: left;
	font-size: .9em;
	margin: -2.8em 0 0 0;
	width: 100%;
	}
/*	
.block .more a {
	color: #cd8e60;
	text-decoration: none;
	}
*/
.block.insights h4 {
	color: #273782;
	}
#popular_pages h4 a:hover { text-decoration: none; }
#popular_pages .mouseover {
	left: 10px;
	width: 175px;
	}

.block .list {
/*	position: relative;*/
	height: 350px;
	overflow: auto;
	/* This is yet another STUPID IE6 fix.  In IE6 I have to specify the width here or it doesn't fill the space */
	width: 100%
	}
	
/* I had to hack this to allow an image to float off in the left margin */
.block .list.events {
	margin-left: -25px;
	padding-left: 25px;
	position: relative; /* Added this for IE6 */
	}

.block .list h4 {
	padding-right: 8px;
	}

.block .short_description {
	height: auto;
	width: auto;
	margin: -.5em 0 1em 0;
	padding: 0 8px 1em 0;
	background: url(./i/short_thin_hr.gif) bottom left no-repeat;
	line-height: 1.3;
	color: #666;
	border-bottom: none;
	}

.block .breakline {
	background: url(./i/short_thin_hr.gif) bottom left no-repeat;
	line-height: .2;
	}
 
.block .short_description p {
	margin-bottom: 0;
	}

.block .short_description.last {
	background: none;
	margin-bottom: 0;
	}
	
.block.more div.more {
	padding-left: 82px;
	}
.block .more {
	padding-top: 2px;
	font-style: italic;
	}

.block.more .short_description, .block.enter .short_description {
	margin: 0 0 1.1em 0;
	}

.block.enter {
	margin-left: 10%;
	margin-right: 5%;
	/*margin-right: 1.2%;*/
	width: 30.5%; /* Don't ask.....IE6 */
	}

.block.enter h4 {
	margin-bottom: 5px;
	}

.demo_icon {
/*	float: right;*/
	margin-right: 50px;/*15px;*/
	text-align: center;
	}

div#content .block .text_input {
	width: 91px;
	padding: 4px 8px;
	background: url(./i/search_input.gif) top no-repeat transparent;
	border: none;
	color: #212e74;
	font-size: 11px;
	}

div#content .block .go_button {
	margin-left: 0;
	}
	
.block.enter label {
	font-weight: bold;
	color: #273782;
	}
	
.bioenergy_events_link {
	font-style: italic;
/*	font-size: 0.9em;*/
	}
	
.highlightNews {
	margin-left: -25px;
	vertical-align: middle;
	}
	

