@charset "utf-8";
/* CSS Document */

#promosContainer {
	width: 535px;
	height: 200px;
	margin-top: 15px;
	margin-bottom: 15px;
	}

	.promos {
		border: 1px solid #0E6CB6;
		width: 166px;
		float: left;
		height: 200px;
		color: #FFF;
		background: #0E6CB6;
		}

		.promos p {
			color: #FFF;
			margin: 0px 10px;
			padding: 0px;
			font-size: 16px;
			font-weight: bold;
			display: block;
			}	
			
		.promos a {
	color: #FFF;
	text-decoration: none;
			}
			
			.promos a:hover {
	text-decoration: underline;
	
				}				

#realEstateContainer {
	width: 532px;
	border: 1px solid #0E6CB6;
	}
	
	#realEstateHeader {
		width: 512px;
		height: 20px;
		padding: 10px;
		background: #0E6CB6;
		color:#FFF;
		font-weight: bold;
		}
		
#featuredServicesContainer {
	margin-bottom: 15px;
	width: 183px;
	border: 1px solid #0E6CB6;
	background: url(../images/homeFeaturedService.gif) no-repeat 8px 8px;
	padding-top: 28px;
	}
	
	#featuredServicesContainer div {
		display: none;
		}
		
	
	#featuredServicesContainer h4 {
	font-size: 17px;
	margin: 0px;
	padding: 3px;
	color: #FFF;
	background: #0E6CB6;
	font-weight: normal;
		}		
	
	#featuredServicesContainer p {
		display: block;
		margin: 8px;
		padding: 0px;
		font-size: 12px;
		line-height: 18px;
		}	
		
	#featuredServicesContainer a {
		display: block;
		margin: 5px;
		padding: 0px;
		font-style: italic;
		font-weight: bold;
		color: #60A33A;
		text-align: right;
		letter-spacing: 1px;
		text-decoration: none;
		}			

#reasonsContainer {

	}
	
	#reasonsContainer p {
		font-size: 11px;
		margin-top: 0px;
		}
		
 		.reasonImg {
			margin: 0;
			padding: 0;
			}
				
	#reasonsContainer div {
		display: none;/**/
		line-height: normal;
		background-color: #FFF;
		height: 405px;
		}
		
	.reasonImgButton{
		cursor: pointer;
		}		

