@charset "UTF-8";

/**
 *	Mercian Styles
 */

#main_section {
    width: 910px;
}
#main_section { _margin: 0px 10px!important 35px; _width: 910px!important; }

* html #main_section {
    width: 910px;
}

/**
 *  =SITEMAP
 */
	body.no-sidebar #content_section { float:none; width: 910px; }	
	#content_section h1 { margin-left:0; margin-right:0; padding:0 10px 14px; background: url(/sitemap/images/head_title.gif) left bottom repeat-x!important; }
	#container { width: 890px; margin-left: 15px; }
	#sitemap_wrapper { margin-top: 20px; }
	#sitemap_wrapper div { float: left; width: 33%; }
	#sitemap_wrapper dl { margin-bottom: 2em; }
	#sitemap_wrapper dt { font-weight: bold; color: #d4003b; line-height: 1.2; }
	#sitemap_wrapper dt a { color: #d4003b; text-decoration: underline; }
	#sitemap_wrapper dd { padding: .5em 0 0 11px; }
	#sitemap_wrapper ul {}
	#sitemap_wrapper li {}
	#sitemap_wrapper li a { color: #333; text-decoration: underline; }
	#sitemap_wrapper a:hover { color: #333; text-decoration: underline; }
	
