/* Footer */
#footer {
	position: relative;
	top: 0px;
	left: 3px;
	width: 100%;
}

#footer_links {
	font-size: 75%;
	float:right;
}

#footer_links a:active, #footer_links a:link, #footer_links a:visited {
	text-decoration: none;
	color: #000000;
}
/*
some css for the sitemap is inline as some idiot wanted a link to fit but it was way too long
*/
#sitemap {
	font-size: 80%;
	float: left;
	color: #ffffff;
	padding: 0;
        padding-top: 10px;
	margin-bottom: -30px;
	width: 102.5%;
        background: #333333;
        left:-12px;
        position: relative;
	height: 135px;
}
#sitemap ul {
	margin-top: 0px;
}
	
#sitemap a {
	color: #ffffff;
}
#sitemap b{

}
.site_link {
	width: 110px;
	float: left;
}

#uk_site {
	margin-bottom: 4px;
	margin-top: 12px;
}

#white_footer {
	background-color: #FFF;
	height: 35px;
	width: 821px;
	margin-left: -13px;
	margin-bottom: -37px;
	position: relative;
}

#google_translate_element {
	text-align: center;
	padding-top: 4px;	
}


/* Copyright */
#copy {
	float:left;
	color: #333;
	font-size: 70%;
}

#banner{
    position: relative;
    background:#279E4B;
    width:95.7%;
    left:-12px;
    padding-right:5%;
    padding-bottom:0px;
    padding-left: 15px;
}

.footer_icon{
    padding-top:2px;
}