/*
	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;}      /* unvisited link */
a:visited {
	text-decoration:none;}  /* visited link */
a:hover {
	text-decoration:none;}  /* mouse over link */
a:active {
	text-decoration:none;}  /* selected link */
a:hover{}
	
#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-image:url(/SiteDesign/splash1/header_bg.aspx);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	height: 140px;}

.TopDropLayout1 .page_header_wrapper{
	margin: 0 auto;
	width: 960px;
	height: 140px;}
		
.TopDropLayout1 .page_header_1{
	float: left;
	padding-top: 25px;
	width: 185px;
	height: 115px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #696969;}
	
.TopDropLayout1 .page_header_2{
	float: left;
	width: 431px;
	height: 140px;}
		
.TopDropLayout1 .button1{
	float: left;
	width: 140px;
	height: 140px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;}
	
.TopDropLayout1 .button1:hover, .TopDropLayout1 .button2:hover, .TopDropLayout1 .button3:hover{
	background-image:url(/SiteDesign/splash1/header_bg_hover.aspx);
	background-repeat: repeat-x;}

.TopDropLayout1 .button2{
	float: left;
	width: 105px;
	height: 140px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;}

.TopDropLayout1 .button3{
	float: left;
	width: 180px;
	height: 140px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #696969;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;}
	
.TopDropLayout1 .splash_link{
	float: left;
	width: 100%;
	height: 35px;
	padding-top: 105px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;}
	
.TopDropLayout1 .splash_link1{
	float: left;
	width: 100%;
	height: 50px;
	padding-top: 90px;
	color: #ffffff;
	text-decoration: none;
	text-align:center;}
			
.TopDropLayout1 .page_header_4{
	float: right;
	width: 342px;
	padding-top: 105px;
	height: 35px;}

.TopDropLayout1 .signoutLink, .TopDropLayout1 .currentUserLabelText, .TopDropLayout1 .cmsdesklink{
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;}	

.TopDropLayout1 .page_content{
	background-image:url(/SiteDesign/splash1/footer_bg.aspx);
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0px;
	float: left;
	clear: both;
	width: 100%;
	padding-top: 30px;
	height: 55px;}
	
.EditMode .TopDropLayout1 .page_content{
	padding-top: 300px;
	position: relative;}
	
.TopDropLayout1 .page_content_wrapper{
	width: 960px;
	margin: 0 auto;}
	
.TopDropLayout1 .page_content_top{
	display: none;}
	
.TopDropLayout1 .page_content_middle{
	width: 960px;
	font-family: Garamond, "Palatino Linotype", sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 15px;
	margin: 0 auto;}
	
.TopDropLayout1 .splash1_content_left{
	width: 500px;
	float: left;
	height: 55px;}
	
.TopDropLayout1 .splash1_content_right{
	float: left;
	width: 460px;}
	
.TopDropLayout1 .poweredby{
	clear: right;
	float: right;
	width: 460px;}
	
.TopDropLayout1 .poweredbylink{
	float:right;
	color: #ffffff;
	text-decoration: none;}
	
.TopDropLayout1 .page_content_bottom{
	clear:both;}
