/* Left Box */
/*
.left-box.grey {
	background-color: #F0F0F0;
	margin-bottom: 20px;
}
.left-box.grey .top-left, .left-box.grey .top-right,
.left-box.grey .bottom-left, .left-box.grey .bottom-right {
	float: left;
	width: 100%;
}
.left-box.grey .top-left {background: url("../images/bg/grey-tl.gif") no-repeat top left;}
.left-box.grey .top-right {background: url("../images/bg/grey-tr.gif") no-repeat top right;}
.left-box.grey .bottom-left {background: url("../images/bg/grey-bl.gif") no-repeat bottom left;}
.left-box.grey .bottom-right {
	background: url("../images/bg/grey-br.gif") no-repeat bottom right;
	padding: 10px 0;
}
*/
/* Apartment List */
UL.apartment-list {
	padding: 0;
	margin: 10px 10px 0 0;
	float: left;
	width: 31%;
	display: inline;
}
UL.apartment-list LI {
	list-style: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.69em;
	line-height: 140%;
}
UL.apartment-list LI A {
	color: #4AA3B9;
	text-decoration: underline;
	font-weight: normal;
	font-size: 1em;
	float: left;
	width: 100%;
}
UL.apartment-list LI A:HOVER {text-decoration: none;}

