/**
 * Style Sheet for [Domain Name]
 *
 * Contains styling information specific to the [Domain Name] footer section.
 *
 * @author     Sebo Marketing <http://www.sebomarketing.com>
 * @copyright  2008 by [Company Name], All Rights Reserved
 * @version    1.0
 */

/* Footer Layout and Appearance */
#footer {
	padding: 4px 30px;
	height: 50px;
	width: 900px;
	
	font-size: 12px;
	color: #fff;
	
	background: #8a8886;
}

#footerWrapper {
	position: relative;
	width: 900px;
}

#footerPhone {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	font-size: 20px;
	
	margin: 0;
}

#footerContact {
	margin: 0 auto;
	width: 300px;
	
	text-align: center;
}

/* Footer Links */
#footerLinks {
	position: absolute;
	top: 0;
	left: 0;
}
#footerLinks ul {
}
#footerLinks ul li {
	display: block;
	margin-bottom:1em;
}
#footerLinks a:link, #footerLinks a:visited {
}
#footerLinks a:hover, #footerLinks a:active {
}
#accredidations {
position: absolute;
right: 150px;
}
#accredidations img {
padding-left: 10px;
}