#sitemap_container
{
	overflow: visible;
}

#sitemap_container a
{
	line-height:24px;
}

.sitemap_col
{
	position:relative;
	float:left;
	margin: 0px 0px 10px 10px;
	width:175px;
}

.sitemap_subtitle
{
	color:#000;
	font-size:16px;
	font-weight:bold;
	font-family:Arial;
	margin-bottom:8px;
	margin-top:8px;	
}

.header
{
	font-family:Arial;
	font-size:18px;
	vertical-align: bottom;
	margin: 10px 10px 10px 10px;
	font-weight:bold;
	clear: both;
	height: 25px;
	padding: 10px 0 0px 0;	
}

li
{
	margin-bottom: 10px;
	line-height:1.1667;
}
#sitemap-block a
{
	line-height:1.1667;
	font-size:12;
	font-family:Arial;
	text-decoration: none;
}

 .sitemap_section ul
{
	list-style-type: none;	
	margin: 0 0 0 5px;
	padding: 0;
}


.sitemap_section
{
	padding: 5px;
	width: 165px;
	
}

.section_purple
{
	background-color:#F8E7FC;
}
.section_green
{
	background-color:#E3F7E9;
}
.section_lightblue
{
	background-color:#E5F7FE;
}	
.section_red
{
	background-color:#F7DEE2;
}	    
.section_blue
{
	background-color:#DADEF8;
}
.section_medblue
{
	background-color:#BED5F8;
}
.sitemap_title
{
	font-size:16.8px;
	font-family:Arial;
	font-weight:bold;
	color:#FFF;
	margin: -5px -5px 10px -5px;	
	padding: 5px;	
}
#title_purple
{
	background-image: url(/common/images/backgrounds/grad-purple.jpg);
	background-repeat: repeat-y;
}

#title_green
{
	background-color:#1E9539;
	background-image: url(/common/images/backgrounds/grad-green.jpg);
	background-repeat: repeat-y;
}
#title_lightblue
{
	background-color:#0097D0;
	background-image: url(/common/images/backgrounds/grad-light-blue.jpg);
	background-repeat: repeat-y;
}
#title_red
{
	background-color:#8C041B;
	background-image: url(/common/images/backgrounds/grad-red.jpg);
	background-repeat: repeat-y;
}
#title_blue
{
	background-color:#0097D0;
	background-image: url(/common/images/backgrounds/grad-blue.jpg);
	background-repeat: repeat-y;
}
#title_medblue
{
	background-color:#BED5F8;
	background-image: url(/common/images/backgrounds/grad-medium-blue.gif);
	background-repeat: repeat-y;
}

