@charset "utf-8";

/*============================================================

	[sitemap.css]
	
============================================================*/


/*
	wide
------------------------------------------------------------*/
div#header ul#nav {
	background: url(../img/nav_bg.jpg) no-repeat;
}

div#content div.wrapper {
	background: url(../../shared/img/content_bg_wide_body.png) repeat-y;
}
* html div#content div.wrapper {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../shared/img/content_bg_wide_body.png", sizingMethod="scale");
}

div#main {
	width: 800px;
}
* html div#main {
	width: 760px;
}

div#footer address {
	background: url(../../shared/img/content_bg_wide_footer.jpg) no-repeat;
}

div#footer div#top-of-page p {
	left: 700px;
}


/*
	sitemap
------------------------------------------------------------*/
div.section ul {
	list-style: none;
}

div.section li {
	position: relative;
	margin-bottom: 0.5em;
}

div.section ul ul {
	margin: 0.5em 0 0;
}

div.section li li {
	padding: 0 0 0 16px;
	background: url(../img/bullet.gif) no-repeat 0 0.5em;
}
* html div.section li li {
	width: 100%;
}

div.section li a,
div.section li span.parent {
	font-weight: bold;
	color: #66F !important;
}

div.section li span.description {
	position: absolute;
	right: 0;
	top: 0;
	width: 420px;
}
