﻿/* 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;}

#page
{
    width: 800px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    text-align:left;
    border: solid 1px #777;
    }

#header
{
    position:relative;
    width: 100%;
    height: 75px;}

#tagline
{
    position: absolute;
    margin-left:66px;
    margin-top:48px;
    color: #58923b;
    font-size: 10pt;}

#siteID
{
    position: absolute;
    left: 329px;
    top:9px;
    }
    
/* Sitewide Navigation 
======================*/

#menu
{
    position: relative;
    width: 100%;
    background: transparent url(../images/bk_nav.gif) repeat-x;
    text-align: center;
    height: 33px;
}
    
#nav
{
    position: absolute;
    left: 94px;
    list-style:none;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    }    

#nav li
{
    float:left;
    padding: .7em 0;
    color: #fff;}

#nav a
{
    color: #fff;
    text-decoration: none;
    padding: 0 1em;
    }    


/* 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: #777;}    

#col3 ul
{
    margin-left: 31px;}         

#col2 h2, #col3 h2
{
    font-size: 10pt;}
    
h3
{
    color: #777;}   

.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;}

    

/* Footer 
=========*/
#footer
{
    background-color: #717e74;
    text-align: center;
    height: 25px;
    padding-top: 5px;}

#footer p
{
    color: #fff;}    

/* Specific Overriding Rules 
============================*/
.pic
{
    text-align:center;}

.pic img
{
    margin: 13px 0;        }

.v_sep  /* vertical separator */
{
    background-color: #ddd;
    width: 1px;}

