/***** *****/

body
{
    _width: expression(document.body.clientWidth < 972? "970px" : "100%");
    min-width: 970px;
    min-height: 100.01%;
    background-image: url('/images/layout/body_bg.jpg');
    background-position: center top;
    background-color: #285999;
}

/***** Layout *****/

div.gradient
{
    height: 512px;
    position: relative;
    top: 0;
    z-index: 0;
    margin-bottom: -512px;
    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;
    background-image: url('/images/layout/content_bg.jpg');
    background-color: #f2f2f2;
    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;
}

body.boss div.header { background-image: url('/images/layout/header-boss.jpg'); }
body.mcp div.header { background-image: url('/images/layout/header-mcp.jpg'); }
body.contact div.header { background-image: url('/images/layout/header-contact.jpg'); }

/***** 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_cleaning
{
    background-image: url('/images/menu/off/cleaning.jpg');
}

div.sidebar ul.menu li.m_specialty
{
    background-image: url('/images/menu/off/specialty.jpg');
}

div.sidebar ul.menu li.m_gallery
{
    background-image: url('/images/menu/off/gallery.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
{
    font-family: Times New Roman, Times, Serif;
    font-weight: bold;
    font-style: italic;
    color: #7d0a0a;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: center;    
}

div.content h1
{
    padding: 0 0 16px 0;
    font-size: 28px;
    line-height: 34px;
}

div.content h2
{
    padding: 0 0 16px 0;
    font-size: 22px;
    line-height: 28px;
}

div.content h3
{
    padding: 0 0 16px 0;
    font-size: 18px;
    line-height: 22px;
}

body.ccc div.content strong { color: #7D0B0B; }

body.mcp div.content h1, body.mcp div.content h2, body.mcp div.content h3
{
	color: #6c89b2;
}

body.boss div.content h1
{
	color: #000;
	font-size: 3em;
	line-height: 1.0em;
}

body.boss div.content h2, body.boss div.content h3
{
	color: #399684;
}

body.boss strong
{
	color: #399684;
}


div.content a, div.content a:visited
{
    color: #77713c;
    text-decoration: none;
}

div.content a:hover
{
    color: #1F477A;
}

body.ccc a { color: #7D0B0B; }
body.mcp a { color: #7D0B0B; }

div.content ul
{
    margin-bottom: 1em;
}

div.content ul li
{
    margin-left: 40px;
    list-style: disc outside;
    vertical-align: middle;
}

div.content div.caption
{
	font-size: .75em;
	line-height: 1.25em;
}

div.caption .photo
{
	margin-bottom: 4px;
}

body.boss div.content div.caption
{
	color: #399684;
}

div.location
{
	clear: both;
	padding-top: .5em;
	line-height: 1.5em;
}

/***** 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 #663800;
}

div.footer p
{
    width: 750px;
    margin: 0px Auto;
    padding-bottom: 4px;
}

div.footer p.first
{
    border-top: 1px solid #888888;
    padding-top: 8px;
    line-height: 150%
}

div.footer a, a:visited
{
    color: #000000;
}

div.footer a:hover
{
    color: #4d1709;
    text-decoration: underline;
}

.half
{
	width: 350px;
}

div.contact h3
{
	text-align: left;
}

div.contact p
{
	padding-left: 1em; padding-right: 1em;
}

/***** The Contact Page *****/

div.content div.boxed
{
    background: #ffffdd;
    border: 1px dotted #142C4D;
    width: 40%;
    padding: .5em;
}

div.boxed h3
{
	margin: 0;
	padding-bottom: .5em;
}

div.boxed p
{
	margin: 0;
	padding-bottom: .5em; 
}