@charset "UTF-8";
/* CSS Document */


/* MAIN COLORS ------------------------  


	BROWN
	
	main bgrd:  	AEA896
	top nav bgrd: 	4E4A42
	header bgrd:	716C61
	slogan text:	908B7C
	content bgrd:	BEB9AB
	dark/med brown: 4E4A42
	dark brown: 	413E38
	lite brown:		F7F5EF
	lite/med brown: EBE9E3
	
	
	
	YELLOW
	
	main yellow: 	C29E52
	search btn:		ECAB00
	
	
	
	GREEN
	
	main green: 	6EA0A5
	hover green:	7FB8BE


---------------------------------------*/

a,
a:link,
a:visited {
	color:#007fb2;
	text-decoration: none;
}

a:hover {
	color:#625856;
}

h1, h2, h3 {
	line-height:normal;
	letter-spacing:0;
	margin: 0 0 12px 0;
	line-height:1.1em;
}

h1{
	font-size: 22px;
	color: #007fb2;
	border:none;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #295570;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #dcdcdc;
	padding-top: 8px;
	margin-bottom: 10px;
	margin-right: 10px;
	width:100%;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #42546c;
	line-height:1.375em;
}


#int-main-left-content{
	width:674px;
	margin-left:23px;
	margin-right:23px;
	padding-top:30px;
	padding-bottom:40px;
}

#feature-photo{
	border:none;
	padding:0;
	float:left;
	margin:0px 10px 15px 0;
	width:360px;
}

#feature-story{
	border:none;
	padding:0;
	float:left;
	margin:0 0px 15px 5px;
	background-image:url(images/campus-news-feature-story-bg.png);
	background-repeat:no-repeat;
	padding:10px 10px 10px 15px;
	width:274px;
	font-size:9pt;
	line-height:1.6em;
	min-height:350px;
}

#home-subject-divider{
	width:664px;
	vertical-align:middle;
	padding-left:10px;
	background-color:#7C7C7B;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	line-height:1.5em;
	clear:left;
	margin-top:30px;
}

#sections-main{
	width:412px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}

#sections-list{
	width:231px;
	float:left;
	overflow:hidden;
	margin-left:15px;
	margin-top:10px;
	padding-left:15px;
	border-left:solid;
	border-right:none;
	border-top:none;
	border-bottom:none;
	border-left-color:#dcdcdc;
	border-left-width:1px;
}

#campus-news-quicklinks{
	width:220px;
	float:left;
	background-image:url(images/campus-news-column-header-quicklinks.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:60px 10px 25px 10px;
	margin-top:29px;
}

#campus-news-quicklinks-content{
	padding:0 20px 0 20px;
}

#campus-news-quicklinks-content li{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#dcdcdc;
	padding:5px 0 5px 0;
}

#campus-news-quicklinks-content li a{
	font-weight:bold;
}

#campus-news-quicklinks-other-sites{
	width:220px;
	float:left;
	background-image:url(images/campus-news-column-header-other-sites.png);
	background-repeat:no-repeat;
	background-position:center top;
	padding:60px 10px 25px 10px;
	margin-top:29px;
}

#campus-news-quicklinks-other-sites-content{
	padding:0 20px 0 20px;
}

#campus-news-quicklinks-other-sites-content li{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#dcdcdc;
	padding:5px 0 5px 0;
}

#campus-news-quicklinks-other-sites-content li a{
	font-weight:bold;
}




#int-main-left-content p {
	font-size: 1em;
	line-height: 1.75em;
	padding: 0px 0px 1.5em 0px;	
}

#int-main-left-content h1,
#int-main-left-content h2,
#int-main-left-content h3 {
	margin-top: .8em;	
}

#int-main-left-content h2 {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 3px;
	font-size: 1.25em;	
}

#int-main-left-content h3 {
	font-weight: 600;
	font-size: 1em;
	color: #888;	
}



