/**
 * home.css
 * 
 * @author Candi Ligutan <candice.ligutan@residentsource.com>
 * @version $Id$
 */ 
 

.flash object {
	width: 1002px;
	height: 252px;
	margin: -2px 0 0 0;
}
.homeFlash #left {
	background: none;
	background-color: #FFF;
	width: 669px;
	min-height: 250px;
	margin-top: -6px;
}
.homeFlash #left .description { float: left; }
.homeFlash #left h1 { 
	color:#000;
	font-style: italic;
	/*width: 530px; 	
	margin: 20px 0 20px 30px;------ Uncomment to fit Virtual Tour and Floorplanner Icons */
	width: 545px;
	margin: 20px 0 20px 45px;
}
.homeFlash #left p {
	/*width: 530px; 	
	margin: 15px 0 15px 30px;------ Uncomment to fit Virtual Tour and Floorplanner Icons */
	width: 570px;
	margin: 15px 0 15px 45px;	
}
.homeFlash #propertyCentric {
	width: 570px;
	margin: 0 0 0 45px;
}
.homeFlash #propertyCentric h2{ color:#000 }
.homeFlash #left .tour {
	float: left; 
	margin: 20px 0 0 30px;
}
.homeFlash #right {
	width: 333px;
	min-height: 250px;
	margin-top: -6px;
}
.homeFlash #right h2 {
	background-color: #02545F;
	color: #FFF;
	padding: 15px 0 15px 30px;
}
.homeFlash #right p { color:#fff;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;
}
