/* Home page CSS */

p strong{
	color:#052108;
	}

#content{
	margin-bottom:10px;
	}



#intro_paragraph{
	z-index:0;
	}


/* PARAGRAPH & LINKS SECTION */
#paragraph_links{
	position:relative;
	height:156px;
	}

#paragraph_links p{
	display:block;
	width:390px;
	
	margin-top:0;
	padding-top:0;
	font-size:10px;
	}
	
#featured_properties{
	position:absolute;
	top:8px;
	left:419px;
	padding:10px 0px 0 10px;
	width:204px;
	height:156px;
	background-image:url(/img/home/feature_properties_bg.gif);
	background-repeat:no-repeat;
}

#featured_properties_title{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8B9D39;
	text-decoration:none;
	font-size:12px;
	letter-spacing:.1em;
	display:block;
	width:180px;
	height:20px;
	border-bottom:1px dotted #A6AC47;
}

#featured_properties ul{
	font-size:10px;
	letter-spacing:.1em;
	margin:8px 0 0 0;
	padding:0;
	list-style:none;
	width:180px;
	}


#featured_properties li{
	color:#0E2D00;
	margin:0;
	padding:1px 0;
	width:180px;
	border-bottom:1px dotted #A6AC47;

	}

#featured_properties li a{
	display:block;
	text-decoration:none;
	color:#0E2D00;
	} 
#featured_properties li a:hover{
	background-color:#E6F4C2; /*#DCF2A2;*/
}

#featured_properties ul li ul{
	margin:0 0 .5em 1.5em;
	width:150px;
	}
#featured_properties ul li ul li{
	width:163px;
	border:none;
	}
	

#see_all_listings{
	position:absolute;
	bottom:15px;
	right:20px;
	}








/* PROMOTIONS SECTION */
#promotions{
	border:none;
	width:625px;
	height:150px;
}


#date{
	position:absolute;
	top:8px;
	right:0;
	color:#000;
	font-size:10px;
	}

#promo_borders{
	position:absolute;
	z-index:-1;
	width:625px;
	top:30px;
	height:70px;
	border-top:3px solid #EBF7C9;
	border-bottom:3px solid #EBF7C9;
}

#promotion1{
	position:absolute;
	top:-25px;
	left:10px;
	z-index:50;
}


#promotion2{
	position:absolute;
	top:-18px;
	left:310px;
	z-index:20;
}

#divider{
	position:absolute;
	top:0px;
	left:300px;
	width:1px;
	height:50px;
	margin:10px 0;
	background-color:#909E2D;
	}