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

ul.service_items {
	margin: 0px !important;
	padding: 0px !important;
}
ul.service_items li {
	list-style-type: none;
}
ul.service_items li a {
	line-height: 25px;
	background-color: #B98C00;
	display: block;
	height: 25px;
	text-decoration: none;
	padding-left: 10px;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F6000;
}
.feature_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

