#homepage_container {
	position:relative;
	border:#FFF 5px solid;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	background-color:#FFF;
	color:#000;
	background-image:url(../images/layout/container_background.jpg);
	background-repeat:no-repeat;
}

#homepage_container #header {
	background-image:url(../images/layout/container_homepage_header.jpg);
	background-repeat:no-repeat;
	width:950px;
	height:142px;
	border-bottom:#FFF 5px solid;
}

#homepage_picborderleft {
	position:relative;
	float:left;
	width:375px;
	height:235px;
	background-color:#FFF;
	margin:50px 0 0 65px;
	z-index:0;
}

.homepage_pics {
	position:relative;
	width:365px;
	height:225px;
	background-color:transparent;
	margin:5px 0 0 5px;
	z-index:500;
}

.rcorners {
	width:365px;
	height:225px;
	margin-left:-1px;
	margin-top:-226px;
}

#homepage_picborderright {
	position:relative;
	float:left;
	width:375px;
	height:235px;
	background-color:#FFF;
	margin:50px 0 0 65px;
	z-index:0;
}

#homepage_picresidentialbottom {
	position:relative;
	float:left;
	width:375px;
	height:225px;
	background-color:#573417;
	margin:0px 0 0 65px;
	z-index:500;
}

#homepage_piccommercialbottom {
	position:relative;
	float:left;
	width:375px;
	height:225px;
	background-color:#5c6c29;
	margin:0px 0 0 65px;
	z-index:500;
}

#homepage_residential_site_link {
	background-image:url(../images/layout/residential_site_link.jpg);
	background-repeat:no-repeat;
	width:375px;
	height:39px;
	font-size:24px;
	font-weight:bolder;
	font-style:italic;
	color:#FFF;
	padding:5px 0 0 50px;
}

#homepage_residential_site_link a {
	color:#FFF;
	text-decoration:none;
}

#homepage_residential_site_link a:visited {
	color:#FFF;
	text-decoration:none;
}

#homepage_residential_site_link a:hover {
	color:#FFF;
	text-decoration:underline;
}

#homepage_commercial_site_link {
	background-image:url(../images/layout/commercial_site_link.jpg);
	background-repeat:no-repeat;
	width:375px;
	height:39px;
	font-size:24px;
	font-weight:bolder;
	font-style:italic;
	color:#FFF;
	padding:5px 0 0 40px;
}

#homepage_commercial_site_link a {
	color:#FFF;
	text-decoration:none;
}

#homepage_commercial_site_link a:visited {
	color:#FFF;
	text-decoration:none;
}

#homepage_commercial_site_link a:hover {
	color:#FFF;
	text-decoration:underline;
}

.homepage_type_intro {
	width:355px;
	padding:10px;
	color:#CCC;
}

.homepage_intro {
	position:relative;
	float:left;
	width:820px;
	margin:30px 0 0 65px;
}

.homepage_intro .header{
	font-size:20px;
	font-style:italic;
	font-weight:bolder;
	margin-bottom:15px;
}