/* CSS Document */
/* Home page Slider styles */
.slideArrow{
	width:65px; 
	height:380px; 
	position:absolute;
	bottom: 0;
	z-index:2;
	opacity:1;
}

.slideContainer{
	position:relative;
	overflow:hidden;
	width:944px;
	height:380px;
	z-index:1;
	left:-34px;
}
.inner {
	width:944px;
	height:380px;
	float:left;
	font-size:19px;
}
.slide {
	position:relative;
	width:5664px;
	height:380px;
	overflow:hidden;
}
.slideContent {
	font-size:1.3em;
	font-weight:300;
	position:relative;
	margin: 0 10px 0 -20px;
	padding: 40px 40px;
	color:#FFF;
	text-shadow: 0 1px 4px #444;
	text-shadow: 0 1px 4px rgba(0,0,0,0.5);;
}
.slideContent h2{
	color:#FFF;
}
.slideheader {
	padding-top:0.2em;
	font-size:1.6em;
	text-decoration:none;
	font-weight:700;
	line-height:1.8em;
	color:#FFF;
	text-shadow: 0 0 4px #333333;
	text-shadow: 0 0 4px rgba(0,0,0,0.6), 0 3px 0 rgba(0,0,0,0.2);
}
#nextSlide {
	background:url(/graphics/mainsliderrighttest.png) no-repeat center;
	right:-95px;
}
#previousSlide{
	background:url(/graphics/mainsliderlefttest.png) no-repeat center;
	left:-95px;
}
/* Slider overlay for feature */
.slideOverlay {
	position:relative;
	width:944px;
	height:380px;
	bottom:0;
	background:url(/graphics/featurepopupoverlay-fullwidth.png) no-repeat center top; 
	background-color:#2196F3;
	color:#FFF;
	display:block;
}

.slideShadow{
	background:url(/graphics/sliderbottomoverlaytest.png) repeat-x bottom; 
	position:relative;
	width:944px;
	height:8px;
	bottom:8px;
	display:block;
	z-index:3;
}
.featureImg{
	position:absolute;
	bottom: 65px;
	left: 65px;
}
.featureLink{
	opacity: 0.7;
	position:absolute;
	bottom: 45px;
	right: 65px;
	font-weight:700;
	text-shadow: 0 1px 4px #444;
	text-shadow: 0 1px 4px rgba(0,0,0,0.5);;

}
.featureLink:hover{
	opacity: 1;
}


.featureH1{
	font-size:2em;
	font-weight: 700;
	width: 50%;
	text-align:center;
	color:#FFF;
	padding: 1em 30px 0 0;
	text-shadow: 0 0 4px #333333;
	text-shadow: 0 0 4px rgba(0,0,0,0.6), 0 3px 0 rgba(0,0,0,0.2);
}

.closeOverlay {
	height:40px; 
	width:40px;
	background:url(/graphics/featurepopupcrosstest.png) no-repeat center;
	position:absolute;
	cursor:pointer;
	top: 12px;
	right: 25px;
}

.featureContent{
	text-shadow: 0 1px 4px #444;
	text-shadow: 0 1px 4px rgba(0,0,0,0.5);;
	width: 50%;
	text-align:center;
	padding: 50px 30px;
	font-size:1.7em;
	font-weight:300;
}

.featureContent a:link { COLOR: #FFF; font-weight:700; text-decoration:NONE; }
.featureContent a:visited { COLOR: #FFF; font-weight:700; text-decoration:NONE;}
.featureContent a:hover { font-weight:700; text-decoration: underline; }
.featureContent a:active { font-weight:700; text-decoration: underline;}


/* CAROUSEL STYLES */

.iconCarwrapper {
	height:170px;
	overflow:hidden;
}
	
.iconCarContainer {
	position: absolute;
	left: 23px;
	margin-top: 20px;
	overflow: hidden;
	overflow-x: hidden;
	-ms-overflow-x: hidden; 
	overflow: -moz-scrollbars-none;
	width: 920px;
	z-index:1;
}
.iconCarContainer::-webkit-scrollbar {
 display: none;
}
.CarouselStrip {
	position: relative;
	overflow: hidden;
	height: 170px;
	width: auto;
}
.iconText {
	height: 40px;
	width: 100px;
	bottom: -10px;
	position: absolute;
}
.iconHolder {
	position: relative;
	padding: 15px;
	margin-top: 10px;
	height: 140px;
	width: 100px;
	float: left;
}
.iconHolder {
	position: relative;
	padding: 0 15px;
	height: 140px;
	width: 100px;
	float: left;
}
.iconImg {
	position: absolute;
	width: 100px;
	transition: 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;/*height:100px;*/
	cursor:pointer;
}
.iconImg:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
}
.carouselArrow {
	width: 100px;
	height: 170px;
	position: absolute;
	z-index: 3;
	opacity: 1;
	display:none;
}

.carouselGrad {
	width: 100px;
	height: 170px;
	position: absolute;
	z-index: 2;
	opacity: 1;
}
#carouselGradLeft {
	background: url(/graphics/carouselarrowrighttest_onlygrad.png) no-repeat center;
	right: -13px;
}
#carouselGradRight {
	background: url(/graphics/carouselarrowlefttest_onlygrad.png) no-repeat center;
	left: -13px;
}
#carouselArrowLeft {
	background: url(/graphics/carouselarrowrighttest_onlyarrow.png) no-repeat center;
	right: -40px;
}
#carouselArrowRight {
	background: url(/graphics/carouselarrowlefttest_onlyarrow.png) no-repeat center;
	left: -40px;
}
