/* =================================================================
 home.css
 
 Description: Stylesheet for the homepage
================================================================= */

/* --------------------------------------------------------------------------------
	HEADER ELEMENTS
----------------------------------------------------------------------------------*/
h1 {
	position:absolute;
	left:-999em;
}


/* --------------------------------------------------------------------------------
	QUICK SEARCH
----------------------------------------------------------------------------------*/
div#quick_search_wrapper {
	float:right;
	width:200px;
	padding-left:25px;
}
div#quick_search {
	float:right;
	width:200px;
	color:#787878;
}
	div#quick_search h3 {
		float:left;
		margin:0;
		padding:0;
		width:200px;
		height:auto;
		font:normal 2em Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		text-indent:0;
		color:#7c6c5d;
	}
	div#quick_search form {
		position:relative;
		float:left;
		width:auto;
		margin:0;
		padding:0 0 40px 0;
		font-size:1.4em;
		font-weight:bold;
		line-height:1.5em;
		cursor:pointer;
	}
	div#quick_search form br {
		display:none;
	}
	div#quick_search select{
		margin:0;
		padding:5px 0;
		width:200px !important;
	}
	div#quick_search input {
		display:inline;
		width:20px;
		border-width:0;
		margin:3px 20px 0 0;
	}
	div#quick_search form div input {
		position:absolute;
		bottom:13px;
		left:0;
		float:left;
		display:inline;
		padding:0 0 0 3px;
		margin:0;
		width:104px;
		height:30px;
		color:#333;
		font:bold 1em/23px Arial, Helvetica, sans-serif;
		text-decoration:none;
		text-transform:uppercase;
		text-align:center;
		background:transparent url(../images/quicksearch_btn.gif) no-repeat 0 0;
		border-width:0;
	}
		div#quick_search form div input:hover {
			color:#000;
			background:transparent url(../images/quicksearch_btn.gif) no-repeat 0 -30px;
		}
#search_btn {
	margin:0;
	padding:0;
	float:right;
	
}
	#search_btn a {
		float:left;
		width:200px;
		height:275px;
		background:transparent url(../images/searchforhomes.gif) no-repeat 0 0;
	}
	#search_btn a span {
		float:left;
		margin-top:202px;
		width:200px;
		height:56px;
		text-indent:-999em;
		overflow:hidden;
		background:transparent url(../images/searchforhomes_btn.gif) no-repeat 0 0;
	}
		#search_btn a:hover span {
			background:transparent url(../images/searchforhomes_btn.gif) no-repeat 100% 0;
		}

/* --------------------------------------------------------------------------------
	CONTENT ELEMENTS
----------------------------------------------------------------------------------*/
#content_text {
	clear:left;
}
	#content_text img {
		border:5px solid #fff;
		outline:#757575 solid 0.5px;
	}
/* image */
p#image {
	float:left;
	padding:6px;
	margin:0;
	background:transparent url(../images/image_bg.gif) no-repeat 0 0;
}