@charset "utf-8";
/* CSS Document */
/* Services */
div.list_item
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 16px;
	display: block;
	width: 430px;
	float: left;
	background-color: transparent;
	background-image: url(../images/list-img.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	margin-left: 15px;
	line-height: 20px;
}

.text_link
{
	color:#434547;
	
}
.text_link:hover
{
	color:#007fc3;
	text-decoration:underline;
}
.sevice_sub_heading
{
	font-size:16px;
	font-weight:bold;
	color:#515457;
}