@charset "utf-8";

/* CSS Document */

body {
	background-color: #b6aa81;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/splash-bkgrnd.jpg);
	}


.main-body #container {
	width: 990px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 

}
.header {

	height: 224px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	clear:both;
}
.commercial-body {
	width: 495px;
	float:left;
	height:593px;
}
.commercial-top {
	width:495px;
	float:left;
	height:362px;
	clear:both;
}
.commercial-mid {
	width:495px;
	float:left;
	height:152px;
	clear:both;
	background-image: url(images/commercial-mid.jpg);
	background-repeat: no-repeat;
}
.commercial-btm {
	width:495px;
	float:left;
	height:78px;
	clear:both;
}
.commercial-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b6aa80;
	margin-right: 40px;
	margin-left: 45px;
	text-align: justify;
	font-weight: normal;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.commercial-header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A79263;
	margin-right: 140px;
	margin-left: 45px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.commercial-header-text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A79263;
	margin-right: 40px;
	margin-left: 45px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.residential-body {
	width: 495px;
	float:right;
	height:593px;
}
.residential-top {
	width:495px;
	float:left;
	height:362px;
	clear:both;
}
.residential-mid {
	width:495px;
	float:left;
	height:152px;
	clear:both;
	background-image: url(images/residential-mid.jpg);
	background-repeat: no-repeat;
}
.residential-btm {
	width:495px;
	float:left;
	height:78px;
	clear:both;
}
.residential-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #44230e;
	margin-right: 45px;
	margin-left: 40px;
	text-align: justify;
	font-weight: normal;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.residential-header-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #451A0A;
	margin-right: 55px;
	margin-left: 40px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.residential-header-text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #451A0A;
	margin-right: 40px;
	margin-left: 40px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

