/*
	Sitemap Styler 	 
*/

#SitemapPageHolder {float:left; width:400px;}
#SitemapPageHolder ul {float:left;margin:0;padding:0;list-style:none;clear:both;}
#SitemapPageHolder ul li a{font-size:13px;font-weight:bold;}

#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;
}

#sitemap{padding:0px 0px 0px 0px;margin:auto}
#sitemap ul{ padding:0 0 0 40px;
/*	display:none;*/
}
#sitemap li
{
    float:left;
    clear:both;
	line-height:200%;
	margin-top:1px;
	position:relative;
	width:450px;/*background-color:#121012;*/
}

#sitemap ul li{float:left; display:inline;}

/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li{
	float:left;
	display:inline;
}

#sitemap li a{font-size:13px;font-weight:bold;}
#sitemap li span{float:left;position:absolute;top:5px;left:5px;width:13px;height:13px;cursor:auto;font-size:0;}
#sitemap li span, #sitemap li span.collapsed{background:url(/includes/images/general/collapsed.gif) no-repeat 0 0;} 
#sitemap li span.expanded{background:url(/includes/images/general/expanded.gif) no-repeat 0 0;}

/* second level */

#sitemap li li{float:left;clear:both;margin:4px 0 0 0;padding:0 10px 0 10px;background:url(/includes/images/general/dot.png) left top no-repeat; background-position:0 7px; line-height:17px;}
#sitemap li li a{font-weight:normal;color:#6B6767;}
#sitemap li li a:hover {color:#d59418;}
#sitemap li li span{left:28px;}

/* third level */
#sitemap li li ul li a{color:#000; font-style:italic;}


#sitemap li li li span{left:56px;}

/* etc. */

/*  */

.footernavMap {width:520px;list-style-type:none;margin:auto;padding:0;padding-left:45px;padding-top:10px;}
.footernavMap li{
	line-height:200%;
	margin-top:1px;
	position:relative;
	width:100%;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html .footernavMap li{
	float:left;
	display:inline;
}

.footernavMap li a {padding-left:28px;font-size:12px;}
.footernavMap li.first {background:url(/includes/images/general/bg_lines.gif) no-repeat scroll left top;}

#rightContent {width:78%;}
#rightContent h2 {margin:auto;width:483px;}
#btmleftNav {display:none;}