/***** Background *****/

body
{
    _width: expression(document.body.clientWidth < 972? "970px" : "100%");
    min-width: 970px;
    min-height: 100.01%;
    font-size: 16px;
    line-height: 24px;
    background-image: url('/images/layout/body_bg.png');
    background-position: center top;
    background-color: #1d3854;
}

div.gradient
{
    height: 450px;
    position: relative;
    top: 0;
    z-index: 0;
    margin-bottom: -450px;
    background-image: url('/images/layout/body_gradient.png');
    background-position: center top;
    background-repeat: repeat-x;
}

/***** Wrapper *****/

table.wrapper
{
    height: 100%;
    width: 960px;
    position: relative;
    z-index: 2;
    min-height: 100%;
    margin: 0 Auto;
    background-image: url('/images/layout/content_bg.png');
    background-color: #F7FBFF;
    background-position: left top;
    background-repeat: repeat-y;
}

table.wrapper td.top
{
    vertical-align: top;
}

table.wrapper td.bottom
{
    vertical-align: bottom;
    background-image: url('/images/layout/footer_bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

/***** Header *****/

div.header
{
    width: 100%;
    height: 155px;
    background-image: url('/images/layout/header_bg.png');
    background-position: center top;
}

div.header img
{
    margin: 0;
    padding: 0;
}

div.header div
{
    float: left;
    margin: 10px 0 0 10px;
}

div.header div.logo
{
    width: 180px;
    height: 135px;
}

div.header img.ellsworth_info, div.header div.hollis_info
{
    width: 275px;
    height: 135px;
}

div.header div.icons
{
    width: 180px;
    height: 135px;
    background-image: url('/images/layout/icons_bg.png');
    background-repeat: no-repeat;
}

/***** Sidebar (Menu) *****/

div.sidebar
{
    float: left;
    width: 200px;
}

div.sidebar ul.menu
{
    width: 180px;
    margin: 0 10px;
}

div.sidebar ul.menu li
{
    width: 180px;
    height: 35px;
    _margin-bottom: -3px;                                       /***** IE 6 Bug *****/
    padding-bottom: 5px;
    background-position: top center;
    background-repeat: no-repeat;
}

div.sidebar ul.menu li.m_home
{
    background-image: url('/images/menu/off/home.png');
}

div.sidebar ul.menu li.m_about
{
    background-image: url('/images/menu/off/about.png');
}

div.sidebar ul.menu li.m_whatsnew
{
    background-image: url('/images/menu/off/whatsnew.png');
}

div.sidebar ul.menu li.m_videos
{
    background-image: url('/images/menu/off/videos.png');
}

div.sidebar ul.menu li.m_specials
{
    background-image: url('/images/menu/off/specials.png');
}

div.sidebar ul.menu li.m_floorplans
{
    background-image: url('/images/menu/off/floorplans.png');
}

div.sidebar ul.menu li.m_land
{
    background-image: url('/images/menu/off/land.png');
}

div.sidebar ul.menu li.m_spechomes
{
    background-image: url('/images/menu/off/spechomes.png');
}

div.sidebar ul.menu li.m_gallery
{
    background-image: url('/images/menu/off/gallery.png');
}

div.sidebar ul.menu li.m_ellsworth
{
    height: 50px;
    background-image: url('/images/menu/off/ellsworth.png');
}

div.sidebar ul.menu li.m_hollis
{
    height: 50px;
    background-image: url('/images/menu/off/hollis.png');
}

div.sidebar ul.menu li.m_options
{
    height: 50px;
    background-image: url('/images/menu/off/options.png');
}

div.sidebar ul.menu li.m_financing
{
    background-image: url('/images/menu/off/financing.png');
}

div.sidebar ul.menu li.m_testimonials
{
    background-image: url('/images/menu/off/testimonials.png');
}

div.sidebar ul.menu li.m_faq
{
    background-image: url('/images/menu/off/faq.png');
}

div.sidebar ul.menu li.m_contact
{
    background-image: url('/images/menu/off/contact.png');
}

div.sidebar ul.menu li.m_kbs
{
    height: 50px;
    background-image: url('/images/menu/off/kbs.png');
}

div.sidebar ul.menu li.m_keiser
{
    height: 50px;
    background-image: url('/images/menu/off/keiser.png');
}

div.sidebar ul.menu li.m_commodore
{
    height: 50px;
    background-image: url('/images/menu/off/commodore.png');
}

/***** Content Area *****/

div.content-top
{
    height: 10px;
    font-size: 0px;
    line-height: 0px;
    background-image: url('/images/layout/content_top.png');
    background-repeat: no-repeat;
    background-position: center top;
}

div.content
{
    float: right;
    width: 750px;
    margin-right: 10px;
}

div.content p
{
    font-size: 16px;
    line-height: 24px;
}

div.content ul, div.content ol
{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

div.content ol.numbers
{
}

div.content ol.numbers li
{
    list-style: decimal outside;
    margin-left: 50px;
}

div.content fieldset
{
    border: 1px solid #888888;
}

div.content fieldset legend
{
    margin-left: 10px;
}

div.content .red
{
    color: #DD0000;
}

div.content .nopadbottom
{
    padding-bottom: 0px;
}

/***** Footer *****/

div.footer
{
    padding: 15px 10px 17px 10px;
    text-align: center;
}

div.footer hr
{
    height: 0px;
    margin: 0 Auto 7px Auto;
    border-top: 1px solid #2A527A;
}

div.footer p
{
    margin: 0;
    padding: 0;
    color: #2A527A;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

div.footer a, div.footer a:visited
{
    color: #2A527A;
    text-decoration: none;
}

div.footer a:hover
{
    color: #A82A2A;
}

/***** Headlines *****/

div.content h1, div.content h2, div.content h3
{
    font-family: Times New Roman, Times, Serif;
    font-variant: small-caps;
    font-weight: bold;
    font-style: italic;
    color: #2A527A;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;    
}

div.content h1
{
    padding: 0 0 13px 0;
    font-size: 28px;
    line-height: 34px;
}

div.content h2
{
    padding: 0 0 13px 0;
    font-size: 23px;
    line-height: 29px;
}

div.content h3
{
    padding: 0 0 13px 0;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    font-variant: normal;
}

div.content hr
{
    height: 0;
    margin: 0 Auto 16px Auto;
    padding: 0;
    border-top: 1px solid #2A527A;
}

div.content a, div.content a:visited
{
    color: #FF0000;
}

div.content a:hover
{
    color: #0000FF;
}

/***** Photos and pictures. *****/

img.photo
{
    border: 1px solid #2A527A;
}

div.two_pics, div.three_pics
{
    text-align: center;
    margin-bottom: 10px;
}

div.two_pics img
{
    margin: 0 18px 0 0;
}

div.two_pics img.last
{
    margin-right: 0;
}

div.three_pics img
{
    margin: 0 8px 0 0;
}

div.three_pics img.last
{
    margin-right: 0;
}

div.photo_montage
{
    position: relative;
    width: 750px;
    height: 227px;
    margin: 0 Auto 16px Auto;
    padding: 0;
}

div.photo_montage div.one
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

div.photo_montage div.two
{
    position: absolute;
    top: 20px;
    left: 232px;
    z-index: 9;
}

div.photo_montage div.three
{
    position: absolute;
    top: 0px;
    left: 466px;
    z-index: 6;
}

div.right_montage
{
    position: relative;
    float: right;
    width: 220px;
    height: 560px;
    margin: 0 0 0 10px;
    padding: 0;
}

div.right_montage div
{
}

div.right_montage div.one
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

div.right_montage div.two
{
    position: absolute;
    top: 180px;
    left: 20px;
    z-index: 9;
}

div.right_montage div.three
{
    position: absolute;
    top: 360px;
    left: 0px;
    z-index: 6;
}

div.left_montage
{
    position: relative;
    float: left;
    width: 220px;
    height: 560px;
    margin: 0 10px 0 0;
    padding: 0;
}

div.left_montage div
{
}

div.left_montage div.one
{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

div.left_montage div.two
{
    position: absolute;
    top: 180px;
    left: 20px;
    z-index: 9;
}

div.left_montage div.three
{
    position: absolute;
    top: 360px;
    left: 0px;
    z-index: 6;
}

/***** Columns *****/

div.column
{
    float: left;
    margin-right: 10px;
}

div.last
{
    margin-right: 0px;
}

div.onethird
{
    width: 243px;
}

div.twothirds
{
    width: 497px;
}

div.onehalf
{
    width: 370px;
}

div.onequarter
{
    width: 180px;
}

.seperator
{
    float: none;
    clear: both;
}

/***** Location Info Pages *****/

img.widepano
{
    margin-bottom: 10px;
}

table.directory td
{
    padding-bottom: 10px;
}

p.address, p.phone
{
    text-align: center;
}

p.hours
{
    margin-bottom: 0;
    padding-bottom: 0;
}

table.regional_links td
{
    padding-bottom: 10px;
    color: #2A527A;
    text-align: center;
    vertical-align: top;
}

table.regional_links td img.photo
{
    margin-bottom: 5px;
}

table.regional_links td a, table.regional_links td a:visited
{
    color: #2A527A;
}

table.regional_links td a:hover
{
    color: #FF0000;
}

/***** What's New Page *****/

form#frmNewsletter fieldset
{
    width: 550px;
    margin: 0 Auto;
    border: 1px solid #2A527A;
    background-color: #FBFBFB;
    text-align: left;
}

form#frmNewsletter div
{
    padding: 5px 10px;
}

div.whatsnew_videos
{
    min-height: 200px;
    _height: 200px;
    margin-bottom: 1em;
    text-align: center;
}

div.whatsnew_videos div.youtube
{
    float: left;
    width: 240px;
    height: 200px;
    margin: 0 15px 0 0;
}

div.whatsnew_videos div.right
{
    margin-right: 0px;
}

form#frmNewsletter input.newsletter_field
{
    width: 520px;
}

/**** Floor Plans Page *****/

div.gallery_buttons
{
    clear: both;
    margin: 0 Auto;
    text-align: center;
}

div.gallery_buttons div.button
{
    float: left;
    width: 120px;
    margin: 0 2px 10px 2px;
    padding: 2px 2px;
    background-color: #2F5C8A;
    line-height: 26px;
    vertical-align: middle;
}

div.gallery_buttons div.button-fp
{
    float: left;
    width: 190px;
    margin: 0 2px 10px 2px;
    padding: 2px 2px;
    background-color: #2F5C8A;
    line-height: 26px;
    vertical-align: middle;
}

div.content div.gallery_buttons a, div.content div.div.gallery_buttons a:visited
{ 
    color: #FFFFFF; 
    font-weight: bold;
    text-decoration: none;
}

div.content div.gallery_buttons a:hover
{ 
    color: #FFFFFF;
}

div.gallery_buttons a:hover div.button, div.gallery_buttons a:hover div.button-fp
{
    background-color: #A82A2A;
}

/***** Interior and Exterior Options Page *****/

table.productlines td
{
    padding-bottom: 10px;
    color: #2A527A;
    text-align: center;
    vertical-align: top;
}

table.productlines td.decor
{
    vertical-align: middle;
}

table.productlines td img.photo
{
    margin-bottom: 5px;
}

table.productlines td a, table.productlines td a:visited
{
    color: #2A527A;
}

table.productlines td a:hover
{
    color: #FF0000;
}

/***** Financing Page *****/

table.financing td
{
    padding-bottom: 10px;
    color: #2A527A;
    text-align: center;
    vertical-align: top;
}

table.financing td img.photo
{
    margin-bottom: 5px;
}

table.financing td.decor
{
    vertical-align: middle;
}

table.financing td a, table.financing td a:visited
{
    color: #2A527A;
}

table.financing td a:hover
{
    color: #FF0000;
}

/***** Testimonials Page *****/

hr.testimonial_seperator, hr.faq_seperator
{
    width: 640px;
}

/***** Other Forms *****/

form#frmQuestion fieldset, form#frmContact fieldset, form#frmRateUs fieldset
{
    width: 550px;
    margin: 0 Auto;
    border: 1px solid #2A527A;
    background-color: #FBFBFB;
    text-align: left;
}

form#frmQuestion fieldset legend, form#frmContact fieldset legend, form#frmRateUs fieldset legend
{
    font-weight: bold;
}

form#frmQuestion div, form#frmContact div, form#frmRateUs div
{
    padding: 5px 10px;
}

form#frmQuestion input.question_field, form#frmContact input.contact_field, form#frmRateUs input.rateus_field
{
    width: 520px;
}

form#frmRateUs table tr td
{
    padding-bottom: 6px;
}

/***** Facebook link on the Contact Page *****/

td.facebook
{
    font-family: Times New Roman, Times, Serif;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #2A527A;
    letter-spacing: +1;
    line-height: 32px;
    vertical-align: middle;
}

/***** Customer Documents *****/

div.logout
{
}

div.logout a, div.logout a:visited
{
    display: block;
    float: right;
    padding: 7px 24px 8px 24px;
    margin: 0 0;
    background-color: #2F5C8A;
    border: 1px solid #1D3854;
    font-family: Cambria, Georgia, Times, 'Times New Roman', Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-variant: small-caps;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
}

div.logout a:hover
{
    background-color: #A72B2B;
    border: 1px solid #531516;
    color: #FFFFFF;
}

/*** Start of login related entries. ***/

div.login-form { width: 350px; margin: 0 Auto; border: 1px solid #1D3854; background-color: #F7FBFF; }
p.login-title { border-bottom: 1px solid #1D3854; padding: 5px 5px 5px 5px; font-weight: bold; color: #FFFFFF; background-color: #2F5C8A; text-align: center; }
p.login-fields { padding: 3px 0px 2px 0px; }
p.login-fields span { display: block; margin: 2px 5px 3px 5px; font-weight: bold; text-align: center; }
p.login-fields span input { width: 200px; height: 20px; padding: 2px 2px 2px 2px; border: 1px solid #404040; }
p.login-buttons { padding: 0px 5px 5px 5px; text-align: right; }

/*** End of login related entries. ***/

/*** Start of file listing classes. ***/

tr.header-row { background-color: #80A0BF; color: #FFFFFF; }
tr.header-row td { padding: 5px 5px; font-weight: bold; }
tr.odd-row { background-color: #CBDFF2; }
tr.odd-row td { padding: 5px 5px; }
tr.even-row { }
tr.even-row td { padding: 5px 5px; }

ul.whatever, ul.whatever li
{
    text-align: center;
}

/*** End of file listing classes. ***/

div.error
{
    margin: 5px 5px;
    padding: 10px 5px;
    text-align: center;
    color: #DD0000;
    font-weight: bold;
    font-style: italic;
    border: 1px solid #FF0000;    
    background-color: #fff2f2;
}

div#recaptcha_area table
{
    width: 100%;
    text-align: right;
    vertical-align: bottom;
}


