﻿/************************************************/
/************************************************/
/***                 FOOTER                   ***/
/************************************************/
/************************************************/
#footerWrapper 
{
	float: left;
	background-color: #FFF;
	padding: 20px 0 20px 0;
}
#footerContentWrapper 
{
	margin: auto;
	float: left;
	
}
#footerContentWrapper h2 
{
	float: left;
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-align: center;
	display: block;
	width: 1000px;
}
#footerContentWrapper h2 span
{
	float: none;
}
#footerMenuWrapper 
{
	float: left;
	width: 1000px;
	margin: 15px 0 15px 0;
	text-align: center;
}
#footerMenuWrapper a
{
	text-decoration: none;
	color: #008FBD;
	font-size: 10px;
}
#footerMenuWrapper a:hover
{
	text-decoration: underline;
}
#footerCopyrightWrapper 
{
	width: 1000px;
	float: left;
	display: block;
	text-align: center;
	font-size: 9px;
}
