﻿/* CSS Footer Document */
#footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-align: center;

	padding-bottom: 16px;
	background: transparent url('img/footer_bg.gif') bottom no-repeat;

}

#footer a 
{
	color: #9a9a9a;
	text-decoration: none;
}
#footer a:hover,
#footer .footerlinks a:hover
{

	text-decoration: underline;
}

#footer .inside {
	margin: 0 4px 0 7px;
}



#footer .footerlinks,
#footer .standard {
	height: 61px;
	line-height: 74px;
	color: white;
}
#footer .footerlinks {
	width: 260px;
	float: left;
	position: relative;
}

#footer .standard {
	text-align: center;
}



#footer .copyright {
	color: #707070;
	text-align: center;
	padding: 0;
	line-height: 15px;
	background: white;
	height: 15px;
}


#footer .footerlinks a,
#footer .standard a 
{
	color: white;
	font-weight: normal;
}



#footer .links {

	text-decoration: none;
}

#footer .links:hover{
	text-decoration: none;
}