/* =MAJOR SECTION ARRANGEMENTS
================================================= */
#sitemap #section-text {
	float: left;
	width: 55%;
	border-left: none;
}

#sitemap a {
	border: none;
}

#sitemap ul {
}

#sitemap ul.level0  {
 	font-size: 0.9em;
 	font-weight: bold;
 	list-style-type: none;
 	padding-left: 0;
}

#sitemap ul.level1  {
 	font-size: 0.95em;
 	font-weight: bold;
}

#sitemap li.level1  {
 	padding-left: 1em;
 	margin-left: 0.5em;
 	width:100%;
 	float: left;
}

#sitemap ul.level2  {
 	font-size: 0.95em;
 	list-style-type: none;
}

#sitemap li.level2  {
 	font-size: 1em;
 	float: left;
 	margin-right: 0.5em;
 	padding-right: 0.5em;
}

#sitemap ul.level3  {
 	font-size: 0.95em;
 	font-style: normal;
 	/*float: left;*/
}

#sitemap li.level3  {
 	/*float: left;*/
 	margin-right: 2em;
}
