﻿.top-page-summary {
	color: #CBF3FE;
	font-size: 12px;
	text-align: center;
	margin: 0px 55px 0px 0px;
	padding: 0px;
	letter-spacing: 1px;
}
.red {
	color: #FF0000;
}
hr {
	color: #4AD8FD;
	width: 95%;
}
.testimonial {
	text-align: right;
	font-style: italic;
	color: #666666;
	padding: 0px;
	margin: 0px 30px 0px 0px;
}
.social-icons {
	margin-left: 100px;
	margin-right: 100px;
}
h2 {
	color: #178DE0;
	font-size: large;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
}
.banner {
	padding: 0px;
	margin: 0px;
	height: 108px;
	vertical-align: bottom;
}
.logo {
	margin: 0px 25px 0px 25px;
	padding: 0px;
}
.white {
	color: #FFFFFF;
}
.large {
	font-size: x-large;
}
.nav {
	color: #FFFFFF;
	text-align: center;
}
.nav a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFFFF;
	font-style: ;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.phone {
	font-size: x-large;
	color: #FFFFFF;
}
h1 {
	color: #FF0000;
	font-size: x-large;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
p {
	line-height: 165%;
	margin-left: 20px;
	margin-right: 20px;
}
#footer {
	background-image: url('images/footer-bg.jpg');
	background-repeat: repeat-x;
	height: 198px;
	width: 100%;
	vertical-align: bottom;
	font-size: 12px;
}
.van {
	margin-top: 30px;
	margin-bottom: 10px;
}
ul {
	font-size: medium;
}
ol {
	font-size: medium;
	margin-left: 10px;
}
#sideguy {
	background-image: url('images/side-guy.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 290px;
	height: 217px;
	margin-left: 48px;
}
.sideguy-text {
	padding: 0px;
	font-size: small;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	line-height: normal;
}
.sidegut-ttl {
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 25px;
	padding-top: 10px;
}
#flag {
	margin-left: 70px;
	margin-top: 10px;
}
img {
	border-style: none;
	border-width: 0px;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.recip {
	margin: 50px 0px 0px 25px;
	padding: 0px;
	font-size: small;
	width: 200px;
	line-height: normal;
}
<style type="text/css">
#nav, #nav ul {
	/* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 150%;
	width: 100%;
}
#nav a {
	display: block;
	width: 10em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#nav li {
	/* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}
#nav li ul {
	/* second-level lists */
	padding: 5px;
	position: absolute;
	background: #B41001;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li:hover ul, #nav li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}
#content {
	clear: left;
	color: #ccc;
}
</style>

