/* uva health banner */

#banner {
	/* background: #8CA3B3 url("/assets/uvahealth/images/new-bridge-banner.jpg") no-repeat; */
	/*float:left;*/
	/*width: 100%;*/
	position:relative;
	height:110px;
}

#banner h2 {
	height:110px;
	color:white;
	padding:0;
	margin:0;
	position:relative;
}

#banner h2 span {
	position:absolute;
	width: 100%;
	height:100%;
	background-image: url("/assets/images/banner/A-Z-banner-cor-blue-2m.jpg");
	background-repeat: no-repeat;
}

#banner ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	border-top:1px solid white;
	width:100%;
	position:absolute;
	bottom:0px;
	left:0px;
	/*background:url("/edu/virginia/healthsystem/page_template/templates/images/uvahealth/new-bridge-banner-transparent.gif") repeat;*/
	font-family:Arial, Helvetica, sans-serif;
}

#banner li {
	display:block;
	float:left;
	font-size:14px;
	color:white;
	padding:2px 7px 1px;
/*	letter-spacing:-9;*/
}

#banner li strong {
	font-weight:bold;
	font-size:11px;
	letter-spacing:.5px;
}

#banner li a:link, #banner li a:active, #banner li a:visited {
	color:white;
	text-decoration:none;
}

#banner li a:hover {
	text-decoration:underline;
}