/* Footer
 *
 * For all footer and smallprint-related CSS
 *
 * prefix all classes and rules with 'footer' or 'smallprint'
 */

div#footerContainer
{
	/*
	margin-top:-16px;
	*margin-top: 10px;
	width:100%;
	float:left;
	margin-left:0px;
	_margin-left:-25px;
	*/

}

/* DM: Is this needed? 
div#footerContainer-footer
{
	margin-top:-16px;
	*margin-top: 10px;
	width:100%;
	float:left;
	margin-left:100px;
	*margin-left: 105px;
	_margin-left: 45px;
	
}
*/

div#footer
{
	/* height: 30px; */
	margin-top: 10px;
}

#footer-links
{
	margin: 0 0 30px 2px;
	_margin: 0 0 5px 12px;
	padding: 0 0 10px 0;
	width: 800px;
	float: left;
	height:10px;
}

.footer-menu
{
	float: left;
	padding: 3px 0;
	color: #ccc;
}
.footer-menu a
{
	font-size: 95%;
	padding: 0 0.75em;
	display: inline;
	height: 15px;
	color: #114779;
	text-decoration: none;
}

#ctf-logo
{
	margin: 0px 10px;
	float: right;
}

#smallprint
{
	width: 997px;
	font-size: 95%;
	color: #999;
	text-align: left;
	margin: 0 4px 0 10px;
	*margin: 0 6px 0 10px;
	_padding: 0 6px 0 20px;
}

#smallprint div
{
	margin-top:20px;
	*margin-top: 5px;
}

div#smallprint a
{
	color: #999;
}

div#smallprint address
{
	font-style: normal;
	display: inline;
	padding: 0;
	margin: 0;
}

/* DM: For when we use UL for footer links

div#footer div#footer-links ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

div#footer div#footer-links ul li
{
	float: left;
	padding: 10px 0 10px 0;
}

div#footer div#footer-links ul li a
{
	font-size: 95%;
	padding: 0 0.75em;
	display: inline;
	height: 15px;
	color: #114779;
	text-decoration: none;
	border-left: 1px solid #ccc;
}

div#footer div#footer-links ul li.first a
{
	border-left: none;
}



*/