/***** *****/

body
{
    _width: expression(document.body.clientWidth < 972? "970px" : "100%");
    min-width: 970px;
    min-height: 100.01%;
    _padding-bottom: 10px;
    background-image: url('/images/layout/body_bg.jpg');
    background-position: center top;
    background-color: #CCCCCC;
}

/***** Layout *****/

div.gradient
{
    height: 512px;
    position: relative;
    top: 0;
    z-index: 0;
    margin-bottom: -502px;
    background-image: url('/images/layout/body_gradient.jpg');
    background-position: center top;
    background-repeat: repeat-x;
}

table.wrapper
{
    height: 100%;
    width: 960px;
    position: relative;
    z-index: 2;
    min-height: 100%;
    margin: 0 Auto 10px Auto;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-image: url('/images/layout/content_bg.jpg');
    background-color: #FFFFFF;
    background-position: left top;
    background-repeat: repeat-y;
}

table.wrapper td.top
{
    vertical-align: top;
}

table.wrapper td.bottom
{
    vertical-align: bottom;
}

/***** Header *****/

div.header
{
    width: 100%;
    height: 140px;
    background-image: url('/images/layout/header.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

/***** Sidebar *****/

div.sidebar
{
    float: left;
    width: 200px;
    min-height: 310px;
    _height: 310px;
    _margin-right: -3px;                                        /***** IE 6 Bug *****/
    background-image: url('/images/menu/menu_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

div.sidebar ul.menu
{
    margin-top: 13px;
}

div.sidebar ul.menu li
{
    height: 35px;
    background-position: top center;
    background-repeat: no-repeat;
    _margin-bottom: -3px;                                       /***** IE 6 Bug *****/
}

div.sidebar ul.menu li.m_home
{
    background-image: url('/images/menu/off/home.jpg');
}

div.sidebar ul.menu li.m_calculate
{
    background-image: url('/images/menu/off/calculate.jpg');
}

div.sidebar ul.menu li.m_landfill
{
    background-image: url('/images/menu/off/landfill.jpg');
}

div.sidebar ul.menu li.m_composting
{
    background-image: url('/images/menu/off/composting.jpg');
}

div.sidebar ul.menu li.m_faq
{
    background-image: url('/images/menu/off/faq.jpg');
}

div.sidebar ul.menu li.m_clients
{
    background-image: url('/images/menu/off/clients.jpg');
}

div.sidebar ul.menu li.m_links
{
    background-image: url('/images/menu/off/links.jpg');
}

div.sidebar ul.menu li.m_contact
{
    background-image: url('/images/menu/off/contact.jpg');
}

/***** The phone strip. *****/

div.strip
{
    height: 36px;
}

/***** Content *****/

div.content
{
    float: right;
    width: 720px;
    margin: 5px 20px 16px;
    min-height: 400px;                                       /***** footer overlap sidebar fix *****/
    _height: 400px;
    line-height: 1.42em;
}

div.content h1, div.content h2, div.content h3
{
    padding: 0;
    margin: 0;
    font-family: Cambria, Georgia, Times, 'Times New Roman', Serif;
    font-weight: bold;
    font-style: italic;
    color: #236650;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;    
}

div.content h1
{
    margin: 0 0 12px 0;
    font-size: 28px;
    line-height: 34px;
}

div.content h2
{
    margin: 0 0 16px 0;
    font-size: 22px;
    line-height: 28px;
}

div.content h3
{
    margin: 0 0 16px 0;
    font-size: 18px;
    line-height: 22px;
}

div.content a, div.content a:visited
{
    color: #DD0000;
    text-decoration: none;
}

div.content a:hover
{
    color: #0000FF;
}

div.content a img, div.content a:visited img, div.content a:hover img
{
    border: 1px solid #000000;
}

div.content ul
{
    margin-bottom: 1em;
}

div.content ul li
{
    margin-left: 40px;
    list-style: disc outside;
    vertical-align: middle;
}

/***** Bottom & Footer *****/

div.footer
{
    margin: 0 20px 0 220px;
    padding: 4px 0 6px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border-top: 1px solid #236650;
}

div.footer p
{
    width: 750px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div.footer p.first
{
    border-top: 1px solid #236650;
    padding-top: 8px;
    line-height: 150%
}

div.footer a, a:visited
{
    color: #000000;
}

div.footer a:hover
{
    color: #236650;
    text-decoration: underline;
}

/***** Half Width Columns *****/

div.content div.half
{
    float: left;
    width: 360px;
}

div.content div.half p
{
    padding-right: 20px;
}

/***** Captions *****/

div.content span.caption
{
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    line-height: 16px;
    color: #404040;
}

/***** Photo Montage (Horizontal - Three Pictures) *****/

div.photo_montage
{
    width: 720px;
    height: 227px;
    margin: 0 0 8px 0;
    padding: 0;
}

div.photo_montage div
{
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}

div.photo_montage div.one
{
    top: 0;
    left: 0;
    z-index: 3;
}

div.photo_montage div.two
{
    top: 20;
    left: -30;
    z-index: 9;
}

div.photo_montage div.three
{
    top: -197;
    left: 464;
    z-index: 6;
    margin-bottom: -207px;
}

/***** Photo Montage (Horizontal - Two Pictures) *****/

div.photo_montage2
{
    width: 720px;
    height: 227px;
    margin: 0 0 16px 0;
    padding: 0;
}

div.photo_montage2 div
{
    float: left;
    margin: 0;
    padding: 0;
}

div.photo_montage2 div.one
{
    margin-right: 16px;
}

/***** References page. *****/

div.references h2
{
    clear: both;
    height: 36px;
    padding-left: 8px;
    color: #FFFFFF;
    background-color: #236650;
    text-align: left;
    line-height: 36px;
    vertical-align: middle;
}

/***** Product info pages. *****/

div.product_info h2
{
    clear: both;
    height: 36px;
    padding-left: 8px;
    color: #FFFFFF;
    background-color: #236650;
    text-align: left;
    line-height: 36px;
    vertical-align: middle;
}

div.product_info h3
{
    text-align: left;
}

/***** FAQ Page *****/

p.question
{
    font-weight: bold;
}

/***** Contact Page *****/

div.contact_form
{
    float: right;
    width: 350px;
    margin-left: 20px;
    border: 1px solid #404040;
    background-color: #F8F8F8;
    text-align: center;
}

form#frmContact fieldset
{
    width: 348px;
    margin: 0 Auto;
    text-align: left;
}

form#frmContact label
{
    font-size: 12px;
    font-weight: bold;
}

form#frmContact div
{
    padding: 5px 10px;
}

form#frmContact input.contact_field, form#frmContact textarea.contact_field
{
    width: 320px;
}

form#frmContact input.contact_city
{
    width: 140px;
}

form#frmContact input.contact_state
{
    width: 60px;
}

form#frmContact input.contact_zip
{
    width: 80px;
}

/***** Cost Calculator *****/

form#frmCalculate
{
}

form#frmCalculate fieldset legend
{
    padding: 0 6px;
    font-weight: bold;
}

form#frmCalculate fieldset
{
    margin: 0 Auto;
    padding: 8px 8px;
    border: 1px solid #CCCCCC;
}

form#frmCalculate table td
{
    padding-bottom: 5px;
}

form#frmCalculate table td.text-right
{
    padding-right: 12px;
}

form#frmCalculate fieldset hr
{
    height: 0;
    border-top: 1px solid #CCCCCC;
}

form#frmCalculate input
{
    padding: 2px 2px;
}

form#frmCalculate span#txtDailyCost, form#frmCalculate span#txtAirspaceCost, form#frmCalculate span#txtRevenueLost
{
    font-weight: bold;
}