.service_additional_area  {
	float: left;
	height: auto;
	width: 100%;
	
	font-size: 11px;
	color: #333;
	margin-bottom: 20px;
	border: 1px solid #BECFCF;
	background-color: #f7f5ed;
	padding: 10px;
}
.service_additional_area h1 {
	font-size: 18px;
	color: #006558;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.service_additional_area h2 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
.service_additional_area ul {
	list-style-type: none;
	margin: 0;
	display: inline;
	padding: 0;
}
.service_additional_area li {
	text-decoration: none;
	font-size: 13px;
	list-style-type: none;
	margin-top: 8px;
	margin-bottom: 8px;
	display: block;
}
.service_additional_area a {
	color:#004896;
	text-decoration:none;
	font-weight: normal;
}
.service_additional_area a:hover {
	color: #6eabea;
	text-decoration: none;
}
.c_relatedTitle{
	color: #666;
	font-weight: normal;
	font-size: 1.3em;
}
.c_taxonomyTitle{
	color: #666;
	font-family: "Times New Roman", Times, serif;
	font-size: .95em;
}
.c_taxonomyWrapper {
	float: left;
	height: auto;
	width: 100%;	
	font-size: 1em;
	color: #333;
	/*margin-bottom: 15px;*/
	border-left: 1px solid #BECFCF;
	padding: 15px 0 15px 15px;
}
.c_taxonomyWrapper h1 {
	font-size: 1em;
	color: #006558;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.c_taxonomyCat {
	font-size: 1em;
	color: #006558;
	font-weight: normal;
	padding-top: 5px;
	margin: 0;
	border-top: 1px solid #BECFCF;
}
.c_taxonomyWrapper h2 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
.c_taxonomyWrapper ul {
	list-style-type: none;
	margin: 0;
	display: inline;
	padding: 0;
}
.c_taxonomyItems, .c_taxonomySeeMore  {
	text-decoration: none;
	font-size: 12px;
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 4px;
	display: block;
}
.c_taxonomyWrapper a, .c_taxonomyItems a, .c_taxonomySeeMore {
	color:#004896;
	text-decoration:none;
	font-weight: normal;
}
.c_taxonomyItems a:hover, .c_taxonomySeeMore:hover {
	color: #6eabea;
	text-decoration: none;
}
.taxonomy_grn_hdr {
	background-color: #277a6f;
	
	font-size: 20px;
	color: #FFF;
	padding: 5px;
	height: auto;
	width: auto;
}
@media(max-width:992px){
	.c_taxonomyWrapper {
		border-left: 0;
        padding-left:0;
	}
}