/* ==================== */
/* GENERIC STYLES       */
/* ==================== */
*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Arial, sans-serif;
}
a:link, 
a:visited
{
	text-decoration: none;
}
a img
{
	border: 0px;
}
table
{
	border-collapse: collapse;
}
sub
{
	position: relative;
	vertical-align: baseline;
	top: 0.5ex;
	font-size: 0.7em;
}
sup
{
	position: relative;
	vertical-align: baseline;
	top: -1ex;
	font-size: 0.7em;
}

/* ==================== */
/* MAIN FOOTER STYLES   */
/* ==================== */
#footer
{
	width: 100%;
	border-top: 1px solid #7e7e7e;
	border-bottom: 15px solid #fff;
	display: block;
	overflow: hidden;
	background-color: #ffffff;
	clear: both;
}	

#footerContent
{
	width: 942px;
	margin: 0 auto;
	padding-top: 18px;
	padding-bottom: 20px;
}	

	#footerContent .contactLinksContainer
	{
		width: 186px;
		float: right;
		text-align: right;
	}	
		
		#footerContent .contactLinksContainer a#btnContactLarge
		{
			background: url('/images/footer/btn-contact.gif') no-repeat top left;
			display: block;
			width: 186px;
			height: 36px;
			margin-bottom: 10px;
		}
		
		#footerContent .contactLinksContainer #btnContactLarge:hover
		{
			background-position: 0 -36px;
		}
		
		#footerContent .contactLinksContainer #btnContactLarge span
		{
			display: none;
		}
			
	#footerContent .footerLinksContainer
	{
		width: 221px;
		float: left;
		padding: 0 10px 0 19px;
		border-left: 1px solid #cbcbcb;
	}
		#footerContent .footerLinksContainer h3 a
		{
			color: #343434;
			font-size: 13px;
		}
		
		#footerContent .footerLinksContainer p,
		#footerContent .footerLinksContainer p a,
		p#copyrightStatement
		{	
			color: #838383;
			font-size: 10px;
		}	

		#footerContent .footerLinksContainer h3 a:hover,
		#footer #footerContent .footerLinksContainer p a:hover
		{	
			text-decoration: underline;
			color: #07367c;
		}	

		#footer #footerContent .footerLinksContainer p a span
		{
			color: #000;
			font-weight: bold;
		}	
		
	#footerContent #copyrightStatement
	{
		padding-top: 10px;
		font-size: 12px;
		color: #aaa;
	}	
	
	#footerContent #disclaimerWeb
	{
		width: 942px;
		float: left;
		margin-top: 15px;
		border-top: 1px solid #dedede;
	}
	
	#footerContent #socialWebLogos
	{
		float: right;
		padding-top: 4px;
	}

/* ==================== */
/* USEFUL STYLES        */
/* ==================== */

h1 span
{
	display: none;
}	

#footer .noBorder
{
	border: 0;
}

.leftFloat
{
	float: left;
}

.rightFloat
{
	float: right;
}		
	


