/* Sitemap -------------------------------------------------------------------- */
.content-pages{
	float:left;
	height: auto;
	width: 962px;
	background: #fff url("../images/structure/content-pages-shadow.png") bottom left repeat-x;
	border: #e7e7e6 1px solid;
	clear: both;
	overflow:hidden;
	margin-bottom: 10px;
	padding-bottom: 50px;
}
#site-map-TopticArea{
	position: relative;
	float:left;
    margin-left: -12px;
    margin-top: -6px;
    width: 962px;
	height:74px;
	background:#746bac url(../images/structure/live-well-tab.gif) 0 bottom repeat-x;
}
#site-map-TopticArea h3{
    color: #fff;
    display: block;
    font-size: 1.6em;
    font-weight: normal;
    height: 25px;
    padding: 13px 0 0 15px;
    width: 100%;
}
ul.site-map-tabs {
	position: relative;
	float:left;
	width: 100%;
	height:37px;
	display:block;
	margin: 0 !important;
}
ul.site-map-tabs li {
	position: relative;
	float:left;
	width: auto;
	height:37px;
	display:block;
	text-align:center;
}
ul.site-map-tabs li a{
	color:#fff !important;
	font-size: 1.4em !important;
	line-height:37px;
	padding: 0 11px;
}
ul.site-map-tabs li a.current, ul.site-map-tabs li a:hover{
	color:#000 !important;
	height:37px;
	display:block;
	background:#fff !important;
	text-decoration: none !important;
}
ul.site-map-table{
	position:relative;
	float:left;
	width: 910px;
	height:auto;
	display:block;
	margin: 20px 0 20px 20px !important;
	padding-bottom: 40px;
	clear:both;
}
ul.site-map-table li {
	position: relative;
	float:left;
	width:50%;
	height:auto;
	display:block;
	font-size: 1.2em;
	padding: 5px 0 !important;
	list-style:none !important;
}
ul.site-map-table li.topic-h4{
	display:block;
	width:100%;
	height:30px;
	margin: 10px 0;
}
ul.site-map-table li.topic-h4 h4{
	float:left;
	color:#000;
	font-size:1.8em;
	width:30px;
	height:30px;
	padding:5px 0 0 0;
	margin:0 10px 0 0;
	font-weight:normal;
	text-align:center;
	display:block;
	background:#e7e7e6;
}
ul.site-map-table li.topic-h4 h4 span{
	padding:5px 0 0 0;
}