﻿/* home page layout boxes */
#login_box { float:left;width:600px;height:270px;padding-top: 10px;background:url(../images/about01.jpg) no-repeat; }
#newdev_box { float:right;width:280px;height:280px; }
#featured_box { float:left;width:280px;height:300px; }
#openhouse_box { float:left;width:280px;height:300px;margin-left:20px; }
#newlistings_box { float:right;width:280px;height:300px; }

.dev_header {width:280px;height:37px;background: url(../images/c1.jpg) no-repeat;text-align:center; }
.dev_body { width:280px;height:88px;background: url(../images/c2.jpg); }
.dev_divider { width:280px;height:20px;background: url(../images/c2.jpg); }
.dev_footer {width:280px;height:37px;background: url(../images/c20.jpg) no-repeat bottom;text-align:center;}

.featured_header {width:280px;height:37px;background: url(../images/b1.jpg) no-repeat;text-align:center; }
.featured_body { width:280px;background: url(../images/b2.jpg); height:100px; }
.featured_divider { width:280px;background: url(../images/b2.jpg); }
.featured_footer {width:280px;height:37px;background: url(../images/b20.jpg) no-repeat bottom;text-align:center;}
.sectionheader { padding-top: 5px; }

.listing_box { width:260px; }
.listing_box_pic { float:left;width:96px;text-align:right;padding-right:4px; height:90px;overflow:hidden; }
.listing_box_info { float:left;width:160px; }

.mapBoxTitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
.mapBox {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
.error_msg
{
    color:Red;
    font-weight:bold;
}

/* advanced search page layout boxes */

#searchcriteria { font-size:0.70em; }
.criteriabox { width: 120px; float:left; border-right: solid 1px #cecece; min-height: 140px; padding-left: 6px; }
.advsearchtitle { padding-bottom: 6px; }


/* developments */
.NewDevContainer { float: left; }
