/***** Body stuff *****/

body
{
    min-width: 970px;
    min-height: 100.01%;
    background-image: url('/images/layout/body_bg.jpg');
    background-position: center top;
    background-color: #208020;
}

/***** 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: 0px 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: 150px;
    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;
    margin-bottom: 181px;
    padding-top: 13px;
    background-image: url('/images/menu/menu_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
}

div.sidebar a, div.sidebar a:visited, div.sidebar a:hover
{
    border: none;
    text-decoration: none;
}

div.sidebar ul.menu
{
    margin: 0;
    padding: 0;
    list-style: none;
}

div.sidebar ul.menu li
{
    height: 35px;
    margin: 0;
    padding: 0;
    background-position: top center;
    background-repeat: no-repeat;
}

div.sidebar ul.menu li.m_home
{
    background-image: url('/images/menu/off/home.jpg');
}

div.sidebar ul.menu li.m_builder
{
    background-image: url('/images/menu/off/builder.jpg');
}

div.sidebar ul.menu li.m_homes
{
    background-image: url('/images/menu/off/homes.jpg');
}

div.sidebar ul.menu li.m_contact
{
    background-image: url('/images/menu/off/contact.jpg');
}

div.sidebar div.logos
{
    padding-top: 35px;
    text-align: center;
}

div.sidebar div.logo img
{
    margin-bottom: 8px;
}

/***** 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 *****/
    line-height: 1.42em;
}

div.content h1, div.content h2, div.content h3
{
    padding: 0;
    margin: 0;
    font-family: Georgia, Times, 'Times New Roman', Serif;
    font-weight: bold;
    font-style: italic;
    color: #DD0000;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;    
}

div.content h1
{
    margin: 0 0 12px 0;
    font-size: 24px;
    line-height: 34px;
}

div.content h2
{
    margin: 0 0 16px 0;
    font-size: 20px;
    line-height: 28px;
}

div.content h3
{
    margin: 0 0 16px 0;
    font-size: 16px;
    line-height: 22px;
}

div.content a, div.content a:visited
{
    color: #DD0000;
}

div.content a:hover
{
    color: #0000DD;
}

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: 0px 20px 0px 220px;
    padding: 4px 0 6px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border-top: 1px solid #DD0000;
    color: #DD0000;
}

div.footer p
{
    width: 750px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div.footer p.first
{
    border-top: 1px solid #DD0000;
    padding-top: 8px;
    line-height: 150%
}

div.footer a, a:visited
{
    color: #DD0000;
}

div.footer a:hover
{
    color: #DD0000;
    text-decoration: underline;
}

/***** Captions *****/

div.content span.caption
{
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
    color: #404040;
}

/***** Photos and Such *****/

div.content .photo
{
    border: 1px solid #DD0000;
}

/***** Home Gallery *****/

div.features h3
{
    text-align: left;
}

/***** Builders Page *****/

table.construction_gallery
{
    margin-bottom: 16px;
}

table.construction_gallery td
{
    padding-bottom: 12px;
}

/***** Paypal Links *****/

div.pp_options
{
    text-align: center;
    margin-bottom: 12px;
}

div.pp_button
{
    text-align: center;
    margin-bottom: 16px;
}

div.pp_options select
{
    font-weight: bold;
}

div.pp_options input
{
    font-weight: bold;
}

div.pp_options td.text-left
{
    padding-left: 10px;
}