* {margin: 0; padding: 0;}

body {
	color:#000000;
	background-color:#FFFFFF;
	font-family:Arial;
	font-size: 14px;
	font-weight: normal;
}

.container {
	color: white;
	margin: 0 auto;
	width: 795px;
}

.main {
	background-color: #006699;
	margin: 10px;
}

.top {
	background-color: #000066;
	padding: 15px 0 25px;
}

h1 {
	font-size: 48px;
	font-family: "Monotype Corsiva",serif, Arial;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
}

h2 {
	border-bottom: 3px double #FFFFFF;
	font-size: 20px;
	font-family: "Times New Roman", Arial;
	font-weight: normal;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 400px;
}

.middle {
	/*height: 275px;*/
	padding: 15px 0;
}

.main p {
	font-size: 16px;
	font-weight: normal;
	margin: 15px auto;
	text-align: center;
	width: 560px;
	line-height: 20px;
}

.bottom {
	background: #FFFFFF url('../images/blue-pattern.png') repeat-x scroll 0 0;
	height: 157px;
	color: #006699;
	padding: 15px 0;
}

.bottom p {
	font-size: 20px;
	letter-spacing: 1px;
}

.bottom p.phone {
	font-size: 22px;
}

.bottom p.phone img {
	margin: 0 25px;
}

.bottom p.email a {
	color: #006699;
	text-decoration: underline;
}

.bottom p.email a:hover {
	text-decoration: none;
	color: white;
}
.bottom p.google_map a {
	color: #FFFFFF;
	font-size: 15px;
}

.bottom p.google_map a:hover {
	text-decoration: none;
	color: #880000;
}

.footer {
	background-color: #FFFFFF;
	padding: 30px 0 15px;
}

.footer p {
	color: #999999;
	font-size: 12px;
	line-height: 15px;
	margin: 0 auto;
}

.footer p a {
	color: #999999;
	text-decoration: none;
}

.footer p a:hover {
	color: #999999;
	text-decoration: underline;
}

