/* ----------------------------------------------------------------------------
SLIDER
---------------------------------------------------------------------------- */
#feature-slider {
	background-color: #d5d4b8;
	width: 960px;
	height: 300px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.slideshow {
	overflow: hidden;
	width: 960px;
	height: 278px;
	position: relative;
}

.slideshow li {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 8;
}

.slideshow li.active {
	z-index: 10;
}

.slideshow li.last-active {
	z-index: 9;
}

.slideshow li .text {
	width: 323px;
	height: 278px;
	background: #005385 url(../img/slider/blue.png) no-repeat;
	float: left;
}

body.retreat .slideshow li .text {
	background: transparent url(../img/slider/green.png) no-repeat;
}

.slideshow li .text h2,
.slideshow li .text h2 a {
	color: rgb(255,255,255) !important;
	font: normal 25px Arial, Helvetica, sans-serif !important;
	margin-bottom: 15px;
}

.slideshow li .text p {
	color: #fff !important;
}

.slideshow li .text,
.slideshow li .text a {
	color: rgb(255, 255, 255) !important;
}

body.retreat .slideshow li .text,
body.retreat .slideshow li .text a {
	color: rgb(0, 0, 0) !important;
}

.slideshow li .content {
	width: 637px;
	height: 278px;
	overflow: hidden;
	float: left;
}

.slideshow li .attribution {
	text-align: right;
	position: absolute;
	top: 250px;
	right: 20px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-transform: none !important;
}

.slideshow li .attribution:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	text-shadow: 1px 1px 3px #000;
}

.pad20 {
	padding: 20px;
}

ul.nav-slides {
	margin-top: 1px;
	margin: 0 10px;
}

.nav-slides li {
	float: left;
	margin-right: 2px;
	list-style-type: none;
	background: url(../img/slider/solid.png) center center no-repeat;
}
.nav-slides a {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	line-height: 22px;
	color: #000;
	text-decoration: none;
	display: block;
	width: 19px;
	padding: 0;
	text-indent: -9000em;
}
.nav-slides a:hover, .nav-slides a.active {
	background: url(../img/slider/ringed.png) center center no-repeat;
}


/* ----------------------------------------------------------------------------
New Slideshow Rules
---------------------------------------------------------------------------- */


