/* GENERAL 
_____________________________________________________________________________*/

html { 
	margin-bottom: 1px; 
	min-height: 100%; 
	height:100%;
}
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, th, td, img { 
	margin:0;
	padding:0;
	border:0;
}

fieldset, img {
	border:0;
	margin:0;
	padding:0;
}

table { 
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
 
.clear { 
	clear: both; 
	height: 0px;
	overflow: hidden;
}

th {
	text-align: left;
}

h1, h2, h3, h4 {
	font-size:100%;
}

body{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	background: #FFF url(/images/site/bg-main.jpg) repeat-x;
	height: 100%;
	color: #54544c;
}

/* LINKS
_____________________________________________________________________________*/

a { 
	text-decoration: underline; 
	color: #54544c;
	outline: none;
}

a:hover { 
	text-decoration: none; 
}

/* HEADER
_____________________________________________________________________________*/

#header {
	height: 217px;
	position: relative;
	background: url(/images/site/logo.png) no-repeat top right;
}

#header .flash {
	position: absolute;
}

#header .flash img {
	display: none;
}

#header .logo a {
	display: block;
	position: absolute;
	height: 217px;
	width: 280px;
	right: 50px;
	text-indent: -3000px;
}

#header .shadow {
	height: 8px;
	position: absolute;
	background:url(/images/site/bg-nav-shadow.png) no-repeat top center;
	top: 209px;
	z-index: 100;
	width: 100%;
}

/* NAV
_____________________________________________________________________________*/

.droplinetabs {
	overflow: hidden;
	font-size: 11px;
}

.droplinetabs ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	border: 1px solid #FFF;
	height: 34px;
	background: #e4e4cf;
}

.droplinetabs li {
	display: inline;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.droplinetabs a {
	float: left;
	color: #54544c;
	padding: 0 23px;
	text-decoration: none;
	background: #e4e4cf;
	height: 32px;
	line-height: 32px;
	border-right: 1px dotted #54544c;
	border-bottom: 2px solid #7fb529;
}

.droplinetabs li:hover a,
.droplinetabs li.here a,
.droplinetabs li.parent-here a,
.droplinetabs a:hover {
	background-color: #FFF;
	border-bottom: 2px solid #FFF;
}

.droplinetabs li:hover a.about-growth-energy,
.droplinetabs a.about-growth-energy,
.droplinetabs a.about-growth-energy:hover {
	background: url(/images/site/nav-about.png) no-repeat center center;
	width: 142px;
	text-indent: -3000px;
}

.droplinetabs li:hover a.ethanol-issues-policy,
.droplinetabs a.ethanol-issues-policy,
.droplinetabs a.ethanol-issues-policy:hover {
	background: url(/images/site/nav-issues.png) no-repeat center center;
	width: 156px;
	text-indent: -3000px;
}

.droplinetabs li:hover a.ethanol-resource-center,
.droplinetabs a.ethanol-resource-center,
.droplinetabs a.ethanol-resource-center:hover {
	background: url(/images/site/nav-resources.png) no-repeat center center;
	width: 156px;
	text-indent: -3000px;
}

.droplinetabs li:hover a.news-media-center,
.droplinetabs a.news-media-center,
.droplinetabs a.news-media-center:hover {
	background: url(/images/site/nav-news.png) no-repeat center center;
	width: 133px;
	text-indent: -3000px;
}

.droplinetabs li:hover a.about-growth-energy,
.droplinetabs li:hover a.ethanol-issues-policy,
.droplinetabs li:hover a.ethanol-resource-center,
.droplinetabs li:hover a.news-media-center {
	background-color: #FFF;
}

/* Sub level menu*/
.droplinetabs ul li ul {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0px;
	margin-top: 1px;
	background: #FFF;
	visibility: hidden;
	border: 0;
	background: #FFF url(/images/site/bg-sec-nav.jpg) repeat-x bottom left;
	border-bottom: 1px solid #FFF;
}

.droplinetabs ul li ul li a {
	padding: 10px 0 0 25px;
	height: auto;
	line-height: normal;
	border: 0;
	color: #9c9c92;
	text-transform: none;
	background: none !important;
	border-bottom: 0 !important;
}

.droplinetabs ul li ul li a:hover {
	color: #7fb529;
}

.droplinetabs ul ul ul {
	display: none !important;
}

.droplinetabs .search .container {
	border-bottom: 2px solid #7fb529;
	height: 27px;
	text-align: center;
	margin-top: 5px;
}

.droplinetabs .search .container label {
	display: inline-block;
	padding-right: 5px;
	background: url(/images/site/nav-search.png) no-repeat center center;
	width: 46px;
	text-indent: -3000px;
	height: 18px;
	*display: inline;
	*float: left;
	*margin-top: 3px;
	*margin-left: 5px;
}

.droplinetabs .search form div,
.droplinetabs .search form {
	display: inline;
}

.droplinetabs .search .text {
	width: 100px;
	border: 1px solid #9d9d90;
	height: 18px;
	padding-left: 3px;
}

.droplinetabs .search .button {
	vertical-align: bottom;
}

/* HOME
_____________________________________________________________________________*/

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

#home #content {
	margin: 40px 0;
}

#home #content #left {
	border-top: 1px dotted #54544c;
	border-bottom: 1px dotted #54544c;
	float: left;
	width: 743px;
	height: 485px;
}

#slider {
	height: 480px;
	width: 743px;
	position: relative;
}

#slider .scrollable {
	position: relative;
	overflow: hidden;
	width: 743px;
	height: 450px;
	float: left;
	border-bottom: 1px dotted #54544c;
}

#slider .items {
	width: 20000em;
	position: absolute;
	clear: both;
}

#slider .item {
	float: left;
	cursor: pointer;
	width: 743px;
	height: 450px;
}

#slider .navi {
	cursor: pointer;
	height: 18px;
	width: auto;
	position: absolute;
	bottom: 0px;
	right: 0;
	font-size: 1px; 
	overflow: hidden;
}

#slider .navi a {
	background: url(/images/site/scroll-boxes.gif) no-repeat;
	display: block;
	float: left;
	height: 11px;
	width: 26px;
	margin-left: 3px;
}

#slider .navi a.active,
#slider .navi a:hover {
	background-position: -26px 0;
	background-repeat: no-repeat;
}

#home #content #right {
	float: right;
	width: 200px;
	border-left: 1px dotted #54544c;
	padding-left: 13px;
	font-size: 11px;
	min-height: 490px;
}

#home #content #right .pad {
	padding-left: 10px;
}

#home #content #right .pad .item {
	border-bottom: 1px dotted #54544c;
	padding: 7px 0;
	line-height: 17px;
}

#home #content #right .pad .item .title {
	font-weight: bold;
	text-transform: uppercase;
}

#home #content #right .pad .item.last {
	border: 0;
}

#home #content #right .pad ul {
	margin-top: -5px;
}

#home #content #right .pad li {
	border-bottom: 1px dotted #54544c;
	list-style: none;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	font-size: 13px;
}

#home #content #right .pad li a {
	text-decoration: none;
}

#home #content #right .pad li a:hover {
	color: #87b248;
}

#home #content #right .news {
	margin-top: -8px;	
}

/* INTERNAL
_____________________________________________________________________________*/

#internal #content {
	margin: 50px 0;
}

#internal #content #left {
	float: left;
	width: 270px;
}

#internal #content #left .pad {
	padding: 0 0 0 15px;
}

#internal #content #left a {
	text-decoration: none;
	display: block;
	padding: 0 0 15px 10px;
}

#internal #content #left li.header a {
	padding: 0;
	color: #7fb529;
	cursor:default;
}

#internal #content #left a:hover {
	color: #7fb529;
}

#internal #content #left li.here a {
	color: #7fb529;
}

#internal #content #left li.here ul a {
	color: #54544c;
}

#internal #content #left li.here.header a {
	text-decoration: none;
}

#internal #content #left ul {
	margin: 0;
	padding: 0;
	width: 185px;
	border-bottom: 1px dotted #54544c;
	font-size: 11px;
}

#internal #content #left li {
	list-style: none;
	font-weight: bold;
}

#internal #content #left li.header {
	color: #7fb529;
	border-bottom: 1px dotted #54544c;
	margin-bottom: 15px;
	padding: 2px 0 13px 10px;
}

#internal #content #left ul ul {
	margin: -5px 0 0 25px;
	border: 0;
	line-height: normal;
}

#internal #content #left ul ul li {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#internal #content #left ul ul li a {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#internal #content #left .quote {
	margin: 75px 0 0 20px;
	font-size: 18px;
	color: #7fb529;
	line-height: 24px;
	font-weight: bold;
}

#internal #content #left span {
	color: #54544c;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
}

#internal #content #left .news-tout {
	margin-top: 25px;
}

#internal #content #left .news-tout a {
	margin: 0;
	padding: 0;
	display: block;
}

#internal #content #right {
	float: right;
	width: 656px;
	line-height: 24px;
}

#internal #content #right .pad {
	padding: 0 10px 0 0;
}

#internal #content #right h1 { 
	text-transform: uppercase;
	border-bottom: 1px dotted #54544c;
	padding: 0 0 15px 10px;
	margin: 0 0 15px 0;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: normal;
}

#internal #content #right .header-image {
	margin: 5px 0 15px 0;
}

#internal #content #right .intro {
	color: #7fb529;	
	font-size: 15px;
}

#internal #content #right h2 { 
	border-bottom: 1px dotted #54544c;
	padding: 0 0 15px 10px;
	margin: 25px 0 15px 0;
	font-size: 16px;
	font-weight: normal;
}

#internal #content #right h3 { 
	padding: 0 0 5px 10px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}

#internal #content #right p {
	padding: 0 10px;
	margin: 0 0 15px 0;
}

#internal #content #right table p {
	padding: 0 0 0 10px;
}

#internal #content #right ul,
#internal #content #right ol {
	margin: 0 0 0 35px;	
}

#internal #content #right blockquote {
	font-style: italic;
	line-height: 20px;
}

#internal #content #right a {
	color: #7fb529;	
}

#internal #content #right hr {
	border: 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px dotted #BBB;
	margin: 0 0 15px 0;
	line-height: normal;
	font-size: 0;
}

#internal #content #right #report-search {
	background: url(/images/site/bg-reports.png) no-repeat;
	height: 92px;
	width: 654px;
	position: relative;
}

#internal #content #right .noresults {
	display: none;
	color: #d03737;
	font-weight: bold;
}

#internal #content #right #report-search .text {
	width: 592px;
	position: absolute;
	top: 40px;
	left: 25px;
	height: 27px;
	padding-left: 10px;
	border: 1px solid #567433;
}

#internal #content #right #reports .entry {
	border-bottom: 1px dotted #54544c;
	padding: 10px 0 15px 0;
}

#internal #content #right #reports .entry h3 {
	font-size: 16px;
	font-weight: bold;
}

#internal #content #right ul.brochures {
	margin: 0;
}

#internal #content #right ul.brochures li {
	list-style: none;
	width: 198px;
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
}

#internal #content #right ul.brochures li.last {
	margin-right: 0;
}

#internal #content #right #columns h2 {
	margin-top: 0;
}

#internal #content #right #columns .col-1 {
	float: left;
	width: 445px;
	border-right: 1px dotted #54544c;
}

#internal #content #right #columns.contact .col-1 {
	float: left;
	width: 395px;
	border-right: 1px dotted #54544c;
}

#internal #content #right #columns .col-1 .padding {
	padding: 0 20px 0 0;
}

#internal #content #right #columns .col-2 {
	float: right;
	width: 180px;
}

#internal #content #right #columns.contact .col-2 {
	float: right;
	width: 230px;
}

#internal #content #right #columns .col-2 .padding {
	padding: 0;
}

#internal #content #right ul.headlines {
	margin: 0 0 0 10px;
}

ul.headlines li {
	list-style: none;
	padding-bottom: 20px;
}

img.feature-image {
	margin-bottom: 10px;
}

p.date,
ul.headlines li span {
	display: block;
	color: #7f7f73;
	font-size: 11px;
}

ul.headlines li a {
	/*text-transform: uppercase;*/
}

#internal #content #right ul.headlines.releases li {
	padding-bottom: 10px;
	line-height: 17px;
}

#internal #content #right ul.headlines.releases .text {
	width: 135px;
}

#internal #content #right ul.headlines.releases .button {
	vertical-align: bottom;
}

#internal #content #right ul.headlines.releases li a {
	color: #606060;
}

#internal #content #right h3.feature {
	text-transform: uppercase;
	margin-top: 10px;
	font-weight: bold;
	font-size: 15px;
}

.ad-detail {
	margin: 0 10px !important;
}

.ad-detail li {
	float:left;
	list-style: none;
	padding: 0 10px 10px 0;
}

.error {
	color: #cf3b1a;
	text-transform: none;
}

.success {
	color: #7ac142;
	text-transform: none;
}

p.return {
	margin: 25px 0 !important;
}


/* MEMBER MAP
_____________________________________________________________________________*/
#member-map {
	width: 646px;
	height: 420px;
	margin-bottom:20px;
	line-height: 18px;
}

#member-map .infoContainer {
	overflow: hidden;
}

#member-map .infoContainer p {
	padding: 0;
	margin: 0;
}

#member-map .title {
	font-size: 16px;
	font-weight: bold;
}

#member-map .location {
	font-size: 12px;
}

#member-map-legend {
	overflow: auto;
	width: 100%;
}

#member-map-legend ul {
	list-style:none;
	padding:0;
	margin:0;
}

#member-map-legend li {
	float:left;
	margin:0 10px;
}

#member-map-legend img {
	margin-right: 5px;
}

/* FOOTER
_____________________________________________________________________________*/

#footer {
	width: 996px;
	margin: 0 auto 25px auto;
	text-transform: uppercase;
	background: url(/images/site/bg-footer.png) no-repeat top center;
	font-weight: bold;
	height: 117px;
	padding: 23px 10px 0 10px;
}

#footer table {
	margin: 0 9px;
	height: 70px;
}

#footer td.border {
	border-right: 1px dotted #929283;
}

#footer a {
	text-decoration: none;
}

#footer a.contact {
	background: url(/images/site/footer-links.png) no-repeat left top;
	width: 64px;
	text-indent: -3000px;
	display: block;
}

#footer a.contact:hover {
	background: url(/images/site/footer-links.png) no-repeat left -66px;
}

#footer a.share {
	background: url(/images/site/footer-links.png) no-repeat left -12px;
	width: 64px;
	text-indent: -3000px;
	display: block;
}

#footer a.share:hover {
	background: url(/images/site/footer-links.png) no-repeat left -89px;
}

#footer a.rss {
	background: url(/images/site/footer-links.png) no-repeat left -44px;
	width: 64px;
	height: 12px;
	text-indent: -3000px;
	display: block;
}

#footer a.rss:hover {
	background: url(/images/site/footer-links.png) no-repeat left -110px;
}

#footer img {
	vertical-align: middle;	
}

#footer .center p {
	margin: 0;
	background: url(/images/site/footer-newsletter.png) no-repeat;
}

#footer p {
	margin: 5px 0;		
}

#footer .visit div {
	text-indent: -3000px;
	background: url(/images/site/footer-visit.png) no-repeat left 5px;
	height: 32px;
	width: 66px;
	display: inline-block;
	*display: inline;
	*float: left;
	*margin-top: 8px;
	*margin-left: 25px;
}

#footer .visit a {
	display: inline-block;
	height: 32px;
	width: 32px;
}

#footer .intro {
	margin: 0 25px;
	text-indent: -3000px;
	background: url(/images/site/footer-newsletter.png) no-repeat;
	height: 50px;
	width: 136px;
	display: block;
}

#footer .text {
	width: 150px;
	border: 1px solid #9d9d90;
	height: 18px;
	padding-left: 3px;	
}

#footer .button {
	vertical-align: bottom;
}

#subscribe-form .error,
#subscribe-form .success {
	display: none;
}