@charset "UTF-8";
/* 
Styles for AP Footer
RealiseTheVision.com
JSG May 2007
*/
.rtv a:link, .rtv a:visited {
	color: #333333;
	background: transparent;
	text-decoration: none;
}
.rtv a:hover {
	color: #ff9933;
	background: transparent;
	text-decoration: none;
}
#divFooterContent #imgAP { float: left; padding: 0 5px 0 0; }
#divFooterContent p {
	margin: 0;
	padding: 0.5em 0;
	color: #666666;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}
#divFooterWrapper {
	width: 100%;
	border-top: 1px solid #d6d6d6;
	margin-top: 10px;
	background: #d6d6d6 url(../images/footer/footer-bkg.jpg) repeat-x;
	height: 35px;
	min-width: 1004px;
}
