@charset "utf-8";
/* CSS Document */

/* SITE COLORS
WHITE BACKGROUND: #F8F8F8
RED: #BE0F34
TAN TEXT ROLLOVER: #E9D4B9
DARK GREY: #585663
LIGHT GRAY TEXT: #CFCFCF
*/

/* ----------- FEATURES RULES ----------- */

/* Sets the width of the content div */
div#features {
	width: 960px;
	height: 405px;
	background: #43414b;
	clear: both;
}
/* MESSAGE - set height for message div */
div#message {
	width: 730px;
	height: 405px;
	float: right;
}
/* MESSAGE SLIDER - set height for slider div */
div#slider {
	height: 370px;
	width: 730px;
	position: relative;
}
div#slider img {
	border: none;
}
div#slider #sliderOverlay {
	position: absolute;
	left: 464px;
	top: 0;
	width: 230px;
	z-index: 10;
	height: 370px;
	background-image: url(/images/feature_white_bg.png);
}
div#slider #sliderOverlay span {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	color: #353535;
	font-weight: bold;
}
/* Slider Text */
div#slider #sliderOverlay .sliderOverlay1 {
	color: #c01136;
	margin-top: 50px;
	margin-left: 30px;
	font-size: 18px;
}
div#slider #sliderOverlay .sliderOverlay2 {
	color: #c01136;
	margin-top: -5px;
	margin-left: 20px;
	font-size: 30px;
}
div#slider #sliderOverlay .sliderOverlay3 {
	font-size: 18px;
	margin-left: 30px;
	margin-top: 3px;
}
div#slider #sliderOverlay .sliderOverlay4 {
	font-size: 26px;
	margin-left: 40px;
}
div#slider #sliderOverlay .sliderOverlay5 {
	font-size: 30px;
	margin-left: 20px;
	margin-top: 5px;
}
div#slider #sliderOverlay .sliderOverlay6 {
	font-size: 26px;
	margin-left: 50px;
	margin-top: 5px;
}
div#slider #sliderOverlay .sliderOverlay7 {
	margin-left: 35px;
	font-size: 15px;
	margin-top: 5px;
}
/* Slider Buttons */
div#slider #sliderOverlay #sliderVideo {
	display: block;
	background: url(/images/flash_btn_play.png) top;
	width: 76px;
	height: 50px;
	margin-left: 75px;
}
div#slider #sliderOverlay #sliderVideo:hover {
	background: url(/images/flash_btn_play.png) bottom;
}
div#slider #sliderOverlay a span {
	display: inline;
	position: absolute;
	left: -5000px;
}
div#slider #sliderOverlay #sliderBack {
	display: inline-block;
	width: 34px;
	height: 35px;
	background:url(/images/flash_btn_next_prev.png) bottom left no-repeat;
	margin-top: 35px;
	margin-left: 70px;
}
div#slider #sliderOverlay #sliderBack:hover {
	background:url(/images/flash_btn_next_prev.png) top left no-repeat;
	width: 34px;
	height: 35px;
}
div#slider #sliderOverlay #sliderForward {
	display: inline-block;
	background:url(/images/flash_btn_next_prev.png) bottom right no-repeat;
	width: 34px;
	height: 35px;
	margin-left: 20px;
}
div#slider #sliderOverlay #sliderForward:hover {
	background:url(/images/flash_btn_next_prev.png) top right no-repeat;
	width: 34px;
	height: 35px;
}

/* Slider Caption */
div#slider #sliderCaption {
	height: 30px;
	width: 454px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #585663;
	z-index: 0;
	font-size: 12px;
	color: #c4c4c5;
	padding-left: 10px;
	background-image: url(/images/flash_caption_bg.png);
	background-position: right;
	background-repeat: repeat-y;
}
div#slider #sliderCaption strong {
	color: white;
}
div#slider #sliderCaption a {
	color: #c4c4c5;
	text-decoration: none;
	font-weight: bold;
}
/* MESSAGE FOOTER - Styles for message below the Flash section */
div#red_shirt {
	background:url(../images/red_shirt.png) no-repeat top left  #ECECEC;;
	border-top: 1px solid #CFCFCF;
	padding:9px 15px 0 100px;
	height: 25px;
}
div#message h4 {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #585663;
	line-height:100%;
}
div#message h4 a {
	font: bolder 13px/14px Arial, Helvetica, sans-serif;
}

/* ----------- STORIES RULES ----------- */

/* STORY TITLE - Sizes the feature section - 4 boxes & "Great Stories Inspire Great People" text */
div#stories {
	height: 150px;
	border-top: 3px solid #CFCFCF;
	padding-top: 15px;
	clear: both;
}
/* STORY TITLE - Positions & styles text */
div#stories h2 {
	float: left;
	padding-left: 25px;
	padding-top: 15px;
	font-size: 22px;
	line-height: 26px;
}
/* STORY TITLE - Rules for "Inspire" */
.storytitle2 {
	font-style: italic;
	margin-left: 50px;	
}
/* STORY TITLE - Rules for "Great People" */
.storytitle3 {
	margin-left: 20px;
	font: bold 28px/34px Arial, Helvetica, sans-serif;
}
/* STORIES - Container for stories interface */
div#storyinterface {
	position: absolute;
	z-index: 500;
	left: 260px;
}
/* STORIES - UL Rules */
div#storyinterface ul {
	list-style: none;
	position: relative;
}
/* STORIES - Positions boxes */
div#storyinterface ul li {
	float: left;
	display: inline;
	width: 135px;
	height: 100px;
	margin: 0px 15px;
}
/* STORIES - Remove the border form the boxes */
div#storyinterface img {
	border: none;
}
/* STORIES - add button images */
div#storyinterface ul li.story01 {
	background: url(../images/storyPolice_off.jpg) no-repeat;
}
div#storyinterface ul li.story02 {
	background: url(../images/storyEducation_off.jpg) no-repeat;
}
div#storyinterface ul li.story03 {
	background: url(../images/storyMirisch_off.jpg) no-repeat;
}
div#storyinterface ul li.story04 {
	background: url(../images/storyThanks_off.jpg) no-repeat;
}
div#storyinterface ul li.storymap {
	background: url(../images/storyMap_off.jpg) no-repeat;
}
/* STORIES - add button rollover images */
div#storyinterface ul li.story01:hover {
	background: url(../images/storyPolice_on.jpg) no-repeat;
}
div#storyinterface ul li.story02:hover {
	background: url(../images/storyEducation_on.jpg) no-repeat;
}
div#storyinterface ul li.story03:hover {
	background: url(../images/storyMirisch_on.jpg) no-repeat;
}
div#storyinterface ul li.story04:hover {
	background: url(../images/storyThanks_on.jpg) no-repeat;
}
div#storyinterface ul li.storymap:hover {
	background: url(../images/storyMap_on.jpg) no-repeat;
}
/* STORIES - Hide text when not active */
div#storyinterface ul li div {
	display:none;
}
/* STORIES - Creates the space below the buttons for the text. Controls the font in the descriptions. */
div#storyinterface ul li:hover {
	padding-bottom: 70px;
	color: #333;
	margin-bottom: 0;
	font: italic normal 13px/16px Verdana, Geneva, sans-serif;
	text-align: center;
}
/* STORIES - Controls the size & positioning of drop down text box */
div#storyinterface ul li:hover div {
	display: block;
	padding: 2px;
	position: absolute;
	left: -20px;
	top: 105px;
	width: 700px;
	height: 30px;
}
/* Facts at a Glance */
div#storyinterface ul li.storyfact {
	width: 300px;
}
div#storyinterface ul li.storyfact:hover {
	text-align: left;
	font: inherit;	
}
div#storyinterface ul li.storyfact a {
	text-decoration: none;
}
