

/* Footer Start */

#footer_wrapper {
	position: relative;
	border-top: 3px solid #b6b6b6;
	color: #5d5d5d;
	margin-top: 0px;
	clear:both;
	
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font: normal 12px Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif !important;

	
}

#footer_wrapper a:hover {
	text-decoration: underline;
}


#footer_buff{
	width: 940px;
	padding: 20px 0 0;
	margin: 0 auto;
}

.footerTitle {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.footerTitle a {
	text-decoration: none;
	color: #0267AC;

}

.footerTitle a:hover {
	text-decoration: underline;
}

#footer_wrapper #footer_buff .about {
	width: 320px;
	display: block;
}

#footer_wrapper #footer_buff ul li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-top: 4px;
}

#footer_wrapper #footer_buff ul li a, #footer_wrapper #footer_buff ul ol span a {
	color: #0267ac;
	text-decoration: none;
}

#footer_wrapper #footer_buff ul li a:hover, #footer_wrapper #footer_buff ul ol span a:hover, p.legal a:hover {
	text-decoration: underline;
}

/*#footer_wrapper #footer_buff .sites {
	
}

#footer_wrapper #footer_buff .causes {
	
}*/


.sites, .causes, .contact {
	width: 192px;
}


.about, .sites, .causes, .contact {
	border-left: #d41017 1px solid;
	float: left;
	padding-left: 5px;
	padding-right: 0px;
}

#footer_wrapper #footer_buff ul {
	padding:0 10px ;
	margin: 0;
}


#footer_wrapper #footer_buff ul li span {
	font-weight: bold;

}


#footer_wrapper #footer_buff ul ol li {
	margin-left: 5px;
	font-weight: normal;
}

#footer_wrapper #footer_buff ul ol {
	padding: 0;
	margin: 0;
}

#footer_wrapper #footer_buff .floatright {
	float: right;
}
#footer_wrapper #footer_buff .floatleft {
	float: left;
}

p.legal {
	clear:both;
	padding-top:20px;
	text-align:center;
	font-size: 10px;
}
p.legal span {
	display: block;
}

p.legal a {
	color: #5d5d5d;
	text-decoration: none;
}

li.seals {
	clear: both;
	text-align: center;
	padding: 20px 5px 0;
}

li.seals img {
	border: 0 none;
	padding: 5px 8px;
}

/*Socials icons*/

	.footerSocials {
		clear: both;
		padding: 0px;
		width: 240px;
		margin: 0px auto 20px;
		height: 31px;
		line-height: 31px;
    	}
	.footerSocials a.fb  {
		background-image: url(http://static.heart.org/ahaanywhere/images/socialsIcons/fb.png);
	}
	
	.footerSocials a.flickr  {
		background-image:  url(http://static.heart.org/ahaanywhere/images/socialsIcons/flickr.png);
	}
	
	.footerSocials a.rss  {
		background-image: url(http://static.heart.org/ahaanywhere/images/socialsIcons/rss.png);
	}
	
	.footerSocials a.twitter  {
		background-image: url(http://static.heart.org/ahaanywhere/images/socialsIcons/twitter.png);
	}
	
	.footerSocials a.wp  {
		background-image: url(http://static.heart.org/ahaanywhere/images/socialsIcons/wp.png);
	}
	
	.footerSocials a.youtube  {
		background-image: url(http://static.heart.org/ahaanywhere/images/socialsIcons/yt.png);
	}
	
	.footerSocials a.socialIcon  {
		display: block;
		float: left;
		width: 40px;
		height: 31px;
		text-indent: -9999px;
		background-position: center 0;
	}
	
	.footerSocials .socialIcon:hover  {
		background-position: center 31px;
	}


