/*======================
	LAYOUT
========================*/
body
{
	background: #152337 url(../images/site_background_home.jpg) repeat-x;	
	
}
#header-background
{
	background:url(../images/header_background_home.jpg) no-repeat 50% 0; 
	height:316px; 
}
#header
{
	height:293px; 
}
#body-background, #body-wrapper
{
	background:transparent; 
}
/*======================
	SERVICES
========================*/
#services, #news,#free-quote, #blog
{
	border-right:solid 1px #e1e1e1;  
	float:left; 
	height:249px; 
	margin-bottom:10px; 
	display:block; 
	overflow:hidden; 
}
#services h2, #news h2, #blog h2{ margin-top:0px }
#services div, #news div, #blog div
{
	margin: 0 14px 0 14px; 	
}
#services
{
	width:435px; 
}
/*======================
	NEWS AND EVENTS
========================*/
#news
{
	width:260px; 
}
/*======================
    FREE QUOTE
========================*/
#free-quote
{
	float:left; 
    
   /* border:solid 1px blue; */
    padding:0 13px 0 13px;
}

/*======================
	BLOG
========================*/
#blog
{
	width:260px;  
	float:right; 
}
/*======================
	FEATURED PROJECTS
========================*/
#featured-projects
{
	float:left; 
	width:100%;
	height:209px; 	
}
#featured-projects h2{ color:#fff; margin-top:10px; padding-top:10px;  margin-bottom:5px; font-size:18px; } 
#featured-projects ul{ border:0; margin:0;  }
#featured-projects ul.portfolio li
{
	 margin: 0 5px 0 5px; 
}
#featured-projects ul.portfolio p
{
	color:#dedede; 
}