/* ------- 1. Fade Slider ------- */
#fading_slider {
	margin: 0 auto;
	height: 420px;
	width: 980px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}

#first_fading_slides {
	display: block;
}

#slidespacer {
	display: none;
}

.fading_slides {
	/*cursor: pointer;*/
	position: relative;
}

.fading_slides div.single_fading_slide {
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 420px;
}

.slidetabs {
	margin: 0 auto;
	position: relative;
	text-align: center;
	top: 395px;
	z-index: 100;
}

.slidetabs a {
	width: 20px;
	height: 20px;
	margin: 2px;
	background: url(/portal/img/shared/nav_dots_sprite.png) 0px 0px no-repeat
		transparent;
	display: inline-block;
	font-size: 1px;
}

.slidetabs a:hover {
	opacity: .7;
}

.slidetabs a.current {
	background-position: 0 -34px;
}

/* ------- 2. Tabbed Slider ------- */
#tabbed_slider {
	background-color: #fff;
	overflow: hidden;
	height: 512px;
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#tabbed_slides {
	width: 9999em;
	position: absolute;
	height: 420px;
}

.single_tabbed_slide {
	float: left;
	position: relative;
	width: 980px;
	height: 420px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	z-index: 1000;
}

#thumbs {
	position: absolute;
	top: 404px;
	left: 38px;
	z-index: 1001;
}

.t a {
	background: url(/portal/img/shared/resting_tab.png) 0px 0px no-repeat;
	height: 86px;
	width: 72px;
	margin-left: 10px;
	display: block;
	float: left;
	cursor: pointer;
	padding-top: 31px;
	text-align: center;
}

.t a.active {
	cursor: default !important;
	border-color: #aaa;
	background: url(/portal/img/shared/active_tab.png) 0px 0px no-repeat;
}

/*framed intro blurb */
#tabbed_slider {
	background: url(/portal/img/shared/tabbed_slider_nav.png) repeat-x scroll
		left bottom;
}

.tabbed #intro_blurb,.tabbed #body_block_background {
	background: none;
}

.tabbed  #intro_blurb .inner {
	margin: 35px auto 10px;
}

/*minimal intro blurb style */
.minimal #tabbed_slider {
	background: url(/portal/img/shared/divider_shadow_outset.png) no-repeat
		scroll center bottom transparent;
	height: 508px;
}

/* ------- 3. Slider Stageing Effects Shared ------- */
#loading_slider {
	background: url(/portal/img/shared/slider_loader.gif) no-repeat scroll 50%
		50% transparent;
	display: none;
	height: 420px;
	position: relative;
	width: 980px;
}

.slider_title {
	font-size: 36px;
	margin-bottom: 15px;
}

.slider_content {
	position: absolute;
	overflow: hidden;
	height: 350px;
	width: 400px;
	top: 0;
	left: 0;
	color: #999;
	font-size: 15px;
	line-height: 24px;
	z-index: 2;
}

.positioning {
	z-index: 1;
	float: right;
}

/* ------- 4. Full Slide ------- */
.full_slide {
	background: url(/portal/img/shared/sliders/full_slide_background.jpg) 0px
		0px no-repeat;
}

.full_slide .slider_content {
	height: 315px;
	left: 40px;
	position: absolute;
	top: 30px;
	width: 900px;
	z-index: 2;
}

/* ------- 5. Floating Slide ------- */
.floating_slide {
	background: url(/portal/img/shared/sliders/floating_slide_background.jpg)
		0px 0px no-repeat;
}

.floating_slide .positioning {
	margin-top: 35px;
	margin-right: 40px;
}

.floating_slide .slider_content {
	height: 315px;
	left: 70px;
	position: absolute;
	top: 70px;
	width: 840px;
	z-index: 2;
}

/* ------- 6. Staged Slide ------- */
.staged_slide {
	background: url(/portal/img/shared/sliders/staged_slide_background.jpg)
		0px 0px no-repeat;
}

.staged_slide .positioning {
	margin-top: 35px;
	margin-right: 40px;
}

.staged_slide .slider_content {
	height: 315px;
	left: 70px;
	position: absolute;
	top: 70px;
	width: 840px;
	z-index: 2;
}

/* ------- 7. Partial Staged Slide ------- */
.partial_staged_slide {
	display: none;
	background:
		url(/portal/img/shared/sliders/half_staged_slide_background.jpg) 0px 0px
		no-repeat;
}

.partial_staged_slide .positioning {
	height: 334px;
	margin-right: 40px;
	margin-top: 36px;
	width: 567px;
}

.partial_staged_slide .slider_content {
	color: #777;
	height: 350px;
	left: 40px;
	top: 60px;
	width: 300px;
}

/* ------- 8. Partial Gradient Slide ------- */
.partial_gradient_slide {
	background: url(/portal/img/primary_blue/gradient_slide.jpg)
		0px 0px no-repeat;
}

.partial_gradient_slide .positioning {
	height: 344px;
	margin-right: 43px;
	margin-top: 38px;
	width: 510px;
}

.partial_gradient_slide .slider_content {
	height: 340px;
	left: 75px;
	top: 20px;
	width: 320px;
}
