/* ******************************************* 108 Homecrafters - 2008  ******************************************* 
Colors
Bg Green = #2F4921
Tan BG = #D8CAA7
Maroon = #983620
Credit Red = #C94326
Green Link = #5C843A
Border = #CFC19F
*/  

/* *******************************************  Homepage  ******************************************* */  

#main-home {
	position: relative;
	left: 55px; top: -37px;
	width: 866px;
}

#flash {
	margin-bottom: 50px;
	position: relative;
	left: 0; top: -5px;
	width: 866px;
	height: 522px;
	border: 1px solid #BEB091;
	z-index: 5000;
}

/* ---------- text overlay for main image ---------- */

.title-featured-home {
	position: relative;
	left: 48px; top: 390px;
	float: left;
}
.title-featured-home p {
	font-size: 20px;
	color: #fff;
}

.photo-caption {
	position: relative;
	left: 200px; top: 374px;
	float: left;
}
.photo-caption p {
	color: #fff;
}
.photo-caption p span {
	font-style: italic;
}

/* ----------- content ----------- */

#content-home {
	margin: 70px 20px 0 0; padding: 0 0 50px 0;
	width: 850px;
	font-size:11px;
	color:#000;
	float: left;
}
#content-home p {
	line-height: 18px;
}

/* ----------- list description ----------- */

#title-property, #title-photos, #title-contact {
	padding: 0 0 20px 0;
	width:400px;
	height: 40px;
}
#title-property {
	background: url("/_common/img/home/title-about-property.gif") no-repeat 0 0;
}
#title-photos {
	background: url("/_common/img/home/title-more-photos.gif") no-repeat 0 0;
}
#title-contact {
	background: url("/_common/img/home/title-more-contact.gif") no-repeat 0 0;
}

/* ----------- photo grid ----------- */

#photo-gallery {
	position: relative;
	left: 23px; top: 0;
	width: 405px;
	float: left;
}
.photo-row {
	padding: 15px 0 10px 0;
	width: 405px;
	border-bottom: 1px solid #CFC19F;
}
.photo-row-last {
	padding: 15px 0 10px 0;
	width: 405px;
}

.photo-image {
	padding: 0 23px;
	float: left;
}
.photo-image p {
	text-align: center;
}
.photo-image a {
	color: #5C843A;
	font-size: 11px;
}
.photo-image img {
	padding: 4px;
	background: #CFC19F;
	border: 1px solid #BEB091;
}

/* *******************************************  Contact   ******************************************* */ 

/* ---------- contact  ---------- */

#contact_wrap {
	padding: 20px 0 0 0;
	position: relative;
	left: -5px; top: 0;
	width:550px;
}
.column {
	margin: 0; padding: 0 5px;
	width: 250px;
	font-size:13px;
	float: left;
	text-align: center;
}
.column-full {
	margin: 0; padding: 40px 5px 0 5px;
	width: 550px;
	font-size:13px;
	float: left;
	text-align: center;
}
.column p { 
	margin: 0; padding: 3px 0;
}
address {
	display: block;
	color: #333;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
}


/* *******************************************  Current Projects  ******************************************* */  

.photo-wrap {
	position: relative;
	left: 0; top: 20px;
	width:550px;
}
.photo-column {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 580px;
}
.photo-column p {
	padding: 0 10px;
	text-align: left;
	width: 240px;
	font-size: 11px;
}
.photo-column img {
	padding: 5px;
	background: #CFC19F;
	border: 1px solid #BEB091;
}





