/* School of Humanities & Sciences Style Sheet */

/* Subheaders */

	#subheader_pagetitle {
		height: 41px;
		color: #854a25;
		background: #e2cab2 url(images/subhead_title_hs.gif) repeat-x;
		border-bottom: 1px solid #d1a786;
	}
	
	.subhead_left {
		background: url(images/subhead_hs_left.gif) no-repeat top left;
	}
	
	.subhead_right {
		background: url(images/subhead_hs_right.gif) no-repeat top right;
	}
	
	/* Subheaders - Tall */
		
		.subtall {
			background: #c07c5c url(images/subhead_tall_hs.gif) repeat-x;
		}
		
		.subtalllt {
			background: #c9906d url(images/subhead_hs.gif) repeat-x;
		}
	
	/* Subheaders - Short */
	
		.subshort {
			background: #c07c5c url(images/subhead_short_hs.gif) repeat-x;
		}
		
		.subshortlt {
			background: #c9906d url(images/subhead_hs.gif) repeat-x;
		}
	
/* Sub-page Style */

	.body_rightcolumn_cap_wrap {
		background-color: #ddc3a7;
		color: #774a2c;
	}
	
	.body_rightcolumn_cap {
		background: #ddc3a7;
	}
	
	.body_rightcolumn_cap a {
		color: #774a2c;
	}
	
	.body_rightcolumn_more, div.body_rightcolumn #grad_buttons {
		border-top: 2px solid #9c6a47;
		background-color: #ddc3a7;
	}
	
		.body_rightcolumn_more h5 {
			color: #774a2c;
			background: url(images/content_right_carat_hs.gif) no-repeat right;
		}
		
		.body_rightcolumn_more a, div.body_rightcolumn #grad_buttons a {
			color: #966645;
			border-bottom: 1px dotted #966645;
		}
		
		.body_rightcolumn_more a:hover, div.body_rightcolumn #grad_buttons a:hover {
			color: #b17a55;
			border-bottom: 1px dotted #b17a55;
		}


/* Home Page Styles */

	
	
	/* Dean's Welcome */
	
	#dean {
		height: 109px;
		overflow: hidden;
	}
		
	/* News */
	
	#news {
		background-color: #789e73;
		border-top: 2px solid #688a60;
		color: #FFFFFF;
		font-size: 10px;
		/*overflow: hidden;*/
		min-height: 225px;
		position: relative;
		height: auto !important;
		height: 225px;
		padding-bottom: 30px;
	}
	
	#newswrap {
		margin: 12px;
	}
	
		#news h5 {
			font-size: 10px;
			color: #FFFFFF;
			text-transform: uppercase;
			letter-spacing: 1px;
			margin: 0 0 5px 0;
		}
		
		#news ul {
			list-style-type: none;
			margin: 15px 0 0 0;
			padding: 0;
		}
		
		#news li {
			margin-bottom: 15px;
		}
		
		#news a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#news a:hover {
			border-bottom: 1px dotted #FFFFFF;
		}
		
		#news_more {
			font-size: 11px;
			color: #3a5b36;
			font-weight: bold;
			position: absolute;
			bottom: 10px;
			right: 10px;
		}
			
			#news_more a {
				color: #3a5b36;
				text-decoration: none;
			}
			
			#news_more a:hover {
				border-bottom: 1px dotted #3a5b36;
			}
	
	#topnews {
		background-color: #9fb99b;
		padding: 8px;
		color: #324924;
		font-size: 11px;
	}
	
		#topnews a {
			color: #324924;
			text-decoration: none;
		}
		
		#topnews a:hover {
			border-bottom: 0;
			color: #3f572f;
		}
	
		#topnews img {
			margin-right: 10px;
			border: 1px solid #889f85;
		}
	
	#highlight {
		background-color: #b6c6d1;
		color: #456378;
		font-size: 11px;
		overflow: hidden;
		height: 330px;
		border-left: 1px solid #acc3d3;
	}
