﻿.home_left 
{
	float:left;
	width:525px;
	margin:0 25px 0 0;
}

.home_right {
	float:left;
	margin:0;
}

.home_advert {
	float:right; 
	margin-bottom:10px;	
}
img.homepage-img {margin:0 0 20px;}
/* ------------------------------------------------------- */
/* Home Page Featured Projects */
#home_siteList 
{
	list-style:none;
	padding:0;
	margin:0;
	width:525px;
}

#home_siteList li 
{
	width:150px;
	float:left;
	padding:0 25px 0 0;
}

.siteListImg
{
	border:1px solid #999999;
	
}

#home_siteList li p 
{
	margin:0px 0px 0px 0px;
	width:155px;	
	padding:0px;
	font-size:11px;
}
#home_siteList li strong
{
	font-size:11px;	
}

.features_footer {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#333333;
	margin:40px 0 0;	
}
	
/* ------------------------------------------------------- */
/* Home Page Services List */
#home_services 
{
	list-style:none;
	padding:0px;
	margin:0px;
		
}
#home_services li
{	
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#666666;
	width:275px;
	border-bottom:1px dashed #CCCCCC;
	min-height:50px;
}
#home_services li:hover
{
	background-color:#EFF1FD;
}
#home_services li img
{
	float:left;
	margin:0 4px 0 0;
}
#home_services li a
{	
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
#home_services li:hover a
{	
	text-decoration:underline;
}