/* FOOTER
_______________________________________________________________________________________________*/
#footerContainer {
	float: left;
	width: 982px;
	color: #727578;
	font-size: 11px;
}

#footerContainer ol,ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footerContainer h6 {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 3px;
	margin: 0;
}

#footerTop {
	width: 100%;
	height: 45px;
	background: url(img/footer-top.png) no-repeat top left;
	_background: url(img/footer-top.gif) no-repeat top left;
}

#footerContent {
	overflow: auto;
	background: #d8d8d8 url(img/global-footer-background.png) repeat-y;
}

/* FOOTER LINKS
_______________________________________________________________________________________________*/
.footerMod {
	float: left;
	width: 20%;
}

.footerModMiddle {
	padding-top: 10px;
}

.footerModCenter {
	padding-top: 15px;
}

.footerModCont {
	padding: 0 0 0 40px;
}

.footerModCont a {
	color: #666666;
	text-decoration: none;
}

/* FOOTER NAVIGATION
_______________________________________________________________________________________________*/
#footerNavGlobal {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 15px 0 40px 0;
}

#footerNavGlobal a {
	padding: 0 10px;
	line-height: 11px;
	text-decoration: none;
}

#footerNavGlobal li {
	display: inline;
	font-weight: bold;
}