/*----------------------------------------------------------*/
/* Lorain Soil and Water Conservation District				*/
/* CSS name: sitemap.css									*/
/* Developer: MindPick Software LLC							*/
/* Date: 9/6/2007											*/
/*															*/
/* Description: Style sheet for the sitemap page for	 	*/
/* 		all media.											*/
/*----------------------------------------------------------*/

/*--------------------------------------------------------------*/
/* Sitemap anchors aren't underlined until hovered over.	 	*/
/*--------------------------------------------------------------*/
#sitemap a {
	margin: 0.2em 0;
	color: black;
	text-decoration: none;
}

#sitemap a:hover {
	color: black;
	text-decoration: underline;
}

.level1_header {
	margin: 1em 0 0.2em 0;
	padding: 2px 3px;
	color: white;
	background-color: #006600;
	line-height: 170%;
}

.level2_header {
	margin: 0.2em 0 0.2em 2em;
	padding: 2px 3px;
	color: white;
	background-color: #006600;
	line-height: 170%;
}

.level2_anchor {
	margin: 0.2em 0 0.2em 2em ! important;
}
