/*
	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:0; padding:0; }
body { background:#111; height:100%; }
img { border:none; }

a:link {
	text-decoration:none;	color: #252525;}      /* unvisited link */
a:visited {
	text-decoration:none;	color: #252525;}  /* visited link */
a:hover {
	text-decoration:none;	color: #252525;}  /* mouse over link */
a:active {
	text-decoration:none;	color: #252525;}  /* selected link */
a:hover{
	color: #005b1c;}
	
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #252525;
	text-transform: uppercase;
	font-weight: normal;}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #252525;
	font-weight: normal;}
	
h3	{font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #252525;
	font-weight: bold;
	font-weight: normal;}
	
#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(/SiteDesign/splash1/progress.aspx) 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(/SiteDesign/splash1/progress.aspx) 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; }
			

#powerby{ float:right; padding-right:20px; line-height: 42px; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; color: #696969;}
			
.PageManagerInfoContainer {
	display: none;}
	
.TopDropLayout1{
	float: left;
	width: 100%;}
	
.TopDropLayout1 .page_header{
	background-color: #00341b;
	background-image:url(/SiteDesign/Images/header1_bg.aspx);
	background-position:top center;
	background-repeat: repeat-y;
	float: left;
	width: 100%;
	height: 80px;}

.TopDropLayout1 .page_header_wrapper{
	margin: 0 auto;
	width: 960px;}
		
.TopDropLayout1 .page_header_1{
	float: left;
	width: 300px;
	height: 80px;

	visibility: hidden;
}
	
.TopDropLayout1 .page_header_2{
	float: left;
	width: 357px;
	padding-top: 25px;
	height: 55px;}

.TopDropLayout1 .page_header_3{
	float: left;
	width: 302px;
	height: 80px;}
	
.TopDropLayout1 .signoutLink, .TopDropLayout1 .currentUserLabelText, .TopDropLayout1 .cmsdesklink{
	float:right;
	padding-top: 7px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;}	
		
.TopDropLayout1 .page_header_4{
	display:none;}

.TopDropLayout1 .page_content{
	background-image:url(/SiteDesign/splash1/splash_footer_bg.aspx);
	position: fixed;
	bottom: 0px;
	float: left;
	clear: both;
	width: 100%;
	height: 205px;}
	
.EditMode .TopDropLayout1 .page_content{
	padding-top: 300px;
	position: relative;}
	
.TopDropLayout1 .page_content_wrapper{
	width: 100%;
	float: left;
	background-image:url(/SiteDesign/splash1/splash_footer.aspx);
	height: 205px;
}
	
.TopDropLayout1 .page_content_top{
	display: none;}
	
.TopDropLayout1 .page_content_middle{
	width: 960px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0 auto;}
	
.TopDropLayout1 .splash1_content_left{
	float: left;
	width: 100%;
	height: 120px;}
	
.TopDropLayout1 .splash1_content_right{
	float: left;
	clear: both;
	width: 100%;
	height: 55px;
	padding-top: 30px;}
	
.TopDropLayout1 .page_content_bottom{
	clear:both;}

.ft-logo{
	position: absolute;
	bottom: 18px;
	left: 30px;
}
	
/*.page_footer{
	clear:both;
	width: 100%;
	padding-top: 35px;
	height: 35px;
	position: fixed;
	bottom: 0px;
	background-image:url(/SiteDesign/Images/footer_bg.aspx);
	background-repeat: repeat-x;}
	
.EditMode .page_footer{	
	position: relative;}
	
.page_footer .page_footer_wrapper{
	margin: 0 auto;
	width: 980px;
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 12px;}
	
.page_footer .page_footer_wrapper a{
	color: #ffffff;}
	
.page_footer .page_footer1{
	float: left;
	width: 800px;}

.page_footer .page_footer2{
	padding-top: 3px;
	float: left;
	width: 180px;
	text-align: right;}
	
	*/
	
	


	
	