#container #bodyContent {
	padding-top: 0px;	
}
.wrap { 
	width: 940px; 
	margin: 0 auto;
}

a img {
    border: medium none;
}

.carousel img {
    display: block;
    height: auto;
    margin: 0 0 15px;
    max-width: 940px;
}

.carousel { 
	height: 328px !important; 
}

.carousel-item { 
	height: 328px;
	max-width: 940px; 
	margin:0 auto;
}

.carousel-controls { 
	height: 50px;
    left: 0;
	top: 42%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 100;
 }

.carousel-controls a { float: left; width: 28px; height: 48px; background-image: url(/images/bg_direction_nav.png); 
	text-indent: -99999px;
	opacity: .3;
}
	
.carousel-controls .next { 
	background-position: -60px 50%; 
	position: absolute;
    right: 10px;
	 transition: all 0.5s ease;
}
	
.carousel:hover .carousel-controls .next {
	opacity: .7;
	 transition: all 0.5s ease;
}
	
.carousel-controls .previous { 
	background-position: -14px 50%; 
	 left: 10px;
    position: absolute;
	 transition: all 0.5s ease;
}
	
.carousel:hover .carousel-controls .previous {
	opacity: .7;
	 transition: all 0.5s ease;	
}
	
	.carousel-controls .pause { display: none; background-position: -33px -32px; border-left: 1px solid #333; }
	.carousel-controls .pause:hover, .carousel-controls .pause:focus { background-position: -33px 0; border-color: #ccc; }
	.carousel-controls .play { display: none; position: relative; bottom: auto; left: auto; background-position: -66px -32px; border-left: 1px solid #333;}
	.carousel-controls .play:hover, .carousel-controls .play:focus { background-position: -66px 0; border-color: #ccc; }

	.carousel .prev-image { position: absolute; left: -940px; top: 0; opacity: 0.2; }
	.carousel .next-image { position: absolute; top: 0; right: -940px; opacity: 0.2; }


/*-------------------------------------------
    Carousel  url("/images/hatch.png") repeat scroll 0 0 #010101 !important
-------------------------------------------

*/

.carousel { 
	height: 328px; 
	overflow: hidden; 
	background: #232323; 
}
	
.carousel .wrap { 
	position: relative; 
}

.slide-caption { 
	background: url(/images/fpblack.png);
	background: rgba(0,0,0, .8);
	position: absolute; 
	z-index: 10; 
	width: 100%; 
	min-height: 40px;
	max-width: 45%;
	padding: 1em;
	font-family: 'Rockwell','Arvo',"Courier New",Courier,serif;
	right: 20px;
	bottom: 18px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
	opacity: 0.0;
	transition: opacity 0.7s ease;
}

.slide-caption.largecap {
	max-width: 63%;	
}

.slide-caption.smallcap {
	max-width: 44%;	
	bottom: 15px;
	right: 0px;
}
		
.inshow .slide-caption { 
	opacity: 1;
	transition: opacity 0.7s ease;
}
		
.slide-caption h2 { color: #fff; 
	font-size: 1.6em; 
	line-height: 1.3em; 
	font-weight: normal;
	margin: 0px 0px 10px;
}

.slide-caption h2 a { 
	color: #fff; 
	text-decoration: none; 
}
			
.slide-caption h2 a .learnmore {
	background: #761A17;
	background: #761A17 url(/images/ie8menu.png) repeat-x top left;
	background: -moz-linear-gradient(center top , #91201c 5%, #761A17 100%);
	background: -webkit-linear-gradient(top, #91201c 5%,#761a17 100%);
	background: linear-gradient(#91201c 5%,#761a17 100%);
	border: 1px solid #000;
	border-radius: 4px;
	box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.07), 0 10px 14px rgba(0, 0, 0, 0.1) inset, -1px 1px 1px rgba(255, 255, 255, 0.2) inset, 1px 0px 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px rgba(0, 0, 0, 0.35);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	font-weight:600;
	font-size: .78em;
	padding: 5px 20px;
	float: right;
	min-width: 45%;
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-left: 15px;
}

.largecap h2 a .learnmore {
	min-width: 40%;	
}

.slide-caption h2 a .largespan {
	font-size: 135%; font-weight: 700; text-shadow: 1px 1px 1px #000;
}
			
.carousel-image { 
	position: absolute; 
	right: 0;
}

.carousel-item { 
	position: relative;  
	border-left: 1px solid #000;
    border-right: 1px solid #000;
	box-shadow: -3px 0 7px rgba(0,0,0,.6), 3px 0 7px rgba(0,0,0,.6);
}	

.carousel-item-secondary { 
	display: none; 
}

.carousel .next-image img {
	
}

.slide-caption.capleft {
    left: 20px;
    max-width: 35%;
    right: inherit;
}

.slide-caption.slim {
    bottom: 0;
    left: 20px;
    max-width: 40%;
    right: inherit;
}

.slide-caption.slimright {
    max-width: 40%;
}

.slide-caption.capleft.largecap3 {
	max-width: 45%;	
}

.learnmore img.video {
	margin: 0 0 -4px 5px;
	width: 18px !important;
	height: 18px !important;
	display: inline;
}

@media screen and (max-width: 959px) {
	
.carousel { 
	height: 273px; 
	overflow: hidden; 
	background: #262626; 
}

.slide-caption { 
	position: absolute;
	z-index: 10;
	right: 0px;
	bottom: 0px;
}

.carousel-image img { 
	width: 100%; 
	height: auto; 
} 

.wrap {
	width: 100%;
}
	
.carousel, .carousel-item {
	height: 280px !important;	
}

.carousel-controls a {
	opacity: .2;	
}

}

@media screen and (max-width: 850px) {
.carousel, .carousel-item {
	height: 250px !important;	
}
.slide-caption h2 {
	font-size: 1.2em;	
}	
}

@media screen and (max-width: 750px) {
.carousel, .carousel-item {
	height: 220px !important;	
}
}

@media screen and (max-width: 650px) {
	
.carousel {
	overflow: hidden; 
	background: #000; 
}
	
.carousel, .carousel-item {
	height: 205px !important;	
}
	
.carousel-item {  
	border-left: 0px solid rgba(255, 255, 255, 0.1);
    border-right: 0px solid rgba(255, 255, 255, 0.1);
}
	
.carousel-controls { 
	top: 36%;
}
	
.carousel-controls .next { 
	background-position: -125px 50%;
    background-size: auto 40px;
}
	
.carousel-controls .previous { 
	background-position: -5px 50%;
    background-size: auto 40px;
}
	
.slide-caption, .slide-caption.capleft, .slide-caption.largecap, .slide-caption.capleft.largecap3, .slide-caption.smallcap, .slide-caption.slim, .slide-caption.slimright { 
	bottom: 0px;
	max-width:100%;
	width: auto; 
	padding: .7em;
	right: 0px;
	left: 0px;
}
	
.slide-caption.slimright {
	left: inherit;
}
	
.slide-caption h2 {
	font-size: .9em;
	margin:0 0;
}
	
.slide-caption h2 a .learnmore {
    color: #BD2925;
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    padding: 5px 0;
    text-align: right;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.slide-caption h2 a .learnmore {
     background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    display: inline !important;
    float: none;
    line-height: 1em !important;
    margin: 0 0px;
    padding: 0;
    text-align: left;
	white-space: nowrap;
}

.learnmore img.video {
	display: none;
}


}

@media screen and (max-width: 500px) {
.slide-caption { 
	background: #000;
}

.carousel, .carousel-item {
		height: 185px !important;	
}

.carousel-controls { 
	top: 30%;
}

#mainslider .carousel a img {
    margin-left: inherit;
    margin-right: inherit;
    width: 100%;
}

.slide-caption.novis {
	visibility: visible !important;	
}

}

/*fix for frontpage idpad view of resources */
@media all and (max-width: 959px) and (min-width: 601px) {
 	#infoResources .homeContent {
	padding-bottom: 0px;	
	}
	#homeInfo .grid_12 .grid_4 {
	min-height: 100px !important;
	}
	.firstLevelBulletsHide li, .niceList li {
	font-size: 90%;	
	max-width: 145px;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	}
	
	#homeInfo .homeContent .visitLink {
	padding: 5px 5px;
	}
	#infoResources .textRight a {
	font-size: 1em !important;	
	}
	
	.anevent a {
	line-height: .9em !important;
	}
}

/* half caption addition */
.half .slide-caption {
	bottom: 0;
    font-size: 115%;
    left: 0;
    padding: 90px 30px 0;
    position: absolute;
    top: 0;
    width: 400px;
	background:#000 !important;
	opacity: 1 !important;
}

.carousel .next-image img.halfim {
 display: block !important;
    margin-right: 460px;
    position: relative;
    width: 70% !important;
}

.carousel .prev-image img.halfim {
 display: block !important;
    margin-left: 355px;
    position: relative;
    width: 70% !important;
}

@media screen and (max-width: 959px) {
		#mainslider .carousel .half a img {
    	float: right;
		width: 80%;
		}
}

@media screen and (max-width: 850px) {
	
}

@media screen and (max-width: 750px) {
	.half .slide-caption {
		
	font-size: 90%;
    max-width: 35%;
	}
	
	.half .carousel-image {
  
    position: absolute;
    right: 0;
	}
}
@media screen and (max-width: 600px) {
	#mainslider .carousel .half a img {
    float: right;
    margin-left: inherit;
    margin-right: inherit;
	margin-right: -40px;
    right: 0;
    width: 70%;
	}
	
	.half .slide-caption {
		padding-top: 40px;	
	}
	.slide-caption h2 a .largespan {
	font-size: 110%; font-weight: 700; text-shadow: 1px 1px 1px #000;
	}
}
