/* /css/footer.css */

#footer
{
	color: #999;
	text-align: center;
	padding-bottom: 50px;
	margin-top: 0;
	background-color:#000;
	padding-top:10px;
	font-size:11px;
	overflow:hidden;
	padding-bottom:10px;
	background:#000 url(../images/footer_top.png) no-repeat top left;
	width:962px;
}

#footer ul {
	color: #4d4d4d;
	list-style: none;
	text-indent: 0;
	margin:0 0 0px;
}

#footer ul li
{
	display: inline;
	margin: 0;
	padding: 5px;
}

#footer ul li a,
#footer ul li a:link,
#footer ul li a:active,
#footer ul li a:visited
{
	color: #999 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 0 20px 0 0;
	margin: 0;
	height: 20px;
	line-height: 20px;
	border-right: 1px solid #666;
	text-decoration:underline;
	
}

#footer ul li a:hover
{
	text-decoration: underline;
	color: #fff;
}

#footer ul li a.last,
#footer ul li a.last:link,
#footer ul li a.last:active,
#footer ul li a.last:visited
{
	border-right: 0;
	padding-right:0;
}

#footer .links
{
	text-align: center;
	height: 36px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	line-height: 36px;
}

#footer .links .link
{
	display: inline;
	margin: 0 30px 0 0;
	color: #4d4d4d;
}

#footer .links .link a
{
	color: #999;
	text-decoration: none;
}

#footer .links .link a:hover
{
	text-decoration: underline;
}

#footer .footerLogo img
{
	margin-bottom: -5px;
}

#footer .col-1 {
	float:left;
	padding-left:10px;
}

#footer .col-1 a, #footer .col-1 a:Visited {
    color: #999 !important;
    }

#footer .col-2 {
	float:right;
	/*width:450px;*/
	text-align:right;
	padding-right:10px;
}
