
#footer_outer{
	background: #E4E4E4 url(wideBG.jpg) no-repeat  top left;
	width:100%;
	margin:0;
	height:110px;
	

}

#footer_Nav{
	background:url(footer_mid.jpg) no-repeat right top;
	margin: 0 auto 0 auto;
	width:1000px;
	height:64px;
	
}
#footerLeft{
	margin:0;
	padding:0;	
}

#footerLeft li {
	list-style : none;
	display : inline;
	float:left;
	padding:16px 0 0 0;
	color:#fff;
}
#footerLeft li a {
	padding : 5px;
	text-decoration : none;
	color:#fff;
	text-align:left;
}

#footerLeft li a:hover, #footerLeft li a.iehover {
	color:#003366;
}

#footerRight{
	margin:0;
	padding:0;	
}

#footerRight li {
	list-style : none;
	display : inline;
	float:right;
	padding:16px 0 0 0;
	color:#FFFFFF;	
}
#footerRight li a {
	padding : 5px;
	text-decoration : none;
	color:#FFFFFF;
	text-align:right;
}

#footerRight li a:hover, #footerRight li a.iehover{
	color:#003366;
}
#zooBrand a{
	clear:right;
	float:right;
	padding:40px 0 0 0;
	color:#666;
	text-decoration:none;
}
#copyright a{
	clear:left;
	float:left;
	padding:40px 0 0 0;
	color:#666;
	text-decoration:none;
	font-size:9px;
}