﻿/* Bio Energy Master Stylesheet 
==================================
colors:     dark green      #58923b;
            light green     #97d043;
*/



/* Global Styles */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address 
{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    font-size: 9pt; }

a
{
    color: #58923b;}
a:hover
{
    color: #97d043;}    
    
/* Basic Page Elements 
======================*/    
body
{
    text-align: center;}

body#elj
{
	color: #777777;
}

#page
{
    width: 800px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    text-align:left;
    border: solid 1px #777777;
    }

#header
{
    position:relative;
    width: 100%;
    height: 75px;}

#tagline
{
    position: absolute;
    margin-left:66px;
    margin-top:48px;
    color: #58923b;
    font-size: 10pt;}

#searchform
{
	position: absolute;
    margin-left: 520px;
    margin-top: 44px;
}
.formlbl
{
	color: #666666;
	font-weight: bold;
	padding-right: 3px;
	padding-top: 3px;
	height: 20px;
}
#searchterm
{
	background-color: #BFC2B9;
	width: 115px;
	height: 20px;
	font-size: 9pt;
	border: none;
	padding: 3px;
}
#searchbtn
{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	position: relative;
}

#siteID
{
    position: absolute;
    left: 329px;
    top:9px;
    }
    
/* Sitewide Navigation 
======================*/

#menu
{
    width: 100%;
    background: transparent url(../cmsimages/bk_nav.gif) repeat-x;
    height: 33px;
}
    
#nav
{
    list-style:none;
    height: 100%;
}    

#nav li
{
    float:left;
    padding: .7em 0;
    color: #ffffff;}

#nav a
{
    color: #ffffff;
    text-decoration: none;
    padding: 0 1em 0 1em;
    text-transform:uppercase;
    }    
    
#nav a:hover {
    color: #97d043;
    }  
    
#nav li.selected a{
	color: #97d043;}
 

/* Main Content Area 
====================*/
#mastercol, #col2, #col3
{
    text-align: left;}

h1, h2
{
    color: #58923b; /*Green*/}   


#mastercol h1
{
    font-size: 26pt;
    margin-left:23px;
    font-weight: lighter;}    

#col2 h1
{
    font-size: 26pt;
    margin-left:23px;
    font-weight: lighter;
    margin-bottom: .25em;}    

#col2, #col3 
{
    padding-top: 12px;}

#col2 h2, #col2 h3, #col2 p, #col2 ul
{
    margin-left: 23px;
    margin-bottom: .75em;
    margin-right: 20px;}  

#col2 ul
{
    margin-left: 38px;}         

#col3 h2, #col3 h3, #col3 p, #col3 ul
{
    margin-left: 16px;
    margin-bottom: .75em;
    margin-right: 20px;}     

#col2 p, #col2 ul, #col3 p, #col3 ul
{
    color: #777777;}    

#col3 ul
{
    margin-left: 31px;}         

#col2 h2, #col3 h2
{
    font-size: 10pt;}
    
h3
{
    color: #777777;}   

.subtext h1, .subtext p
{
    text-align: left;
    width: 214px;
    color: #717e74;
}

.subtext h1      
{
    font-size: 10pt;
    margin: 13px 0 .5em;
}

.subtext p
{
    margin-bottom: 1em;
}

#col1 img
{
    margin: 0 18px 16px;
}

td 
{
	color: #5E6E66;
}




    

/* Footer 
=========*/
#footer
{
    background-color: #717e74;
    text-align: center;
    height: 23px;
	padding: 0px;
    padding-top: 7px;
	*padding-bottom: 5px;
}

#footer p
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
    color: #ffffff;}    

#footer p a
{
    color: #ffffff;
    text-decoration:none;}  

#footer p a:hover
{
    text-decoration:underline;}  


/* Specific Overriding Rules 
============================*/
.pic
{
    text-align:center;}

.pic img
{
    margin: 13px 0;        }

.v_sep  /* vertical separator */
{
    background-color: #dddddd;
    width: 1px;}



/* Design by LogoWorks
============================*/
div#lwdesign
{
	font-size: 7pt;
	margin: 5px 0px;
	color: #666666;
}

div#lwdesign a
{
	color: #666666;
}



/* Editor-Friendly Styles
============================*/
.greenHeading, 
#col1 p.greenHeading, 
#col2 p.greenHeading, 
#col3 p.greenHeading
{
	font-weight: normal;
	font-size: 26pt;
    color: #58923b;
}

.greenSub, 
#col1 p.greenSub,
#col2 p.greenSub,
#col3 p.greenSub
{
	font-weight: bold;
	font-size: 10pt;
    color: #58923b;
}

#subtable1
{
	border-bottom: 1px solid #dddddd;
	margin-bottom: 2px;
}
