/* FOOTER
===============================================================================================*/

#footer {
	float: left;
	clear: both;
	width: 982px;
	color: #727578;
	font-size: 11px;
}
#footerTop {
	width: 100%;
	height: 45px;
	background: url(../img/global/footer/footer-top.png) no-repeat top left;
}
#footerContent {
	background: url(../img/global/footer/global-footer-background.png) repeat-y;
}
#footer a {
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
}

/* FOOTER LINKS
_______________________________________________________________________________________________*/

#footerLinks {
}
#footerLinks .footerMod {
	float: left;
	width: 16%;
}
#footerLinks .fmXLrg {
	width: 22%;
}
#footerLinks .fmLrg {
	width: 18%;
}
#footerLinks .fmSml {
	width: 12%;
}
#footerLinks .last {
	clear: right;
}
#footerLinks .footerModMiddle {
	padding-top: 10px;
}
#footerLinks .footerModCenter {
	padding-top: 15px;
}
#footerLinks .footerModCont {
	padding: 0 0 0 40px;
}
#footerLinks .footerModCont a {
	color: #666666;
}
#footerLinks .footerModCont li {
	line-height: 16px;
}
#footerLinks .footerModCont a:hover {
	color: #333333;
}

/* FOOTER NAVIGATION
_______________________________________________________________________________________________*/

#footerNavGlobal {
	clear: both;
	width: 100%;
	text-align: center;
	padding: 25px 0 40px 0;
}
#footerNavGlobal a {
	padding: 0 10px;
	color: #333333;
	line-height: 11px;
	text-decoration: none;
}
#footerNavGlobal a:hover {
	color: #000000;
}
#footerNavGlobal li {
	display: inline;
}