@charset "UTF-8";

/*--------------------------------------------------
	Home Page Features
--------------------------------------------------*/

#home-features {
	display: block;
	position: relative;
	width: 518px;
	height: 354px;
	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: 518px;
	height: 354px;
	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: 518px;
	height: 315px;
	left: 0;
	top: 0;
	border: 0;
}
#home-features img.image {
	display: block;
	position: relative;
	margin: 0;
	width: 518px;
	height: 315px;
	border: 0;
}

/* home-feature-ctrls */
#home-feature-ctrls {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 518px;
	height: 39px;
	left: 0;
	bottom: 0;
	z-index: 3;
}
#home-feature-ctrls ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 504px;
	height: 33px;
	left: 9px;
	top: 4px;
	list-style-type: none;
}
#home-feature-ctrls li {
	display: block;
	position: relative;
	margin: 0 5px 0 0;
	padding: 0 0 2px 0;
	width: 121px;
	height: 31px;
	float: left;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 31px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #1c8ccc;
	background-image: url('../images/home-feature-button.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
}
#home-feature-ctrls li:hover,
#home-feature-ctrls li.hover,
#home-feature-ctrls li.selected {
	color: #666666;
	background-color: #e3e1e2;
	background-position: 0 -33px;
}
