/*----------------------------------------------------------------------------------------
sitemap.css
----------------------------------------------------------------------------------------*/

/* 3 columns
----------------------------------------------------------------------------------------*/
.col1,
.col2,
.col3 {
	float: left;
	position: inherit;
	overflow: hidden;
}

.col1_content,
.col2_content,
.col3_content {
	padding-right: 20px;
}

.col1 {
	width: 33%;
	left: 0%;
}
.col2 {
	width: 33%;
	left: 33%;
}
.col3 {
	width: 33%;
	left: 66%;
}

/* titles for page & groupings
----------------------------------------------------------------------------------------*/
#content #content_body h1 {
	font-size: 2em;
	padding: 0;
	margin: 0;
	width: 740px;
}

h2.sitemap_topic {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background: url('/html/img/bg/bg_sitemap_brown_blue_bule_bar.jpg') repeat-x;
	margin: 15px 0 5px 0;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

h2.sitemap_topic a {
	color: #fff;
	text-decoration: none;
}

#content #content_body h2.sitemap_topic a:hover {
	color: #fcab38;
}

h3.sitemap_subtopic, h3.sitemap_subtopic a {
	font-size: 15px;
	font-weight: bold;
	color: #000;
}

h3.sitemap_subtopic {
	margin: 0;
}

/* item listing
----------------------------------------------------------------------------------------*/
ul.sitemap_list {
	list-style-type: none;
	margin: 8px 0 0 10px;
	padding-left: 0px;
}

li.sitemap_listitem, li.sitemap_listitem_more {
	margin: 0;
	padding: 0;
}

li.sitemap_listitem a {
	font-size: 12px;
	color: #000;
}
li.sitemap_listitem_more a {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
