@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	background-image:url(../images/bg-image.gif);
	background-repeat:repeat-x;
	background-color:#99b3cc;
	font-family:Georgia, "Times New Roman", Times, serif;
}
img{border:none;}
.clear{clear:both;}
/*FLASH*/
#flash_edges {
	margin:0 auto;
	padding:0;
	width:1018px;
	height:auto;
	background-image:url(../images/flash-border.gif);
	background-repeat:no-repeat;
	background-color:#000;
}

#flash {
	width:988px;
	height:650px;
	margin:0 auto;
	background-color:#000;
}

/*MAIN*/
#main_edges {
	margin:0 auto;
	padding:0;
	width:1018px;
	height:auto;
	background-image:url(../images/main-border.gif);
	background-repeat:repeat-y;
}
#container {
	width:989px;
	height:auto;
	margin:0 auto;
	padding:1px 0 0 0;
}
.property {
	position:relative;
	padding: 20px 0 20px 20px;
	float:left;
	width:450px;
	overflow:hidden;
}
.hdivider {
	clear:both;
	margin:0 20px 0 20px;
	border-bottom: 1px solid #7da7d9;
}
.vdivider {
	float:left;
	margin:20px 0 0 20px;
	height:134px;
	border-right: 1px solid #7da7d9;
}
.image{
	width:200px;
	height:133px;
	overflow:hidden;
	float:left;
	position:relative;
}
.property_details {
	float:left;
	padding:0 0 0 20px;
	font-size:12px;
}
.property_details a{
	color:#0072bc;
}	
.property_details h4{
	margin:0;
	padding:0;
	font-size:18px;
	font-weight:100;
}
.property_details .suburb{
	font-size:14px;
}
.property_details .price{
	font-size:14px;
	font-weight:700;
}
.property_spacer {
	height:15px;
}
#lifestyle .view_details {
	color:#FFF;
	background-color:#c69c6d;
	height:20px;
	width:203px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:700;
	padding:5px;
	text-align:center;
}
#lifestyle .view_details a {
	color:#FFF;
	text-decoration:none;
}
#lifestyle .view_details a:hover {
	color:#000;
	text-decoration:none;
}
#coastal .view_details {
	color:#FFF;
	background-color:#0072bc;
	height:20px;
	width:203px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:700;
	padding:5px;
	text-align:center;
}
#coastal .view_details a {
	color:#FFF;
	text-decoration:none;
}
#coastal .view_details a:hover {
	color:#000;
	text-decoration:none;
}


#lifestyle {	
}
#lifestyle h2 {
	margin: 0 0 0 2px;
	background-color:#c69c6d;
	color:#FFF;
	font-size:24px;
	font-weight:700;		
	padding:10px 20px;
}
#coastal {	
	margin:20px 0 0 0;
}
#coastal h2 {
	margin: 1px 0 0 2px;
	background-color:#7da7d9;
	color:#FFF;
	font-size:24px;
	font-weight:700;		
	padding:10px 20px;
}



/*LEFT COLUMN
#left_column {
	width:494px;
	float:left;
	margin: 1px 0 0 0;
}
#coastal {
	background-color:#7da7d9;
	margin-left:2px;
}
#coastal h2{
	margin:0;
	padding:10px 20px;
	color:#FFF;
	font-size:24px;
	font-weight:700;
}
*/

/*RIGHT COLUMN
#right_column {
	width:494px;
	float:right;
	margin: 1px 0 0 0;
}

#lifestyle{
	
}*/

/*FOOTER*/
.footer{
	background-image:url(../images/footerBanner.jpg);
	background-repeat:no-repeat;
	width:939px;
	height:74px;
	border:1px solid #CCCCCC;	
	margin:100px auto 0 auto;
}
.footerLinks{
	margin:18px;
	line-height:180%;
	float:right;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#525252;
}
.footerLinks a{
	color:#525252;
	font-weight:bold;
	text-decoration:none;
}
.footerLinks a:hover{
	color:#525252;
	font-weight:bold;
	text-decoration:underline;
}
#bottom_border {
	background-image:url(../images/border-bottom.gif);
	background-repeat:no-repeat;
	width:1018px;
	height:49px;
	margin:0 auto;
}
/*SOLD*/
.sold {
	position:absolute;
	top:0;
	left:0;
	width:104px;
	height:92px;
	background-image:url(../images/sold.png);
	background-repeat:no-repeat;
	behavior:url(iepngfix.htc);
}