@charset "utf-8";
/* CSS Document */

.fServices {
	border:1px solid #D6D6D6;
	border-top:0px none;
}
.fServices ul {
	background:#ffffff;
	margin:0px; padding:0px;
	border-top:0px none; 
	overflow:hidden; height:100%;
}
.fServices ul li {
	border-left:1px solid #dfdfdf;
	margin:0px; padding:0px;
	list-style:none;
	float:left;
	color:#5f5f5f;
	font-size:11px;
	margin:15px 10px 15px 0px;
	width:32%;
}
.fServices ul li.first {
	border-left:0px none;
}
.fServices ul li h3 {
	font-size:13px;
	margin:0px; padding:0px;
}
.fServices ul li h3 a {
	text-decoration:none;
	color:#333;
}
.fServices ul li p {
	margin:8px 0px 0px;
	line-height:180%;
}
.fServices ul li img {
	float:left; height:64px; width:64px;
	background:#dfdfdf;
	margin:0px 8px 0px 12px;
}