@charset "UTF-8";
/* CSS Document */

	#wrapper {
	margin:0 auto;
	width:980px;
position:relative;
	}
	
	#masthead {
	position:relative;
	height:120px;
	text-align:left;
	}
	
	#masthead #logo {
	position:absolute;
	top:50px;
	}
	
	#banner {
	background: url(/App_Themes/HumanSafety/images/home-banner.jpg) no-repeat left top;	
	width:980px;
	height:500px;
	display:block;
	position:relative;
	left:-1px;
	overflow:hidden;
	}
	
	#banner  #intro-leftcol {
	width:210px;
	position:absolute;
	left:530px;
	top:40px;
	}
	
	#banner  #intro-rightcol {
	width:210px;
	position:absolute;
	left:760px;
	top:40px;
	}
	
	#maincol {
	position:relative;
	text-align:left;
	min-height:500px;
	height:auto !important;
	height:500px;
	}
	
	#maincol #running-head {
	width:980px;
	height:82px;
	overflow:hidden;
	background: url(/App_Themes/HumanSafety/images/bg-head.jpg);
	margin-bottom:20px;
	}
	
	#maincol #sidebar {
	float:left;
	width:300px;
	}
	
	#maincol #sidebar #sidenav {
	position:relative;
	margin-bottom:50px;
	z-index:500;
	}
	
	#maincol #graphic {
	position:absolute;
	bottom:-50px;
	left:0;
	}
	
	#maincol #rightcol {
	position:relative;
	margin-left:330px;
	}
	
	#footer {
	background: url(/App_Themes/HumanSafety/images/bg-footer.gif) repeat-x;	
	height:120px;
	text-align:left;
	margin-top:50px;
	}
	
	#footer-inner {
	margin:0 auto;
	padding-top:30px;
	width:980px;
	line-height: 1.5em; 
	}
	
	#footer-inner div {
	float:left;
	margin-right:70px;
	
	}
	
	#footer-inner #copyright{
	font-size:0.917em;
	float:left;
	margin-right:0;
	margin-left:0px;
	width:140px;
	}
	
	

	