/* CUSTOM CSS */


#promos li#promo1 a {
	position:absolute;	
	left:-10px;
	top:1px;
	background: transparent url("/siteimages/featured-properties.png") no-repeat;
}

#promos li#promo2 a {
	position:absolute;	
	left:345px;
	top:1px;
	background: transparent url("/siteimages/new-listings.png") no-repeat;
}

#promos li#promo3 a {
	position:absolute;	
	left:686px;
	top:1px;
	background: transparent url("/siteimages/home-value.png") no-repeat;
}
#sig {
	width:930px;
	position: relative;
	height: 150px;
}
#sigLeft{
	position:absolute;
	margin-right: 10px;
}
#sigCenter{
    left: 50%;
    margin-left: -87px;
    position: absolute;
	text-align: center;
}
#sigRight{
    position: absolute;
    right: 10px;
    text-align: right;
}
