/*
	Supersized - Fullscreen Slideshow jQuery Plugin
	Version 3.1.3
	www.buildinternet.com/project/supersized
	
	By Sam Dunn / One Mighty Roar (www.onemightyroar.com)
	Released under MIT License / GPL License
*/

* {
	margin: 0px;
	font: "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size:0.98em;
	color:#FFF;
}
body { background:#111; }

img{ border:none; }

a { color: #09C; text-decoration:none;}
a:hover, a:active { color: #C60; text-decoration:underline;}

a.white {color:#FFF;}

p, ol {
	text-shadow: #000 0px 1px 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 30px 5px 30px;
}

.h1, .h2, .h3, .h4 {font-family:"Times New Roman", Times, serif;}

.h1 {
	margin-bottom: 15px;
	padding:30px 30px 0px 30px;
	font-size: 1.6em;
	line-height: 1em;
}

.h2{
	margin-bottom: 15px;
	padding:10px 30px 20px 30px;
	font-style:italic;
	font-size: 1.4em;

}

.h3{
	padding: 20px 0 0 0;
	margin-bottom: 0.3em;
	margin-right: 10px;
	margin-left:30px;
	border-bottom: 1px solid #FFF;
	font-size: 1.3em;
	font-weight:bold;
}

.h4{
	padding: 20px 0 0 0;
	margin-bottom: 0.3em;
	margin-right: 10px;
	margin-left:30px;
	font-size: 1.15em;
	font-weight:bold;
	text-decoration:underline;
}

.subsection {
	font-family:"Times New Roman", Times, serif;
	font-size: 1.15em;
	font-style:italic;
}

.bluedate{
	color: #ace7f6;
	font-weight:bold;
}

.important{
	color: #f0ff00;
}

.importantbld{
	color: #f0ff00;
	font-weight:bold;
}

.legal {
	text-align:center;
	color: #ace7f6;
	font-size: 0.8em;	
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

li p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 0.85em;
}


li.italic {
	font-style:italic;
}


/*Main DIV Container(s)*/
#content480, #content680 { position:absolute; top:50px; left:50px; background:#111; background:rgba(5,5,5,0.90); text-align:left; z-index: 10;}
#content480 { width:480px; }
#content680 { width:680px; }
#content680 ol {
	line-height: none;
	margin-left: 1em;
	padding-right: 10px;
}
/*Main DIV Container(s) End*/




/*Navigation Begin*/
.button {
	font-size:1em;
	text-decoration:none;
	outline: none;
	color:#ddd;
	background:#222;
	border-top:1px solid #333;
	margin-right: 0px;
	padding:5px 8px 5px 8px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0px 1px 1px #000;
	-webkit-box-shadow: 0px 1px 1px #000;
	box-shadow: 0px 1px 1px #000;
}

.button a:hover{
	background-color:#427cb4;
	border-color:#5c94cb;
	color:#fff;
}


/*Navigation End*/


/*All the SUPERSIZED STUFF in the background*/
#supersized-loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:10;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
	background-color:#111;
	background:rgba(0,0,0,0.8) url(../img/progress.gif) no-repeat center center;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
	
#supersized {
	position:fixed;
	left:0;
	top:0;
	overflow:hidden;
	z-index:-999;
	height:100%;
	width:100%;
}

#supersized img{
	width:auto;
	height:auto;
	position:relative;
	display:none;
	outline:none;
	border:none;
}

#supersized.speed img {
	-ms-interpolation-mode:nearest-neighbor;
	image-rendering: -moz-crisp-edges;
}

#supersized.quality img {
	-ms-interpolation-mode:bicubic;
	image-rendering: optimizeQuality;
}

#supersized a {
	z-index:-30;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#111;
}

#supersized a.prevslide {z-index:-20; }

#supersized a.activeslide { z-index:-10; }

#supersized a.prevslide img, #supersized a.activeslide img { display:inline; }

	
/*Controls Section*/
#controls-wrapper {
	margin:0 auto;
	height:62px;
	width:100%;
	bottom:0;
	left:0;
	z-index:4;
	background:url(../img/nav-bg.png) repeat-x; position:fixed;
}

#controls {
	overflow:hidden;
	height:100%;
	text-align:left;
	z-index:5;
	padding:0 114px; /* Increase padding to give thumbnails room */
}

#slidecounter {
	float:left;
	color:#888;
	font:23px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-shadow:#000 0 -1px 0;
	margin:19px 10px 18px 20px;
}

#slidecaption {
	overflow:hidden;
	float:left;
	color:#FFF;
	font:16px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-shadow:#000 0 2px 0;
	margin:23px 20px 23px 0;
}

#navigation { float:right; margin:10px 20px 0 0; }
	

/*Thumbnail Navigation*/	
#nextthumb,#prevthumb {
	z-index:6;
	display:none;
	position:fixed;
	bottom:12px;
	height:75px;
	width:100px;
	overflow:hidden;
	background:#ddd;
	border:2px solid #fff;
	-webkit-box-shadow:0 0 5px #000;
}

#nextthumb { right:12px; }

#prevthumb { left:12px; }

#nextthumb img, #prevthumb img { width:150px; height:auto;  }

#nextthumb:active, #prevthumb:active { bottom:10px; }

#navigation > :hover,#nextthumb:hover, #prevthumb:hover { cursor:pointer; }