/*Colour scheme for new logo:
7eb900 light green
1e7437 dark green
105282 blue letters
*/

body
{
    font-family: Arial;
    background: url(images/body_bckg.jpg) repeat-x #4AB144;
}
/*#super_wrapper
{
    width: 1030px;
    text-align: left;
    margin-top:0;
    margin-bottom:0;
    margin-left:auto;
    margin-right:auto;
    padding: 0px;
}*/
#page_wrapper
{
    width: 1030px;
    text-align: left;
    margin-top:0;
    margin-bottom:0;
    margin-left:auto;
    margin-right:auto;
}
h1
{
    padding: 0px;
    font-size: 130%;
    color: #000;
    background-color: #DEFEB5;
    font-weight: bold;
    margin: 10px 0;
}
/*  h1 span { background:#DEFEB5; padding:0px 10px 0px 0px;}  */
h2
{
    font-size: 110%;
    font-weight: bold;
    color:#000;
    margin: 15px 0 10px;  
}
h3
{
    /*font-weight: bold;*/
    color: #000;
    font-size: 110%;
    margin:15px 0 10px;
}
h4
{
    font-weight: bold;
    color: #000;
    font-size: 18px;
    text-decoration: underline;
}
h5
{
    font-weight: 600;
    color: #000;
    font-size: 16px;
    font-style: italic;
    letter-spacing: .2em;
}
p
{
    margin: 0 0 10px;
    background: #DEFEB5;
}

#dnn_ContentPane a
{
    text-decoration: underline;
    font-size: 1.05em;
    font-weight: bold;
    color: darkblue;
}
#dnn_ContentPane a:hover
{
    text-decoration: none;
}
#addresswrapper
{
    background-color: #c1ff7e;
    margin-left: 2.5em;
    margin-right: 8em;
    margin-top: 1em;
}
#address
{
    padding-left: 1em;
    font-family: Tahoma;
    font-size: 1em;
}

#topbanner
{
    width: 1030px;
    height: 152px;
}

#topbanner .bannerText
{
    color: #f6f5a5;
    font-size: 2em;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
    padding-top:35px
}

#menu
{
    height:1em;
    margin:0 12em;
    padding:.5em 0;
    width: 1030px;
}
#menu ul
{
    margin: 0;
    padding: 0;
}
#menu ul li
{
    display: inline-block;
    float: left;
    width: 104px;
    list-style: none;
    text-align: left;
}
#menu a
{
    display: block;
    float: left;
    width: 104px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}
#menu a:hover
{
    color: #68d3ed;
}

#content
{
    position: absolute:clear:both;
    background-color: #2E632B;
    width: 1030px;
    z-index: 1;
    float: left;
}
#content_top
{
    /*position: relative;*/
    height: 30px;
    z-index: 2;
    background: url(images/contenttopwholewide1.jpg) no-repeat;
}
#content_bottom
{
    clear: both;
    height: 20px;
    background: url(images/basebottomfullwide1.jpg) no-repeat;
}

#text
{
    position: relative;
    background-color: #DEFEB5;
    margin-left: 9px;
    vertical-align: top;
    width: 820px;
    float: left;
}

.Normal
{
    font-family: Arial;
    font-size: 1.01em;
}

#text ul li h3
{
    margin-top: 1.5em;
    margin-bottom: -.001em; /*  this sets the bullet points in the text body so that the next line down is associated with the H3 type rather than on the next line down.  */
}



#text ul li
{
    list-style-type: disc;
    margin-top: .7em;
}

#text_top
{
    height: 20px;
    background: url(images/content_top.jpg) repeat-x;
}

#text_bottom
{
    float: left;
    height: 20px;
    background: url(images/text_bottom_wholewide1.jpg);
    width: 100%;
}


#text_body
{
    padding: 10px;
}

#footer
{
    background: url(images/footer_bckg.jpg) #4AB144;
    height: 74px;
    clear: both;
    width: 1030px;
}
#left_footer
{
    position: relative;
    float: left;
    padding: 30px 0 0 30px;
    color: #fff;
    font-size: 12px;
}
#left_footer a
{
    color: #fff;
}
#left_footer a:hover
{
    text-decoration: none;
}
#right_footer
{
    float: right;
    padding: 30px 30px 0 0;
    color: #c0c0c0;
    font-size: 12px;
    text-align: right;
}
#right_footer a
{
    color: #c0c0c0;
}
#right_footer a:hover
{
    text-decoration: none;
}

#sidebar
{
    position: relative;
    width: 184px;
    margin-left: 0;
    z-index: 98;
    float: left;
}

#content_body
{
    padding-left:7px;
}
#sidebar p
{
    background-color: #fff;
    z-index: 97;
}
#dnn_sidebar_body
{
    background-color: #F4F07F;
    height: 40em;
    padding-top:10px;
    padding-left:10px;
}
#sidebar_bottom
{
    height: 23px;
    background: url(images/navbar_bottom.jpg) no-repeat;
}
/*   #sidebar a:link {color:#000; font-size:16px; text-decoration: none; font-weight:bold; color:green;}   */
#sidebar h1
{
    color: #0676bd;
    font-size: 12px;
    font-weight: bold;
    background-color: #d0d0d0;
}

#content
{
    margin-left: 0em; /* this sets the whole block beneath the banner  */
    font-family: Arial;
}



/*   *******************  Linked Lists ***************************** */
/*  when you have a bunch of hyperlinks in a list and want a consistent look, put them in a container and give the container an ID of "linklist"  */
/*  This puts a round black bullet in front of each item in the unordered list and provides black, bold faced, and slightly larger font for the hyperlink texts.*/

#linklist ul li
{
    list-style-type: disc;
    color: darkgrey;
}

#linklist a
{
    font-size: 1.0em;
    font-weight: 600;
}

.headerrow
{
    background-color: #FEE95C;
}
.typerow
{
    background-color: #FFFF99;
}
#oiltbl
{
    background-color: #DBF6F3;
}
#tbltitle
{
    font-size: 1.4em;
    font-weight: bold;
}

#oilseed a, #library a, #boldlink a
{
    font-size: 1.0em;
    font-weight: bold;
    color: darkblue;
}

.addbullet ul li
{
    list-style-type: disc;
}
#NoBulletBlock ul li
{
    list-style-type: none;
}

/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Vertical Menu */
ul#houseMenuV
{
    margin: 0;
    padding: 0;
}
#houseMenuV ul
{
    /* all lists */
    margin: 0;
    padding: 0;
    /*border: solid 1px #999;*/
    list-style-type: none;
    list-style: none;
    float: left;
    width:170px;/* some older browser (MacIE5 use the first value they come to instead of the last)*/
    width: 164px;
    _width:162px;/*IE6 used this one*/
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    /*font-size: 11px;*/
    background: transparent;
}

#houseMenuV li
{
    /* all list items */
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    list-style: none;
    position: relative;
    float: left;
    width: 170px; /* hack for MacIE5 to ignore, while other browsers use \*/
    width: 164px;
    _width: 162px; /* width recognized by IE only to handle box model issues */ /* end hack */
    line-height: 18px;
}

#houseMenuV li ul
{
    /* second-level lists */
    position: absolute;
    left: -9999px;
    margin-left: 164px;
    _margin-left: 162px;
    margin-top: -26px;
    /*border: solid 1px #999;*/
    /*z-index: 999;*/
}

#houseMenuV li#houseMenuVItem97 ul
{
    margin-top:-44px;
}

#houseMenuV li ul ul
{
    /* third-and-above-level lists */
    left: -9999px;
    /*z-index: 999;*/
}

#houseMenuV a
{
    display: block;
    width: 162px; /* hack for MacIE5 to ignore, while other browsers use \*/
    width: 156px;
    /*_width: 100%; /* width recognized by IE only to handle box model issues */ /* end hack */
    _width: 154px; /* width recognized by IE only to handle box model issues */ /* end hack */
    color: #2e632b;
    font-weight: bold;
    text-decoration: none;
    background-color: #f4f07f;
    /*padding: 1px 4px 2px 4px;*/
    padding:4px;
    /*opacity: .9;*/
    /*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
}

/*#houseMenuV li a:hover*/
#houseMenuV li:hover
{
    color: white;
    background-color: #2e632b;
}

#houseMenuV li:hover ul ul, #houseMenuV li:hover ul ul ul, #houseMenuV li.sfhover ul ul, #houseMenuV li.sfhover ul ul ul
{
    left: -9999px;
}

#houseMenuV li:hover ul, #houseMenuV li li:hover ul, #houseMenuV li li li:hover ul, #houseMenuV li.sfhover ul, #houseMenuV li li.sfhover ul, #houseMenuV li li li.sfhover ul
{
    /* lists nested under hovered list items */
    left: auto;
    z-index: 999;
    visibility:visible;
}

#houseMenuV li:hover a, #houseMenuV li.sfhover a
{
    background-color:#a5db92;
    padding:3px,0;
    /*z-index: 999;*/
}

#houseMenuV li:hover a:hover, #houseMenuV li.sfhover a:hover
{
    color: white;
    background-color: #2e632b;
}

#houseMenuV iframe
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
    display: block;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuVParentItem a
{
    /* all links under the parent item (li) */
    color: #eeeeee;
    background-color: #666;
    text-decoration: none;
}

a#houseMenuVParentLink
{
    /* parent link itself */
    color: #eeeeee;
    background-color: #333;
    text-decoration: none;
}

a#houseMenuVCurrentLink
{
    /* current link itself */
    color: #ffffff;
    background-color: #2e632b;
    text-decoration: none;
}

