#commonBanner {
	background: url('../images/Common_Banner_background.png') repeat-x;
	font-family: Verdana, sans-serif;
	height: 40px;
	color: #fff;
	font-size: 12px;
	margin-top: -50px; /* this get's rid of the spacing at the top of the page which for some reason appears when you use includes */
}
#commonBanner .virginiaLogo {
	border: none;
	float: left;
	display: block;
	width: 151px;
	height: 40px;
	text-decoration: none;
	background: url('../images/Virginia_dot_Gov_logo.png') center no-repeat;
}
#commonBanner .alignLeft {
	float: left;
	margin-left: 20px;
	padding-top: 11px;
}

#commonBanner .valogoalignLeft {
	float: left;
	margin-left: 0px;
	padding-top: 0px;
}

#commonBanner a:hover {
	color: #ccc;
}
#commonBanner a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
#commonBanner #virginiaSearch {
	float: right;
	padding-top: 11px;
	padding-right: 10px;
}
#commonBanner .screenReaderOnly {
	position: absolute;
	left: -999em;
	width: 1em;
	overflow: hidden;
}
