	/***********************************/
	/********** FOOTER STYLES **********/
	/***********************************/
	#footer {
		/*clear:both;*/
		float: left;
		display: inline;
		width: 780px;
		color: #000; /* black */
		margin: 0 0 50px 0;
	}
		#footer a:link, #footer a:visited, #footer a:active {
			color: #000; /* black */
		}
		#footer a:hover {
			color: #FF6700; /* epicoccum orange */
		}
		
		#footer ul {
			white-space:nowrap;
			clear: left;
			float: left;
			display: inline;
			padding: 4px 0 4px 30px;
		}
		#footer li {
			float: left;
			display: inline;
			list-style-type: none;
			font-size: 0.9em;
			font-weight: bold;
			padding: 0 10px 0 0;
		}
		#links_cert {
			display: inline;
			float: left;
			width: 710px;
			margin: 0 50px 0 20px;
		}
		#global_links {
			float: left;
			display: inline;
		}
		ul#primary {
			background: transparent url(/wordpress/wp-content/themes/sporometrics/images/footer_icon_home.gif) no-repeat 0 3px;
		}
		ul#feed {
			background: transparent url(/wordpress/wp-content/themes/sporometrics/images/footer_icon_rss.gif) no-repeat 0 3px;
		}
		ul#location {
			background: transparent url(/wordpress/wp-content/themes/sporometrics/images/footer_icon_location.gif) no-repeat 0 3px;
		}
		ul#phone {
			background: transparent url(/wordpress/wp-content/themes/sporometrics/images/footer_icon_phone.gif) no-repeat 0 3px;
		}
		#legal, #sublegal {
			display: inline;
			clear: left;
			float: left;
			font-weight: bold;
		}
		#sublegal {
			display: inline;
			clear: left;
			float: left;
			font-weight: bold;
		}
		#certified {
			float: right;
			width: 190px;
			text-align: right;
		}
		#certified p {
			margin: 10px 0 0 0;
			font-size: 0.9em;
			font-weight: bold;
		}
	#office_hours {
		display: inline;
		float: left;
		width: 190px;
	}
		#office_hours h3 {
			color: #FF6700; /* epicoccum orange */
		}
		#office_hours p {
			font-weight: bold;
		}
		#office_hours a:link, #office_hours a:visited, #office_hours a:active {
			color: #000; /* black */
		}
		#office_hours a:hover {
			color: #FF6700; /* epicoccum orange */
		}