
#leftnav{
	background-color:#C09F74;
	margin-top: -24px;
	height: 160px;
}

/* content on the top right of the homepage */
#mainContent {	
	float: left;
	position: relative;
	width: 545px;
	height: 160px;
	margin-top: -24px;
}
	#mainContent img {		
		position: absolute;
		top: 0;
		left: 0;
	}

		
	#mainContent div {		
		position: absolute;
/*		left: 182px;
 */		top: 54px;
		padding-right: 5px;
		padding-left: 5px;
		line-height: 120%;
	}
/* for the homepage, the h3's were always in uppercase */h3 {	
	text-transform: uppercase;
	font-size: 18px;
}
/* green bar in the middle of the home page */
#middleContent {	
	margin-top:-5px;
	width: 785px;
	background-color: #C09F74;
	height: 100px;
	clear: left;
	font-size: 10pt;
}
	#middleContent div {		float: left;
		position: relative;
		border-right: 1px solid #6D7844;
		height: 100px;
	}
		#completedJobs, #latestProjects {			width: 240px;
		}
		#products, #testimonials {			width: 260px;
		}
		#hours, #showroom {			width: 282px;
		}
		#middleContent div img {			position: absolute;
			top: 7px;
			left: 3px;
			width: 71px;
			height: 61px;
		}
		#middleContent div h3 {			position: absolute;
			left: 75px;
			top: -13px;
			font-weight: normal;
			color: #000000;
		}
		#middleContent div p {			color: #FFFFFF;
			position: absolute;
			top: 3px;
			left: 75px;
			padding: 7px;
		}
			#middleContent div p a {				color: #FFFFFF;
				text-decoration: underline;
			}
/* three boxes at the bottom of the home page */#bottomContent {	width: 100%;
	text-align: center;
}
	#bottomContent div {		float: left;
		position: relative;
		background-image: url(../images/bottomContentBar.jpg);
		background-position: 20px left;
		background-repeat: repeat-y;
	}
		#bottomContent div .quote, #bottomContent div p {			color: #26293E;
			text-align: left;
			font-size:14px;
		}
		#bottomContent div h3 {			color: #000000;
			padding-top: 3px;
			margin-bottom: 0px;
		}
		/* Read More links */		
		#bottomContent div a {			
			display: block;
			padding-top: 10px;
			color: #26293E;
			font-weight: bold;
			text-decoration: underline;
		}
	#latestProjects p {		padding: 0px 10px;
		margin-top: -5px;
	}
	#latestProjects img {		width: 200px;
		height: 128px;
	}
	#testimonials {		padding: 0 5px;
		width: 250px;
		font-weight: bold;
	}
		#testimonials .quote {			font-size: 15px;
			padding: 5px;
			background-image: none;
		}
		/* author of the quotes */		#testimonials .green {			margin-top: -6px;
			font-size: 13px;
			text-align: right;
			width: 240px;
			margin-left: 10px;
			background-image: none;
		}
	#showroom img {		float: left;
		width: 139px;
		height: 181px;
	}
	#showroom p {		
		width: 110px;
		padding: 0 10px;
		float: left;
		font-size: 15px;
		text-align: justify;
	}
		#showroom p a {			
		
		}
