* {
	margin: 0;
	padding: 0;
}

body {
  margin: 0;
  padding: 3em;
  font-size: 12px;
   font-family: arial, helvetica, sans-serif;
	color: #666666;
}


#wrapper {
	height: 100%;
	/*width: 100%;*/
	width: 1180px;
}
#header {
	padding: 0px 0px 10px 0px;
	height: 96px;
}
#header a img {
	font-weight: normal;
	font-style: normal;
	border-style: none;
	margin-bottom: 6px;
	margin-top: -1px;
	margin-left: -1px;
}
#header_image {
	overflow: hidden;
	width: 1200px;
	margin-bottom: 5px;
}

#sidebar-left {
  width: 21%;
  padding: 24px 0 0;
	float: left;
	/*min-height: 375px;*/
}
#main {
	padding: 0;
	width: 100%;
	height: 100%;
}
#content {
	float: left;
	height: 100%;
	width: 56%;
	margin-top: 20px;
}
#content p {
	font-size: 100%;
	line-height: 1.3;
}
#content ul {
	margin: 0;
	padding-left: 15px;
	font-size: 100%;
	line-height: 1.5;
}

#content ol {
	margin: 0 58px 24px 25px;
	padding-left: 15px;
	font-size: 100%;
	line-height: 1.5;
}
.clear {
	clear: both;
}

#sidebar-right {
	float: right;
	height: 100%;
	width: 15%;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 1%;
}

#footer {
 margin-top: 24px;
 padding: 24px 0px 10px;
 text-align: left;
 font-size: 12px;
	clear: left;
}
#footer p {
 border-top: 1px solid #C3C3C3;
	padding-top: 10px;
}
#footer a {
	color: #fff;
	font-size: 18px;
}
#footer a:hover {
	color: #dfa32b;
}

a:link {
  color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
  color: #666;
	text-decoration: none;
	font-weight: bold;
}
a:active {
  color: #ccc;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
p {
	margin: 0px 0px 15px;
	font-size: 100%;
	line-height: 1.3;
}

img.management {
	margin-right: 10px;
	padding-right: 10px;
	margin-top: 2px;
	padding-top: 0;
	float: left;
	margin-bottom: 10px;
	width: auto;
}
.mngmtwrapper {
	width: 100%;
	height: 100%;
	float: left;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 25px;
	display: block;
}

.mngmtwrapper-last {
	width: 100%;
	height: 100%;
	float: left;
	display: block;
}
div.management {
	float: left;
	text-align: justify;
	width: 79%;
	padding-bottom: 20px;
	height: 100%;
}
#content hr {
	
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 46px;
}
p.management {
	margin-bottom: 15px;
	margin-top: 0;
	line-height: 1.3;
	font-size: 110%;
}
#content ul li {
	margin-bottom: 6px;
}
p#lord {
	font-weight: normal;
	font-style: normal;
}


h1.one {
	color: #666;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 100%;
	white-space: normal;
	height: 100%;
	overflow: visible;
	font-size: 36px;
}



h1.press-release {
	font-size: 33px;
	color: #666;
	margin: 0 0 12px;
	padding: 0;
	width: 100%;
	white-space: normal;
	height: 100%;
	overflow: visible;
	line-height: 100%;
}


h1 {
	font-size: 38px;
	color: #666;
	padding: 0;
	width: 100%;
	margin: 0;
}
h2.one {

	font-size: 29px;
	color: #666;
	padding-bottom: 20px;
	overflow: visible;
	width: 100%;
	height: 100%;
	margin-bottom: 12px;
	line-height: 100%;
	white-space: normal;
}

h3 {
	font-size: 25px;
	color: #565656;
	margin-top: 10px;
	margin-bottom: 6px;
}
h3.news {
	font-size: 13px;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 0;
}

h4 {
	color: #565656;
	font-size: 25px;
	margin: 20px 0 20px 0;
	display: inline;	
}

h5 {
	font-size: 16px;
	color: #565656;
}

h2 a:hover {
	color: #dfa32b;
}




ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
	text-decoration: none;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
	text-decoration: underline;
}
.primary a {
  padding: 0em 0.5em 0em 0em;
	margin-left: -1px;
	font-size: 1em;
}

.primary a:link, .primary a:active, .primary a:visited {
  color: #666;
  font-weight: normal;
  padding: 0px 8px 0px 8px;
	text-decoration: none;
}
.primary a.active:link, .primary a.active:active, .primary a.active:visited {
  color: #333;
  font-weight: bold;
}

.navlinks {
 border-top: 1px solid #C3C3C3; 
 padding: 10px 0px;
 margin: 0px;
 /*width: 1181px;*/
}
.navlinks a:hover {
	text-decoration: underline;
}



blockquote {
  font-style: italic;
}

code, pre {
 font-size: 1em;
}
pre {
 font-size: 0.8em;
 padding: 1em;
 background: #eee;
}



.submitted {

}
.taxonomy {
  float: right;
}
.links {
	color: #363636;
}
.block h2.title {
  margin: 0;
}




a.box_button:link, a.box_button:active, a.box_button:visited{
	background-color: #749E5C;
	color: white;
	padding: 7px;
	margin-top: 7px;
}



a.box_button_grey:link, a.box_button_grey:active, a.box_button_grey:visited{
	background-color: #919191;
	color: white;
	padding: 7px;
	margin-top: 7px;
}

/* @group Left Menu + UL */

ul.menu 
{
  list-style: none;
  list-style-image: none;
  margin: 4px 20px 0px 0px;
  padding: 3px;
  border-top: 1px solid #C3C3C3;
	width: 78%;
	
}
ul.menu a {
	border-bottom: 1px solid #C3C3C3;
	display: block;
	margin-bottom: 0;
	padding-bottom: 2px;
}
ul.menu ul.menu {
	width: 95%;
	padding-left: 10px;
	border-top-style: none;
}

li.leaf 
{
  list-style: none;
  list-style-image: none;
  margin: 0px;
  padding: 2px 0px 2px 0px;
}

li ul li{
	padding-left: 10px;
}
li.leaf a {
	text-decoration: none;
}
li.leaf a:hover {
	text-decoration: underline;
}
li.leaf a.active {
  font-weight: bold;
	color: #000;
}
ul#directions{
	margin-bottom: 18px;
}
ul#directions li {
	margin: 0;
}


#ethanol
{
	margin: 65px 0px 0px 27px;
	background-color: #F9EDD5;
	padding: 0px;
	width: 242px;
}

#ethanol h2.title
{
	border-bottom: 1px solid white;
	padding: 24px 34px 24px 34px;
	font-size: 14px;
	line-height: 16px;
}
#ethanol h2.title a
{
	color: #333;
}

#ethanol ul.menu {
  list-style: none;
  list-style-image: none;
  padding: 24px 0px 24px 0px;
  margin: 0px;
}

#ethanol li.leaf {
  list-style: none;
  list-style-image: none;
  margin: 0px;
  padding: 4px 34px 4px 34px;
}

#ethanol li.leaf a:link, #ethanol li.leaf a:active, #ethanol li.leaf a:visited {
  font-weight: normal;
}

#ethanol li.leaf a.active:link, #ethanol li.leaf a.active:active, #ethanol li.leaf a.active:visited {
  font-weight: bold;
	text-decoration: none;
}



.quote_block {

	background-position: top left;
	background-repeat: no-repeat;
	margin-bottom: 0;
	margin-top: 96px;
	margin-right: 0;
	width: 100%;
}
.quote_block a:link, .quote_block a:active, .quote_block a:visited {
	font-weight: normal;
	color: #333;
}

.quote_block  {
	/*background-image: url(../../../files/quote_block_background.gif);*/
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 100%;
	font-size: 16px;
	color: #272727;
}

.quote_block p {
	text-align: left;
	color: #272727;
	line-height: 1.3;
	margin: 14px 0 0;
}



#hiwmap
{
	margin: 15px 0px 0px 50px;
}
#hiwmap-left
{position:absolute;
	top: 183px;
	left: 35px;
}
sup {
	font-size: 70%;
	vertical-align: 3px;
}
sup a {
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
sup a:hover {
	color: #dfa32b;
}

ul.news {
	list-style-type: none;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ul.news li {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -15px;
}

ul.news ul.news {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
	color: #666;
}
ul.news ul.news li {
	line-height: 1.2;
	margin: 0 0 0 16px;
	list-style-position: outside;
	padding: 0;
}


ul.news ul.news a:hover {
	text-decoration: underline;
}

ul.news li a {
	line-height: 10px;
}
span.news {
	color: #848484;
	padding-left: 8px;
	font-size: 90%;
	font-weight: normal;
	font-style: normal;
}
ul.resources {
	margin: 0;
	padding: 0;
}
ul.resources li {
	margin-left: 29px;
	line-height: 1.1;
}


.block-menu {
	background-color: #F9EDD5;
	padding: 10px;
	width: 80%;
}
ul.emenu {
	width: 100%;
	padding-left: 6px;
}
ul.emenu a {
	text-decoration: none;
}
ul.emenu li {
	padding-bottom: 10px;
}

#ethanol_intros
{
	border-bottom: 0px solid #D5D5D5;
}
#ethanol_intros div
{
	border-top: 1px solid #D5D5D5;
	clear: both;
	padding: 13px 0px 13px 0px;
}
#ethanol_intros div h3, 
#ethanol_intros div h3 a
{
	color: #333;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}



h3.ethanolH a {
	font-size: 100%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	color: #424242;
	letter-spacing: .05em;
	text-decoration: none;
}
h3.ethanolH a:hover {
	color: #DFA32B;
}



h3.ethanolH {
	font-size: 110%;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	color: #0b0b0b;
	letter-spacing: .05em;
	white-space: normal;
}
#ethanol_intros div img
{
	float: right;
	margin-left: 30px; 
	margin-bottom: 13px;
}
.ethanol-block {
	border-bottom: 1px solid #888;
	padding-bottom: 11px;
	padding-top: 11px;
	width: 583px;
	float: left;
}
.ethanol-text {
	margin-right: 163px;
}
.ethanol-text ol {
	margin-left: 18px;
	margin-top: 13px;
}
img.ethanol {
	float: right;
	margin-top: -13px;
}
p.esummary {
	width: 410px;
	float: left;
}
.ethanol-block a {
}
.ethanol-block a:hover {
	color: #DFA32B;
	text-decoration: underline;
}

.awardwrapper {
	margin-top: 7px;
	height: 100%;
	float: left;
	border-bottom: 1px solid #d9d9d9;
}
.awardpic
{
  float: left;
  margin-right: 10px;
}
.awardtext
{
  float: left;
  width: 375px;
  margin-bottom: 5px;
}
.awardtext p {
	margin-top: 0;
	margin-bottom: 14px;
}
.awardtext h3
{
  margin-top: 0px;
	margin-bottom: 0;
	font-size: 100%;
	line-height: 1.35;
}

/* @end */

/* @group careers */
#careers-page {
	font: 100%/1.5 Verdana, sans-serif;
}
TR {
}
TD, TH {
font-family: Arial;
font-size: 100%;
font-style: normal;
font-weight: normal;
	padding-bottom: 7px;
}
textarea {font-family:Verdana; font-size:10px;}
textfield {font-family:Verdana; font-size:10px;}
select {font-family:Verdana; font-size:10px;
	margin-left: 4px;
	width: 100px;
}
input {font-family:Verdana; font-size:10px;
	height: 16px;
	margin-left: 4px;
}
input.search, input.login {
	height: 28px;
	width: 70px;
	margin-top: 4px;
}
span.head1 {
	font-size: 14px;
	font-weight: bold;
}
/*toss?*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
hr {
	border-bottom: 3px solid #666;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
}
tr.even, tr.odd {
  padding: 0.1em 0.6em;
}
td.active {
  background-color: #ddd;
}

** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed table *,
html.js fieldset.collapsed legend,
html.js fieldset.collapsed legend * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(menu-expanded.png) 5px 50% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(menu-collapsed.png);
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsible legend a {
  display: block;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 14px;
  background: #eee url(grippie.png) no-repeat 100% 100%;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}


.content ul li.expanded {
  list-style-type: none;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
.content ul li.collapsed {
  list-style-type: none;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
.content ul li.leaf {
  list-style-type: none;
  list-style-image: none;
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}


/* @end */
