/********** banner classes *******************************************************************/

#banner {
	width: 100%;
	height: 150px;
	min-width: 780px;
}

#logo {
	width: 100%;
	height: 130px; 
	background-image: url('/images/bannertitle1024.jpg');
	background-repeat: no-repeat;
	position: absolute;
	display: block;
	left: 0px;
	top: 10px;
}

#banner span, #quickbar span { display: none; }

#title { 
	width: 580px;
	height: 46px; 
	background-image: url('');
	background-repeat: no-repeat;
	position: absolute;
	left: 230px;
	top: 15px;
}

#mission p {
	color: #FFFFFF;
	position: absolute;
	top: 60px;
	left: 235px;
}

#mission a, #mission a:hover, #mission a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: large;
}


