@import url(../shared/css/base.css);

body {
	background: url("images/backgrounds/body.gif") repeat-x #6eb444 !important;
}

/*----Structural DIVs----*/

#content {
	text-align: left;
}
#local-header #home-logo-home img {
	margin-top: -2px;
	margin-left: -7px;
}


#mainNav {
	height: 11px /*35px*/;
	float: left;
	position: absolute;
	top: 155px;
	left: 0;
	z-index: 4;		
}

#intro {
	background: #0973b0;
	padding: 70px 0 0 55px;
	height: 198px /*268px*/;
	width: 880px /*960px*/;
	overflow: hidden;
	float: left;
}

#programRow {
	padding: 63px 0 50px 55px;
	width: 905px /*960px*/;
	float: left;
	display: inline;
}

/*----Other DIVs----*/

#mainNav ul {
	padding-left: 242px;
}

.tagline {
	padding-top: 10px;
}

.topPhotos {
	position: absolute;
	top: 191px;
	left: 500px;
	z-index: 3;	
}

.programs {
	width: 311px;
	float: left;
	display: inline;
}

.programList {
	list-style: none;
	margin-top: 30px;
}

.programList li {
	list-style: none;
	height: 49px;
	overflow: hidden;
	margin-bottom: 15px;
}

.scholarship a:hover {
	background: url("images/buttons/scholarshipPrograms.gif") no-repeat 0 -49px;
}

.scholarship a {
	background: url("images/buttons/scholarshipPrograms.gif") no-repeat 0 0;
	display: block;
	height: 49px;
	width: 277px;
	padding-top: 100px;
}


.academicYear a:hover {
	background: url("images/buttons/academicYearPrograms.gif") no-repeat 0 -49px;
}

.academicYear a {
	background: url("images/buttons/academicYearPrograms.gif") no-repeat 0 0;
	display: block;
	height: 49px;
	width: 277px;
	padding-top: 100px;
}

.summer a {
	background: url("images/buttons/summerPrograms.gif") no-repeat 0 0;
	display: block;
	height: 49px;
	width: 277px;
	padding-top: 100px;
}

.summer a:hover {
	background: url("images/buttons/summerPrograms.gif") no-repeat 0 -49px;
}

.newsHighlights {
	width: 271px /*336px*/;
	display: inline;	
	float: left;
	padding: 0 30px 0 35px;
}

.banners {
	width: 177px;
	display: inline;	
	float: left;
	padding-top: 51px;
}

.banners img {
	margin-bottom: 20px;
}

/*----Typography----*/

#intro p {
	color: #fff;
	font: normal 12px/24px tahoma, trebuchet, verdana, arial, sans-serif;
	width: 420px;
}

.newsHighlights h5 {
	font: normal 12px/14px 'Trebuchet MS', trebuchet, verdana, arial, sans-serif;
	color: #fff;
	margin-top: 15px;
}

.newsHighlights  h4 {
	font: normal 12px/14px 'Trebuchet MS', trebuchet, verdana, arial, sans-serif;
	color: #f7ec46;
	margin-bottom: 4px;
}	

.newsHighlights p {
	font: normal 11px/14px verdana, arial, sans-serif;
	color: #fff;
}	

 
/*----Links----*/

.newsHighlights h4 a {
	font: bold 13px/15px 'Trebuchet MS', trebuchet, verdana, arial, sans-serif;
	color: #f7ec46;
	text-decoration: none;
}	

.newsHighlights h4 a:hover {
	text-decoration: underline;
}	


