/**
 * home.css
 *
 * @author Andy Do <andy.do@resiteonline.com>
 * @version $Id$
 ********************************************************/


/* Don't know why different pages has separate CSS for the same sidebarContainer!
 * If possible, have all CSS relating to sidebarContainer in one file and include it in default.css
 * Once that is done, the following within markers is not suppose to be in this file.
 *
 * Begining of sidebarContainer CSS *****************************************************************/
#sidebarContainer {
	padding-top: 10px;
	height: 352px;
	margin: 0 0 0 0;
}

*html #sidebarContainer {
	padding-top: 7px;
	padding-bottom: 14px;
	left: 0;
}

#homeSearchForLocation {
	width: 249px;
	height: 67px;
	margin: 0 0 0 0;
	background: url(../images/home-find_your_new_home.gif) no-repeat #928980;
}

#homeSearchForLocation form { padding: 0; margin: 0; }

#homeSearchForLocation select {
	font-size: 11px;
	width: 176px;
	margin: 37px 4px 6px 15px;
	padding: 0;
}

#homeSearchForLocation input.goButton {
	width: 35px;
	height: 22px;
	margin: 20px 0 0 0;
}

#homeSearchByState {
	display: block;
	width: 249px;
	height: 213px;
	margin: 2px 0 0 0;
	border: 0;
	background: url(../images/home-search_by_state.gif) no-repeat #928980;
}
/* End of sidebarContainer ***********************************************************/


/* The following is specific to home page only */
h2#homeHeadline {
	font-size: .1ex;
	color: #ece8e4;
	background: url(../images/home-headline.gif) no-repeat;
	width: 515px;
	height: 46px;
	margin: 8px 0 0 -1px;
	float: left;
}

/* IE <= 7 Fix */
*html h2#homeHeadline {
	margin: 5px 0 -8px 0;
}

#contentContainer {
	padding: 0;
	margin: 0;
}

#floatContainer {
	background-image:none;
}

a.resite { margin: 0; }
a {	color: #646464; }

/* Styles for Facebook Plugins */
#facebookLikeButton {
	width: 516px;
	float: left;
	padding: 6px 6px;
	margin: 10px 0px;
	background-color: #FFFFFF;
}

