@CHARSET "UTF-8";

/* NEW SPLASH AREA STYLES START
--------------------------------*/

.emergency_overlay {
	width: 630px;
	height: 50px;
  margin-top:255px;
}
.crisis_label {
	float: left;
	height: 50px;
	background-image: url('Images/furniture/emergency_overlay_sprites.png');
	background-position: 0px 0px;
}
.crisis_label strong {
	display: block;
	padding: 10px 10px 0 30px;
	font-family: Arial,Verdana,"Lucida Grande",sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-shadow: 1px 1px 4px black, 1px 1px 4px black;
}
.crisis_identifier {
	float: left;
	height: 50px;
	background-image: url('Images/furniture/emergency_overlay_sprites.png');
	background-position: 0px -55px;
}
.crisis_identifier strong {
	display: block;
	padding: 10px 8px 0 22px;
	font-family: Arial,Verdana,"Lucida Grande",sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.crisis_point {
	float: left;
	height: 50px;
	width: 20px;
	background-image: url('Images/furniture/emergency_overlay_sprites.png');
	background-position: right -55px;
}
.additional-button {
	float: right;	
}
.button_container {
	float: right;
}
.button_container a {
	display: block;
	height: 50px;
}
.button_container a strong {
	display: block;
	float: left;
	height: 20px;
	color: #fff;
	font-family: Arial,Verdana,"Lucida Grande",sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 1px 1px 3px black, 1px 1px 3px black;
	padding: 15px 0px 15px 20px;
	background-image: url('Images/furniture/emergency_overlay_sprites.png');
	background-position: 0px -110px;
}
.button_container a span {
	display: block;
	float: left;
	height: 50px;
	width: 20px;
	background-image: url('Images/furniture/emergency_overlay_sprites.png');
	background-position: right -110px;
}
.button_container a:hover strong {
	text-shadow: 0px 0px 2px black;
	background-position: 0px -165px;
}
.button_container a:hover span {
	background-position: right -165px;
}
.orbit-caption h2 {
	margin: 10px;
	border-bottom: none !important;
}
/* NEW SPLASH AREA STYLES END
--------------------------------*/


/* NEW SPOTLIGHT AREA STYLES
----------------------------*/
div#Spotlight_area {
	width: 640px;
	height: 225px;
	position: relative;
	margin-bottom: 1em;
  margin-top:80px;
}
div#Spotlight_area h4 {
	position: absolute;
	left: 19px;
	top: 0px;
	height: 20px;
	width: 300px;
	color: #777;
	margin: 0;
	padding:0;
	font-size: 110%;
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
}
div#SlideLeft {
	position: absolute;
	left: 0px;
	top: 20px;
	width: 15px;
	height: 205px;
	background-color: #cbdde9;
}
div#SlideRight {
	position: absolute;
	left: 626px;
	top: 20px;
	width: 15px;
	height: 205px;
	background-color: #cbdde9;
}
div#SlideLeft a#btnLeft {
	display: none;
	width: 15px;
	height: 99px;
	background-image: url('Images/furniture/spotlight-sprites.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
div#SlideLeft a#btnLeft:hover {
	background-position: 0px -99px;
}
div#SlideRight a#btnRight {
	display: none;
	width: 15px;
	height: 99px;
	background-image: url('Images/furniture/spotlight-sprites.jpg');
	background-position: -15px 0px;
	background-repeat: no-repeat;
}
div#SlideRight a#btnRight:hover {
	background-position: -15px -99px;
}
div#SlideLeft span, div#SlideRight span {
	display: block;
	width: 15px;
	height: 99px;
	background-color: #a7c8de;
}
div#Spotlight_container {
	position: absolute;
	left: 19px;
	top: 20px;
	width: 604px;
	height: 205px;
	overflow: hidden;
}
div#Spotlight_holder {
	height: 215px;
	width: 3090px;
	position: relative;
	background-image: url('Images/furniture/spotlight_back.gif');
	background-repeat: repeat-x;
	left: 0px;
}
div.Spotlight_item {
	width: 200px;
	height: 205px;
	margin-right: 2px;
	float: left;
	font: normal 100% "Trebuchet MS", Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 18px;
	background-color: #e7eef5;
	background-image: url('Images/furniture/spotlight-loading.gif');
	background-repeat: no-repeat;
}
div.Spotlight_empty {
	width: 204px;
	height: 206px;
	margin: 0 1px;
	float: left;
	background-image: url('Images/furniture/bg-rightside-pod.jpg');
	background-repeat: no-repeat;
	background-position: -2px -2px;
}
div#Spotlight_area div.Spotlight_pad {
	padding: 5px 8px 0px 8px;
	height: 73px;
	overflow: hidden;
}
div#Spotlight_area div.read_more {
	text-align: right;
	padding-right: 8px;	
}
div#Spotlight_pips {
	position: absolute;
	left: 328px;
	top: 0px;
	height: 20px;
	width: 300px;
	text-align: right;
}
div#Spotlight_pips a.pip {
	display: none;
	width: 16px;
	height: 20px;
	background-image: url('Images/furniture/spotlight-sprites.jpg');
	background-position: 0px -198px;
	background-repeat: no-repeat;
}
div#Spotlight_pips a.on {
	background-image: url('Images/furniture/spotlight-sprites.jpg');
	background-position: -15px -198px;
	background-repeat: no-repeat;
}
div#Spotlight_pips a.pip span {
	display: none;
}
/* NEW SPOTLIGHT AREA STYLES END
--------------------------------*/

div.Spotlight_item p.sticky{
  line-height:18px;
}
