html, body
{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    behavior: url(/App_Themes/CSSHover.htc);
    font-size: 100%;
    background-image: url(/Images/Background.jpg);
    background-repeat: repeat;
}
h1
{
    font-family: Verdana;
    font-size: 11pt;
    font-weight: bold;
    color: black;
}

#AwardsAndLogos
{
	text-align: center;
}
#CenterContent
{
    left: 0px;
    top: 113px;
    position: absolute;
}
#ContentLayoutTable td
{
    vertical-align: top;
}
#ContentTable
{
    width: 800px;
}
#ContactInfo
{
    left: 610px;
    top: 20px;
    position: absolute;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
    color: #fff;
    text-align: right;
    line-height: 20px;
}
#ContactInfo a, #ContactInfo a:visited, #ContactInfo a:active
{
    text-decoration: none;
    color: #fff;
}
#ContactInfo a:hover
{
    text-decoration: underline;
    color: #fff;
}
#ContactInfoBlock
{
	top: 50px;
	left: 40px;
	position: relative;
	margin-bottom: 100px;
}
#Header
{
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
}
#Header img
{
    border-style: none;
}
#Footer
{
    margin-bottom: 75px;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
}
#Footer a, #Footer a:visited, #Footer a:active
{
    font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: Black;
}
#Footer a:hover
{
    text-decoration: none;
	color: Black;
}
#Footer table
{
   text-align: center;
}
#FreeEstimate 
{
    left: 590px;
    top: 130px;
    position: absolute;
}
#FreeEstimate img
{
    border-style: none;
}
#PhotoGallery
{
	font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
}
#SlideShow 
{
    margin-top: 50px;
    margin-left: 30px;
}

.ContentArea
{
    margin-top: 40px;
    margin-bottom: 50px;
    font-family: Verdana;
    font-size: 9pt;
    color: Black;
}
.ContentArea a, .ContentArea a:visited, .ContentArea a:active
{
    text-decoration: underline;
    color: #000;
}
.ContentArea a:hover
{
    text-decoration: none;
    color: #000;
}
.ContentCell
{
    width: 700px;
}
.ErrorMessage 
{
	color: Red;
	font-weight: bold;
	font-size: 9pt;
}
.HeaderLogo
{
    width: 244px;
}
.HeaderGradient
{
    width: 99%;
    background-image: url(/Images/HeaderBackground.jpg);
    text-align: left;
}
.LeftGutter
{
    width: 100px;
}
.PhotosPager
{
	text-align: center;
}

/* --- Menu Styles --- */
#MenuContainer
{
    top: 75px;
    left: 400px;
    position: absolute;
}
#menu
{
    width: 100%;
    float: left;
}
#menu a
{
    font: bold 11px/16px verdana;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
    margin: 0;
    padding: 1px 8px 1px 8px;
    color: #000;
    background: #efefef;
    text-decoration: none;
}
#menu a:hover
{
    color: #000;
    background: #fff;
}
#menu a:visited
{
    color: #000;
}
#menu a:active
{
    color: red;
    background: #ccc;
}
#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 25em;
}
#menu ul ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 6em;
}
#menu li
{
    position: relative;    
}
#menu ul li
{
    float: left;
}
#menu ul li ul li a
{
    width: 100px;
    height: 1%;
}
#menu a
{
    font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
#menu ul ul
{
    position: absolute;
    top: auto;
    display: none;
}
div#menu li:hover
{
    cursor: pointer;
}
div#menu li:hover ul ul, div#menu li li:hover ul ul, div#menu li li li:hover ul ul, div#menu li li li li:hover ul ul
{
    display: none;
}
div#menu li:hover ul, div#menu li li:hover ul, div#menu li li li:hover ul, div#menu li li li li:hover ul
{
    display: block;
}
#menu a.x, #menu a.x:visited
{
    font-weight: bold;
    color: #000;
    background: #eee;
}
#menu a.x:hover
{
    color: #a00;
    background: #ddd;
}
#menu a.x:active
{
    color: #060;
    background: #ccc;
}
