﻿/*Home Page*/

.service_box_container {
	width:610px;
	border-bottom:1px dashed #c9c4b3;
	margin-bottom:5px;
}
.service_box_container .image {
	float:left;
	width:97px;
	height:97px;
	margin:10px 0px 0px 22px;
}
.service_box_container .text {
	float:right;
	width:460px;
	font-size:12px;
	padding:5px 0px;
}
.service_box_container .text p {
	padding:0px;
	margin:0px;
}
