/*-----------------------------------------------------------------------------
www.capitalone.com Footer Style Sheet
version:   1.0
author:    Daniel Cottner
e-mail:    daniel.cottner@capitalone.com
-----------------------------------------------------------------------------*/

/* =Global Footer
----------------------------------------------------------------------------------------------------*/
#footer {
	background: transparent url(/img/global/bg/footer.gif) repeat-x 0 0;
	border-top: 1px solid #ccc;
	clear: both;
	color: #999;
	font-size: .83em;
	margin: 10px 0 30px;
	padding: 1.9em 0 0;
	display:block !important;
}
#footer h6 {
	color: #999;
	font-size: 1.1em;
	font-weight: bold;
}
#footer ul,
#footer p {
	margin-top: 0;
}
#footer ul li {
	background-image: none;
	margin: 0;
	padding: 0;	
}
#footer p a {
	text-decoration: underline;
}
#footer img {
	margin: 0;
}
#footer a {
	color: #999;
}
#logo-fdic {
	padding: .4em 0 1.2em;
}
#logo-ehl {
	float: left;
	padding-right: .5em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#footerInfo{
		padding-bottom:2px;
	}
}

/* ++++++++++++++++++++++++++++++++++++++++++ 
accessibility overrides
[drew.liverman | 06.28.10] 
++++++++++++++++++++++++++++++++++++++++++ */

#footer,
#footer h6 {
	color:#767676;
}

#footer a,
#footer a:link,
#footer a:visited {
	color:#767676;
	text-decoration:underline;
}