@charset "UTF-8";
/* CSS Document */

#mainFeatureImage ul, #mainFeatureImage li {
	margin: 0px;
	padding:0px;
	list-style:none;
}
#mainFeatureImage, #mainFeatureImage li {
	width:630px;
	height:375px;
	overflow:hidden;
}
#mainFeatureImage img {
	display:block;
	background-color: #fff;
	z-index:0;
}

/* SLIDER CONTROLS */
#prevBtn, #nextBtn { 
	display:block;
	width:27px;
	height:27px;
	position: absolute;
	top:480px;
	z-index:1000;
	font-size: 0.9em;
}	
#prevBtn { 
	left:710px;
	left:51em;
}														
#nextBtn { 
	left:740px;
	left:53em;
}											
#prevBtn a, #nextBtn a {  
	display:block;
	position:relative;
	width:27px;
	height:27px;
	background:url(/assets/images/buttons/slide_arrow_left.png) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a{ 
	background:url(/assets/images/buttons/slide_arrow_right.png) no-repeat 0 0;	
}	

/* APPLY NOW / VISIT UMM BLOCK */
#applyHook {
	position:absolute;
	text-align: center;
	background-color:#333333;
	padding: 15px 0px 0px 5px;
	width: 300px;
	margin:  0px;
	top: 298px;
	height:62px;
	border: #333 solid 0px;
}
/* NEWS / EVENTS STYLES */
#events, #news {
	display: block;
	width:300px;
	height: 150px;
	margin: 0px 15px 10px 2px;
	float:left;
	text-align:left;
}
#events h2, #news h2 {
	margin:0px 10px 10px 0px;
	padding:0px;
	font-family:“Myriad Pro”, Helvetica, Arial, sans-serif;
	color:#003300;
	font-size: 16pt;
	text-shadow: #999 0px 0px 2px;
	border-bottom:1px inset #ccc;
}

#news ul, #events ul {
	margin:0px 0px 10px 0px;
	padding:0px;
}
#news li, #events li {
	margin: 0px 0px 10px 0px;
	padding-left:0px;
	height:60px;
	list-style:none;
	font-size: small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #003300;
	border-bottom: 1px dotted #eee;
	overflow:hidden;
	line-height:1em;
}
#news li:hover, #events li:hover {
	border-bottom :1px dotted #ccc;
	background-color:#f6f6f6;
}

#news li a, #events li a {
	font-weight: 600;
	font-size:9pt;
}
#news a, #events a {
	color: #003300;
}
.eventDate {
	display: block;
	float:left;
	height:60px;
	width: 60px;
	line-height:1.6em;
	font-size: 9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px 5px 5px 0px;
	clear: right;
	border: 1px solid #ddd;
	background-color: #fff;
}
.eventDate span {
	display: block;
	text-align:center;
	margin:0px;
	padding:0px;
}
.eventDate .month {
	text-transform: uppercase;
	color: #fff;
	background-color: #633;
	padding-bottom:1px;
	margin-bottom:3px;
}
.eventDate .day {
	font-size:18pt;
	color:#FF9933;
}
.eventDate .year {
	
}
#events .summary {
	font-size: 8pt;
}
.newsImageThumb {
	float: left;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	border: 1px solid #999;
}
#factsAtAGlance {
	font-family: "Trebuchet MS", Verdana;
	font-size:small;
	margin: 5px 20px 5px 0px;
	padding: 0px 0px 0px 25px;
	border: 0px solid #000;
	color: #333;
}
#factsAtAGlance h4 {
	font-family: "Trebuchet MS", Verdana;
	margin: 4px 0px 2px 0px;
	padding: 3px 3px 0px 8px;
	border-bottom: 1px solid #fff;
}
#factsAtAGlance a:hover {
	text-decoration: none;
}
#tv_weatherAlert {
	float: left;
	clear:right;
	display: none;
}
#profiles {
	float: left;
	overflow:hidden;
	width:300px;
	height:100px;
	margin:0px;
	padding:0px;
	background: #eee;
}
#profiles h2 {
	margin:0px;
	padding:0px;
}
#profiles ul, #profiles li {
	float: left;
	list-style: none;
	margin:0px;
	padding:0px;
}
#profiles li {
	margin-left: 5px;
}
#profiles img {
	border: solid 1px #bbb;
}
