@CHARSET "ISO-8859-1";


/***************************************************************
*** Sitemap Styles
***************************************************************/
#sitemap .content_container {
	padding:20px;
	/*padding-bottom:150px;*/
	/*background: #fff url(../images/sitemap_bg_image.gif) no-repeat;*/
	background-position: 200px 80px;
}

#sitemap_header {
	padding-bottom: 15px;
	margin-bottom:20px;
	border-bottom: 1px dashed #E6E5D3;
}

#sitemap #links {
	margin-left:45px;
	margin-top:10px;
}

#sitemap #links img {
	margin:5px 0;
}

#sitemap h3 {
	margin-top:25px;
}

#sitemap h3 a {
	color:#543528;
}

#sitemap h3 a:hover {
	color:#D56C2A;
}

#sitemap ul {
	/*list-style-image: url(../images/green_bullet.gif);*/
	margin-left: 15px;
} 

#sitemap ul li {
	line-height: 20px;
}

#sitemap a:hover {
	color:#543528;
	text-decoration:none;
}

#links-left {
	float:left;
	width:300px;
}

#links-right {
	float:right;
	width:475px;
}
