﻿/*******************
UMFK Home Content Styles
http://www.umfk.edu

Version 3.1.2009

Built by: Steve Michaud, Web Technician
steve.michaud@maine.edu

Please request written permission prior to use.
*******************/

/*******************
1.0 Page Specific Content Elements
*******************/
	/***************
	1.1 Main Content Container
	***************/

#content-container {
	width: 720px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	background: #ffffff url(/images/content/homenew/homebg.jpg) top center no-repeat;
}

	/***************
	1.2 News Ticker
	***************/

#newsticker {
	position: relative;
	width: 100%;
	height: 24px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	line-height: 24px;
	background: #393939;
	z-index: 4;
}
#emergencyinfo {
	position: relative;
	width: 100%;
	height: 24px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	line-height: 24px;
	background: #990000;
	z-index: 4;
}
#latestnews {
	float: left;
	width: 18%;
	height: 24px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-left: 8px;
	vertical-align: middle;
}
#latestnews a {
	color: #ffffff;
	text-decoration: none;
}
#headlines {
	float: left;
	width: 78%;
	height: 24px;
	text-align: left;
	color: white;
	font-size: 11px;
	vertical-align: middle;
}
#headlines a {
	color: #ffffff;
	text-decoration: none;
}
#headlines .morebtn {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 24px;
	padding: 7px;
}

	/***************
	1.3 Content for top of page
	***************/
	
#umfk_apply {
	position: relative;
	width: 700px;
	/*height: 230px;*/
	height: 222px;
	background: url(/images/content/homenew/applybg.png) top left no-repeat;
	vertical-align: bottom;
}
.apply_corner {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 3;
}
.apply_corner2 {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 3;
}
#apply_info {
	position: absolute;
	left: 5px;
	bottom: 0px;
	width: 351px;
	height: 222px;
	background: url(/images/content/homenew/textbg.png) bottom left no-repeat;
}
#apply_info_text {
	float: left;
	padding: 20px;
	width: 280px;
	text-align: left;
	line-height: 1.4em;
	z-index: 3;
}
.applybtn {
	position: absolute;
	left: 7px;
	bottom: 0px;
}
#apply_photo {
	position: absolute;
	right: -5px;
	bottom: 0px;
	width: 425px;
	text-align: center;
	vertical-align: bottom;
	z-index: 2;
}
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

	/***************
	1.4 Content for bottom of page
	***************/
	
#bottom_container {
	position: relative;
	width: 700px;
	height: 234px;
	background: url(/images/content/homenew/bottombg.png) bottom right no-repeat;
}
#expumfk_container {
	position: relative;
	width: 700px;
	height: 40px;
}
#calbox {
	float: left;
	width: 353px;
	height: 40px;
	background: url(/images/content/homenew/expumfkbg.png) top left repeat-x;
}
#calinfo {
	position: absolute;
	left: 12px;
	bottom: 0px;
	width: 307px;
	height: 36px;
	background: url(/images/content/homenew/calbg.png) bottom center no-repeat;
}
#calinfo_text {
	padding-left: 10px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	text-align: left;
}
#calinfo_text a {
	color: #ffffff;
	text-decoration: none;
}
#expumfk {
	float: left;
	width: 347px;
	height: 40px;
	background: url(/images/content/homenew/expumfk.png) top left no-repeat;
}


	/***************
	1.3 PNG fix for IE
	***************/

img, div {
	behavior: url(/css/iepngfix.htc);
}
