@charset "UTF-8";/*--------------------------------------------------	Home Page Features--------------------------------------------------*/#home-features {	display: block;	position: relative;	width: 886px;	height: 299px;	margin: 0;	padding: 0;	background-color: #ffffff;}#home-features .hidden {	display: block;	position: absolute;	margin: 0;	padding: 0;	width: 0;	height: 0;	text-indent: -9999em;	overflow: hidden;}#home-features br {	display: none;}#home-features div.home-feature {	display: block;	position: absolute;	margin: 0;	padding: 0;	width: 886px;	height: 299px;	left: 0;	top: 0;	z-index: 1;}#home-features div.selected {	z-index: 2;}#home-features a.link {	display: block;	position: absolute;	margin: 0;	width: 886px;	height: 299px;	left: 0;	top: 0;	border: 0;	outline: 0;}#home-features img.image {	display: block;	position: relative;	margin: 0;	width: 886px;	height: 299px;	border: 0;	outline: 0;}/* home-feature-ctrls */#home-feature-ctrls {	display: block;	position: absolute;	margin: 0;	padding: 5px 0 5px 5px;	width: auto;	height: 15px;	left: 0;	bottom: 0;	z-index: 3;	background-color: #b2d4dd;}#home-feature-ctrls ul {	display: block;	position: relative;	margin: 0;	padding: 0;	width: auto;	height: 15px;	list-style-type: none;}#home-feature-ctrls li {	display: inline-block;	position: relative;	margin: 0 5px 0 0;	padding: 0 0 0 0;	width: 15px;	height: 15px;	list-style-type: none;	background-color: #ffffff;	cursor: pointer;	outline: none;}#home-feature-ctrls li:hover,#home-feature-ctrls li.hover,#home-feature-ctrls li.selected {	background-color: #004990;}
