﻿
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	border:none;
}

h1 {
	margin: 10px 0;
	color: #2f3461;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
}
h2 {
	margin: 10px 0;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}	
.homeNumber {
	color: #2f3461;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.leftNav {
	margin: 13px 0 0 10px;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
}

.leftNav li {
	margin: 0 10px 0 0;
}

.leftNav a {
	display: block;
	color: #bd0303;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	border-bottom: 1px solid #bddeff;
	background: url(../images/iconRightArrow.gif) 5px center no-repeat;
}

.leftNav a:hover {
	color: #fff;
	text-decoration: none;
	background: #bd0303 url(../images/iconRightArrowOver.gif) 5px center no-repeat;
}
#map_canvas {
	padding: 0px;
	margin: 10px auto;
	width:870px;
	height:350px;
	background-color:#999900;
}





