	/*******
	Footer
	*******/
	.footer
	{
		width:982px;
		background:url(footer.gif) bottom no-repeat;
		overflow:hidden;
		margin-bottom:50px;
		margin-left:auto;
		margin-right:auto;
	}
	
	
	.footer .hr_double_efefef
	{
		margin-top:11px;
		width:978px;

	}
	
	.footer .nav
	{
		margin-top:21px;
		margin-bottom:5px;
		font-size:10px;
		text-align:center;
		
		color:#778f89
	}
	
	.footer .nav a
	{
		font-weight:normal;
	}	
	
	.footer .disclaimer
	{
		/*
		font-size:9px;
		color:#909090;
		*/
		font-size:12px;
		color:#000000;
		margin-top:8px;
		margin-bottom:32px;
		
		padding-left:100px;
		padding-right:100px;
		text-align:center;
	}
	
	
	/*
	When there is no disclaimer, this div is written out instead of disclaimer. 
	The upshot of this is that we can guarantee vertical spacing.
	*/
	.footer .disclaimer_placeholder
	{
		margin:0px;
		padding:0px;
		
		height:30px;
		width:100%;
	}