/*
		footer
*/
DIV#footer {
	width: 100%;
	float: left;
	
	height: 70px;
	
	margin: 25px 0 0;
	padding: 12px 0 0;
	
	font-size: 11px;
}

DIV#footer STRONG {
	display: block;
	float: left;
	font-weight: normal;
}

	DIV#footer UL {
		float: right;
		
		margin: 0;
		padding: 0;
	}
	
	
	DIV#additional_services_div {
		width: 500px;
		margin: 0 auto;
	
	}
	
	DIV#spacer_footer {
		height: 100px;
	}

		DIV#footer UL#additional_services {
			margin: 0;
			padding: 0;
		}
	
		DIV#footer UL LI {
			list-style-type: none;
			display: block;
			float: left;
		}

		DIV#footer UL LI A {
			display: block;
			float: left;
			
			text-decoration: none;
			padding: 0 5px;
		}

		DIV#footer UL LI A:HOVER {
			text-decoration: underline;
		}

		DIV#footer UL LI A.last {
			border: 0;
		}


	DIV#footer A#footer_tagline {
		float: left;
		width: 100%;
		
		text-align: center;
		
		height: 65px;
		line-height: 65px;
	}
	
	



	DIV#footer A#footer_tagline STRONG {
		display: inline;
		float: none;
	}
