@charset "utf-8";
/* 
// University News Home Specific CSS Document
// By Joel Herron
// Created 06/23/2008
// last updated: 06/24/2008
*/

/* 
//	
*/

#news-spot {
	padding-bottom: 40px;
	border-bottom: 1px solid #dedede;
	background: url(../images/news-spot.jpg) top left no-repeat;
	height: 280px;
}

#news-spot p {
	font-size: .75em;
	line-height: 2em;
	color:#333333;
	margin: 0 0 0 470px;
}

#news-spot p.spot-title {
	margin-left: 300px;
	margin-top: 150px;
	background-color: #274e37;
	color: #fff;
	font-size: .9em;
	line-height: 18px;
	text-align:center;
	padding: 10px 0;
}

#news-area {
	float:left;
}

#header {margin-bottom:20px;}

span#heading {
font-size:40px;
}

#news-area p {
	line-height: 1em;
	padding: 10px 0;
}
span.subheading {
	font-size: 17px;
	color: #274e37;
}

 p, li {
	font-size: .75em;
}

#content h1 {
	font-size: 1.8em;
	padding-bottom: 20px;
	color: #274e37;
	text-transform:uppercase;
}

#news-body {margin-top:20px;}

#news-body p {
	line-height: 2em;
	margin-bottom: 15px;
	margin-top: 10px;
}

#video {
	display: none;
}
