/*------------residence show------------------*/

#resCol1, #resCol2, #resCol3{
	float: left;
	left: auto;
	margin-bottom: 20px;
	position: relative;
	/*top: 0;*/
}

.linksCol{
	
}

.linksCol ul{
	line-height: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.linksCol li{
	line-height: 13px;
	list-style: none;
	width:150px;
	margin: 0;
	border-bottom:1px solid #ccc;
}

.linksCol li a {
	display:block;
	height:20px;
	width:150px;
	padding:0 0 0 15;
}

.linksCol li a:hover {
	color:#fff;
	background-color:#EBD1A1;
}
