#auditorbanner {
	display: inline-block;
	width: 100%;
	height:250px;
	background:url(/auditor/tax/images/hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding:0px;
	margin:0px;
	opacity:1;
}	

#auditorbanner:hover {
	opacity:0.9;
}

span #auditorbanner {
	position: absolute;
	left: -999em;
}
#auditorbanner-title {
	margin-left: 20px;
	margin-top:20px;
	color:white;
	text-shadow: 2px 2px #376CD7;
	text-align: left;
}

#auditorbanner-title #title-sm {
	font-size:20px;
}
#auditorbanner-title #title-lg {
	font-size:40px;
}
header a:link {
	text-decoration: none;
}