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

.NavItem:link {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
}
.NavItem:visited {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
	text-decoration: none;
}
.NavItem:hover {
	padding-right: 10px;
	padding-left: 10px;
	color: #1567AC;
	text-decoration: none;
}
.NavItem:active {
	padding-right: 10px;
	padding-left: 10px;
	color: #1567AC;
	text-decoration: none;
}
.footer-link:link {
	color: #1567AC;
	text-decoration: none;
}
.footer-link:visited {
	color: #1567AC;
	text-decoration: none;
}
.footer-link:hover {
	color: #000;
	text-decoration: none;
}
.customer {
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}
#Footer-text {
	float: left;
	width: 460px;
	font-size: 15px;
	line-height: 22px;
}
.testimonial-small {
	font-size: 13px;
	margin-bottom: 20px;
	line-height: 20px;
	text-align: left;
}