body {
	background-color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a.phone {
	background-image: url(images/phone_2.jpg);
	width: 140px;
	height: 118px;
	margin-left: 8px; 
	margin-top: 20px;
}
a.phone:hover {
	background-image: url(images/phone_1.jpg);
	width: 140px;
	height: 118px;
	margin-left: 8px; 
	margin-top: 20px;
}
a.email {
	background-image: url(images/email_2.jpg);
	width: 140px;
	height: 110px;
	margin-left: 8px; 
	margin-top: 20px;
}
a.email:hover {
	background-image: url(images/email_1.jpg);
	width: 140px;
	height: 110px;
	margin-left: 8px; 
	margin-top: 20px;
}
a.see {
	background-image: url(images/see_2.jpg);
	width: 140px;
	height: 158px;
	margin-left: 8px; 
	margin-top: 20px;
}
a.see:hover {
	background-image: url(images/see_1.jpg);
	width: 140px;
	height: 158px;
	margin-left: 8px; 
	margin-top: 20px;
}
p.address {
	color: White;
	font-size: 11px;
}
p.nav {
	font-size: 15px;
	margin: 10px 10px 10px 15px;
}
a.nav {
	color: #5F8D9A;
	text-decoration: none;
}
a.nav:hover {
	color: Black;
	text-decoration: underline; 
	}
p.text {
	color: Black;
	font-size: 13px;
	margin: 10px;
}
h1 {
	color: #5F8D9A;
	font-size: 25px;
	font-weight: lighter;
	margin: 10px;
}
.footer {
	color: Gray;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.footer:hover {
	color: Black;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
blockquote, blockquote.l, blockquote.m {
	background-repeat: no-repeat;
	margin: 20px 10px;
	padding: 8px 40px;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
}
blockquote {
	background-image: url(images/testimonials.jpg);
	width: 430px;
	height: 90px;
}
blockquote.l {
	background-image: url(images/testimonials2.jpg);
	width: 430px;
	height: 120px;
}
blockquote.m {
	background-image: url(images/testimonials2.jpg);
	width: 430px;
	height: 150px;
}
