* {
	font-family:arial, sans-serif;
}

BODY {
 	background:url(images/background.gif) repeat-x top #398235; 
 	margin:0;
 	padding:0;
}

A {
	color:#36C;
}

DIV#main {
	width:924px;
	min-height:500px;
	height:500px;
	height:auto!important;
	margin:0 auto;
	padding:15px;
	background:url(images/background-main.png) repeat-y center;
	display:block;
}

DIV#logo {
		width:190px;
		height:48px;
		margin:0px 0px 5px 10px;
		background:url(images/logo.gif);
		float:left;
		display:block;
}

DIV#listed {
	float:right;
	margin:30px 10px 0px 0px;
	font-family:arial;
	font-weight:bold;
	font-size:15px;
}

DIV#bar {
	width:908px;
	height:34px;
	margin:0 auto;
	background:url(images/bar.png) no-repeat center top;
	display:block;
	clear:both;
}

DIV#form {
	width:872px;
	min-height:274px;
	#height:274px;
	#height:auto!important;
	margin:0 auto;
	display:block;
	background:url(images/background-form.jpg) no-repeat center top;
}

#form .house {
	background:url(images/house.jpg) no-repeat;
	width:342px;
	height:274px;
	position:absolute;
	margin-left:452px;
}

#form .whitebox {
	font-size:13px;
	padding:20px 0px 0px 115px;
	width:345px;
	position:relative;
	z-index:1;
}

#form H1 {
	font-size:15px;
	margin:0;
	padding:0;
}

#form FORM {
	margin:0;
	padding:10px 18px;
}

#citystate {
	width:150px;
	float:left;
	height:90px;
	padding:5px 0px 0px 0px;
}

#citystate .city {
	background:#FAF9A3;
	border:1px solid #999;
	width:125px;
	font-weight:bold;
	color:#666;
}

#citystate .state {
	background:#FAF9A3;
	border-spacing:0;
	width:125px;
	border:1px solid #999;
	font-weight:bold;
	color:#666;
}

#zipcode {
	width:100px;
	float:left;
	height:90px;
	background:url(images/or.gif) no-repeat;
	padding:5px 0px 0px 50px;
}

#zipcode .zip {
	width:75px;
	border:1px solid #999;
}

.amenities {
	float:left;
}

.amenities .field {
	font-weight:bold;
	color:#666;
	border:1px solid #999;
	width:125px;
}

.amenities .minprice {
	margin:5px 30px 10px 0px;
}

.amenities .maxprice {
	margin:0px 30px 0px 0px;
}

.amenities .beds {
	margin:5px 0px 10px;
}

#form .property {
	font-weight:bold;
	color:#666;
	border:1px solid #999;
	width:280px;
	margin:10px 0px 10px;
	#margin-top:0px;
	clear:both;
}

#form .button {
	border:0;
	#overflow:hidden;
	#padding-top:100px;
	text-indent:-100em;
	background:url(images/btn-continue.png) no-repeat;
	width:156px;
	height:24px;
	display:block;
	cursor:pointer;
	margin-left:55px;
}

#form .show {
	border:0;
	#overflow:hidden;
	#padding-top:100px;
	text-indent:-100em;
	background:url(images/btn-show.png) no-repeat;
	width:188px;
	height:28px;
	display:block;
	cursor:pointer;
	margin-left:55px;
}

#form .refine {
	border:0;
	#overflow:hidden;
	#padding-top:100px;
	text-indent:-100em;
	background:url(images/btn-refine.png) no-repeat;
	width:188px;
	height:28px;
	display:block;
	cursor:pointer;
	margin-left:55px;
}

#form .button-2-step {
	border:0;
	#overflow:hidden;
	#padding-top:100px;
	text-indent:-100em;
	background:url(images/btn-continue.png) no-repeat bottom;
	width:156px;
	height:24px;
	display:block;
	cursor:pointer;
	margin:0px auto;
}

DIV#form-bottom {
	width:872px;
	height:20px;
	margin:0 auto;
	display:block;
	background:url(images/background-form-bottom.png) no-repeat center top;
}

#content {
	width:872px;
	margin:15px auto;
	font-size:13px;
	color:#333;
}

#content .about-wide {
	width:700px;
	margin:0 auto;
	display:block;
}

#content .about-narrow {
	width:650px;
	display:block;
}

#boxes {
	border:1px solid #d4dcbe;
	border-style:none solid;
	margin:15px auto 0px;
	padding:0;
	border-spacing:0;
	width:700px;
}

.boxes-narrow {
	width:650px!important;
}

#boxes TD {
	vertical-align:top;
	text-align:center;
	width:50%;
}

#boxes .left {
	border-right:1px solid #d4dcbe;
}

#boxes .top {
	width:290px;
	text-align:left;
	margin:0 auto 40px;
	#margin-bottom:20px;
}

#boxes .bottom {
	width:290px;
	text-align:left;
	margin:0 auto;
}

#boxes .short {
	background-position:0 0;
}

#boxes .cheaper {
	background-position:0 -66px;
}

#boxes .duplex {
	background-position:0 -33px;
}

#boxes .condo {
	background-position:0 -99px;
}

#boxes P {
	padding:0px 10px;
	margin:0 0 auto;
}

#boxes H2 {
	overflow:hidden;
	text-indent:-100em;
	width:289px;
	height:33px;
	background:url(images/header-box.png) no-repeat;
	margin:0 0 5px;
	padding:0; 
}

#boxes .button {
	display:block;
	margin:15px auto;
}

#right-shell {
	float:right; 
	width:200px;
	display:block;
	background:url(images/background-right.png) no-repeat top;
	margin-left:10px;
}

#right {
	display:block; background:url(images/background-right-bottom.png) no-repeat bottom;
	padding:8px;
}

DIV#footer {
	width:954px;
	padding:10px 0;
	margin:0 auto;
	background:url(images/background-main-bottom.png) no-repeat center top;
	display:block;
	color:#ffffcc;
	text-align:center;
	font-size:11px;
	letter-spacing:2px;
}

#footer .copyright {
	margin:3px 0;
	padding:0;
}

#footer A {
	color:#ffffcc;
	margin:auto 10px;
}

#sitemap LI {
	display:block;
	width:100%;
	padding:4px;
	font-size:13px;
}


#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:320px;
	height:180px;
	margin:-90px 0 0 -160px;
	border:3px solid #333;
	background:#FDFCE9;
	text-align:left;
	overflow:hidden;
	padding-top:20px;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	#top:105px;
	width:100%;
	height:100%;
	z-index:5000;
	background:#333;
 	#background:url(images/background-overlay.png) repeat-y top center transparent; 
 	-moz-opacity:0.8;
 	opacity:.80;
	filter:alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}
/** html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}*/

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}


/* admin styles */
#leftnav {
	font-family:arial,verdana,helvetica,sans-serif;
}

#leftnav .title {
	margin:0;
	padding:0px;
	font-size:13px;
	color:#FFFFFF;
	width:192px;
}

div#messages {
	position:absolute;
	top:10px;
	margin-left:350px;
	background:url(/themes/ehomefinder/images/background-message.png);
	border:2px solid #060;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	color:#000;
	padding:10px;
}

#messages A {
	color:#000;
}

div#error {
	font-weight:bold;
	color:#CC0000;
}

#error UL {
	margin:0 0 0 20px;
	padding:0;
}

H2.contact-header {
	margin:5px 0px;
	padding:0px;
	font-size:13px;
}

.contact-sendto {
	padding-left:10px;
}

.contact-info {
	padding-left:10px;
}

.contact-info INPUT {
	margin-bottom:10px;
	display:block;
}

.contact-message {
	padding-left:10px;
}

.contact-message TEXTAREA {
	width:500px;
}

.contact-submit {
	text-align:center;
	padding-top:10px;
	width:500px;
}