@charset "utf-8";
/* CSS Document */

/* Styles for Features pages. Used in conjunction with "pages.css" */

/* Places background behind side navigation */
div#storycontainer {
	background: url(../graphics/pagesBack.gif) repeat-y left;
	clear: both;
	min-height: 450px;
}
/* Positions main content and controls top right images for each page */
div#storyBlank {
	width: 610px;
	margin-left: 300px;
	padding: 60px 50px 35px 0px;
}
div#storyImage01 {
	width: 610px;
	margin-left: 300px;
	padding: 60px 50px 35px 0px;
	background: url(../images/storyPolice.jpg) no-repeat right top;
}
div#storyImage02 {
	width: 610px;
	margin-left: 300px;
	padding: 60px 50px 35px 0px;
	background: url(../images/storyEducation.jpg) no-repeat right top;
}
div#storyImage03 {
	width: 610px;
	margin-left: 300px;
	padding: 60px 50px 35px 0px;
	background: url(../images/storyMirisch.jpg) no-repeat right top;
}
div#storyImage04 {
	width: 610px;
	margin-left: 300px;
	padding: 60px 50px 35px 0px;
	background: url(../images/storyThanks.jpg) no-repeat right top;
}
/* Div that moves text away from top right image */
div#storyspace {
	float: right;
	height: 250px;
	width: 315px;	
}
/* Styles test at the top of second page */
.storycontinue {
	font-size: 80%;
	font-style: italic;	
}

/* ----------- BOTTOM PAGE NAVIGATION RULES ----------- */
/* Removes underline */
ol#multipage_selector {
	list-style-type: none;
	text-align: center;
}
/* Styles fonts & lines text verticaly */
ol#multipage_selector li {
	display: inline;
	border-right: 1px solid #434343;
	padding: 0 4px 0 0;
	margin: 0;
	font: bold 14px/14px Arial, Helvetica, sans-serif;
}
/* Change color & remove link underline */
ol#multipage_selector li a {
	color: #999;
	padding: 0 4px;
	text-decoration: none;
}
/* Make Active state color dark gray */
ol#multipage_selector li a.active {
	color: #333;
}
/* Make Rollover color Red */
ol#multipage_selector li a:hover {
	color: #BE0F34;
}
/* Remove line from last list item */
ol#multipage_selector li.last {
	border: none;
}
/* NEXT PAGE BUTTON - Adjusts margin from rule in base.css */
ul.button li {
	margin-top: 0px;
}
/* Remove itals from picture text */
.noItal {
	font-style: normal;	
}