/* All slide styles will live below */

#slideArea, #slideAreaOuter {
	height: 311px;
	width: 100%;
	color: #fff;
	background-color: #013651;
	position: relative;
	overflow: hidden;
}
	#slide_base{
		width: 940px;
		height: 25px;
		background: #dddbce url(../i/bg_slidebase.png) no-repeat;
	}

/* Slide Navigation */
ul#slideNav {
	list-style: none;
	margin: 0;
	padding: 22px 0 0 0;
	width: 306px;
	height: 323px;
	display: block;
	color: #e2dfc3;
	position: absolute;
	top: 0;
	z-index: 1;
}
#slideNav li {
	width: 280px;
	height: 37px;
	line-height: 37px;
	position: relative;
	left: 11px;
	margin-bottom: -2px;
	padding: 0;
	text-indent: 10px;
	font-size: 13px;

}
#slideNav li#slide1Nav {
/*	margin-bottom: 10px;*/
}
#slideNav a.current {
	background: transparent url(images/current_tab.png) no-repeat;	
}
#slideNav a {
	color: #e2dfc3;
	margin: 0;
	padding: 0;
	display: block;
	font-size:11px;
}
#slideNav li a.current {
	color: #fff;
}
#slideNav .featuredNav a{
	font-size: 18px;
}
#slideNav li a.current:hover {
	text-decoration: none;
}

/* Individual Slides */
#slidesWrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 9000px;	
	z-index: 0;
}
.slide {
	width: 100%;
	height: 311px;
	display: block;
	clear: both;
	background: #024b70;
}
.slideContent {
	color:#ffffff;
	left:307px;
	position:relative;
	top:55px;
	width:365px;
}
	.slideContent h1 {
		font: bold 24px/28px Helvetica, Arial, sans-serif;
	}
	.slideContent p {
		font-size: 13px;
		line-height: 21px;
		color:#ffffff;
	}
	.slideContent a.download15dayTrial {
		width: 171px;
		height: 52px;
		text-indent: -9999em;
		display: block;
		float: left;
		margin: 10px 12px 0 0;
		background: transparent url('../i/download-15day-trial.png') 0 0 no-repeat;
	}
	.slideContent a.download15dayTrial:active {
		background-position: 0 -53px;
	}
	.slideContent a.download30dayTrial {
		width: 171px;
		height: 52px;
		text-indent: -9999em;
		display: block;
		float: left;
		margin: 10px 12px 0 0;
		background: transparent url('../i/download-30day-trial.png') 0 0 no-repeat;
	}
	.slideContent a.download30dayTrial:active {
		background-position: 0 -53px;
	}
	.slideContent a.learnMoreButton {
		width: 125px;
		height: 52px;
		text-indent: -9999em;
		display: block;
		float: left;
		margin-top: 10px;
		background: transparent url('../i/learn-more-button.png') 0 0 no-repeat;
	}
	.slideContent a.learnMoreButton:active {
		background-position: 0 -52px;
	}
	
	#slide1 {
	background-image: url(images/slide1_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#slide2 {
	background-image: url(images/slide2_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#slide3 {
	background-image: url(images/slide3_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#slide4 {
	background-image: url(images/slide4_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#slide5 {
	background-image: url(images/slide5_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#slide6 {
	background-image: url(images/slide6_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#slide7 {
	background-image: url(images/slide7_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	#slide8 {
	background-image: url(images/slide8_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}