@charset "UTF-8";
/* ------------------------------------------------------
Unified Web Footer CSS Document
-------------------------------------------------------*/

/* Footer
-----------------------------*/
#footerWrapper {
	height: 90px;
	width: 880px;
	background-image: url(../images/global/background-footer.png);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerLeft {
	margin: 0px;
	float: left;
	height: 100%;
	width: 155px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#footerLeft p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}

#footerMiddle {
	margin: 0px;
	float: left;
	width: 125px;
	height: 100%;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerMiddle p {
	font-weight: normal;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 13px;
	padding: 0px;
	margin: 0px;
}


#footerRight {
	float: right;
	height: 100%;
	width: 515px;
	text-align: right;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerRight li {
	display: inline;
}
#footerRight ul {
	margin: 0px;
	padding: 0px;
}
#footerRight a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background-color: #CCCCCC;
	display: block;
	width: 120px;
	height: 10px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 7px;
}
#footerRight a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background-color: #CCCCCC;
	display: block;
	width: 120px;
	height: 10px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 7px;
}
#footerRight a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	background-color: #990000;
	display: block;
	width: 120px;
	height: 10px;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 7px;
}
.logoBottom {
	padding-bottom: 3px;
}
