/**
 * home.css
 * 
 * @author Candi Ligutan <candice.ligutan@residentsource.com>
 * @version $Id$
 */ 
 
/******* Colors ********/
.homeFlash #left {
	background: none;
	background-color: #FFF;
}
.homeFlash #right h2 {
	background-color: #002e4f;
	background-color: #64afc2;
	color: #15365f;
}

/******* End Colors ********/

.flash object {
	width: 1002px;
	height: 252px;
	margin: -2px 0 0 0;
}
.homeFlash #left {
	width: 669px;
	min-height: 250px;
	margin-top: -6px;
	position:relative;
}
.homeFlash #left .description { float: left; }
.homeFlash #left h1 { 
	font-style: italic;
	width: 530px; 	
	margin: 20px 0 20px 30px;
	/*width: 545px;
	margin: 20px 0 20px 45px;*/
}
.homeFlash #left p {
	width: 530px; 	
	margin: 15px 0 15px 30px;
	/*width: 570px;
	margin: 15px 0 15px 45px;*/	
}
.homeFlash #propertyCentric {
	width: 570px;
	margin: 0 0 0 45px;
}
.homeFlash #left .tour {
	float: left; 
	margin: 20px 0 0 30px;
	position:absolute;
	top:0;
	right:15px;
}
.homeFlash #right {
	width: 333px;
	min-height: 250px;
	margin-top: -6px;
}
.homeFlash #right h2 { padding: 15px 0 15px 30px; }
.homeFlash #right p { padding: 10px 30px 0 30px; }
.coupon { 
	background: url(../images/button-movein.jpg) no-repeat;
	width: 188px;
	height: 36px;
	display: block;
	font-weight: bold;
	font-size: 12pt;
	margin: 15px 70px 30px 70px;
}

