/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

* { margin:0; padding:0; }
body {
	background:#1e1e1e;
	height:100%;
}
	img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; 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; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
			
nav ul {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding-top: 17px;
}
nav ul li {
	display: inline;
}
nav ul a, nav ul a:visited {
	width: 950px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { 
	color: #666;
}
.sidebar1 {
	width: 990px;
	border: thick double #666;
	-moz-box-shadow: 5px 5px 5px #000;
	-webkit-box-shadow: 5px 5px 5px #000;
	box-shadow: 5px 5px 5px #000;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height: 60px;
	position: relative;
	margin-bottom: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #1e1e1e;
}
.header {
	background-image: url(../images/3lightcenterbanner.png);
	background-repeat: no-repeat;
	height: 111px;
	background-position: center center;
	margin-top: 0px;
	margin: 0 auto;
}
.footer {
	width:100%;
	position:absolute;
	bottom: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	right: 15px;
}
.footer p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color:#fff; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #fff;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
} 
