@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #436eb2;
}
a:visited {
	text-decoration: none;
	color: #436eb2;
}
a:hover {
	text-decoration: none;
	color: #00a1d7;
}
a:active {
	text-decoration: none;
	color: #436eb2;
}
a {
	outline: 0;
}
/* Footer */
#footer {
	width: 880px; /* 920 original */
	height: 45px; /* 55 original */
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(images/footerbar.png);
	color: #436eb2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
}
#footer li {
	list-style-type: none;
	display: inline;
}
#footer li img {
	padding-left: 10px;
}
.googlemaptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #436eb3;
}
.googlemaptext span {
	font-weight: bold;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #436eb3;
	display: block;
	text-align: justify;
	/* padding: 10px;
	border: 1px solid #CCCCCC; */
}
.testimonial span {
	font-size: 12px;
	color: #666666;
}