/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
#slider {
	width:980px;
	height:389px;
	float:left;
	position:relative;
	z-index:8;
} 

.slides li img {
	float:left;
}

#slider_text {
	width:540px;
	float:right;
	margin-right:15px;
	font-family:'SpinnakerRegular', Arial, Helvetica, sans-serif;
}

#slider_text h3 {
	background:url('../images/slider_rules.png') repeat-x;
	margin-bottom:0;
}
	#slider_text h3 span {
		padding:0 10px;
		background:#1F77A7;
		color:#fff;
		text-shadow:1px 1px 0 #0a2d42;
	}

#slider_text h1 {
	font-size:42px;
	text-transform:uppercase;
	text-align:center;
	color:#fff;
	font-family:'SpinnakerRegular', Arial, Helvetica, sans-serif;
	background:url('../images/slider_rules.png') bottom repeat-x;
	padding:0 0 15px 0;
	margin:0;
	text-shadow:1px 1px 0 #0a2d42;
}

#slider_text p {
	font-size:14px;
	color:#fff;
	text-align:center;
	padding:10px 15px;
	line-height:1.3em;
}

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;list-style:none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative; zoom: 1; z-index:8; margin:60px auto 0; min-height:250px; color:#fff; width:840px; }
.flexslider .slides {zoom: 1; position:relative;}
.flexslider .slides > li {position: relative;list-style:none;margin:0;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li { list-style:none; }
.flex-direction-nav li a { display: block; position: absolute; top: 25%; cursor: pointer; text-indent: -999em;outline:none;}
.flex-direction-nav li .next {background:url('../images/sprite.png') -87px 0 no-repeat;width:87px;height:141px;right:0;}
.flex-direction-nav li .prev {background:url('../images/sprite.png') no-repeat;width:87px;height:141px;left:0;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

.slider_controls {
	width:1000px;
	position:relative;
	top:120px;
}

/* Control Nav */
.flex-control-nav {width: auto; position: absolute; top:160px; right:109px; text-align: right;z-index:100;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline; list-style:none;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 10px; height: 9px; display: block; background:url('../images/sprite.png') -31px -186px no-repeat; cursor: pointer; text-indent: -999em;}
.flex-control-nav li a:hover { }
.flex-control-nav li a.active {background:url('../images/sprite.png') -13px -186px no-repeat; cursor: default;}

.button-cyan, .button-cyan:visited {
	width:170px;
	height:37px;
	padding-top:12px;
	display:block;
	background:url('../images/slider_btn_cyan.png') 0 0 no-repeat;
	color:#fff;
	text-transform:uppercase;
	font-size:12px;
	font-family:'SpinnakerRegular', Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 0 #003a40;
	text-align:center;
	text-decoration:none;
	margin:0 auto;
}

.button-cyan:hover {
	background:url('../images/slider_btn_cyan.png') 0 -49px no-repeat;
	color:#fff;
	text-shadow:1px 1px 0 #003a40;
	text-decoration:none;
}