/* $Id */
/* Layout & Positioning */
#main div.wrapper {width:940px;}

#main div.wrapper #breadcrumbs {clear:both; width:940px;}

#main div.wrapper #content {width:940px;}
#sec-nav-horizontal {clear:both; width:940px;}

#main #content div.wrapper {display:inline; float:right; width:700px;}
#main #content #left {display:inline; float:left; width:220px; padding:0 0 0 0; position: relative; z-index:0;}
#main #content #outer-left {display:inline; float:left; width:460px; padding:0 20px 0 0; vertical-align:top;}
#main #content #outer-right {display:inline; float:right; width:220px; vertical-align:top;}

#main #content #left {display:inline; float:left; width:200px; padding:0 20px 0 0;border-top: 6px solid #595959; margin-top:10px; }

#main div.wrapper #btmnav {clear:both; width:940px;}
/* ------------------- */
/* Colour, Typography */
#main div.wrapper #breadcrumbs {border-top:dotted 1px #ccc; border-bottom:dotted 1px #ccc;padding: 4px 0 2px 0;}

#main #content div.wrapper h2 {color:#c00; font-size:2.0em; line-height:1.2em; padding:10px 0 0 0; text-transform:none;}
#main #content div.wrapper h3.pgtitle {color:#c00; font-size:2.0em; line-height:1.2em; margin:0; padding:5px 0 0 0; text-transform:none;}
#main #content div.wrapper h4.subtitle {color:#333; font-size:1.2em; line-height:1.2em; margin:0; padding:10px 0; text-transform:none;}

#main div.wrapper #tester{
	width: 940px;
	height: 9px;
	background-image:url('/sites/all/themes/custom/brock/top_grey_bar.png');
	background-repeat: no-repeat;
}

#content .wrapper #outer-left ul li
{
	text-align: left;
	margin-left: 30px;
	padding:0;
	clear:both;
	display:list-item;
	list-style-type:disc;
	padding:0 0 8px;
	list-style-position: outside;
	*left: 0px;
}

#left ul.nice-menu {margin-top:-20px;}
#main #content #outer-left p a, #main #content #outer-right p a {text-transform:none}

