h1.bx_services_sitemap_title {
	margin-bottom: 14px;
}

h1.bx_services_sitemap_title a{
	color: #0d397a;
	text-decoration: none;
}

.sections_tabs_pages {
	display: table;
	width: 100%;
	margin-top: 20px;
}

.sections_tabs_pages .tabs .tab.active a {
	color: #0d397a;
	border: none;

}

.sections_tabs_pages ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 45px;
	border-bottom: 1px solid #0092df;
	width: 100%;
	display: table-row;
	clear: left;
	position: relative;
	text-align: center;
}

.sections_tabs_pages ul.tabs li {
	float: left;
	margin: 0 !important;
	height: 45px;
	line-height: 45px;
	border: none;
	margin-bottom: -1px;
	background: #f7f7f7;
	overflow: hidden;
	position: relative;
	display: table-cell;
	float: none;
	border-bottom: 1px solid #0092df;
	padding: 0 1px 0 1px;
}

.sections_tabs_pages ul.tabs li a {
	text-decoration: none;
	color: #0d397a;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 0 20px;
	outline: none;
	max-height: 45px;
}

.sections_tabs_pages ul.tabs li a:hover {
	background: #ccc;
	cursor: pointer;
}	


.sections_tabs_pages  ul.tabs li.active {
	border-bottom: 1px solid #fff;
	border-left: 1px solid #0092df;
	border-right: 1px solid #0092df;
	background: #fff url("images/section_active_border.gif") repeat-x scroll left top;
	padding: 0;
}

.sections_tabs_pages  ul.tabs li.active a:hover  {
	background: #fff url("images/section_active_border.gif") repeat-x scroll left top;

}

.sections_tabs_pages .tab_container {
	border: 1px solid #0092df;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	box-sizing: border-box;
}

.sections_tabs_pages .tab_content {
	padding: 23px 20px 13px;
}

.sections_tabs_pages .tab_description {
	margin-bottom: 15px;
}
