/* Footer-Styles */

#footer {
	border-top: 1px dotted #CCC;
	height: 20px;
	padding-bottom: 20px;
}

.copyright {
	color: #6C657C;
	float: left;
	font-size: 9px;
	margin-bottom: 20px;
}

p.copyright {
	color: #6C657C;
	
	margin-top: 10px;
	text-transform: uppercase;
	width: 200
}

.copyright p.first {
	margin-top: 10px;
}

.affiliate {
	float: left;
	padding: 10px 0 10px 0;
	width: 300px;
}

#affiliate-logo img {
	background-color: #FFF;
	border: 1px solid #CCC;
	float: left;
	margin-right: 10px;
	padding: 5px;
}

.affiliate p {
	clear: right;
	color: #6C657C;
	font-size: 10px;
	line-height: 14px;
	margin-top: 10px;
}

.contact-links {
	font-size: 10px;
	padding-top: 13px;
	text-transform: uppercase;
}

.contact-links li {
	float: right;
	padding: 5px 0 5px 0;
}

.contact-links li.contact-labels {
	color: #3C3059;
	font-weight: bold;
	padding-left: 20px;
}

.contact-links li a {
	border-bottom: 1px dotted #6C657C;
	color: #6C657C;
	font-weight: normal;
	margin-left: 10px;
}