﻿@charset "utf-8";
/* CSS Document */
.fpssstage
{
	width:960px;
	height: 270px;
	position:relative;
	background-image:url(assets/greengradientbackground.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.emergency
{
	background-image:url(assets/redgradientbackground.jpg);
}
.fpssstage .slidecredit {display:none;}
.fpssstage .slideheader {display:none;}
.fpssstage .slidecontent {display:none;}
.fpssstage .slidecalltoaction {display:none;}

.fpssstage .fpssslide 
{
	width: 625px;
	height: 250px;
	left: 325px;
	top: 10px;
	position: absolute;
	overflow: hidden;
}
.fpssstage .stageheader
{
	width: 305px;
	overflow: hidden;
	left: 5px;
	top: 10px;
	position:relative;
}
.fpssstage .stageheader h1
{
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom:10px;
}
.fpssstage .stagecontent
{
	width: 310px;
	left: 5px;
	top: 5px;
	position:relative;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
}
.fpssstage .stagecalltoaction
{
	width: 310px;
	padding: 5px;
	left: 5px;
	margin-top: 15px;
	text-align:center;
}
.fpssstage .stagecalltoaction a
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background-color:#003300;
	border: 1px solid #000000;
	padding-top: 5px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	position:relative;
}
.emergency .stagecalltoaction a
{
	background-color:#CC0000;

}
.fpssstage .stagebuttons
{
	position:absolute;
	top:234px;
	left: 5px;
	width: 310px;
	text-align:center;
}
.fpssstage .stagebuttons a 
{
	border: 1px solid #999999;
	text-decoration: none;
	background-color: #009900;
	color: #fff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 2px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	position:relative;
}
.fpssstage .stagebuttons a.activeSlide { background: #003300 }
.fpssstage .stagebuttons a:focus { outline: none; }

.emergency .stagebuttons a
{
	background-color:#330000;

}
.emergency .stagebuttons a.activeSlide { background: #CC0000 }


.eventstage
{
	width:550px;
	height: 250px;
	position:relative;
	overflow:hidden;
}



.eventstage .eventslide h1 {
   position: absolute;
   bottom: 10px;
   left: 0;
   width: 100%;
}

.eventstage .eventslide h1 a {
   color: white;
   font: bold 24px/45px Helvetica, Sans-Serif;
   letter-spacing: -1px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px;
   text-decoration: none;
}
.eventstage .eventslide h1 a:hover {
	text-decoration:underline;
}

#slideshow h3 span.spacer {
   padding:0 5px;
}

