@charset "UTF-8";
/* CSS Document */

@import url("main_navigation_style_sheet.css");

@import url("secondary_navigation_style_sheet.css");


body {
	margin: 0px;
	padding: 0px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	/*background: #fcecc6;*/ /* light yellow */
	background: #D6C5A4;
	color: #000;
	/* text-align: center; */
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}



/* structure styles start here */

/* this holds everything - shadows, all graphics, etc., it's the first div on top of the body, and it has the left shadow in it */
#centered_stretchy_container {
	margin: 0 auto 3em auto;
	width:78%;
	width:expression(document.body.clientWidth < 1280? "999px": "1254px" );
	max-width:1280px;
	min-width:999px;
	/*background:#fcecc6 url(/images/common/left_shadow.gif) top left repeat-y;*/
	background: #D6C5A4;
	text-align: left;
}

#centered_stretchy_container_alumni {
	margin: 0 auto 3em auto;
	width:1029px;
	/*background:#fcecc6 url(/images/common/left_shadow.gif) top left repeat-y;*/
	background: #D6C5A4;
	text-align: left;
}

/* this has the right shadow in it, and holds everything else but the footer */
#second_container {
	/*background:#fcecc6 url(/images/common/right_shadow.gif) top right repeat-y;*/
	background: #D6C5A4;
	margin-left:10px;
}

/* this holds everything else but the footer */
#third_container {
	background: #fff;
	margin-right:10px;
}


/* top half styles */
#top_container {
	position:relative;
	height:134px; /* 500-21px to accomodate the difference between Firefox and IE */
	background:url(/images/common/top_gradient.gif) top left repeat-x;
	z-index:100;
}

#logo {
	position:absolute;
	left:27px;
	top:9px;
}

#main_navigation_container {
	position:absolute;
	left:0;
	top:100px;
	width:100%;
	height:30px;
	background:#5a6a87 url(/images/common/main_nav_background.gif) top left repeat-x;
	z-index:9;
	font-size:75%;
}

#search_container {
	position:absolute;
	right:0;
	top:50px;
	width:40%;
	height:27px;
	z-index:9;
	font-size:75%;
	text-align:right;
}

/* IE 6 Only */
* html #search_container {
	right:auto;
	width:expression(document.body.clientWidth < 1280? "978px": "1023px" );
}

/*#search_container {
	position:absolute;
	right:1px;
	top:0;
	width:22%;
	height:27px;
	z-index:9;
	font-size:75%;
	text-align:right;
} */


/* bottom half structure starts below */
#left_red_frame {
	background:#7b2819 url(/images/common/red_frame_gradient.gif) top left no-repeat;
	z-index:10;
}

#right_red_frame {
	margin-left:12px;
	background:#7b2819 url(/images/common/red_frame_gradient.gif) top right no-repeat;
}


#small_blue_gradient {
	margin-right:12px;
	height:26px;
	background:#901 url(/images/common/small_blue_gradient.gif) bottom left repeat-x;
}


#left_rounded_corner {
	margin-right:12px;
	background:#faf3e8 url(/images/common/bottom_left_rounded_corner.gif) bottom left no-repeat;
}

#right_rounded_corner {
	background:url(/images/common/bottom_right_rounded_corner.gif) bottom right no-repeat;
}

/* three-column styles */
#three_column_container {
	position:relative;
	min-height:42em;/* 268+5px, was 226px */
	margin:0;
	padding:0;
	font-size: 81%;
}

/* IE 6 Only */
* html #three_column_container {
	height:42em;
}

#column1 {
	position:relative;
	margin:0;
	width: 25%;
	float: left;
	border-right:#5a6a87 1px solid;
}

#column2 {
	/* position:relative; */
	margin: 0 25%;
	padding:0 21px 3em 21px;
}

/* IE 6 Only
* html #column2 {
	border-left:#5a6a87 1px solid;
	background:#5a6a87;
} */

#column3 {
	width: 25%;
	margin: 0;
	padding-bottom:3em;
	float: right;
}


/* blue column-separating rules created by left borders on absolute divs (for all but IE6) */
#blue_rules1 {
	position:absolute;
	left:25%;
	top:0;
	width:10px;
	height:100%;
	border-left:#5a6a87 1px solid;
}

#blue_rules2 {
	position:absolute;
	left:75%;
	top:0;
	width:10px;
	height:100%;
	border-left:#5a6a87 1px solid;
}

/* IE 6 Only */
* html #blue_rules1, * html #blue_rules2 {
	display:none;
}


/* left column styles */
#big_left_pic {
	position:absolute; /* wanted to use relative, but our favorite browser blew up; because of this, need to add 268px to top margin of secondary navigation */
	top:0;
	left:0;
	width:100%;
	height:252px;	/* was 268px */
}

/* IE 6 Only 
* html #big_left_pic {
	left:-49px;
	top:-162px;
} */

#section_title_box {
	position:absolute;
	left:0;
	bottom:0;
	max-width:100%;
	background:url(/images/common/section_title_box_end.png) top right no-repeat;
}

/* IE 6 Only */
* html #section_title_box {
	background:url(/images/common/section_title_box_end.gif) top right no-repeat;
}

#section_title_box_text {
	margin:0 25px 0 0;
	padding:3px 0 0 0;
	background:url(/images/common/section_title_box.png) top left repeat-x;
}

/* IE 6 Only */
* html #section_title_box_text {
	background:url(/images/common/section_title_box.gif) top left repeat-x;
}

#section_title_box_text p {
	margin:12px 0 0 9px;
	padding:0 0 2px 0;
/*	font-size:75%;		*/
	line-height:150%;
	text-transform:uppercase;
	color:#415168;
}

/* IE 6 Only
* html #section_title_box p {
	margin-top:10px;
} */

/* IE 7 Only
*:first-child+html #section_title_box p {
	margin-top:10px;
} */



/* footer styles */
#footer {
	height:67px;
	/*background:#fcecc6 url(/images/common/footer_background_with_shadow.gif) top left repeat-x;*/
	background:url(/images/common/footer_background_with_shadow_new.gif) top left repeat-x;
	font-size:75%;
}

 #footer p {
	margin:0; 
	padding-top:20px; 
	color:#777; 
	text-align:center;		  
}

#bottom_left_corner {
	width:10px;
	height:67px;
	float:left;
	background-color:#D6C5A4;
	/*background:#fcecc6 url(/images/common/bottom_left_corner.gif) top left no-repeat;
	background:url(/images/common/footer_background_with_shadow_new.gif) top left repeat-x;*/
}

#bottom_right_corner {
	width:10px;
	height:67px;
	float:right;
	background-color:#D6C5A4;
	/*background:#fcecc6 url(/images/common/bottom_right_corner.gif) top right no-repeat;*/
	background:#url(/images/common/footer_background_with_shadow_new.gif) top left repeat-x;
}


/* miscellaneous styles */
.brclear { 
	clear:both; 
	height:0; 
	margin:0;
	font-size: 1px;
	line-height: 0px;
}

#horizontal_rule {
	margin:30px 0;
	padding:0;
	border-bottom:#999 1px solid;
}

/* structure styles end here */


	/* formatting (non-structure) styles start here */
	img {
		border:none;
	}


	h1 {
		padding:1em 0 0.5em 0;
		color:#901;
		font-size:121%;
		font-weight:bold;
	}

	h2 {
		padding:1em 0 0.33em 0;
		color:#901;
		font-size:115%;
	}

	h3 {
		padding:1em 0 0.25em 0;
		color:#901;
		font-size:109%;
	}
	
	h4 {
		padding:1em 0 0 0;
		margin:0;
		color:#901;
		font-size:100%;
	}


blockquote	{
	margin:1em 7.5% 2em 7.5%;
	line-height : 187.5%;
/*	font-style:italic; */
}




.photo_caption {
	margin-top:0.25em;
	color:#000;
	font-size:87%;
	font-weight:bold;
	line-height:133%;
}


/* Sub Headings */

.sub_headings, .reverse_head {
	/*width:400px; */
	background-color:#e0e0e0; 
	font-size:105%;
 	font-weight:bold;
	color:#901; 
	padding:5px;
	padding-left:12px; 
	margin:0;
	margin-top:30px;
}

#sub_headings_text {
	padding: 0 12px;

}

/*.reverse_head {
	font-weight:bold;
	color:#fff; faf3e8 
	background-color:#000;
	margin-top:2em;
} */


#column2 ul, #column3 ul, #callout_box ul {
	margin:1em 0;
	padding:0;
	padding-top:.35em;
	line-height:120%;
	color: #000;
	list-style: none;
}

#callout_box ul {
	margin:1em 0;
	padding:0 7px;
	padding-top:.35em;
	line-height:120%;
	color: #000;
	list-style: none;
}

#column2 ul li, #column3 ul li, #callout_box ul li {
	margin:0.25em 0 0 0;
	padding:0.25em 0 0.25em 24px;
	background:transparent url(/images/common/secondary_nav_arrow_blue.gif) 3px 0.5em no-repeat;
}

	#column3 ul li a:link, #column3 ul li a:visited, #callout_box a:link, #callout_box a:visited {
		color:#000;
	}
	
	#column3 ul li a:hover, #column3 ul li a:active, #callout_box a:hover, #callout_box a:active {
		background:#000;
		color:#faf3e8;
	}
	

	.maintextbold {
		font-weight:bold;
	}

	.gray_text {
		color:#777;
		font-weight:normal;
	}

	.gray_text_smaller {
		color:#777;
		font-weight:normal;
		font-size:87%;
	}

	.gray_text_bold {
		color:#777;
		font-weight:bold;
	}

.red_text {
	color : #901;
}

.red_bold_text {
	color : #901;
	font-weight:bold;
}

.red_bold_italic_text {
	color : #901;
	font-weight:bold;
	font-style:italic;
}

.red_text_bigger {
	color : #901;
	font-size:120%;
}

.red_bold_text_bigger {
	color : #901;
	font-size:120%;
	font-weight:bold;
}

.red_bold_italic_text_bigger {
	color : #901;
	font-size:120%;
	font-weight:bold;
	font-style:italic;
}

.red_bold_title {
	color : #901;
	font-size:107%;
	font-weight:bold;
}

	div #breadcrumb {
		margin-bottom:2em;
		padding-top:1em;
		font-size:92%;
	}

	#breadcrumb a:link, #breadcrumb a:visited {
		color:#5a6a87;
	}

	#breadcrumb a:hover, #breadcrumb a:focus, #breadcrumb a:active {
		color:#ddd;
	}

	#breadcrumb .current_page {
		color:#5a6a87;
		font-weight:bold;
		white-space:nowrap;
		//white-space:normal
	}

	#breadcrumb a.home_page:link, #breadcrumb a.home_page:visited {
		color:#901;
	}

	#breadcrumb a.home_page:hover, #breadcrumb a.home_page:active {
		background-color:#901;
		color:#fff;
	}

	.pullquote {
		margin:21px -50% 21px 50%;
		padding:0 21px 0 0;
		color:#901;
		font-weight:bold;
		text-align:right;
	}
	
	/* IE 6 Only */
	* html .pullquote {
		margin:2em -25% 2em 15%;
	}

	/* IE 7 Only */
	*:first-child+html .pullquote {
		margin:2em -25% 2em 15%;
	}


	/* #column1 p, #column2 p, #column3 p {
		margin:21px;
	} */

	.more {
		margin:21px 21px 0 21px;
		padding-bottom:30px;
		text-align:right;
		font-weight:bold;
	}

	/*#callout_box {
	/*	margin:0 -57.45% 1em 0;
	/*	
	/*	padding:0 0 1em 0;
	/*	width:42%;
	/*	float:right;
	/*	background:#fcecc6;/* was #cbd1da */
	/*	color:#000;
	/*	border:#415168 1px solid;
	/*	/* border-right:#eeebf1 1px solid;right:-50%;21px
	/*	border-bottom:#fff 1px inset;
	/*	border-left:#5a6a87 1px solid;
	/*	border-top:#415168 1px inset; */
	/*} */

	/* IE 6 only */
	/** html #callout_box {
		margin-right:-12.5%;
	}

	/* IE 7 Only */
	/**:first-child+html #callout_box {
		margin-right:-25%;
	} */

	#callout_box {
	 	margin:115px 0 0 0 ;
	 	padding:0;
		padding-bottom:7px;
	 	width:225px;
	 	float:right;
	 	color:#000;
		/*background:#fcecc6;/* was #cbd1da */
	 	/*border:#415168 1px solid;*/
		border: #415168 1px solid;
		background-color:#fdf5e2;
	 	/* border-right:#eeebf1 1px solid;right:-50%;21px
	 	border-bottom:#fff 1px inset;
	 	border-left:#5a6a87 1px solid;
	 	border-top:#415168 1px inset; */
	 }  

	#callout_box h1 {
		margin:0 0 0.5em 0;
		padding:0.5em 0.25em;
		font-size:110%;
		background:#cad1da;/* was #415168 */
		/*background:#901;/* was #415168 */
		color:#901;/* was #cbd1da */
		border-bottom:#415168 1px solid;
		text-align:center;
		font-weight:bold;
		text-transform:uppercase;
		font-size:93%;
	}
	
	#callout_box h2, #callout_box h3  {
		margin:0; 
		margin-bottom:10px; 
		padding:5px 7px; 
		background-color:#e0e0e0; 
		font-weight:bold;
		font-size:93%;
		color:#000;
		
	}
	#callout_box h3 {
		margin-top:15px; 
	}

	#callout_box p {
		padding:0 1.5em;
	}
	#callout_box table {
		font-size: 100%;
	}

	
/*	#column3 ul, #callout_box ul {
		list-style-image:url(/images/common/secondary_nav_arrow_blue.gif);
		line-height:1.4;
		margin-top:0;
		margin-bottom:0;
		padding-left:24px;
	}
	
	#callout_box ul{
		padding-left:0;
	}

	#column3 li , #callout_box li {
		margin-bottom:0.5em;
	}

	#column3 a:link, #column3 a:visited, #callout_box a:link, #callout_box a:visited  {
		color:#000;
	}
	
	#column3 a:hover, #column3 a:active, #callout_box a:hover, #callout_box a:active {
		background:#000;
		color:#faf3e8;
	}
*/
	
	img.image_floated_left {
		margin:3px 12px 6px 0;
		float:left;
	}

	img.image_floated_right {
		margin:3px 0 6px 12px;
		float:right;
	}

	img.3_column_image_floated_right {
		margin:21px -50% 21px 50%;
		/* margin:3px 0 6px 12px; */
		float:right;
	}

	.right_floated_image {
		margin:0.27em -50% 12px auto;
		padding:0 0 0 21px;
		float:right;
	}

	/* IE 6 Only */
	* html .right_floated_image {
		margin:0.27em -12.5% 12px auto;
	}

	/* IE 7 Only */
	*:first-child+html .right_floated_image {
		margin:0.27em -25% 12px auto;
	}


		table.photo_array td {
			vertical-align:top;
			padding:0.25em 0;
			border-top:#fefcf9 1px solid;
			border-right:#fefaf5 1px solid;
			border-bottom:#e6d9c7 1px solid;
			border-left:#ede2d3 1px solid;
		}




	/* navigation styles */
	a:link { 
		color: #415168;
		text-decoration:underline;
	}

	a:visited { 
		color: #5a6a87;
	}

	a:hover, a:active, a:focus {
		background-color:#415168;
		color: #faf3e8;
	}


	a.red_link:link, a.red_link:visited { 
		color: #901;
		text-decoration:underline;
	}

	a.red_link:hover, a.red_link:active, a.red_link:focus {
		background-color:#901;
		color: #faf3e8;
	}


	a.white_link:link, a.white_link:visited { 
		color: #fff;
		text-decoration:underline;
	}

	a.white_link:hover, a.white_link:active, a.white_link:focus {
		background-color:#fff;
		color: #901;
	}


.alphabet_links_text {
	padding:0;
}

.alphabet_links {
	padding:0;
}

a.alphabet_links:link, a.alphabet_links:visited, a.alphabet_links:hover, a.alphabet_links:active {
	padding:0;
}


.enlarge_photo {
	font-size:81%;
}



	/* below needed for links on images with transparency */
	a:hover.no_background_link, a:active.no_background_link, a:focus.no_background_link {
		background-color: transparent;
	}
	

	/* styles for "Read More" boxes */
	a.read_more:link, a.read_more:visited {
		padding:2px 5px;
		color:#000;
		background-color:#e0e0e0;
		border:#5a6a87 1px solid;
		font-size: 78%;
		font-weight:bold;
		letter-spacing:0.05em;
		text-decoration:none;
	}

	a.read_more:hover {
		color:#000;
		background-color:#fff;
		border:#5a6a87 1px solid;
	}
	
	a.read_more:active {
		color:#fff;
		background-color:#000;
		border:#5a6a87 1px solid;
	}


	#faculty_box a:visited, #student_life_box a:visited, #athletics_box a:visited {
		color: #415168;
	}
	#faculty_box a:hover, #faculty_box a:active, #faculty_box a:focus, #student_life_box a:hover, #student_life_box a:active, #student_life_box a:focus, #athletics_box a:hover, #athletics_box a:active, #athletics_box a:focus {
		color: #fcecc6; /* the light yellow from the page background */
	}

	#video_tour_box a:link, #video_tour_box a:visited {
		color: #7b2819;
	}
	#video_tour_box a:hover, #video_tour_box a:active, #video_tour_box a:focus {
		color: #fff;
		background-color:#7b2819;
	}


#content {
	clear: left;
	color: #ccc;
}

.content_highlite_italic {
	color:#5a6a87; 
	font-weight:bold;
	font-style:italic;
}

.content_highlite_noitalic {
	color:#5a6a87; 
	font-weight:bold;
	font-style:normal;
}

.question_content {
	font-weight:bold;
	font-style:italic;
	margin:0;
	padding-bottom:3px;
}

.answer_content {
	margin:0;
	padding-bottom:20px;
}


/* css for lists with bold heading */

#list_with_heading {
	margin:0;
	padding:0;
}

#list_with_heading ul, list_with_heading ol {
	margin-top:0; 
	padding-top:0;
	padding-bottom:0;
	margin-bottom:5px;
}

.heading_for_list{
	margin-bottom:0; 
	padding-bottom:3px; 
	padding-top:10px;
	font-weight:bold;
	font-style:normal;
	
}

.heading_for_list_no_bold {
	margin-bottom:0; 
	padding-bottom:3px; 
	padding-top:10px;
	font-weight:normal;
	font-style:normal;
	
}

/* Article styles */
.article_date {
	font-weight:bold;
	font-size:85%; 
	margin:0; 
	padding:0;
}

.article_text {
	margin:0;
	padding:0;
	padding-top:5px;
}

.spotlight_news_item {
	color:#901; 
	font-weight:bold;  
	text-decoration:none; 
	font-size:95%;
}

.infocus_news_item {
	color:#2b2b2b;
	text-decoration:none; 
	font-size:95%;
	height:11px;
	margin:0;
	padding:0;
	padding-left: 20px;
	background:url(/images/common/photo_icon.gif) center left no-repeat;
}

#site_map_headings {
	border: #415168 1px solid;
	border-top:none;
	background-color:#fdf5e2;
	margin:0;
	padding:7px 0;
	height:325px;
}

#site_map ul {
	list-style:none; 
	background:none;
	font-size:97%;
}

#site_map ul li {
	margin-left:7px;
}

#section_title {
	border: #415168 1px solid;
	background:#cad1da;
	padding:5px 5px 5px 10px;
	margin:0;
}

#section_title a {
	font-weight:bold;
	color:#901;
}

#section_title a:hover {
	color:#fff;
}

/* media gallery */


		#photo_media_gallery {
			  margin:0;
			  padding:0;
			  margin-top:25px;
		  }		  
		  
		 #video_media_gallery {
			  margin:0;
			  padding:0;
			  margin-top:25px;
		  }
		  
		  #media_gallery_tabs {
			  margin:0;
			  padding:0;
			  height:25px;
			  //height:auto;
		  }
		  
		  
		  #media_gallery_tabs ul {
			  margin:0;
			  padding:0;
			  list-style:none;
		  }
		  		
		   #media_gallery_tabs li.selected, #media_gallery_tabs li.dormant {
			  margin:0;
			  padding:10px 25px 10px 10px; 
			 //padding-top:5px;
			  display:inline; 		 
			  text-align:center;
			  background:url(/images/red_tab.gif) top left no-repeat;
			  color:#fff;
			  font-size:90%;
			  font-weight:bold;
			  text-transform:uppercase;
			 
		  }
		  
		   #media_gallery_tabs li.dormant {
			   background:url(/images/blue_tab.gif) top left no-repeat;
			   padding:10px 95px 10px 15px; 
			   //padding-top:5px;
			   
		  }
  		  
		   #video_media_gallery #media_gallery_tabs li.dormant {
			   padding:10px 25px 10px 10px; 
			   //padding-top:5px;   
		  }
		  
		  #video_media_gallery #media_gallery_tabs li.selected {
			   padding:10px 95px 10px 15px; 
			   //padding-top:5px;   
		  }
		  
		   #media_gallery_events_box {
			  position:relative;
			  margin:0;
			  padding:0;
			  border: #901 2px solid;
			  background:#faf3e8;
			  //margin-top:5px;
		  }
		  
		  
		    /* navigation styles */
		  a.media_gallery_tabs:link { 
			  color:#FFF;
			  text-decoration:none;
		  }
		  
		  a.media_gallery_tabs:visited { 
			  color:#FFF;
			  text-decoration:none;
		  }
		     
		  a.media_gallery_tabs:hover{
			  background-color:#415168;
			  color: #faf3e8;
		  }
		  

#gallery_event {
	width:99%;
	margin-top:15px;
	padding:0;
	padding-bottom:20px;
}

#gallery_event  ul {
	margin:0;
	padding:0;
	list-style:none;
}

#gallery_event  ul li {
	margin:15px;
	text-align:center;
	padding:0;
	list-style:none;
	font-weight:bold; 
	font-size:90%; 
	line-height:1.5em;
	display:inline-block;
	//float:left;
}




