/* SERVICE BOX STYLE8 */
.serviceBox.style7 { }

.serviceBox.style7 .imageContainer {
	width: 25%;
	float: left;
}
	
.serviceBox.style7 .imageContainer img {
}

.serviceBox.style7 .textContainer {
	float: left;	
	color: #666;
	width: 72%;
	margin-left: 3%;
	padding-top: 10px;
}

.serviceBox.style7 .textContainer h3 {
	margin-top: 0; 
	margin-bottom: 5px;
	text-align: left;
}

.serviceBox.style7 .textContainer p { 
	margin-bottom: 0; 
}