@charset "utf-8";

/* Floorplans */
#floorplans {
	margin-top:25px;
}

#floorplans p {
	margin-bottom:25px;
}

#floorplans h1 {
	margin-top: 0;
}

.floorplansColumn1{
	float:left;
	width:300px;
}

.floorplansColumn2{
	float:left;
	width:300px;
	margin-left:90px;
}

.floorplanImg img {
	border: 2px solid #a76535;
	float: left;
	margin-right: 20px;
	margin-bottom: 70px;
}

ul#leftList, ul#rightList {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

/* Neighborhood*/

.neighborhoodMap {
	background-image:url(../_img/visualContentBG2.jpg);
	background-repeat:no-repeat;
	width:687px;
	height:594px;
	padding-left:11px;
	padding-top:11px;
}


#drivingcolum1 {
	float:left; 
	width:240px;
}

#drivingcolum1 ul{
	width:220px;
}

#drivingcolum2 {
	float:left; 
	width:240px; 
	margin-left:90px;
}

#drivingcolum2 ul {
	width:220px;
}


#furniture a{
	width: 110px;
    height: 28px;
    display: block;
	background:url(../_img/applynowsmall.gif)  0 0 no-repeat;
	margin: 15px 0px 0px 8px;
} 

#furniture a:hover {
	background-position: 0px -28px;
	
}