@charset "utf-8";

/* 
===  footer.css  ===
*/


/*  -----  footer  ------  */

#footer {
	clear: both;
	overflow: hidden;
	display: block;
	margin: 20px 0 0 0;
	border-top: solid 3px #4f8ddc;
}

#footerMenu {
	width: 1000px;
	list-style-type: none;
	text-align: right;
	color: #4f8ddc;
	margin: 0 auto;
}

#footerMenu li {
	display: inline;
	font-size: x-small;
}

#footerMenu a {
	text-decoration: none;
	font-size: x-small;
}

#footerMenu a:hover {
	text-decoration: underline;
}

#footer  #footerbar2 {
	clear: both;
	overflow: hidden;
	display: block;
	height: 30px;
	background-color: #4571D0;
	background-repeat: repeat-x;
	margin-top: 10px;
}

#footerbar2 p {
	color: #FFF;
}

.mecc {
	font-size: small;
	float: left;
	margin-top: 8px;
	margin-left: 15px;
	width: 160px;
}

.copy {
	font-size: 80%;
	float: left;
	padding-left: 310px;
	margin-top: 8px;
}




