/*******************
UMFK "Main" Print Styles
http://www.umfk.edu/
Version 2.2.2012

Built by: Steve L. Michaud, Web Technician
steve.michaud@maine.edu

Please request written permission prior to use
*******************/

/*******************
1.0 Basic Elements
*******************/

body {
	background: #ffffff;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #000000;
}
img {
	border: 0;
}
a:link, a:visited, a:active {
	color: #0f251d;
}
.block {
	display: block;
	width: 100%;
	height: 100%;
}
#body_container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#bg_container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#container {
	position: relative;
	width: 82.5em;
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.floatleft {
	display: block;
	float: left;
}
.floatright {
	display: block;
	float: right;
}
.center {
	text-align: center;
}
.middle {
	vertical-align: middle;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}
.pad-topsm {
	padding-top: 2px;
}
.pad-bottomsm {
	padding-bottom: 2px;
}
.pad-rightsm {
	padding-right: 2px;
}
.pad-leftsm {
	padding-left: 2px;
}
.pad-top {
	padding-top: 10px;
}
.pad-bottom {
	padding-bottom: 10px;
}
.pad-left {
	padding-left: 10px;
}
.pad-right {
	padding-right: 10px;
}
.in_txt_icons {
	position: relative;
	width: 70%;
	text-align: center;
	padding-bottom: 20px;
}
.in_txt_icons img {
	margin-right: -5px;
}
.nomargintop { /* to remove the spacing at the top of a list */
	margin-top: -10px;
	padding-top: 0px;
}
.lowerAlpha {
	list-style: lower-alpha;
}
.upperAlpha {
	list-style: upper-alpha;
}
.lowerRoman {
	list-style: lower-roman;
}
.upperRoman {
	list-style: upper-roman;
}
.numbered {
	list-style: decimal;
}
.medium_txt {
	font-size: 12px;
	line-height: 16px;
}
.bottomLineGold {
	border-bottom: #be9231 solid 2px;
}
.bottomLineGoldSm {
	border-bottom: #be9231 solid 1px;
}


/*******************
2.0 Header Elements
*******************/

#header {
	position: relative;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	z-index: 5;
}
#logo {
	position: relative;
	width: 100%;
	padding-bottom: 5px;
	z-index: 5;
	text-align: right;
	border-bottom: #be9231 solid 2px;
}
.slogan {
	font-size: 12px;
}
#logo a:link, #logo a:visited, #logo a:active {
	text-decoration: none;
}

	/***************
	2.1 Menu Elements
	***************/
	
#mainnav {
	display: none;
	visibility: hidden;
}
#navcapleft {
	float: right;
	width: 27px;
	height: 43px;
	background: url(/images/new/navbar/capleft.png) top left no-repeat;
}
#navarea {
	float: right;
	height: 43px;
	color: #ffffff;
	font-size: 12px;
	background: url(/images/new/navbar/navbg.png) top center repeat-x;
}
#navarea ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#navarea ul li {
	display: block;
	float: left;
	height: 21px;
	padding-top: 4px;
	padding-left: 7px;
	padding-right: 7px;
	border-right: #404543 solid 1px;
	border-left: #222926 solid 1px;
}
#navarea ul li a:link, #navarea ul li a:active, #navarea ul li a:visited {
	color: #ffffff;
	text-decoration: none;
}
#navcapright {
	float: right;
	width: 27px;
	height: 43px;
	background: url(/images/new/navbar/capright.png) top right no-repeat;
}
.mainnav-menu {
	float: left;
	position: relative;
	
	/* this value sets the color of the text for each menu title */
	color: #ffffff;
}
.mainnav-menu a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
li.mainnav-menu a:link, li.mainnav-menu a:visited, li.mainnav-menu a:active {
	
	/* the values below set the color and style of the menu titles when the menu titles themselves are links */
	color: #ffffff;
	text-decoration: none;
}
#navarea ul a {
	
	/* the values below set the color and style of links in your dropdown menus */
	color: #ffffff;
	text-decoration: none;
}
#navarea ul.menu {
	position: absolute;
	top: 25px;
	padding: 0;
	margin: 0;
	left: -999em;
	width: 19.4em;
	border-top: 1px solid #ad987b;
	list-style: none;
	
	/* the values below set the text color and font size of text in your dropdown menus */
	color: #f2e9d6;
	font-size: 11px;
}
#navarea ul.menu li {
	display: block;
	position: relative;
	
	/* this value sets the background color for your dropdown menus */
	background: url(/images/new/navbar/menubg.png) top center repeat;
	padding: 0px;
	margin: 0px;
	width: 19.2em;
	line-height: 1.3em;
	text-align: left;
	
	/* the values below set t he color and style of the borders for each item in your dropdown menus */
	border-right: 1px solid #ad987b;
	border-left: 1px solid #ad987b;
	border-bottom: 1px solid #ad987b;
}
#navarea ul.menu a {
	padding: 3px;
	text-align: left;
}
.rss_link {
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 20px;
	height: 10px;
	background: url(/images/new/navbar/rss.gif) top center no-repeat;
}
#navarea li:hover ul, #navarea li.sfhover ul {
	left: auto;
	right: 0px;
}
#navarea ul.menu li:hover {
	
	/* this value sets the background color for each item in your dropdown menus when the item is hovered over */
	background: #f8f0e5 url(/images/new/navbar/menubg_on.png) bottom center repeat-x;
	color: #393939;
}
#navarea ul.menu li:hover a:link, #navarea ul.menu li:hover a:visited, #navarea ul.menu li:hover a:active {
	color: #393939;
	text-decoration: none;
}
#navarea ul.menu li:hover .rss_link {
	display: block;
	position: absolute;
	top: 6px;
	right: 6px;
	width: 20px;
	height: 10px;
	background: url(/images/new/navbar/rssdk.gif) top center no-repeat;
}

#sitesearch {
	display: none;
	visibility: hidden;
}
#searchtitle {
	position: relative;
	width: 76px;
	height: 23px;
	background: url(/images/new/header/searchtitle.png) top left no-repeat;
}
#searcharea {
	position: relative;
	height: 21px;
}
.searchtxt {
	width: 190px;
	height: 15px;
	padding: 3px;
	border: 0px;
	background: url(/images/new/header/searchboxbg_google.gif) bottom left no-repeat;
	color: #000000;
	font-size: 11px;
	vertical-align: middle;
}
.searchtxt2 {
	width: 190px;
	height: 15px;
	padding: 3px;
	border: 0px;
	background: url(/images/new/header/searchboxbg.gif) bottom left no-repeat;
	color: #000000;
	font-size: 11px;
	vertical-align: middle;
}
#breadcrumbs {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	height: 20px;
	font-size: 10px;
	border-bottom: #393939 solid 1px;
}
.breadcrumbs_on {
	float: left;
	display: block;
	height: 19px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #393939;
	text-decoration: none;
}
.breadcrumbs_on a:link, .breadcrumbs_on a:active, .breadcrumbs_on a:visited {
	color: #393939;
	text-decoration: none;
}
.breadcrumbs_on_arrow {
	float: left;
	width: 9px;
	height: 19px;
}
.breadcrumbs_off {
	float: left;
	display: block;
	height: 19px;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	color: #cbcbcb;
	text-decoration: none;
}
.breadcrumbs_off_arrow {
	float: left;
	width: 9px;
	height: 19px;
}
.breadcrumbs_off_arrow2 {
	float: left;
	width: 9px;
	height: 19px;
}
.breadcrumbs_off a:link, .breadcrumbs_off a:active, .breadcrumbs_off a:visited {
	color: #cbcbcb;
	text-decoration: none;
}

/*******************
3.0 Content Elements
*******************/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
html .clearfix {height:1%;}
.redtext {
	color: #961c1c;
}
.bluetext {
	color: #0f328f;
}
.smtext {
	font-size: 9px;
}
.error {
	text-align: center;
	color: #961c1c;
	font-weight: bold;
}
#content_area {
	position: relative;
	background: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#pagebanner {
	position: relative;
	width: 100%;
	text-align: center;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #be9231;
}
.heading {
	display: block;
	position: relative;
	width: 636px;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #393939;
	border-bottom: #be9231 solid 2px;
	margin-bottom: 5px;
}
.heading2 {
	display: block;
	position: relative;
	width: 636px;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #393939;
	border-bottom: #be9231 solid 2px;
}
.heading3 {
	display: block;
	width: 98%;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #393939;
	border-bottom: #be9231 solid 2px;
}
.heading4 {
	display: block;
	min-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #393939;
	border-bottom: #be9231 solid 2px;
}
.heading_commencement {
	display: block;
	min-width: 420px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: #be9231 solid 2px;
}
.heading_commencement_sm {
	display: block;
	min-width: 300px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: #be9231 solid 2px;
}



.subheading {
	position: relative;
	font-weight: bold;
	color: #393939;
	text-align: left;
	vertical-align: bottom;
	border-bottom: #be9231 solid 2px;
	margin-bottom: 5px;
}
.subheading a:link, .subheading a:active, .subheading a:visited {
	color: #393939;
	text-decoration: none;
}
.subheading2 {
	position: relative;
	font-weight: bold;
	color: #393939;
	text-align: left;
	vertical-align: middle;
	border-top: #be9231 solid 2px;
	border-bottom: #be9231 solid 2px;
	margin-bottom: 5px;
}
.subheading2 a:link, .subheading2 a:active, .subheading2 a:visited {
	color: #393939;
	text-decoration: none;
}
.subheading3 {
	font-weight: bold;
	color: #393939;
	text-align: left;
	vertical-align: middle;
	padding: 2px 5px 0 5px;
	border-top: #be9231 solid 2px;
	border-bottom: #be9231 solid 2px;
	margin-bottom: 5px;
}
.subheading3 a:link, .subheading3 a:active, .subheading3 a:visited {
	color: #393939;
	text-decoration: none;
}
.blogheading {
	font-weight: bold;
	font-size: 14px;
	color: #393939;
	text-align: left;
	vertical-align: bottom;
	padding: 2px 5px 0 0;
	border-bottom: #be9231 solid 2px;
}
.blogheading a:link, .blogheading a:active, .blogheading a:visited {
	color: #393939;
	text-decoration: none;
}
.blogauthor {
	color: #808080;
	font-size: 9px;
}
.blogfooter {
	border-top: #808080 solid 1px;
	background: url(/images/new/content/global/postfooterbg.png) top center repeat-x;
	color: #393939;
	font-size: 9px;
	height: 16px;
	padding-bottom: 30px;
}
.blogfooter a:link, .blogfooter a:active, .blogfooter a:visited {
	color: #393939;
	text-decoration: none;
}
.commentheading {
	font-weight: bold;
	font-size: 10px;
	color: #393939;
	text-align: left;
	vertical-align: bottom;
	padding: 2px 5px 0 0;
	border-bottom: #be9231 solid 2px;
	margin-right: 10px;
}
.commentheading a:link, .commentheading a:active, .commentheading a:visited {
	color: #393939;
	text-decoration: none;
}
.commentauthor {
	color: #808080;
	font-size: 9px;
	margin-right: 10px;
}
.commententry {
	margin-right: 10px;
	font-size: 9px;
}
#content {
	position: relative;
	margin: 0 auto;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}
#content ul {
	list-style: url(/images/new/content/global/bullet.png);
}
#content ol li {
	padding-bottom: 10px;
}
#content table {
	border: 0px;
	width: 100%;
}
#content table td {
	padding: 4px;
	vertical-align: top;
}
#content form {
	margin: 0 auto;
	padding: 0px;
}
.bullet {
	padding: 4px;
	margin-left: -12px;
	vertical-align: middle;
}
.line_bottom {
	border-bottom: #000000 dotted 1px;
}
.line_top {
	border-top: #000000 dotted 1px;
}
.line_left {
	border-left: #000000 dotted 1px;
}
.line_right {
	border-right: #000000 dotted 1px;
}
.tblHead1 {
	border-bottom: #000000 solid 2px;
	font-weight: bold;
	text-align: left;
}
.underline {
	text-decoration: underline;
}
.dirlist_container {
	float: right;
	width: 609px;
	min-height: 320px;
	text-align: left;
	z-index: 4;
}
#dirlist_nav {
	position: relative;
	display: block;
	width: 609px;
	height: 19px;
	text-align: center;
	font-weight: bold;
	line-height: 16px;
}
#dirlist_nav ul {
	list-style: none;
	padding: 0px;
	width: 572px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
#dirlist_nav ul li {
	display: block;
	float: left;
	height: 19px;
	width: 20px;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
}
#dirlist_nav ul li a:link, #dirlist_nav ul li a:active, #dirlist_nav ul li a:visited {
	text-decoration: none;
}
.on a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
li.on a:link, li.on a:visited, li.on a:active {
	color: #be9231;
	text-decoration: none;
}
.off a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
li.off a:link, li.off a:visited, li.off a:active {
	color: #000000;
	text-decoration: none;
}






.dirlist {
	position: relative;
	top: 19px;	
	left: 0px;
	right: 0px;
	min-height: 301px;
	margin-bottom: 60px;
}
.dirlist_content {
	position: relative;
	width: auto;
	min-height: 301px;
}
.directory_listing {
	position: relative;
	border: #393939 solid 1px;
	margin-bottom: 10px;
}
.listing_title {
	position: relative;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	height: 36px;
	color: #393939;
	font-size: 11px;
	line-height: 36px;
	text-align: right;
	border-top: #072a1c solid 1px;
	border-bottom: #072a1c solid 2px;
}
.listing_staff_name {
	font-size: 15px;
	font-weight: bold;
	float: left;
}
.listing_nav {
	position: relative;
	width: auto;
	height: 16px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
	border-bottom: #696052 solid 1px;
}
.listing_body {
	position: relative;
	width: auto;
	min-height: 247px;
	padding: 0px;
}
.listing_text {
	position: relative;
	width: auto;
	padding: 10px 10px 0px 10px;
}
.listing_photos {
	float: right;
	/*width: 280px;*/
	width: 168px;
	height: 200px;
	padding-top: 20px;
	padding-right: 12px;
}
.listing_office_phone {
	position: absolute;
	top: 20px;
	left: 10px;
	/*right: 300px;*/
	right: 220px;
}
.listing_text_content {
	position: relative;
	padding-right: 10px;
	padding-top: 40px;
	word-wrap: break-word;
}





.staff_listing {
	min-height: 101px;
	padding: 10px 0 10px 0;
}
.staff_btns {
	position: relative;
}
.staff_btns a {
	position: relative;
}
.staff_btns a span {
	display: none;
}
.objIndent {
	display: block;
	position: relative;
	text-indent: -3em;
	padding-left: 3em;
}
.showhide {
	display: none;
}
.show {
	display: block;
}

	/***************
	3.1 Page Main Navigation Styles
	***************/
	
.nav_left {
	float: left;
	width: 211px;
	padding-right: 15px;
	padding-bottom: 15px;
	text-align: center;
	z-index: 10;
}
.nav_right {
	float: right;
	width: 211px;
	padding-left: 15px;
	padding-bottom: 15px;
	text-align: center;
	z-index: 10;
}
.pg_nav_main_top {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 211px;
	height: 12px;
}
.pg_nav_main {
	position: relative;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	color: #393939;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	z-index: 10;
}
.pg_nav_main ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pg_nav_main ul li {
	list-style: url(/images/new/content/global/pg_nav_bullet.png);
}
ul .line {
	display: block;
	position: relative;
	margin:  5px 0px 5px -22px;
	width: 100%;
	height: 1px;
	border-bottom: #393939 solid 1px;
}
ul .line2 {
	display: block;
	position: relative;
	margin:  5px 0px 5px -22px;
	width: 100%;
	height: 1px;
	border-bottom: #be9231 solid 1px;
}
.pg_nav_main a:link, .pg_nav_main a:active, .pg_nav_main a:visited {
	color: #393939;
	text-decoration: none;
	font-weight: bold;
}
.pg_nav_main_btm {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 211px;
	height: 21px;
}

	/***************
	3.2 Page Secondary Navigation Styles
	***************/

.pg_nav_sec_top {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 191px;
	height: 7px;
}
.pg_nav_sec {
	position: relative;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	color: #393939;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	z-index: 10;
}
.pg_nav_sec ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pg_nav_sec ul li {
	list-style: url(/images/new/content/global/pg_nav_bullet.png);
}
.pg_nav_sec a:link, .pg_nav_sec a:active, .pg_nav_sec a:visited {
	color: #393939;
	text-decoration: none;
}
.pg_nav_sec_btm1 {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 191px;
	height: 7px;
}
.pg_nav_sec_ico_top {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 191px;
	height: 8px;
}
.pg_nav_sec_ico {
	position: relative;
	margin:  0 auto;
	padding: 0px 10px 0px 10px;
	color: #ffffff;
	text-align: center;
	z-index: 2;
}
.icons {	
	position: relative;
	width: 100%;
	margin-top: -5px;
	margin-bottom: -10px;
	text-align: center;
	z-index: 4;
}
.pg_nav_sec_btm2 {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 191px;
	height: 12px;
	z-index: 1;
}
.pg_nav_sec_imgs {
	position: relative;
	text-align: center;
	z-index: 10;
}

	/***************
	3.3 Content Columns - equal size
	***************/

.col_left {
	float: left;
	width: 49%;
	padding-bottom: 10px;
}
.col_right {
	float: right;
	width: 49%;
	padding-bottom: 10px;
}
.col_container {
	position: relative;
}

	/***************
	3.4 Content Columns - unequal size
	***************/

.content_col {
	position: relative;
	margin-left: 231px;
	z-index: 2;
}
.content_col_full {
	position: relative;
}

	/***************
	3.5 Ticker Styles
	***************/

.ticker {
	display: none;
	visibility: hidden;
}
.ticker_cap_rt {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 125px;
	height: 24px;
	background: url(/images/new/content/global/ticker_cap_rt.png) bottom right no-repeat;
	z-index: 4;
}
.ticker_cap_lt {
	float: left;
	width: 8px;
	height: 24px;
	background: #121212 url(/images/new/content/global/ticker_cap_lt.gif) bottom left no-repeat;
}
.ticker_title {
	float: left;
	padding-right: 8px;
	margin-right: 8px;
	height: 24px;
	background: #121212 url(/images/new/content/global/ticker_title_bg.gif) bottom left repeat-x;
	color: #ffffff;
	font-size: 10px;
	line-height: 22px;
	font-weight: bold;
}
.ticker .ticker_title a:link, .ticker .ticker_title a:visited, .ticker .ticker_title a:active {
	color: #ffffff;
	text-decoration: none;
}
.ticker a:link, .ticker a:visited, .ticker a:active {
	color: #393939;
	text-decoration: none;
}

	/***************
	3.6 Home Page & Faculty/Student Specific Styles
	***************/

.main_img_container {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 872px;
	height: 347px;
}
.main_img_container2 {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 872px;
	height: 375px;
}
.main_frame_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 872px;
	height: 89px;
	z-index: 4;
}
.main_icons_right {
	position: absolute;
	right: 24px;
	bottom: 23px;
	height: 28px;
	z-index: 6;
}
.main_icons_left {
	position: absolute;
	left: 18px;
	bottom: 23px;
	height: 28px;
	z-index: 6;
}
.main_chat_btn {
	width: 160px;
	height: 28px;
	overflow: hidden;
}

.main_img {
	position: absolute;
	top: 0px;
	left: 18px;
	width: 830px;
	height: 320px;
	z-index: 2;
}
.main_img_nav {
	position: absolute;
	top: 6px;
	left: 24px;
	width: 238px;
	z-index: 4;
}
.main_ad_seal {
	position: absolute;
	bottom: 56px;
	right: 24px;
	width: 235px;
	height: 121px;
	z-index: 4;
}
.student_staff_nav {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-left: 10px;
	padding-right: 10px;
	width: 228px;
	height: 320px;
	color: #393939;
	text-align: left;
	z-index: 4;
}
.student_staff_nav a:link, .student_staff_nav a:active, .student_staff_nav a:visited {
	color: #393939;
	text-decoration: none;
}

.student_staff_nav ul {
	margin-left: 16px;
	padding-left: 16px;
}
.highlights {
	float: right;
	width: 609px;
	height: 320px;
	text-align: left;
	z-index: 4;
}



.btn_margin {
	display: block;
	margin-bottom: -3px;
}




.headerRow td {
	font-weight: bold;
	color: #393939;
	text-align: left;
	vertical-align: bottom;
	/*background: #ad997b;*/
	border-bottom: #023723 solid 2px;
	padding: 2px 5px 2px 5px;
}
.headerRow a:link, .headerRow a:active, .headerRow a:visited {
	color: #393939;
	text-decoration: none;
}
.headerRow2 td {
	font-weight: bold;
	color: #393939;
	text-align: left;
	vertical-align: middle;
	padding: 2px 5px 2px 5px;
	border-top: #be9231 solid 2px;
	border-bottom: #be9231 solid 2px;
}
.headerRow2 a:link, .headerRow2 a:active, .headerRow2 a:visited {
	color: #393939;
	text-decoration: none;
}
.total td {
	border-top: #be9231 solid 1px;
	font-weight: bold;
	padding-bottom: 14px;
}

	/***************
	3.7 Information Box Styles
	***************/

.infobox {
	display: block;
	position: relative;
	padding: 10px;
	border: #393939 solid 1px;
}
.infoboxtop .top {
	position: relative;
	text-align: left;
	color: #393939;
	font-weight: bold;
	border-bottom: #be9231 solid 2px;
}
.infoboxtop .top a:link, .infoboxtop .top a:active, .infoboxtop .top a:visited {
	color: #393939;
	text-decoration: none;
}


.infobox2 {
	display: block;
	position: relative;
	padding: 10px;
	border: #393939 solid 1px;
}
.infobox2top .top {
	position: relative;
	text-align: left;
	color: #393939;
	font-weight: bold;
	border-bottom: #be9231 solid 2px;
}
.infobox2top .top a:link, .infobox2top .top a:active, .infobox2top .top a:visited {
	color: #393939;
	text-decoration: none;
}

.infobox3 {
	display: block;
	position: relative;
	padding: 10px;
	border: #393939 solid 1px;
}
.infobox3top .top {
	position: relative;
	text-align: left;
	color: #393939;
	font-weight: bold;
	border-bottom: #be9231 solid 2px;
}
.infobox3top .top a:link, .infobox3top .top a:active, .infobox3top .top a:visited {
	color: #393939;
	text-decoration: none;
}

	/***************
	3.9 Student Affairs Styles
	***************/

#studentaffairs_topnav {
	position: relative;
	width: 100%;
	height: 48px;
	border-bottom: #a47f31 solid 1px;
}
#studentaffairs_title {
	position: relative;
	height: 48px;
	padding: 5px 0px 3px 10px;
}
#studentaffairs_topico {
	position: absolute;
	top: 0px;
	right: 10px;
	text-align: right;
	height: 48px;
	z-index: 3;
}
#studentaffairs_topico img {
	margin: 4px 0px 4px 0px;
}

	/***************
	3.10 Video pages
	***************/
	
.vidPlayerArea {
	position: relative;
	min-height: 347px;
	width: 100%;
	margin-top: -10px;
}
#showVid {
	width: 530px;
	height: 396px;
	border: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.vidDescription {
	position: relative;
	width: 520px;
	padding: 5px;
}
.vidPlayList {
	position: absolute;
	top: 20px;
	bottom: 0px;
	right: 0px;
	width: 330px;
	overflow: auto;
}
.vidPlayListItem {
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 90px;
}

	/***************
	3.11 Foundation giving page
	***************/
	
#thermometer {
	display: none;
	visibility: hidden;
}
#givingLogoText .title {
	display: block;
	width: 98%;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #393939;
	border-bottom: #be9231 solid 2px;
}
#givingLogoText .subtitle {
	display: none;
	visibility: hidden;
}
#givingLogoText .donatebtn {
	display: none;
	visibility: hidden;
}


/*******************
4.0 Footer Elements
*******************/

#contact_info {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	height: 12px;
	color: #393939;
	font-size: 8px;
	line-height: 12px;
}
#umfk_addr {
	float: left;
	text-align: left;
}
#ums_addr {
	float: right;
	text-align: right;
}
#contact_line {
	position: relative;
	height: 3px;
}
#contact_info2 {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	min-height: 81px;
	color: #393939;
	font-size: 10px;
	line-height: 14px;
	z-index: 2;
}
#contact_info2 a:link, #contact_info2 a:active, #contact_info2 a:visited {
	color: #393939;
	text-decoration: underline;
}
#bottom_seal {
	position: absolute;
	width: 162px;
	bottom: 0px;
	left: 50%;
	margin-left: -81px;
	text-align: center;
	z-index: 3;
}
#umfk_contact {
	float: left;
	width: 338px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	z-index: 10;
}
#ums_contact {
	float: right;
	width: 338px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	z-index: 10;
}
#footer {
	position: relative;
	height: 15px;
	border-top: #939393 solid 1px;
	color: #393939;
	font-size: 8px;
	line-height: 12px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #393939;
}

/*******************
5.0 Miscellaneous Elements
*******************/
	/***************
	5.1 Form Elements
	***************/
	
select {
	vertical-align: middle;
	border: 1px solid #7c7c7c;
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
option {
	background-color: #ffffff;
}
input.radio {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
input.text {
	vertical-align: middle;
	border: 1px solid #7c7c7c;
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	vertical-align: middle;
	border: 1px solid #7c7c7c;
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
