<!-- Site map css -->

.header-site-map p {
	margin: 0px;
	border: 0px;
	padding: 0px;
}
.header-site-map {
	background: silver;
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	/*height: 15px;*/
	font-weight: bold;
	font-size: 100%;
	float: clear-both;
}

.global-wrap-site-map {
	background: #008080;
	width: 990px;
}

.group-wrap-a {
	margin-left: 0%;
	width: 50%;
	float: left;
	background: #008080;
}

.group-wrap-a-ab {
	float: left;
	width: 68%;
	background: #008080;
}


.group-wrap-a-c {
	float: right;
	width: 32%;
	background: #008080;
}


.group-wrap-b {
	width: 50%;
	float: right;
}

.clear-site-map {
	background: #008080;
	width: 990px;
	height: 2px;
	clear: both;
}
	/* 68% */
ul {
	font-size: 65%;	
}

/* SITE MAP LINK CSS */

.site-map-link-header {
	list-style-type: none;
	list-style-position: outside;
	font-variant: small-caps;
	font-weight: bold;
}

.site-map-links {
	list-style-type: none;
	list-style-position: outside;
}

	a.site-map {color: black; text-decoration: none;}
	a:hover.site-map {color: #660088; text-decoration: underline;}
	
	a.site-map-bold {color: black; font-style: italic; text-decoration: underline;}
	a:hover.site-map-bold {color: #660088; text-decoration: underline;}
	
	a.site-map-bold-c {color: black; font-weight: bold; text-decoration: none;}
	a:hover.site-map-bold-c {color: black; font-weight:bold; text-decoration: underline;}

.list-a {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	border: 0px;
	width: 49%;
	float: left;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
}

.list-b {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 48%;
	float: right;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
}

.list-c {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
}

.list-d {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 49%;
	float: left;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
}

.list-e {
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 49%;
	float: right;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
}


<!-- End Site Map CSS -->
