#slidedeck_frame { position:relative; width:960px; height:240px; padding:20px; overflow:hidden; }
 
#slidedeck_frame dl { position:relative; width:920px; height:240px; margin:0; padding:0; }

.slidedeck dd { position:relative; height:230px; padding:10px 15px; margin:0; }
 
.slidedeck dt { position:relative; cursor:pointer; height:50px!important; width:220px!important; line-height:50px; font-size:18px!important; font-weight:100!important; 
				font-family:Tahoma, Arial, Helvetica, sans-serif; letter-spacing:1px; 
				background:url(../images/slidedeck-spines.jpg) no-repeat center bottom; color:#000000!important; margin:0px; padding:0px; 
				text-align:right!important; padding:0 20px 0 5px!important; text-shadow:#fff -1px 0 0; }
 
.slidedeck dt:hover { color:#0d669a!important; background-position:center center; }
 
.slidedeck dt.active, .slidedeck dt.active:hover { cursor:default; color:#4e4e4e!important; background-position:center top; text-shadow:#0d669a 1px 0 0; }
 
.slidedeck dt .index { display:none!important; }


.main-content-slide h2 a:link, .main-content-slide h2 a:visited { display:block; width:240px; height:160px; position:absolute; bottom:0; left:55px; text-indent:-9999px; }
 
.main-content-slide h2 a:active { top:auto; }
 
.main-content-slide h3 a:link, .main-content-slide h3 a:visited {
	display:block;
	width:633px;
	height:50px;
	position:absolute;
	top:20px;
	left:75px;
	padding-bottom:15px;
	margin-bottom:10px;
	text-decoration:none;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size:42px;
	text-indent:20px;
	color:#0080ca;
	text-shadow:#fff 0 1px 0;
	line-height:50px;
}

.main-content-slide h4 a:link, .main-content-slide h4 a:visited {
	display:block;
	width:633px;
	height:50px;
	position:absolute;
	top:20px;
	left:75px;
	padding-bottom:15px;
	margin-bottom:10px;
	text-decoration:none;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size:32px;
	text-indent:20px;
	color:#0080ca;
	text-shadow:#fff 0 1px 0;
	line-height:50px;
}

.main-content-slide h5 a:link, .main-content-slide h5 a:visited {
	display:block;
	width:633px;
	height:50px;
	position:absolute;
	top:20px;
	left:75px;
	padding-bottom:15px;
	margin-bottom:10px;
	text-decoration:none;
	font-family:Tahoma, Helvetica, Arial, sans-serif;
	font-weight:100;
	font-size:28px;
	text-indent:20px;
	color:#0080ca;
	text-shadow:#fff 0 1px 0;
	line-height:50px;
}

.main-content-slide h3 {
  display:block;
  width:633px;
  height:30px;
  position:absolute;
  top:20px;
  left:40px;
  padding-bottom:15px;
  margin-bottom:10px;
  text-decoration:none;
  font-family:Tahoma, Helvetica, Arial, sans-serif;
  font-weight:100;
  font-size:29px;
  text-indent:20px;
  color:#92d4fb;
  text-shadow:#fff 0 1px 0;
  line-height:30px;
}
 
.main-content-slide h3 a:hover, .main-content-slide h3 a:focus, .main-content-slide h4 a:hover, .main-content-slide h4 a:focus, .main-content-slide h5 a:hover, .main-content-slide h5 a:focus  { color:#0d669a; }
 
.main-content-slide h3 a:active, .main-content-slide h4 a:active, .main-content-slide h5 a:active { top:21px; padding-bottom:14px; }
 
.main-content-slide h3 a span.arrow, .main-content-slide h4 a span.arrow, , .main-content-slide h5 a span.arrow { display:block; width:28px; height:40px; background:url(../images/big-arrow.png) no-repeat center -80px; float:right; margin:10px 20px 0 0; }
 
.main-content-slide h3 span.arrow, .main-content-slide h4 span.arrow, .main-content-slide h5 span.arrow { background-position:center -200px; }
 
.main-content-slide p.description { position:absolute; width:800px; line-height:28px; top:205px; left:90px;}

.main-content-slide p.description a { left:90px; color:#a10512; text-decoration:none; }

.main-content-slide p.description a:hover { left:90px; color:#ab030a; border-bottom:1px dashed #000000; }



dd#first-slide { background:url(../images/rotator/Slider_Workingrev.jpg) no-repeat left top; }

dd#first-slide.main-content-slide h2 a.slide-title { left:200px; }
 
dd#first-slide.main-content-slide h3 { left:60px; }
 
dd#first-slide.main-content-slide p.description { left:90px; }

dd#second-slide { background:url(../images/rotator/2020_SpringSliderWork.png) no-repeat left top; }
 
dd#second-slide.main-content-slide h2 a.slide-title { left:200px; }
 
dd#second-slide.main-content-slide h3 { left:60px; }
 
dd#second-slide.main-content-slide p.description { left:90px; }

dd#third-slide { background:url(../images/rotator/2020_CoronaSliderWork.png) no-repeat left top; }
 
dd#third-slide.main-content-slide h2 a.slide-title { left:200px; }
 
dd#third-slide.main-content-slide h3 { left:60px; }
 
dd#third-slide.main-content-slide p.description { left:90px; }




/* The following style is needed to support rotation of slide spines in IE */
dt.spine {
    -ms-transform: rotate(270deg);
    -ms-transform-origin: 25px 0px 0px;
}

