.wrap .main .inner {
	background-color: #FFF;
}
.residences {
	float: left;
	width: 630px;
	height: 100%;
	text-align: right;
	padding: 10px 0 0 34px;
	background-color: #FFF;
}
.residences h1 {
	line-height: 20px;
	font-size: 14pt;
	margin: 5px 0 15px 0;
	padding: 0;
	padding-bottom: 8px;
	color: #000;
	border-bottom: 1px solid #000;
	font-weight:normal;
}
.residences label {
	border-right: 1px solid #000;
}
.residences b.jobsTit {
	clear: both;
	float: right;
	margin: 0px 0 10px 0;
	border: 0px solid red;
}

.job {
	clear: both;
	height: 18px;
	width: 644px;
	margin-bottom: 12px;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
}
.job p {
	margin-top: 7px;
	margin-right: 25px;
}
.job ul {
	margin-right: 26px;
	margin-top: 7px;
	width: 470px;
}
.job li {
	line-height: 25px;
	/*list-style: url(../../images/job_bullet.gif) outside;*/
	background: url(../../images/job_bullet.gif) no-repeat 100% 10px;
	margin-right: 0;
	padding-right: 14px;
	list-style-type: none;
	border: 0px solid red;
}
.job_blueB {
	color: #2774bc;
	font-weight: bold;
}
.more_toggle img {
	padding-right: 8px;
	padding-left: 5px;
}
.apply {
	float: left;
	margin-left: 5px;
	background: url(images/more_arrow.gif) no-repeat left center;
	padding-left: 15px;
	color: #2774bc;
	line-height: 20px;
}
.apply img {
	vertical-align:-6px;
	margin-left: 5px;
}
.pointer {
	cursor:pointer;
}
