/* CSS Document */

body
{
background-color: #ededed;
text-align: center;
font-family: arial, helvetica, sans-serif;
}

ul { font-size: 13px;}
ul li {margin-bottom: 3px; }

h2, h3, h4, h5, h6 { color: #000000;}
h1 { font-size: 24px;}
h2 { font-size: 16px;}
h3 { font-size: 14px;}
h4 { font-size: 13px;}
h5 { font-size: 13px;}
h6 { font-size: 13px;}

.header
{
margin: 0px auto;
width: 829px;
height: 166px;
border-top: 5px solid #2d4e9f;
border-left: 5px solid #2d4e9f;
border-right: 5px solid #2d4e9f;
background-color: #FFFFFF;

}

.homePage
{
margin: 0px auto;
width: 829px;
height: 176px;
border-left: 5px solid #2d4e9f;
border-right: 5px solid #2d4e9f;
border-bottom: 0px solid #ff9933;
background-color: #66c0ed;

}

.homepageLeft
{

margin-top: 7px;
padding: 0px 0px 0px 10px;
width: 530px;
float: left;
overflow: auto;
text-align: left;
font-size: 13px;
}

html>body .homepageLeft
{
width: 520px;
}


/* DIRECTORY PAGES DIR*/
.homepageLeftDIR
{

margin-top: 7px;
padding: 0px 0px 0px 10px;
/*width: 530px;
float: left;*/
overflow: auto;
text-align: left;
font-size: 13px;
}
/*
html>body .homepageLeftDIR
{
width: 520px;
}
*/

.homepageLeft h1
{
text-align: center;
color: #cc6600;
}

.homepageLeft p
{
	text-align: left;
	padding: 10px;
	font-size: 14px;
}

.homepageRight
{
margin-top: 7px;
margin-left: 3px;
width: 290px;
float: left;
text-align: center;
color: #2d4e9f;
overflow: auto;
}

.homepageRight h3
{
text-align: center;
color: #ffffff;
}

.homepageRight hr
{
width: 310px;
border: 0px;
background-color: #dddddd;
}



.homepageRight form
{
bordevr: 3px dotted #dddddd;
background: url('../images/testimonial-p-background.png') repeat-y ;
width: 270px;
margin: 0px auto;
color: #FFFFFF;
font-weight: bold;
font-size: 12px;
margin-bottom: 10px;
padding-bottom: 5px;
text-align: center;
}

.homepageRight form h3
{
	margin: 5px 0px 5px 0px;
	padding: 7px 0px 0px 0px;
	color: color: #2d4e9f;
	font-size: 16px;
}

.homepageRight form table
{
margin: 0px auto;
}
.formInput
{
border: 1px solid #2d4e9f;
background:url('../images/input-backgroundX.jpg') no-repeat right top;
background-color: #FFFFFF;
padding: 4px 0px 0px 5px;
width: 170px;
height: 21px;
}

.submitButton
{
background:url('../images/input-backgroundx.jpg');
width: 203px;
height: 54px;
}

	.residential-services
	{
	float:left;
	width: 272px;
	height: 176px;
	background: url('../images/Residential-Services-Rollover.jpg') no-repeat;
	background-position: 0 0;
	}

	.residential-services:hover
	{
	background-position: 0 -176px;
	}

	.commercial-services
	{
	float:left;
	width: 272px;
	height: 176px;
	margin-left: 5px;
	background: url('../images/Commercial-Services-Rollover.jpg') no-repeat;
	background-position: 0 0;
	}

	.commercial-services:hover
	{
	background-position: 0 -176px;
	}

	.smoke-damage
	{
	float:left;
	width: 272px;
	height: 81px;
	margin-left: 5px;
	background: url('../images/Smoke-Damage-Rollover.jpg') no-repeat;
	background-position: 0 0;
	}

	.smoke-damage:hover
	{
	background-position: 0 -82px;
	}

	.project-gallery
	{
	float:left;
	width: 272px;
	height: 88px;
	margin-top: 6px;
	margin-left: 5px;
	background: url('../images/Project-Gallery-Rollover.jpg') no-repeat;
	background-position: 0 0;
	}

	.project-gallery:hover
	{
	background-position: 0 -88px;
	}



.content
{
	margin: 0px auto;
	padding-bottom: 10px;
	width: 829px;
	border-left: 5px solid #2d4e9f;
	border-right: 5px solid #2d4e9f;
	border-bottom: 5px solid #2d4e9f;
	background-color: #FFFFFF;
	overflow: auto;
}

.menu ul
{
	margin: 7px 0px 10px 0px;
	padding: 0px;
	list-style: none;
}

.menu ul li
{
	margin: 0px;
	padding: 0px;
	display: inline;
}

.menu ul li a, .menu ul li a:active
{
	margin: 0px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #2d4e9f
}

.menu ul li a:hover
{
	text-decoration: underline;
}

.rightContentBox
{
	text-align: center;
}

.rightContentBox h4
{
margin: 0px auto;
height: 45px;
width: 270px;
background: url('../images/testimonial-h4-background.png') no-repeat ;
	color: #2d4e9f;
	font-size: 18px;
padding: 0px;
}

.rightContentBox p
{
	background: url('../images/testimonial-p-background.png') repeat-y ;
	margin: 0px auto;
	padding: 10px;
	width: 270px;
	text-align: left;
	font-size: 11px;
	color: #FFFFFF
}

html>body .rightContentBox p
{
	width: 250px;
}

.footer{
font-size: 11px;
}
