@font-face {
	font-family: Aarcher;
   font-weight: normal;
	src: url('fonts/Archer-Medium-Pro.otf');
}
@font-face {
	font-family: Aarcher;
	font-weight: bold;
	src: url('fonts/Archer-Bold-Pro.otf');
}
body.Info {
	border-radius: none;
	-moz-border-radius: none;
	webkit-border-radius: none;
	background: #fff;
	border: none;
	color: #000;
	font-size: inherit;
	margin: 0;
	padding: 0;
}
#Panel {
	display: none;
}
#Content {
	float: none;
	width: auto;
	margin: 0;
}
div.Wrapper {
	text-align: left !important /* this is overriding what's in custom.css */;
	position: relative;
	padding: 10px 0 0;
}
#Slider ul, #Slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#Slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:960px;
	height:510px;
	overflow:hidden; 
}	
.Splashes {
	background: url('images/bg-splash.jpg') center top no-repeat #222;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	-webkit-box-shadow: 0 0 3px #333;
	height: 510px;
	width: 960px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.Splash {
	padding: 40px 570px 40px 40px;
	min-height: 430px;
	position: relative;
}
.Splash h1,
.Splash h2 {
	font-family: Aarcher, arial;
	font-weight: normal;
	color: #fff;
	font-size: 30px;
	margin: 0;
	padding: 0 0 10px;
	line-height: 1.2;
	text-shadow: 0 0 1px #000;
}
.Splash p {
	padding: 10px 0;
	margin: 0;
	line-height: 1.4;
	font-size: 15px;
	max-width: 400px;
	color: #ddd;
	text-shadow: 0 0 1px #000;
}
.Splash .Feature {
	position: absolute;
	right: -100px;
	top: 46px;
}
.Splash3 .Feature {
	right: -40px;
	top: 20px;
}
.CredRibbon {
	display: block;
	height: 183px;
	width: 183px;
	background: url('images/ribbon-purple-cred.png') 0 0 no-repeat transparent;
   color: #000;
   font-size: 1px;
   text-align: left;
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 200;
	text-indent: -1000px;
	overflow: hidden;
}
.CredRibbon:hover {
	background-position: 0 -183px;
}
.CredRibbon:active {
	background-position: 0 -366px;
}
.GreenRibbon {
	display: block;
	height: 67px;
	width: 399px;
	background: url('images/btn-wrap-green.png') 0 -67px no-repeat transparent;
   color: #184E00;
   font-size: 12px;
   text-align: left;
   text-shadow: 0 1px 0 #45C408;
	line-height: 1.4;
	padding: 0 0 0 14px;
	position: absolute;
	top: 407px;
	left: -21px;
	z-index: 200;
}
.GreenRibbon:hover {
	color: #184E00;
	background-position: 0 0;
}
.GreenRibbon:active {
	background-position: 0 -134px;
}
.GreenRibbon strong {
	font-family: Aarcher, arial;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	font-size: 20px;
	padding: 4px 0 0 0;
	text-shadow: 0 1px 1px #000;
}
.GreenRibbon span {
   color: #D4FFB7;
   font-weight: bold;
   text-shadow: 0 0 2px #000000;	
}
.SplashArrow {
	top: 70px;
	position: absolute;
	padding: 0;
	height: 510px;
	width: 50%;
	display: block;
	z-index: 50;
	cursor: pointer;
}
.SplashLeft { left: 0; }
.SplashRight {
	text-align: right;
	right: 0;
}
.SplashArrow a {
	margin: 230px 20px 0;
	display: none;
	height: 38px;
	width: 38px;
	background: url('images/nav-arrows.png') 0 -38px no-repeat transparent;
	line-height: 1;
	z-index: 300;
}
.SplashLeft:hover a,
.SplashLeft:active a,
.SplashRight:hover a,
.SplashRight:active a {
	display: inline-block !important;	
}
.SplashLeft a:hover { background-position: 0 0; }
.SplashRight a { background-position: -38px -38px; }
.SplashRight a:hover { background-position: -38px 0; }
.SplashDots {
	text-align: center;
	position: relative;
	margin: -33px auto 0;
	left: 0;
	z-index: 150;
}
.SplashDots a {
	display: inline-block;
	height: 22px;
	width: 22px;
	background: url('images/nav-dots.png') -22px 0 no-repeat transparent;
	line-height: 1;
	z-index: 200;
}
.SplashDots a:hover {
	background-position: -44px 0;
}
.SplashDots a.Current {
	background-position: 0 0 !important;
}
.Cred {
	margin: 20px 0 0;
	clear: left;
	background: url('images/who-uses-us.png') 0 40px no-repeat transparent;
	height: 90px;
	width: 960px;
	overflow: hidden;
	color: #777;
	font-size: 13px;
	text-align: center;
}
.Cred strong {
	display: none;
}
