
/**	SLIDESHOW **/

div.featured-wrapper{
    display: block;
    height: 490px;
    margin: -25px auto 0;
    width: 1004px;
	clear:both;
}


div.featured{
    padding:8px 30px;
    margin:0;
}



#container-slideshow {
	width:1004px;
	padding:0;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#slides {
	position:absolute;
	height: 450px;
	top:0;
	left:0;
	z-index:100;
}


.slides_container {
	width:950px;
	height: 430px;
	overflow:hidden;
	position:relative;
	border: 1px solid #005b24;
	display:none;
}

.slides_container div.slide {
	width:1001px;
	height:419px;
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:585px;
}

/*
	Pagination
*/

.pagination {
	margin:-25px 12px 0;
	width:179px;
    position: absolute;
    z-index: 100;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(/images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:0;
	left:0;
	height:400px;
	padding:5px 20px 0 20px;
	width:387px;
	font-size:1.3em;
    color:#000000;
	line-height:1.33;
}

.caption h1{
    font-family: 'robotoregular';
    font-size:17px;
    background:#fff;
	opacity:0.6;
    filter:alpha(opacity=60); /* For IE8 and earlier */
    padding:2px 22px;
}

.caption p{
 background: none repeat scroll 0 0 #D5D5D5;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    opacity: 0.75;
    padding: 2px 22px;
    filter:alpha(opacity=75); /* For IE8 and earlier */
}

/** SLIDESHOW END **/


div.div-green{
	width: 80%;
}

div.div-green h2{
	background:url(/images/divider.png) 0 bottom repeat-x;
	padding: 0px 0 10px 0px;
	font-size:30px;
	font-family: 'robotoregular';
	color:#184486;
    margin-bottom: 15px;
	text-align: center;
}

div.div-green h4{

	margin-bottom: 15px;
}

div.div-green h5{
	color: #000;
	font-family: 'robotoregular';
    font-size:13px;
	text-align: center;
}

div.div-green h6{
    font-size:16px;
	font-family: 'robotoregular';
	color:#184486;
	margin-top: 7px;
	margin-bottom: 25px;
}

div.div-green p{
	padding-right:10px;
	padding-top: 5px;
	text-align: left;
}


a{
    text-decoration: none;
	    color:#000000;
}

a:hover{
    text-decoration: underline;
	    color:#1E4087;
}