body { padding: 0 20px; }
#body { width: 940px; margin: 0 auto; }
.section { overflow: hidden; width: 100%; }
.section:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }
.two-col_, .three-col_ { clear: both; }
.col_ { float: left; margin-right: 20px; }
.col_.last_ { margin-right: 0; }
.two-col_ .col_ { width: 520px; }
.four-col_ .col_ { width: 220px; }
#content { border-bottom: solid 1px #e5e5e5; margin-top: 20px; padding-bottom: 50px; }

#content ul li{
	 padding: 3px 0 3px 18px;
	 list-style-type: none;
	 margin-left:25px;
     background: transparent url(http://www.corsers.com.au/img/stargs.gif) no-repeat 0 -3px;
}

#content ul li.a{
	 padding: 3px 0 3px 18px;
	 list-style-type: none;
	 margin-left:25px;
     background: transparent url(http://www.corsers.com.au/img/star.gif) no-repeat 0 -3px;
}

#content .topreturn{
    text-align:right;
	padding: 10px 10px 40px 0;
}
#content .topreturn ul li {
	list-style-type: none;
    padding: 3px 0 3px 0px;
	font: 11px/17px arial, sans-serif;
	list-style-image: url(http://www.hutchens.com.au/img/up.gif);
	background: none;
}

.article-page #content .lead { float: left; width: 400px; /* margin-bottom: 25px; */ }
.article-page #content .article { float: right; width: 520px; }
.article-page #content .related { clear: right; float: right; width: 520px; margin-top: 10px; }


#header {	
	border-bottom: solid 2px #666;
	overflow: visible;
	margin-top: 10px;
	position: relative;
	z-index: 20;
}
h1 { position: absolute; left: -9999px; }
#site-logo { float: left; width: 239px; height: 118px; margin: 10px 53px 0 0; }
#site-navigation { float: right; margin: 80px 0 0 0; }

#site-navigation {
	background: url(http://www.corsers.com.au/img/2010/nav/dividers.png) no-repeat;
	overflow: visible;
}
#site-navigation li.nav-item {
	position: relative;
	height: 55px;
}
#site-navigation li.current {
	background: url(http://www.corsers.com.au/img/2010/nav/current.gif) no-repeat 50% 100%;
	position: relative;
}
#site-navigation li.nav-item a.nav-link { display: block; text-align: center; height: 41px; overflow: hidden; text-indent: -9999px; background-repeat: no-repeat; background-position: 0 1px; bottom: -1px; }


li#services-nav { left: -1px; }
li#services-nav a.nav-link { width: 116px; background-image: url(http://www.corsers.com.au/img/2010/nav/headings/services.png); }
li#people-nav { left: -2px; }
li#people-nav a.nav-link { width: 109px; background-image: url(http://www.corsers.com.au/img/2010/nav/headings/people.png); }
li#history-nav { left: -3px; }
li#history-nav a.nav-link { width: 81px; background-image: url(http://www.corsers.com.au/img/2010/nav/headings/history.png); }
li#contact-nav { left: -4px; }
li#contact-nav a.nav-link { width: 109px; background-image: url(http://www.corsers.com.au/img/2010/nav/headings/contact.png); }

#site-navigation ul.sub-nav { 
	position: absolute; 
	z-index: 21;
	left: -9999px;
	border: solid 1px #e5e5e5;
	background: white;
	padding: 9px 0 18px;
	margin-left:0;
}

#services-nav ul.sub-nav { width: 225px; }
#people-nav ul.sub-nav { width: 145px; }

#site-navigation ul.sub-nav li { float: none; }
#site-navigation ul.sub-nav li a { 
	display: block; 
	color: #409Aa3; 
	text-align: left; 
	padding: 2px 25px 3px;
}


#site-navigation li:hover,
#site-navigation li.hover_ {
	z-index: 22;
}
#site-navigation li:hover a.nav-link,
#site-navigation li.hover_ a.nav-link {
	background-position: 0 -43px;
	position: relative;
	z-index: 23;
}
#site-navigation li:hover ul.sub-nav,
#site-navigation li.hover_ ul.sub-nav {
	left: 0;
	}
	
	.graph{
	margin-top:10px;
	}
	
#footer { padding-top: 20px; padding-bottom: 20px; position: relative; z-index: 20; overflow: visible; }
/* container positioning __ */
#footer #corsers-logo { float: left; }
#footer .meta-links { float: right; text-align: right; }
#footer .copyright { margin: 7px 0 4px; }
#footer p.copyright { color: #999; }
#footer .nav li { border-right: solid 1px #e7e7e7; padding-right: 8px; padding-left: 8px; }
#footer .nav li.last_ { border-right: 0; padding-right: 0; }

.clear {
	clear:both;
}
