/*
sitemap Layout
*/

.sitemapContainer {
	font:70% Arial, Helvetica, sans-serif; 
	color:#000000;
	line-height:150%;
	text-align:left;
	margin:0 auto;
	width:900px;
	padding-left: 10px;
}

.sitemapContainerh1 {
	display: block;
	font-size: 1.35em;
	padding-left: 0px;
}

.sitemapContainer a {
	text-decoration:none;
	color:#000000;
}

.sitemapContainer a:hover {
	text-decoration: none;
	color:#999;
}

.sitemapContainerHeading {
	margin-top: 0px;	
	margin-left: 0px;
}

.sitemapContainer p {
	margin-left: 0px;	
}

.sitemapContent {
	margin:0 0px;
	margin-bottom: 20px;
}

.sitemapLeftColumn {
	float: left;
	margin: 0 auto;
	width: 850px;
	background: #fff;
	padding-left: 0px;
}

.sitemapRightColumn {
	float: left;
	margin: 0 auto;
	width: 340px;
	background: #fff;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*
sitemap Layout
*/

/*
	SitemapLeft 	 
*/

#sitemapLeft, #sitemapLeft ul, #sitemapLeft li {
	margin: 0;
	padding: 0;
	list-style: none;
	
}
#sitemapLeft {
}

#sitemapLeft ul {
/*	display:none; */
}

#sitemapLeft li {
	line-height: 200%;
	margin-top: 0px;
	background: #eee;
	position: relative;
	width: 100%;
}

/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemapLeft li	{
	float: left;
	display: inline;
}

#sitemapLeft li a {
	padding-left: 28px;
}

#sitemapLeft li span {
	float: left;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	cursor: auto;
	font-size: 0;
}

#sitemapLeft li span, #sitemapLeft li span.collapsed {
	background:url(/images/sitemap/collapsed.gif) no-repeat 0 0;
} 

#sitemapLeft li span.expanded {
	background:url(/images/sitemap/expanded.gif) no-repeat 0 0;
}

/* second level */

#sitemapLeft li li{
	background: #fff;
}

#sitemapLeft li li a {
	padding-left: 56px;
}

#sitemapLeft li li span {
	left: 28px;
}

/* third level */

#sitemapLeft li li li a {
	padding-left: 84px;
}

#sitemapLeft li li li span {
	left: 56px;
}

#sitemapLeft li li li li span {
	left: 84px;
}

#sitemapLeft li li li li a {
	padding-left: 112px;
}


/*
sitemap end 
*/
