@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#storyLegacy {
	width: 610px;
	margin-left: 300px;
	padding: 60px 50px 35px 0px;
	background: url(../images/storyLegacy.jpg) no-repeat right top;
}
div#storyFuture {
	width: 610px;
	margin-left: 300px;
	padding: 60px 50px 35px 0px;
	background: url(../images/storyFuture.jpg) no-repeat right top;
}
div#storyFaculty {
	width: 610px;
	margin-left: 300px;
	padding: 60px 50px 35px 0px;
	background: url(../images/storyFaculty.jpg) no-repeat right top;
}
div#storyTandem {
	width: 610px;
	margin-left: 300px;
	padding: 60px 50px 35px 0px;
	background: url(../images/storyTandem.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 - Position to the right and move down */
ul.button {
	list-style-type:none;
	float: right;
	margin-top: -22px;
}
/* NEXT PAGE BUTTON - Style text and add background button image */
ul.button li {
	display: block;
	background:url(../graphics/storiesNextButton.gif) no-repeat left top;
	padding-top: 8px;
	height: 30px;
	width: 150px;
	font: bold 13px/14px Arial, Helvetica, sans-serif;
	text-align: center;
}
/* NEXT PAGE BUTTON - Remove underline from link */
ul.button li a {
	text-decoration: none;
}
/* NEXT PAGE BUTTON - text color */
ul.button li a:link, ul.button li a:visited {
	color: #999;
}
/* NEXT PAGE BUTTON - text hover color */
ul.button li a:hover {
	color: #BE0F34;
}