@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
#mainContainer {
	position: relative;
	width: 900px;
	margin: 20px auto;
}
#logo {
	position: relative;
	left: 50px;
	width: 350px;
	z-index: 99;
}
#mainNav {
	width: 122px;
	margin: 68px 6px;
	padding: 0;
	text-align: right;
	float: left;
}
#mainNav ul {
	margin: 0;
	padding: 0;
}
#mainNav li {
	list-style: none;
	margin: 0;
	padding: 5px 10px;
}
#mainContent {
	position: relative;
	float: left;
	height: 700px;
}
#pageBG {
	background: #D1CA8A;
	position: absolute;
	left: 179px;
	top: 0;
	height: 453px;
	width: 450px;
	z-index: -1;
}
.homeContact {
	left: 168px;
	position: absolute;
	top: 62px;
}
.homeCommercial {
	left: 277px;
	position: absolute;
	top: -18px;
}
.homeDetails {
	left: 516px;
	position: absolute;
	top: 22px;
}
.homeResidential {
	left: 81px;
	position: absolute;
	top: 171px;
}
.homeHealthcare {
	left: 346px;
	position: absolute;
	top: 171px;
}
.homeAbout {
	left: 216px;
	position: absolute;
	top: 331px;
}

.aboutPage #pageBG {
	height: 450px;
	background-image: url(../images/about-large.jpg);
}
.aboutPage #rightContent {
	margin: 18px 22px;
	width: 422px;
}
.aboutPage p, .contactPage p {
	color:#FFFFFF;
	font-family:"Times New Roman",Times,serif;
	font-size:17px;
	letter-spacing:0.3px;
	line-height:19px;
	margin:18px 26px 18px 18px;
}
.healthcarePage #pageBG {
	background: #D1CA8A;
}
.commercialPage #pageBG {
	background: #CA973A;
}
.residentialPage #pageBG {
	background: #90A2AF;
}
.detailsPage #pageBG {
	background: #766D33;
}
.contactPage #pageBG {
	height: 450px;
	background-image: url(../images/contact-large.jpg);
}
.contactPage #rightContent {
	margin: 18px 22px;
	width: 422px;
}
.contactPage h1 {
	color:#FFFFFF;
	font-family:"Times New Roman",Times,serif;
	font-size: 17px;
	letter-spacing:0.3px;
	line-height:18px;
	margin:18px 36px 18px 18px;
}
.contactPage #rightContent a {
	color:#FFFFFF;
	font-family:"Times New Roman",Times,serif;
	font-size: 20px;
	letter-spacing:0.3px;
	line-height:18px;
	margin:18px 36px 18px 18px;
}
#flashcontent {
	margin: -100px 0 0 32px;
}
#leftContent {
	float: left;
	margin: 0 0 0 32px;
}
#leftContent img {
	display: block;
	margin-bottom: 7px;
}
#rightContent {
	width: 454px;
	float: left;
	margin: 0 0 0 7px;
}
#rightContent img.hort {
	position: relative;
	top: 20px;
	left: 20px;
}
#rightContent img.vert {
	position: relative;
	top: -70px;
	left: 90px;
}
#footer {
}
.clearBoth {
	clear: both;
}