#footer {
	border-top:4px solid #F2F2F2;
	border-bottom:4px solid #F2F2F2;
	clear:left;
	width: 836px;
}		
	#footer ul {
		float: left;
		padding:8px 0 8px 10px;
		margin-bottom:5px;
		/* background:url(./bg_ic_london.png) no-repeat right top; */
	}
		#footer ul li {
			display:inline;
			padding-right:5px;
		}
			#footer ul li a {
				text-decoration:none;
				padding-right:5px;
			}
	#footer a#ic {
		float: right;
		margin-top: 15px;
		margin-right: 10px;
	}
	#footer p {
		clear:left;
		width:400px;
		padding-left:8px;
	}

	#footer #rsslink {
		/* width:132px; */ /* removed to accommodate share button*/
		float:left;
		padding:8px 0 8px 10px;
	}

	#footer #share {
		width:135px;
		float:left;
		padding: 7px 10px;
	}

	#footer #share a, #footer #share img#addthis {
		float: right;
	}

	#footer #google_translate_element {
		width:180px;
		float:left;
		padding:2px 0 0px 10px;
	}

#bigfooter {
	font-size: 110%;
	border:2px solid #e8e6dd;
	background-color: #f2f2f2;
	clear: left;
	float: left;
	width: 836px;
	margin-bottom: 5px;
	padding-left: 5px;
}
	#bigfooter img {
		margin-bottom: 4px;
	font-family: serif;
	}
	#bigfooter h2 {
		font-size: 138%;
		color:#cc0099;
	}
	#bigfooter p, #bigfooter p strong {
	}
#bfColumn1 {
	clear: left;
}

#bfColumn1, #bfColumn2, #bfColumn3, #bfColumn4 {
	float: left;
	color:#999999;
	width: 190px;
	margin-right: 21px;
}
#bfColumn4 {
	margin-right: 0px;
}

#mapShow, #charityShow {
    position:relative;
    height:135px;
}

#mapShow div, #charityShow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    /* opacity:0.0; */

}

#mapShow div.active, #charityShow div.active {
    z-index:10;
    opacity:1.0;
}


