﻿body
{
    margin: 20px 0px;
    padding: 0px;
    background-image: url(../_images/background.jpg);
    background-repeat: repeat;
}

#skip_nav
{
    display: none;
}
.cleanclear
{
    clear: both;
}
.greenborder
{
    border: solid 1px #5BBB50;
}
.imageleft
{
    float: left;
    padding-right: 6px;
}
.imageright
{
    float: right;
    padding-left: 6px;
}
.formatlist
{
    list-style-image: url(../../images/bullet.gif);
}

/*-------------------------------------
Page Wrapper
-------------------------------------*/
#page_wrapper
{
    margin: 0px auto;
    width: 790px;
}
/*-------------------------------------
Page Border Top
-------------------------------------*/
#page_border_top
{
    width: 790px;
    height: 10px;
    background-image: url(../_images/bordertop.jpg);
    overflow: hidden;
}
/*-------------------------------------
Page Holder
-------------------------------------*/
#page_holder
{
    width: 790px;
    background-image: url(../_images/holderbackground.jpg);
}
/*-------------------------------------
Page Header
-------------------------------------*/
#page_header
{
    margin: 0px 11px;
    width: 768px;
    height: 202px;
    background-image: url(../_images/header.jpg);
}
/*-------------------------------------
Page Menu
-------------------------------------*/
#page_menu
{
    margin: 0px 11px;
    width: 768px;
    background-image: url(../_images/menubackground.jpg);
    background-repeat: repeat;
    text-align: center;
    font-family: Arial, Verdana;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}
#page_menu a
{
    text-decoration: none;
    color: #FFFFFF;
}
#page_menu a:hover
{
    text-decoration: underline;
}
#page_menu ul
{
    list-style: none;
    margin: 0px;
    padding: 5px 0px;
}
#page_menu li
{
    display: inline;
}
/*-------------------------------------
Page Content
-------------------------------------*/
#page_content
{
    margin: 0px 11px;
    padding: 10px;
    width: 748px;
    background-color: #BEE3B9;
    background-image: url(../_images/contentbackground.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #015E9B;
}
#page_content a
{
    color: #015E9B;
    font-weight: bold;
}
/*-------------------------------------
Forms
-------------------------------------*/
#form_holder
{
    width: 748px;
    margin: auto;
}
#form_holder label
{
    width: 280px;
    float: left;
    text-align: right;
    display: block;
    margin: 5px 5px 5px 0px;
    font-weight: bold;
}
#form_holder input
{
    width: 180px;
    margin: 5px 5px 5px 0px;
    border: solid 1px #5BBB50;
    background-color: Transparent;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #015E9B;
}
#form_holder textarea
{
    width: 200px;
    height: 100px;
    margin: 5px 5px 5px 0px;
    border: solid 1px #5BBB50;
    background-color: Transparent;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #015E9B;
}
#form_controls
{
    width: 748px;
    margin: 20px auto 30px auto;
    text-align: center;
}
#form_controls input
{
    background-color: #D7E3A7;
    border: solid 1px #5BBB50;
    background-color: Transparent;
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #015E9B;
}
#form_status
{
    width: 748px;
    margin: auto;
    text-align: center;
    font-weight: bold;
}
#interestsoptions
{
    display: block;
    width: 240px;
    margin: 5px auto;
    padding: 5px 0px;
    border: solid 1px #5BBB50;
}
#interestsoptions legend
{
    font-family: Arial, Verdana;
    font-size: 12px;
    color: #015E9B;
    font-weight: bold;
}
#interestsoptions label
{
    width: 190px;
    float: left;
    text-align: right;
    display: block;
    font-weight: bold;
}
#interestsoptions input
{
    width: 20px;
    float: left;
    text-align: right;
    display: block;
}
/*-------------------------------------
Page Border Bottom
-------------------------------------*/
#page_border_bottom
{
    width: 790px;
    height: 10px;
    background-image: url(../_images/borderbottom.jpg);
    overflow: hidden;
}
/*-------------------------------------
Page Footers
-------------------------------------*/
#page_footer_habitat
{
    float: left;
    width: 384px;
    padding-left: 11px;
    font-family: Arial, Verdana;
    font-size: 10px;
    color: #999999;
}
#page_footer_habitat a
{
    color: #999999;
}
#page_footer_ces
{
    float: right;
    width: 384px;
    padding-right: 11px;
    text-align: right;
}
#page_footer_ces img
{
    border-width: 0px;
}