.property{
	padding-top:14px;
	width:760px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:10px;
}
.property div{
	zoom:1;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom:14px;
}
.property div div{
	zoom:1;
	padding-left:10px;
	background-repeat: repeat-y;
	padding-bottom:0px;
}
.property div div p{
	line-height:1.4em;
	font-size: .9em
}
.medic{
	background-image: url(../assets/property_top.gif);
}
.medic div{
	background-image: url(../assets/property_bottom.gif);
}
.medic div div{
	background-image: url(../assets/property_middle.gif);
}
.agent{
	background-image: url(../assets/property_top_agent.gif);
}
.agent div{
	background-image: url(../assets/property_bottom_agent.gif);
}
.agent div div{
	background-image: url(../assets/property_middle_agent.gif);
}
.unapproved{
	background-image: url(../assets/property_top_unapproved.gif);
}
.unapproved div{
	background-image: url(../assets/property_bottom_unapproved.gif);
}
.unapproved div div{
	background-image: url(../assets/property_middle_unapproved.gif);
}
.deleted{
	background-image: url(../assets/property_top_deleted.gif);
}
.deleted div{
	background-image: url(../assets/property_bottom_deleted.gif);
}
.deleted div div{
	background-image: url(../assets/property_middle_deleted.gif);
}
.holiday{
	background-image: url(../assets/property_top_holiday.gif);
}
.holiday div{
	background-image: url(../assets/property_bottom_holiday.gif);
}
.holiday div div{
	background-image: url(../assets/property_middle_holiday.gif);
}
.property a img{
	float:left;
	margin-right:10px;
	border: 2px solid #8AADC8;
	margin-left:10px;
}
.property h2,.property h3,.property h4,.property p{
margin: 0px 15px 0px 200px;
}
.property h2{
	font-size:1.2em;
	margin-bottom:5px;
}
.property h3{
	font-size:1em;
	margin-bottom:5px;
}
.property h4{
	font-size:1em;
	margin-bottom:5px;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
}
#propNav{
	margin:-10px 0px 10px 0px;
	padding:0px 0 5px 50px;
	background-image: url(../assets/userPropNav.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	list-style-position:outside;
	list-style-type:none;
	text-align:center;
}
#propNav li{
	display:inline;
	padding:0 5px 0 5px;
	margin:none;
}
#propNav li a{
	color:#111111;
	font-weight:bold;
	text-decoration:none;
}
#propNav li a:hover{
	text-decoration:underline;
}
.pages{
	float:right;
	margin:0;
	padding:1px;
}
.pages a{
	color:#294558;
	padding:0 2px 0 2px;
	text-align:center;
	margin-left:1px;
	font-size:.8em;
	border:1px solid #9ab8d0;
	text-decoration:none;
	background-color:#ffffff;
}
.pages a.active,.pages a.active:hover{
	color:#ffffff;
	background-color:#9ab8d0;
	border:1px solid #294558;
}
.pages a:hover{
	color:#ffffff;
	background-color:#294558;
}