/**
 * Mary Lou Fulton College of Education
 *
 * Footer stylesheet
 *
 * /global/css/footer.css
 */

.mlfcoeFooterFull {
  	clear: both;
	background: url(/global/images/template/footer_nav_bg.gif) top left repeat-x;
	width: 100%;
	height: 30px;
	padding-bottom: 3px;
	/*color: #fff;*/
	font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
        border-top: 3px solid #fff;
}

.mlfcoeFooterFull a:link, .mlfcoeFooterFull a:visited {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	margin: 0px 3px 0px 0px;
        padding: 0 .75em;
        border-right:1px solid #fff;
}

.mlfcoeFooterFull a:hover {
	color: #ffb310;
	text-decoration: underline;
	display: inline-block;
}

.mlfcoeFooterFull a.contact:link, .mlfcoeFooterFull a.contact:visited {
	color: #ffb310;
	text-decoration: none;
	display: inline-block;
}

.mlfcoeFooterFull a.contact:hover {
	color: #ffb310;
	text-decoration: underline;
	display: inline-block;
}

.mlfcoeFooterNavLeft {
	float: left;
	margin: 7px 0px 0px 12px;
}

.mlfcoeFooterNavRight {
	float: right;
	margin: 7px 12px 0px 0px;
}

.mlfcoeFooterFull a:link.noborder, .mlfcoeFooterFull a:visited.noborder {
        border-right: none;
}

.mlfcoeFooterPageContact {
   clear: both;
   text-align: right;
   margin: 5px 0 0 0; padding: 10px 30px 10px 0;
   font: normal .95em/1.2em Tahoma, Arial, sans-serif; color: #444;
   background-color: #fff;
   display: block;

   }

.mlfcoeFooterPageContact a:link, a:visited {
        color: #666;
        font-weight: bold;
	text-decoration: none;
}

.mlfcoeFooterPageContact a:hover {
        color: #000;
        font-weight: bold;
	text-decoration: underline;
}