/* CSS Document */


/*  ===================================================  
 	===================================================  
	
	Description: Holy Cross home page content style sheet
	Author: Sean Kabanuk
	Release date: 12/21/07	 
	Designer approved: Sean Kabanuk
	Date approved: 12/21/07	
	Revision History:	Revised By			Revised On:
						Sean Kabanuk		12/21/07
						Katelin Schwarck	03/24/09
						
  	=================================================== 
  	===================================================  */


/*  DEFINES CONTENT CONTAINERS FOR HOMEPAGE */
/*  ======================================  */

#contentContainerHomepage {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	}

#homepagecontentbox {
	float: left; 
	background: #F0EDE1;
	padding: 15px;
	/* attributes in IE 6.0 Windows 
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 770px;*/
	}
	
html>body #homepagecontentbox {
	/* attributes in IE, Safari, Mozilla */
	width: 790px;
	}
		
#centerColumn {
	width: 350px;
	padding: 10px 0px 10px 10px;
	float: left;
	}

#rightColumn {
	width: 410px;
	float: right;
	padding: 10px 0px 10px 0px;
	margin-right: 0px;
	}

/*  DEFINES PROMO */
/*  ============= */

#mainPromoContainer {
	width: 980px;
	height: 200px;
	border-bottom: 1px solid #3b5984;
	}
	
#mainPromoLinks {
	height: 200px;
	width: 300px;
	float: right;
	}
	
#mainPromoPhotoContainer {
	height: 200px;
	width: 680px;
	float: left;
	position: relative;
	}
	
	#mainPromoPhoto1 {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 100;
		}
		
	#mainPromoPhoto2 {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 101;
		}
		
	#mainPromoPhoto3 {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 102;
		}
		
	#mainPromoPhoto4 {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 103;
		}

/* DEFINES HOME ELEMENTS: Center Column */
/* ==================================== */

#centersExcellence {
	background-color: #ffffff;
	border: 1px solid #7495ae;
	padding: 10px 0px 10px 0px;
	width: 333px;
	height: 140px;
	margin-bottom: 20px;
	display: block;
	}

#inFocusContainer {
	width: 333px;
	border-top: 1px solid #7495ae;
	padding-top: 5px;
	}
	
	#inFocusStory1 {
		display: none;
		width: auto;
		}
		
	#inFocusStory2 {
		display: none;
		width: auto;
		}
		
	#inFocusStory3 {
		display: none;
		width: auto;
		}
		
		
.inFocusStoryArt {
	float: right;
	clear: both;
	}
	
.nextStoryButton {
	float: right;
	}

.homeFeatureHead {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #700026;
	line-height: 24px;
	margin:  0px;
	font-weight: bold;
	}
	
.homeFeatureStoryHead {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #113357;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	}
	
.homeFeatureStoryText {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #384758;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 8px;
	}
	
.homeFeatureStoryText a {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #700026;
	text-decoration: none;
	line-height: 16px;
	}
	
.homeFeatureStoryText a:hover{
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #700026;
	text-decoration: underline;
	line-height: 16px;
	}
	
.homeFeatureStoryTextBold {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #384758;
	line-height: 16px;
	}
	
.centersContentHead {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #113357;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	padding: 0px 7px 0px 7px;
	}
	
.centersContentText {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #384758;
	line-height: 16px;
	margin-top: 3px;
	margin-bottom: 8px;
	padding: 0px 7px 0px 7px;
	}
	
.centersContentText a {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #700026;
	text-decoration: none;
	line-height: 16px;
	}
	
.centersContentText a:hover{
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #700026;
	text-decoration: underline;
	line-height: 16px;
	}
	
.centersContentTextBold {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #384758;
	line-height: 16px;
	}
	
#centersContentInstructions {
	width: auto;
	}
	
#centersContent1 {
	display: none;
	width: auto;
	}
	
#centersContent2 {
	display: none;
	width: auto;
	}
	
#centersContent3 {
	display: none;
	width: auto;
	}
	
#centersContent4 {
	display: none;
	width: auto;
	}
	
#centersContent5 {
	display: none;
	width: auto;
	}



/* DEFINES HOME ELEMENTS: Right Column */
/* ==================================== */

#breakingNews {
	margin: 0px;
	}
	
	#breakingNews h1 {
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #700026;
		line-height: 24px;
		margin:  0px;
		font-weight: bold;
		}
	
	#breakingNews h2, #breakingNews a {
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: #113357;
		line-height: 16px;
		margin-top: 0px;
		margin-bottom: 0px;
		font-weight: bold;
		padding-bottom: 15px;
		text-decoration: none;
		}
	
	#breakingNews a:hover {
		text-decoration: underline;
		}
	
	#breakingNews p {
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 11px;
		color: #384758;
		line-height: 16px;
		}

#eventDisplay {
	width: 400px;
	margin: 0px;
	}

#boxPromos {
	margin: 20px 0px 15px 0px;
	}
	
#boxPromos a {
	border: 0;
	}

.leftPromo {
	padding-right: 15px;
	}