/* CSS Document */

#grn_banner {
	position:relative;
	width:840px;
	height:206px;
	margin:40px 0 10px 0;
	background:url(../images/grn-banner.jpg) no-repeat;
}



#featured {
	position:relative;
	float:left;
	width:316px;
}

#featured h1 {
	font-size:130%;
	padding-bottom:5px;
}

#featured-container {
	position:relative;
	width:316px;
	height:241px;
	overflow:hidden;
}

#featured-overlay {
	position:absolute;
	top:0;
	left:0;
	width:316px;
	height:241px;
	background:url(../images/featured-overlay.png) no-repeat;
	z-index:9999;
	pointer-events: none;
}

#qs {
	position:relative;
	float:right;
	width:444px;
	height:274px;
	padding:0 20px 0 20px;
	background:url(../images/qs-bg.jpg) 0 31px no-repeat;
	font-size:90%;
}

#qs h1 {
	font-size:140%;
	padding-bottom:25px;
}

#qs form {
	margin:0;
	padding:0;
}

#qs h3 {
	margin:5px 0 0 0;
}

#quick-search {
	position:relative;
}

#idx_quick_search_mls_input {
	width:250px;
	padding:2px 4px;
}

#idx_quick_search {
}

#idx_quick_search select {
	width:260px;
	display:block;
}

#idx-btns {
	position:absolute;
	top:90px;
	left:300px;
	width:160px;
}

#idx-btns a {
	display:block;
	border:1px solid #000;
	background:#00694D;
	padding:4px 10px;
	margin-bottom:4px;
	text-align:center;
	font-size:90%;
	color:#fff;
	text-decoration:none;
}

#delco {
	position:absolute;
	left:326px;
	bottom:40px;
}


.login_tbl {
	border-collapse:separate;
	border-spacing:2px;
}

.login_tbl tr td {
	padding:2px;
}

#login {
	position:relative;
	float:left;
	width:286px;
	height:226px;
	padding:0;
	font-size:85%;
	text-align:center;
}

#login h1 {
	font-size:150%;
	padding-bottom:5px;
	text-align:left;
}

#login_form input[type='text'], #login_form input[type='password'] {
	height:20px;
	width:180px;
	border:2px solid #ccc;
	background:#f3f3f3;
	padding:2px;
}

#login p {
	padding:4px 0 0 0;
}



#search_fsbo {
	float:right;
	width:444px;
	height:226px;
	padding:0 20px 0 20px;
	background:url(../images/fsbo-bg.jpg) 0 31px no-repeat;
	font-size:90%;
}

#search_fsbo h1 {
	font-size:140%;
	padding-bottom:25px;
}

#search_fsbo_form input[type='text'], #login_form input[type='password'] {
	height:20px;
	width:180px;
	border:2px solid #ccc;
	background:#f3f3f3;
	padding:2px;
}

#search_fsbo p {
	padding:4px 0 0 0;
}


.error {
	color:#900;
	font-size:10px;
}

