/* Mangere Bridge Realty */
/* Home Page Layout */
/* 26th September 2007 */
/* CSS Document Defines Overall Page Layout*/

h1{
	margin:10px 20px 0 10px;
	font-size:18px;
	color:#91CD3A;
}

#flash{
	width:910px;
	height:310px;
}

#properties{
	position:relative;
	width:440px;
	float: right;
	right:10px;
	margin-bottom:10px;
}

#content{
	position:relative;
	width:440px;
	float:left;
	left:10px;
	margin-bottom:10px;
}

.property_summary{
	margin:10px 20px 20px 20px;
	clear:left;
}

.property_summary img{
	float:left;
	border:3px solid #6C992F;
	margin:0 10px 10px 0;
}

.property_summary h3{
	font-size:12px;
	text-transform:uppercase;
}

.property_summary a{
	color:#4C6D1D;
}


.colour_panel h1, .colour_panel h2{
	width:100%;
	background-color:#A2C673;
	border-top:1px solid #6A962E;
	border-bottom:1px solid White;
}

#customer_reference_panel{
	background-color:#99CC66;
	margin:20px;
	padding:10px 0 10px 0;
}

#customer_reference_panel h3{
	color:#4C6D1D;
	margin:0 10px 0 10px;
}

#customer_reference_panel p{
	margin:10px;
}

#customer_reference_panel a{
	color:#4C6D1D;
}