/* CUSTOM CSS */

.homepage #nav-full {
     position: absolute;
     top: 367px;
     left: 0px;
}

.homepage #logo{
     position: relative;
     top: -38px;
}

#content-homepage {
     
     top: -137px;
     
}

#promos {
	position:absolute;
	top:95px;
	left:25px;
}

#promos li a {
	width:238px;
	height:86px;
	display:block;
	margin-bottom:3px;
	text-indent:-9999em;
	opacity:.8;
}

#promos li a:hover {
	opacity:1;
}

#promos li#promo1 a {
	background: transparent url("/siteimages/featured-properties.png") no-repeat;
}

#promos li#promo2 a {
	background: transparent url("/siteimages/home-value.png") no-repeat;
}

#promos li#promo3 a {
	background: transparent url("/siteimages/new-listings.png") no-repeat;
}

