/* index.css 
 * CSS for LSR 2.0 home page
 */
#subRight.home {
background: #f7dd81;
text-align: center;
}
#subLeft.home {
text-align: center;
width: 432px;
background: none;
border: none;
}
#homeQuickSearch {
text-align: left;
margin: 15px 25px 0px;
font-weight: bold;
}
	#homeQuickSearch h3 {
	color: #0d295e;
	}
	#homeQuickSearch .label {
	width: 65px;
	}
	#homeQuickSearch table {
	margin-bottom: 10px;
	width: 290px;
	}
	#homeQuickSearch td {
	padding-bottom: 3px;
	}
	#homeQuickSearch td select#Neighborhood { width: 218px; }
	#homeQuickSearch td select#Type { width: 95px; }
	#homeQuickSearch td select#minPrice, #homeQuickSearch td select#maxPrice { width: 95px; }
	#homeQuickSearch td select#Bedrooms { width: 55px; }
	#homeQuickSearch td select#Bathrooms { width: 55px; }
	#homeQuickSearch td span#label_bath { margin-left: 32px; }
	#homeQuickSearch td input#ID { width: 215px; }
#homeSearchOptions {
margin: 0px 24px;
text-align: left;
font-weight: bold;
line-height: 200%;
height: 142px;
}
	#homeSearchOptions ul {
	margin-top: 10px;
	margin-left: 70px;
	}
	#homeSearchOptions ul li {
	width: 41%;
	display: block;
	float: left;
	}
	#homeSearchOptions li a {
	color: #ab5735;/*red brown*/
	}
	#homeSearchOptions li a:hover {
	color: #9d7a1d;
	}
#featuredProperty, .affiliateBanner {
	text-align: left;
}
.affiliateBanner {
	margin-right: 0px;
	margin-left: 1px;
	padding-bottom: 0;
	width: 94px;
}
	#subRight.home .leadingRE { height: 75px; padding-bottom: 0px; padding-top: 10px; }
	#subRight.home .leadingRE h3 {color: #af5332; font-style: italic;}
	#subRight.home .LRE { height: auto; padding-bottom: 10px; padding-top: 10px; }
	#subRight.home .LRE h3 {color: #af5332; }
	#subRight.home .LRE img {top: 25px;}
	#subRight.home .inmanNews { height: 52px; }
	#subRight.home .inmanNews img {top: -5px; }
	#subRight.home .homebuyerTaxCredit {
	padding: 15px;
	width: 149px;
	height: 120px;
	margin-left: 1px;
	background: #AF5332;
	color: #fff;
	}
	#subRight.home .homebuyerTaxCredit li {
      padding: 4px 0 4px 20px;
      position: relative;
      line-height: 1.4em;
    }
	#subRight.home .homebuyerTaxCredit h3 {
      color: #fff;
      margin-bottom: 10px;
    }
  #subRight.home .homebuyerTaxCredit a{
    color: #fff;
  }
    
  #subRight.home .homebuyerTaxCredit li img{
    position: absolute;
    top: 5px; left: 0;
    vertical-align:middle;
  }