/**
 * Footer
 *
 * Styles contained in the footer element:
 *		- footer links
 *		- copyright
 */
	#footer {
		clear: both;
		width: 760px;
		height: 35px;
		position: relative;
		top: 15px !important;
		top: 0px;
		padding-top: 25px;
		padding-bottom: 30px;
		background-color: #fff;
	}
	
	#footer:after {
		content:".";
		clear:both;
		display:block;
	}
	
	#address {
		color:#1F88AF;
		clear:both;
		font-size:11px;
		left:13px;
		position:absolute;
		top:40px;
		text-align:left;
	}

 	ul#footer_links {
		float: left;
		position: relative;	
		left: 13px;
		top: 0px;
	}

	ul#footer_links li {
		font-size: 9px;
		float: left;
		color: #00539b;
	}

	ul#footer_links li.seperator {
		margin: 0px 5px;
	}

	ul#footer_links li a {
		font-size: 9px;
		color: #1F88AF;
		text-transform: uppercase;
		text-decoration: none;
	}

	ul#footer_links li:hover a,
	ul#footer_links li.over a,
	ul#footer_links li.active a,
	ul#footer_links li a:hover {
		text-decoration: underline;
	}

	div#copyright {
		float: right;
		position: relative;	
		right: 13px;
		top: 0px;
		font-size: 9px;
		color: #25B7D1;
	}
	
	div#footer-left {
		float:left;	
	}
