/**
 * Sitemap.css
 * Sitemap Specific Element Stylesheet
 *
 * @author       Lewis Howles
 * @date         2009-12-09
 * @lastmodified 2009-12-10
 * @site         http://www.reedsrains.co.uk
 */

.section {
	border-bottom:1px dashed #7f9db9;
}

	/* Automatic Section Clearing */
	.section {
		min-height:1px;
	}
	
	* html .section {
		height:1px;
	}
	
	.section:after {
		clear:both;
		content:".";
		display:block;
		font-size:0;
		height:0;
		visibility:hidden;
	}
	/* End Automatic Section Clearing */

.section .two 
{
	width:333px;
	float:left;
}

.section ul {
	width:222px;
	float:left;
	list-style-type:none;
	padding:0; margin:0 3px 15px 0;
}

.section ul.indent {
	padding-left:5px;
}

.section li {
	padding:3px 0 3px 5px;
}

.section li:hover {
	background:#e9e8d8;
}

#content .section a {
	color:#3b5678;
}

#content .section a:hover {
	color:#8e2525;
}

.inline
{
	float:left;
	width:222px;
}

.inline-right
{
	float:right;
	width:222px;
}

.inline2
{
	float:left;
	width:232px;
}