#content {height:466px;}
#grid {
	width:100%;
	padding:0 2px;
	margin:0 auto;
}

#grid div:nth-child(2n+1) {margin-left:0;}
#grid div:nth-child(2n)   {margin-right:0;}

.property {
	position:relative;
	z-index:2;
	width:352px;
	height:270px;
	margin:20px 20px;
	float:left;
}
.property a{
	font-size:1.1em;
}
.property a:hover{
	text-decoration:none;
}
div.property > a > img {
	width: 100%;height: 100%; 
}
.location{
	position:absolute;top:0;left:0;z-index:4;
	width:100%;height:100%;
	display:none;
	color:#fff;
	font-size:10px;
	background-image: url(/css/images/black1x1.png);
	background-color:transparent;
}
.caption{
	position:absolute;top:-27px;left:0;z-index:4;
	width:96.5%;
	background-color:#666;
	color:white;
	padding:2px 6px 3px 6px;
}
.caption > span {
	display:inline-block;
	text-align:center;
}
.caption img {
	margin:3px 0 -3px 0;
}

.status {
	position:absolute;top:92%;left:0;z-index:4;
	width:100%;
	text-align:center;
}
.availNow {
	background-color:rgba(3,59,203,0.5);
	color:white;
}
.availPlus1 {
	background-color:rgba(230,79,5,1);
	color:white;
}
.availPlus2 {
	background-color:rgba(230,79,5,1);
	color:white;
}

.text01 {
	float:left;
	margin-right:5px;
}
.text02 {float:right;}
.text03 {
	height:20px;
	line-height:24px;
	font-size:0.8em;
	color:white;
	background-color:#2B5AEC;
}
.text04 {
	color:rgb(210,27,27);
	background-color:white;
	width:40px;
	margin-left:6px;
}
.propDesc {
	font-size:150%;
	text-align:center;
	padding:116px;
}
