/**
  * home.css
  * 
  * @author Candi Ligutan <candice.ligutan@residentsource.com>
  * @version $Id$
  **/ 
body { color: #FFF; }
h1 { color: #FEF18A; }

/* ----------- Side Nav ----------- */
#propertyCentric select { _left: 0px; }
#propertyCentric .search { 
	margin: -32px 0 0 155px;
	_margin: 30px 0 0 -100px; 
}

/* ----------- Top Half ----------- */
.topImage {
	background: url(../images/top-image.jpg) no-repeat; 
	width: 728px; 
	height: 373px;  
	_position: relative;
	_z-index: 1;
	_width: 728px;
	_background-color: transparent;
}
.topImage h2 {
	color: #FFF;
	font: bold 11pt Arial;
	padding: 348px 0 0 10px;
	float: left;
	width: 195px;
	height: 18px;
	overflow: hidden;
}
#nonflash {
	background: url(../images/great_locations.png) no-repeat; 
	width: 509px;
	height: 122px;
	float: left;
	margin: 252px 0 0 12px;
}
#flash object {
	width: 511px;
	height: 122px; 
	margin: 252px 0 0 12px;
	_margin: -115px 0 0 217px;
	_width: 511px;
}
/* ----------- Feature Section ----------- */
.feature {
	width: 217px; 
	height: 198px;
	float: left;
	clear: none; 
	margin: -1px 0 0 0;
	/*_margin: 50px 0 0 132px;*/
	_z-index: 12;
	_display: block;
	_float: left;
}
*+html .feature { margin: 0; }
.featureImage {
	width: 217px; 
	height: 84px; 
}
.featureText {
	background: #372B15 url(../images/bttm-brwn.jpg) no-repeat;
	width: 217px; 
	height: 120px;
	font-size: 9pt; 
	overflow: hidden;
	_float: left;
	_display: block;
}
.featureText h3 {
	color: #FFF;
	margin: 0 0 15px 10px;
	padding: 5px 0 0 0;
}
*+html .featureText h3 { margin: 0 0 15px 10px; }
.featureText p {
	width: 205px; 
	margin: -2px 0 0 10px;
}
*+html .featureText p { margin: 0 0 0px 10px; }
.featureText a { 
	width: 205px; 
	float: right;
	font-weight: bold;
}

/* ----------- Find an Apt Section ----------- */
.findApt {
	background: #1F3044 url(../images/bttm-blue.jpg) no-repeat;
	width: 492px; 
	height: 198px;
	margin: 0 0 0 216px; 
	padding: 0 0 0 20px; 
	_margin: -206px 0 0 108px;
	_float: left; 
	_clear: left;
	_width: 492px;
	_height: 200px;
	_background-color: #182535;
}
*+html .findApt { margin: 0px; float: left; clear: right;  }
.findApt h1 { padding: 10px 0 10px 0; _margin-top: 10px; }
.findApt p { 
	width: 200px; 
	font-size: 8pt; 
	text-align: justify; 
}
form { width: 205px; }
.aptSearch { 
	width: 200px;
	margin: 10px 0 0 0;
	float: left; 
}
.button { 
	background: url(../images/submit-bttn1.png) no-repeat; 
	width: 85px;
	height: 92px; 
	float: left;
	margin: -80px 0 0 210px; 
	border: 0; 
	cursor: pointer; 
	text-indent: -400px;
	_margin: -90px 0 0 210px;
	_background: url(../images/submit-bttn1.gif) no-repeat; 
	line-height: 200px;
}
.indiana {
	background: url(../images/in-white.png) no-repeat;
	width: 83px;
	height: 132px; 
	float: left; 
	margin: -120px 0 0 0; 
	cursor: pointer; 
	_background: url(../images/in-white.gif) no-repeat;
	_margin-left: 150px; 
}
.indiana a, .ohio a { 
	width: 83px;
	height: 132px; 
	display: block; 
}
*+html .indiana { margin: -140px 0 0 300px; }
.indiana:hover {
	background: url(../images/in-green.png) no-repeat;
	_background: url(../images/in-green.gif) no-repeat;
}
.ohio {
	background: url(../images/oh-white.png) no-repeat;
	width: 83px;
	height: 132px; 
	float: left; 	
	margin: -120px 0 0 -10px; 
	cursor: pointer; 
	_background: url(../images/oh-white.gif) no-repeat;
}
*+html .ohio { margin: -140px 0 0 -10px;}
.ohio:hover {
	background: url(../images/oh-green.png) no-repeat;
	_background: url(../images/oh-green.gif) no-repeat;
}
