/* Footer CSS */

.ad_footer
{
	width:728px;
	height:90px;
	margin: 0 auto;
	text-align:center;
}

.twoColLiqLtHdr #footer {
	position:relative;
	text-align:center;
	width:1000px;
	margin: 0 auto;
	padding-top: 2px;
	border-top:#CCCCCC 2px solid;
	background:#FFFFFF;
	font: bold 11px Arial, Helvetica, sans-serif;
}

.twoColLiqLtHdr #footer a:hover 
{
	color: #000000;
	text-decoration: underline;
} 

.twoColLiqLtHdr #footer p {
	font: bold 11px Arial, Helvetica, sans-serif;
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer .spanfooter
{
	margin: 0 20px 0 20px;
	width:1px;
	border-left:solid 1px #000000;
}

/* Not Used Until span is tested with IE6

#footer .spanl
{
	padding: 0 15px 0 15px;
	height: 18px;
	border-left:black 1px solid;
}

#footer .spanr
{
	padding: 0 15px 0 15px;
	height: 18px;
	border: none;
}

End Not Used Until span is tested with IE6 */

#resultsEmpty 
{
	background-color: #994444;
}

#subfooter 
{
	color: #999999;
	font: 11px Arial, Helvetica, sans-serif;
	position:relative;
	padding: 2px 0 0 0;
} 

#subfooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#subfooter .spansubfooter
{
	margin: 0 8px 0 8px;
	width:1px;
	border-left:solid 1px #000000;
}

/* Not Used Until span is tested with IE6

#subfooter .spanl
{
	padding: 2px 5px 2px 5px;
	height: 9px;
	border-left:black 1px solid;
}

#subfooter .spanr
{
	padding: 2px 5px 2px 5px;
	height: 9px;
}

End Not Used Until span is tested with IE6 */

#copyright {
	width: 1000px;	
	margin: 0 auto;
}

/* End Footer CSS */