﻿/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	 DYNAMIC HEADER (SLIDESHOW)
	 NUMBERS THUMBNAIL
	 
	 ....................................... */

/* =DYNAMIC HEADER (SLIDESHOW)
	 ....................................... */
#homePage .dynamicHeader {
	margin: 10px 10px 0 10px;
	position: relative;
	height:366px;
	overflow:hidden; /* prevents the flashing of slide content */
}
.dynamicHeader ul, .dynamicHeader ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.dynamicHeader ul li {
	background: white;
}
.dynamicHeader .slideContent {
	background-color: #FFFFFF;
}/* IE7 needs height. */
.dynamicHeader .slideShowNavigation {
	position: absolute;
	bottom: 13px;
	left: 422px;
	z-index: 20;
}
.dynamicHeader a.leftArrow,
.dynamicHeader a.rightArrow {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	line-height: 10px;
	background: url(../fw/iconSlideArrowLeft.png) no-repeat center -10px;
	text-indent: -99999px;
	cursor: pointer;
	outline: none;
}/* Shared attributes grouped for consistency. */
.dynamicHeader a.rightArrow {
	background-image: url(../fw/iconSlideArrowRight.png);
	margin-left: 91px;
}/* See also ie6Styles.css. */
.dynamicHeader a.leftArrow:hover,
.dynamicHeader a.rightArrow:hover {
	background-position: center -20px;
	outline: none;
}
.dynamicHeader .pause,
.dynamicHeader .play {
	display: none;
}
.dynamicHeader .caption {
}
.dynamicHeader div.slideContent.slide1 .caption,
.dynamicHeader div.slideContent.slide2 .caption,
.dynamicHeader div.slideContent.slide3 .caption {
	float: left;
	width: 315px;
	padding-right: 32px;
}
.dynamicHeader .caption h1 {
	margin: 20px 0 0 0;
	padding: 0;
}
.dynamicHeader .caption p {
	margin: 25px 0 0 0;
	padding: 0;
	line-height: 1.4;
}
.dynamicHeader a.slideImageLink {
	float: left;
}
.dynamicHeader a.ctaButton,
a.basicLargeButton {
	display: block;
	float: left;
	margin-top: 25px;
	background: url(../fw/btnSlideshowRight.jpg) no-repeat right top;
	overflow: hidden;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
}
.dynamicHeader a.ctaButton span,
a.basicLargeButton span {
	display: block;
	height: 39px;
	padding: 13px 53px 0 28px;
	background: url(../fw/btnSlideshowLeft.jpg) no-repeat left top;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
}/* Total height should add to 52px. */
.dynamicHeader a.ctaButton:hover,
a.basicLargeButton:hover {
	background-position: right -52px;
	color: #FFFFFF;
	text-decoration: none;
}
.dynamicHeader a.ctaButton:hover span,
a.basicLargeButton:hover span {
	background-position: left -52px;
}
.dynamicHeader div.leftColumn {
	float: left;
	display: block;
	width: 550px;
	padding-bottom: 30px;
}
body.mediaPage .dynamicHeader div.leftColumn {
	float: left;
	width: 385px;
	margin-right: 50px;
	padding-bottom: 30px;
}
.dynamicHeader a.ctaButton.rightButton {
	float: right;
}

/* * * * * * CURRENTLY NOT USED * * * * * *

.dynamicHeader .slideShowThumbs ul {
	padding: 0;
	margin: 10px 0 0 0;
	position: absolute;
	bottom: -20px;
	left: 35%;
}
.dynamicHeader .slideShowThumbs ul li {
	float: left;
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0px;
}
.dynamicHeader .slideShowThumbs ul li a {
	display: block;
	margin: 0 2px 0 0;
}
.dynamicHeader .slideShowThumbs ul li a img {
	border: 1px solid #ffffff;
}
.dynamicHeader .slideShowThumbs ul li a.displayed img {
	border: 1px solid orange;
}


* * * * * * * * * * * * * * * * * * * * * */


/* =NUMBERS THUMBNAIL
	 ....................................... */

.csButtonPanel {
	height: 13px;
	padding: 0;
	position: absolute;
	bottom: 11px;
	left: 441px;
	z-index: 30;
}
.dynamicHeader .csButtonPanel ul {
	margin: 0;
}
.csBtnContain {
	float: left;
	cursor: pointer;
}
.csBtnBase {
}
.csBtnAni {
}
.csBtnClkHov {
}
.csBtnNum {
	width: 14px;
	height: 13px;
	line-height: 13px;
	margin-right: 6px;
	background: url(../fw/iconSlideIndicator.png) no-repeat left -13px;
	text-indent: -99999px;
}
.csBtnNum.currentBtn {
	background-position: left top;
}
.csBtnNum:hover,
.csBtnNum.currentBtn:hover {
	background-position: left -26px;
	cursor: pointer;
}