@charset "utf-8";
/* CSS Document */

#sidebar_td{
	background-color:#e7e8e9;
	width:218px;
}

#sidebar{
	height:100%;
}

#sidebarSearch{
	margin-top:20px;
	height:100%;
	background-image:url("/img/interior/interior_bg_gray_small.png");
	background-position:top;
	background-repeat:repeat-x;

}

#sidebarSearchTitle{
	background-color:#9B9981;
	margin:auto;
	height:25px;
	margin-top:20px;
	margin-bottom:10px;
	width:100%;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	padding-left:12px;
	line-height:25px;
}

#sideTitle{
	/*height:31px;*/
	line-height:31px;
	color:white;
	background-color:black;
	font-weight:bold;
	font-size:16pt;
	padding-left:12px;
	padding-right:12px;
	text-transform:uppercase;
}

.searchStepInstructions{
	text-transform:uppercase;
	font-size:10px;
	padding-left:3px;
	letter-spacing:-.1px;
	margin-top:10px;
}

.stepNum{
	font-weight:bold;
}

#sidebarFooter{
	text-align:center;
	height:25px;
	background-color:#b9b9b9;
}

#sidebarFooter img{
}

.searchInstructions{
	font-size:11px;
	font-weight:bold;
	padding-left:15px;
	height:18px;
	*margin:8px 0 2px 0;
}

#quickSearchForm{
	display:none;
}

#cityDropDownContainer{
	margin-left:15px;
}

.buttonTable{
}

.buttonTable tr td a{
	color:black;
	text-decoration:none;
}

.buttonTable tr td a:hover{
	background-color:#f69523;
}

/*.buttonTable tr td a:hover{
	background-color:#ccc;
}*/

.searchButton, .searchButtonActive{
	display:block;
	width:25px;
	height:18px;
	text-align:center;
	border:solid #939598 1px;
	background-color:#fff;
	text-decoration:none;
	color:#fff;
	line-height:18px;
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
}

.searchButtonActive{
	background-color:#f69523;
}

#stateButtonTable{
	width:100px;
	margin-left:15px;
}

#bedroomButtonTable{
	width:130px;
	margin-left:8px;
	margin-bottom:5px;
}

#bigSearchButton, #clearSearchButton{
	display:inline;
	float:left;
	margin-left:15px;
	margin-top:-5px;
	margin-bottom:15px;
	width:75px;
	height:20px;
	border:solid #939598 1px;
	background-color:#f69523;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	line-height:20px;
	position:relative;
	top:10px;
	color:#fff;
}

#bigSearchButton a, #clearSearchButton a{
	text-decoration:none;
	color:#fff;
	*line-height:18px;
}

#requiredSearchText{
	text-transform:lowercase;
	font-size:9px;
	float:right;
	color:#979797;
	display:inline;
	line-height:9px;
	margin-top:5px;
	margin-right:15px;
}

.select{
	border:solid #6d6d6e 1px;
	font-size:11px;
	width:175px;
	background-color:#eaeaea;
}

optgroup{
	color:#666666;
	font-style:normal;
	margin-bottom:5px;
}

option{
	color:#6d6d6e;
}

.resultsTableHeader{
	font-size:12px;
	font-weight:bold;
	width:185px;
	border-bottom:solid #b0b1b5 1px;
	text-align:left;
	margin-left:15px;
}

.resultsTable{
	margin-left:15px;
}

.resultsTable a{
	font-size:10px;
	color:#666666;
	text-decoration:underline;
	line-height:15px;
}

.resultsTable a:visited{
	color:#636467;
}

.resultsTable a:hover{
	color:#f69523;
}

.resultsNextButton{
	margin-left:15px;
	margin-top:10px;
	width:37px;
	height:13px;
	border:solid #6d6d6e 1px;
	background-color:#f69523;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	line-height:13px;
	color:black;
	*line-height:12px;
}

.resultsNextButton a{
	text-decoration:none;
	color:black;
	display:block;
}

.results_region_name{
	margin-top:8px;
	color:#4D4D4F;
	font-weight:bold;
	font-size:12px;
}

.results_region_name a{
	font-weight:bold;
	font-size:12px;
	color:#4D4D4F;
	text-decoration:none;
}

.results_region_name a:visited{
	color:#4D4D4F;
}