@charset "UTF-8";
/* CSS Document */

body {
	font-family:arial;	
	font-size:12px;
}

#featureRotatorBox {
	/*width:660px;   - moved into featureRotator.js */
	position:relative;
}

.homeFlashRotator {
	height:460px;
}

ul.slideshow {
	list-style:none;
	width:660;
	height:460px; 
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0 10px 0 0;
	background:url(/media/mis/images/slideShadow_bg.png) transparent left top no-repeat;
}	

ul.slideshow li {
	position:absolute;
	left:35px;
	bottom:148px;
}

ul.slideshow li.show {
	/*z-index:500;*/	
}

ul img {
	border:none;	
}


#slideshow-caption {
	width:588px;
	height:50px;
	position:absolute;
	bottom:148px;
	left:35px;	
	color:#fff;
	background-color:rgba(0,0,0,0.7);
	z-index:0;
	border-top:solid 2px #46a941;
}

#slideshow-caption .slideshow-caption-container {
	padding:10px;		
	z-index:1;
}

#slideshow-caption h3 {
	margin:0;
	padding:0;	
	/*font-size:14px;*/
}

#slideshow-caption p {
	margin:0;
	padding:0;
}

#slideshow-caption p a {
	background:url(/media/mis/images/ReadMore_btn.png) bottom right no-repeat;
	/*width:106px;
	height:19px;*/
	padding:6px 9px;
	margin:-28px 10px 0 0;
	display:block;
	float:right;
	
	/* gradient */
	background: #f57a20; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1N2EyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMjVkMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f57a20 0%, #f25d18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f57a20), color-stop(100%,#f25d18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f57a20 0%,#f25d18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f57a20 0%,#f25d18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f57a20 0%,#f25d18 100%); /* IE10+ */
	background: linear-gradient(top,  #f57a20 0%,#f25d18 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57a20', endColorstr='#f25d18',GradientType=0 ); /* IE6-8 */
		
	/* Inner top shadow */
    -webkit-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.5);
	-o-box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 3px 5px rgba(255, 255, 255, 0.5);
	
	/* border radius */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	border:1px solid #575655;
	color:#FFF;
	text-decoration:none;
}

#slideshow-caption p a:hover {
	background-position:top;
	text-decoration:underline;
}

#thumbnailBar {
	width:100%;
	text-align:center;
	position:relative;
	padding:10px 0;
	top:-125px;
	z-index:2;
	background:none;
}

#thumbnailBox {
	width:auto;
	margin:auto;
}

#thumbnails {
	padding:0;
	margin:0;
}

#thumbnails li {
	list-style:none;
	display:inline-block;
	margin:0 5px;
	background:url(/media/mis/images/thumbnail_bg.png) top left transparent no-repeat;
	width:125px;
	height:103px;
}

#thumbnails .leftArrow,
#thumbnails .rightArrow {
	background:none;
	width:20px;
	height:27px;
}

#thumbnails .leftArrow a,
#thumbnails .rightArrow a {
	width:20px;
	height:27px;
	display:block;
	margin:-30px 0;
}

#thumbnails .leftArrow a {
	background:url(/media/mis/images/leftArrow.png) bottom left no-repeat;
}

#thumbnails .rightArrow a {
	background:url(/media/mis/images/rightArrow.png) bottom left no-repeat;
}

#thumbnails .leftArrow a:hover,
#thumbnails .rightArrow a:hover {
	background-position:right;
}

#thumbnails li img,
#thumbnails li img:visited {
	border:6px solid #FFF;
	margin:0;
}

#thumbnails li img:hover {
	border:6px solid #46a941;
	margin:0px;
}

#thumbnails li.show img,
#thumbnails li.show img:hover {
	border:6px solid #46a941;
	margin:0;
	cursor:default;
}

#thumbnails li img.showd,
#thumbnails li img.showd:hover {
	border:1px solid #00DD11;
	margin:0;
}

/* fonts */


#slideshow-caption p a {
	font: 18px/18px 'league-gothic', Arial, sans-serif; 
	letter-spacing: 0;
}

h3.fontface {
	font: 26px/26px 'league-gothic', Arial, sans-serif; 
	letter-spacing: 0;
}

/*@font-face {
    font-family: 'ZurichCondensed';
    src: url('../../fonts/zurich_extra_condensed-webfont.eot');
    src: url('../../fonts/zurich_extra_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/zurich_extra_condensed-webfont.woff') format('woff'),
         url('../../fonts/zurich_extra_condensed-webfont.ttf') format('truetype'),
         url('../../fonts/zurich_extra_condensed-webfont.svg#ZurichCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ZurichBT-ExtraCondensed';
    src: url('../../fonts/zurichextracondensed.eot');
    src: url('../../fonts/zurichextracondensed.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/zurichextracondensed.woff') format('woff'),
         url('../../fonts/zurichextracondensed.ttf') format('truetype'),
         url('../../fonts/zurichextracondensed.svg#zurichextracondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}*/