﻿.wrap .main .inner {
	background-color: #FFF;
	border: 0px solid blue;
	height: 100%;
}
.residences {
	float: left;
	width: 630px;
	height: 100%;
	text-align: right;
	padding: 10px 0 10px 34px;
	border: 0px solid red;
}
.residences h1 {
	line-height: 20px;
	font-size: 14pt;
	margin: 5px 0 20px 0;
	padding-bottom: 8px;
	color: #000;
	border-bottom: 1px solid #000;
	font-weight:normal;
}
.residences label {
	border-right: 1px solid #000;
}
.residences .mainDiv {
	float: left;
	width: 630px;
	margin-bottom: 20px;
	font-size: 9pt;
	line-height: 17px;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 3px solid #f3f3f3;
}
.residences .mainDiv p.text {
	float: right;
	width: 630px;
	margin-bottom: 10px;
	position: relative;
	border: 0px solid blue;
}
.residences .mainDiv .moreLinks {
	clear: both;
}
.residences .mainDiv a.more {
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 1px 5px 1px 5px;
	border: 0px solid red;
}
.residences p.divSelf {
	float: left;
	width: 105px;
	height: 100%;
	overflow: hidden;
	text-align: center;
	border: 0px solid red;
}
/*.residences p.divSelf a.more {
	float: left;
	width: 105px;
	text-align: center;
	margin-top: 5px;
	border: 0px solid red;
}*/




.residences .mainDiv .text p {
	width: 100%;
	border: 0px solid red;
}
.residences .mainDiv ul {
	margin: 10px 5px 10px 5px;
	border: 0px solid red;
}
.residences .mainDiv li {
	list-style-type: disc;
	margin-right:20px;
	list-style-position: outside;
}




table.boxes {
	float: left;
	width: 630px;
}
table.boxes td {
	vertical-align: top;
	text-align: center;
	border-left: 1px solid #CCC;
}
table.boxes td a {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}
table.boxes td br {
	line-height: 10px;
}

table.boxes tr.sep td {
	border-left:0;
	padding: 0;
}
table.boxes tr.sep td div {
	font-size: 1px;
	height: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
table.boxes tr.sep td.first div {
	margin-right: 0;
}
table.boxes tr.sep td.last div {
	margin-left: 0;
}
