﻿/* FOOTER [footer_v2.ascx] */

	.pnlBottomContent 
	{
		padding-top: 50px;
		clear: both; 
		text-align: left;
	}

	.footer
	{
		width:100%;
		height:124px;
		background: url(http://www.stfc.ac.uk/images/Design/Backgrounds/footer-crescent.jpg) top left no-repeat;	
		margin-top: 100px;
	}
	.rcuk-footer
	{
		border: none; 
		float: left;
	}
	.footer-address
	{
		text-align: center;
		padding-top: 30px;
		font-family:  arial, verdana, helvetica;
		font-weight: bolder;
		font-size: 0.9em;
		color: #453E3E;
	}

	.footer-links
	{
		margin-left: 110px;
		text-align: center;
		padding-top: 20px;
	}
	
	.footer-links a {font-family: arial, verdana, helvetica; font-weight: bolder; color: #453E3E; text-decoration: none;}
	.footer-links a:active {text-decoration: none; color: #ffffff; background-color: #093F7D;}	
	.footer-links a:link {color: #453E3E; text-decoration: none;}	
	.footer-links a:visited {color: #453E3E; text-decoration: none;}	
	.footer-links a:visited:active {color: #ffffff; background-color: #093F7D; text-decoration: none;}		
	.footer-links a:hover {text-decoration: underline;}

/* FOOTER ENDS */