/* CSS Document */


/*---- SITEMAP --------------------------------------------------*/
div#sitemap{
	clear:both;
	width:840px;
	margin:0 auto;

}

#sitemap:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #sitemap {
    height: 1em;
    overflow: visible;
}
/**/


h2#sitemap_title{
	width:880px;
	height:57px;
	margin:0px 0px 20px 0px;
	background:url(../sitemap/img/sitemap_title.gif) top left no-repeat;
}


h2#sitemap_title span{
	display: none;
}

div#sitemap_left{
	float:left;
	width:410px;
	padding:0px;
	margin:0px;
}

div#sitemap_right{
	float:right;
	width:410px;
	margin:0px;
}

#sitemap h4{
	width:380px;
	margin-bottom:10px;
	padding:5px 10px 5px 20px;
	font-size:110%;
	background:url(../img/point_blue.gif) top left no-repeat;
	background-color:#DAE5EF;

}

#sitemap h5{
	font-size:100%;
	margin:0px 0px 10px 30px;
	padding-left:20px;
	background:url(../img/orange_icon.gif) top left no-repeat;
}

p.left_70px{
	margin-left:90px;
}

#sitemap ul{
	list-style-image:url(../img/point_gray.gif);
	padding-left:30px;
	margin:0px 0px 5px 50px;
}

#sitemap li{
	margin-bottom:3px;
}

