@charset "UTF-8";
/* CSS Document */

#banner-wrapper {
	position: relative;
	left: 14px;
	_left: -452px; /* IE 6 and below */
}
#banner1 {
	float: left;
	height: 100px;
	width: 466px;
}
#banner2 {
	float: right;
	height: 100px;
	width: 466px;
}
#banner1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 466px;
	height: 100px;
}
#banner2 img {
	position: absolute;
	top: 0;
	left: 466px;
	width: 466px;
	height: 100px;
}
#cyclenav {
	position: absolute;
	z-index: 10;
	top: 75px;
	right: 20px;
}
#cyclenav a {
	font-size: 0.8em;
	font-weight: bold;
	border: 1px solid #6AAF42;
	background: #E9F5E3;
	text-decoration: none;
	margin-right: 3px;
	padding: 2px 4px;
}
#cyclenav a.activeSlide {
	background: white;
}
#cyclenav a:focus {
	background: white;
}

