/***** Body stuff *****/

body
{
    min-width: 970px;
    min-height: 100.01%;
    background-image: url('/images/layout/body_bg.jpg');
    background-position: center top;
    background-color: #416BBF;
}

/***** 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: #1D3C77;
    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;
    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_excavation
{
    height: 55px;
    background-image: url('/images/menu/off/excavation.jpg');
}

div.sidebar ul.menu li.m_hardscaping
{
    background-image: url('/images/menu/off/hardscaping.jpg');
}

div.sidebar ul.menu li.m_contact
{
    background-image: url('/images/menu/off/contact.jpg');
}

/***** Expanding Menus on the Sidebar *****/

div.expando
{
    width: 200px;
    height: auto;
    margin-bottom: 0px;
    background-image: url('/images/menu/gallery_bg.jpg');
    background-position: center top;
    background-repeat: repeat-y;
}

div.expando div.exptop
{
    height: 35px;
    background-image: url('/images/menu/gallery_top.jpg');
}

div.expando div.expbottom
{
    height: 16px;
    background-image: url('/images/menu/gallery_bottom.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
}

div.expando div.expcontent ul
{
    margin: 0px;
    padding: 2px 25px;
    list-style: none;
    background-image: url('/images/menu/gallery_bg.jpg');
    background-position: center top;
    background-repeat: repeat-y;
}

div.expando ul li
{
    /* min-height: 20px; */
    height: auto;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Georgia, Times, 'Times New Roman', Serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    font-style: italic;
    border: none;
}

div.expando ul li a, div.expando ul li a:visited
{
    color: #1F6642;
    text-decoration: none;
}

div.expando ul li a:hover
{
    color: #DD0000;
    text-decoration: none;
}

div.sidebar div.inv_specials
{
    margin-top: 12px;
}

div.sidebar div.inv_specials div.inv_specials_title
{
    margin-bottom: 8px;
    font-family: Cambria, Georgia, Times, 'Times New Roman', Serif;
    font-size: 18px;
    line-height: 24px;
    color: #FAFA7D;
    font-weight: bold;
    font-style: italic; 
    font-variant: small-caps;
    text-align: center;
}

/***** 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 *****/
    color: #000000;
    line-height: 1.42em;
}

div.content div.section
{
    clear: both;
    overflow: auto;
}

div.content td
{
    color: #000000;
}

div.content td p
{
    color: #000000;
    line-height: 24px;
}

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: #1F6642;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;   
}

div.content h1
{
    margin: 0 0 16px 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: 24px;
}

div.content .nobottom
{
    margin-bottom: 0;
}

div.content a, div.content a:visited
{
    font-weight: bold;
    color: #FF0000;
}

div.content a:hover
{
    color: #236650;
}

div.content ul
{
    margin-bottom: 16px;
}

div.content ul li
{
    margin-left: 28px;
    list-style: disc outside;
    vertical-align: middle;
}

div.content td li
{
    color: #000000;
    line-height: 24px;
}

div.content ul.sub-list-1
{
    margin-top: 8px;
    margin-bottom: 8px;
}

div.content ul.sub-list-1 li
{
    list-style-type: circle;
}

/***** Bottom & Footer *****/

div.footer
{
    float: right;
    width: 720px;
    margin: 0px 20px 0px 0px;
    padding: 4px 0 6px 0;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    border-top: 1px solid #000000;
    color: #000000;
}

div.footer p
{
    width: 750px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div.footer p.first
{
    border-top: 1px solid #000000;
    padding-top: 8px;
    line-height: 150%
}

div.footer a, a:visited
{
    color: #000000;
}

div.footer a:hover
{
    color: #FF0000;
    text-decoration: underline;
}

/***** Captions *****/

div.content span.caption
{
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    font-style: italic;
    color: #000000;
}

/***** Photos and Such (includes .pic for backwards compatibility) *****/

div.content .photo, div.content .pic
{
    border: 1px solid #000000;
}

/***** Contact Page *****/

div.contact_info
{
    float: left;
    width: 352px;
}

div.contact_form
{
    float: right;
    width: 350px;
    border: 1px solid #203080;
    background-color: #F8F8F8;
    text-align: center;
}

form#frmContact fieldset
{
    width: 348px;
    margin: 0 Auto;
    padding: 0;
    text-align: left;
}

form#frmContact label
{
    font-size: 12px;
    font-weight: bold;
}

form#frmContact div
{
    padding: 5px 10px;
}


form#frmContact div.error
{
	margin: 1em;
}

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: 45px;
}

form#frmContact input.contact_zip
{
    width: 80px;
}

form#frmContact div.recaptcha div
{
	padding: 0;
}

form#frmContact div.recaptcha
{
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
}

#recaptcha_area
{
	margin: 0 auto;
}
