@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 FLASH - set height for flash div */
div#flash {
	height: 370px;
}
/* MESSAGE FOOTER - Styles for message below the Flash section */
div#message h4 {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #585663;
	background: #ECECEC;
	height: 25px;
	border-top: 1px solid #CFCFCF;
	padding: 9px 15px 0px;
}

/* ----------- 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/storyLegacy_Off.jpg) no-repeat;
}
div#storyinterface ul li.story02 {
	background: url(../images/storyFuture_Off.jpg) no-repeat;
}
div#storyinterface ul li.story03 {
	background: url(../images/storyFaculty_Off.jpg) no-repeat;
}
div#storyinterface ul li.story04 {
	background: url(../images/storyTandem_Off.jpg) no-repeat;
}
/* STORIES - add button rollover images */
div#storyinterface ul li.story01:hover {
	background: url(../images/storyLegacy_On.jpg) no-repeat;
}
div#storyinterface ul li.story02:hover {
	background: url(../images/storyFuture_On.jpg) no-repeat;
}
div#storyinterface ul li.story03:hover {
	background: url(../images/storyFaculty_On.jpg) no-repeat;
}
div#storyinterface ul li.story04:hover {
	background: url(../images/storyTandem_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;
}