/* Sitemap Styling */

#sitemap_left {
	position:absolute;
	width:150px;
	height:259px;
	padding: 40px 10px 20px 20px;
	z-index:4;
	top: 0px;
	left: 0px;
}

#sitemap_center2 {
	position:absolute;
	width:160px;
	height:295px;
	padding: 40px 10px 20px 10px;
	z-index:4;
	top: 0px;
	left: 362px;
}

#sitemap_center1 {
	position:absolute;
	width:160px;
	height:295px;
	padding: 40px 10px 20px 10px;
	z-index:4;
	top: 0px;
	left: 181px;
}
#sitemap_right {
	position:absolute;
	width:148px;
	height:295px;
	padding: 40px 20px 20px 10px;
	z-index:4;
	top: 0px;
	left: 543px;
}

.sitemap_list, .sitemap_list ul {
	list-style: none;
	margin:7px 0px 0px 0px;
	padding:0;
	display:block;

}

.sitemap_list a{
	font-weight: bold;
	color: #AE1A1B;
}

.sitemap_list ul li a{
	font-weight: normal;
	color: #000000;
}

.sitemap_list a:hover, .sitemap_list ul li a:hover{
	color: #FFBF7C;
	text-decoration: none;	
}


.sitemap_list ul li {
	list-style: none;
	margin:0;
	padding:0;
	display:block;
	font-weight: normal;
}

#sitemap_bread_crumbs {
	position: absolute;
	z-index: 100;
	height: 15px;
	width: 300px;
	left: 19px;
	top: 334px;
}
