*{
  text-shadow: #000000 0 0 0px;
}

.quickClear{
	clear:both;
}

.propertyPost{
	border:1px solid #8c8781;
	margin:10px 0 20px 0;
	position: relative;
}

.propertyTitle{
	background:url(images/propertyTitle.jpg) repeat-x left bottom #9fafd3;
	padding:8px 10px;
}

h2.propertyName{
	padding:0;
	margin:0;
	font-size:12px;
	font-weight:bold;
	float:left;
	position: relative;
	z-index:100;
}

p.propertyLocation{
	float:right;
	font-size:11px;
	margin:0;
	padding:0;
	font-weight:normal;
	position: relative;
	z-index:100;
}

.propertyContent{
	padding:10px;
}

.propertyContentLeft{
	float:left;
	width:118px;
}

html body table .propertyContentRight{
	float:right;
	width:290px;
}

.imgHolder{
	border:1px solid #8c8781;
	margin-bottom:10px;
	width:115px;
}

.imgHolder a img{
	border:1px solid #fff;
	display:block;
}

.imgHolder a:hover img{
	border:1px solid #8c8781;
	display:block;
}

a.learnmoreBtn{
	background:#9fafd3;
	padding:5px 0;
	width:115px;
	display:block;
	text-align:center;
	font-size:11px;
	border-left:1px solid #ced6e9;
	border-top:1px solid #ced6e9;
	border-bottom:1px solid #68728b;
	border-right:1px solid #68728b;
}

a.learnmoreBtn:hover{
	border-bottom:1px solid #ced6e9;
	border-right:1px solid #ced6e9;
	border-top:1px solid #68728b;
	border-left:1px solid #68728b;
	color:#fff;
}
	