@charset "utf-8";
/* CSS Document */

#WIDE-footer-heading-1 {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom-color: #1881BF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-transform: uppercase;
}

#WIDE-footer-link-items-1,
#WIDE-footer-link-items-2 {
	width: 100%;
	margin-bottom: 30px;
	line-height: 25px;
	font-size: 12px;
	color: #1881BF;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#WIDE-footer-link-items-2 {
	padding-top: 5px;
	border-top-color: #1881BF;
	border-top-style: dotted;
	border-top-width: 1px;
}


#NARROW-footer-heading-1 {
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom-color: #1881BF;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-transform: uppercase;
}

#NARROW-footer-link-items-1,
#NARROW-footer-link-items-2 {
	width: 100%;
	margin-bottom: 30px;
	line-height: 25px;
	font-size: 12px;
	color: #1881BF;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#NARROW-footer-link-items-2 {
	padding-top: 5px;
	border-top-color: #1881BF;
	border-top-style: dotted;
	border-top-width: 1px;
}


/* defining the appearances of the footer links */

.WIDE-footer-link:link,
.WIDE-footer-link:visited {
	color: #1881BF;
	text-decoration: none;
}

.WIDE-footer-link:hover {
	text-decoration: none;
	color: #58C1FA;
	border-bottom: none;
}

.NARROW-footer-link:link,
.NARROW-footer-link:visited {
	color: #1881BF;
	text-decoration: none;
}

.NARROW-footer-link:hover {
	text-decoration: none;
	color: #58C1FA;
	border-bottom: none;
}