/*BEGIN: Custom 1 **********************************/

#agent-pic {
   position: absolute;
   z-index: 100;
}
.homepage #propertyslideshow {
    right: 30px;
    top: 220px;
}
#content-homepage {
	margin-top: 84px;
	position: relative;
	top: 0;
}
#promos {
	position: absolute;
	top: 90px;
	left: 10px;
}
#promos li a {
	width: 238px;
	height: 86px;
	display: block;
	text-indent: -9999em;
	opacity: .8;
	margin-bottom: 10px;
}
#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/new-listings.png") no-repeat;
}
#promos li#promo3 a {
	background: transparent url("../siteimages/home-value.png") no-repeat;
}
html body.homepage .box.welcome-statement {
    min-height: 0;
}

#idx-search-widget {
    background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
    color: #666666;
    font-size: 1.3em;
    right: 20px;
    position: absolute;
    top: 440px;
    width: 500px;
    z-index: 200;
}

#idx-search-widget h3 {
    background-color: #04438A;
    color: #FFFFFF;
    font-size: 1.2em;
    padding: 5px 0;
    text-align: center;
}

.idx-search-widget-item input {
    border: 1px solid #AAAAAA;
    font-weight: bold;
    margin: 5px 0;
    color: #FFFFFF;
}

#idx-search-widget select {
    border: 1px solid #AAAAAA;
    width: 175px;
}


/*END: Custom 1 **********************************/