#banner_outer {
	border-top: 1px solid #058997;

	}
#banner_inner {
	border-top: 1px solid #4bb9c4;
	background: #32a3af url("../img/static/banner_bg.gif") bottom center repeat-x;
	overflow: visible;
	}
#banner {
	font-family: Museo;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	font-size: 19px;
	line-height: 24px;
	padding: 5px 0 80px 0;
	}
#banner_inner:after {
	content: ".";
	clear: both;
	visibility: hidden;
	height: 1px;
	display: block;
	}
#banner:after {
	content: ".";
	clear: both;
	visibility: hidden;
	height: 1px;
	display: block;
	}
#map_container {
	text-align: left;
	margin-top: -55px;
	}
#map_container:after {
	content: ".";
	clear: both;
	visibility: hidden;
	height: 1px;
	display: block;
	}

