@charset "UTF-8";
/* CSS Document */

/* FOOTER
----------------------------------------------- */	

.leftFooterLinks {
	float: left;
	text-align: left;
	width: 470px; 
}

.rightFooterLinks {
	float: right;
	text-align: right;
	width: 480px; 
}

div.footerLinksSection {
	width: 137px;
	float: left;
	text-align: left;
	padding-left: 20px;
	margin-top: 10px;
	font-size: 11px;
	line-height: 20px;
}

div.footerLinksSection a {
	color: #a6a6a6 !important;
}
div.footerLinksSection a:hover {
	color: #7d7d7d !important;
}

div.footerLinksSection a.sectionTitle {
	font-weight: bold !important;
	font-size: 11px !important;
	line-height: 30px;
	color: #FFF !important;
}
div.footerLinksSection a.sectionTitle:hover {
	color: #5b5b5b !important;
}

.footerLinks {
	color: #b4d5f4;
	height: 37px;
	background: url(../img/bg-footer.jpg) no-repeat;
}

.footerLinksWide600 {
	color: #b4d5f4;
	height: 37px;
	background: url(../img/bg-footer-wide600.jpg) no-repeat;
}

.footerLinks ul {
	margin: 9px 20px;
	padding: 0;
}

.footerLinks li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 3px;
	background: none;
	font-size: 11px;
}

.footerlinks ul li.separator {
	color: #5b5b5b;
}

.footerLinks a:link,
.footerLinks li a:visited {
	font-size: 11px;
	color: #a6a6a6;
	font-weight: normal;
	text-decoration: none;
}

.footerLinks li a:hover,
.footerLinks li a:active {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;	
	text-decoration: none;
	border-bottom: none;
}

.bottomlinks {
	color: #a6a6a6;
	/* height: 34px; */
}

.bottomlinks ul {
	margin: 2px 0 0 0;
	padding: 0;
}

.bottomlinks ul li {
	display: inline;
	list-style-type: none;
	color: #a6a6a6;
	margin: 0;
	padding: 0 3px;
	background: none;
	font-size: 11px;
}

.bottomlinks ul li.separator {
	color: #aaa;
}

.bottomlinks a:link,
.bottomlinks li a:visited {
	font-size: 11px;
	color: #7b7b7b;
	font-weight: normal;
	text-decoration: none;
}

.bottomlinks li a:hover,
.bottomlinks li a:active {
	font-size: 11px;
	color: #FFF;
	font-weight: normal;	
	text-decoration: none;
	border-bottom: none;
}
