.wrap .main .inner {
	background-color: #FFF;
}
.residences {
	float: right;
	width: 630px;
	height: 100%;
	text-align: left;
	padding: 15px 34px 0 0;
	background-color: #FFF;
}
.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-left: 1px solid #000;
}
.residences div.main {
	width: 630px;
	margin-bottom: 20px;
}


.residences div.main .moreLinks {
	float: right;
	width: auto;
	text-align: center;
	margin: 0 0 10px 10px;
	border: 0px solid red;
}
.residences div.main .moreLinks a {
	font-size: 14px;
	font-weight:bold;
}
.residences div.main .moreLinks img {
	margin-bottom: 5px;
}





.residences div.main p {
	margin-bottom: 10px;
}
.residences div.main p p {
	margin: 0;
}
.residences div.main ul {
	margin: 10px 5px 10px 5px;
}
.residences div.main li {
	list-style-type: disc;
	margin-left:20px;
	list-style-position: outside;
}







div.moreInfo {
	float: right;
	margin-bottom:10px;
	text-align: right;
	width: 300px;
}
div.moreInfo a {
	font-size: 14px;
	font-weight: bold;
	margin-right: 6px;
	/*text-decoration: underline;*/
}