* {
	  margin: 0;
	  padding: 0;
}
body{
	background: url(../images/redandblue.jpg) no-repeat 50% 60px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
}
#mapcontent{
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index:0;
}
h1{
	background: url(../images/logo.png) no-repeat;
	display: block;
	height: 145px;
	margin: 10px 0 0 0;
	width: 99px;
	text-indent: -9000px;
	position: absolute;
	right: 40px;
	z-index:2;
}
h1 a{
	width: 100%;
	height: 100%;
	display: block;
}
#map{
	width: 892px;
	height: 568px;
	margin: 100px 0 0 24px;
	float: left;
	z-index:1;
}
#mapcontent>#map{
	margin: 100px 0 0 4px;
}

.loading{
		color: #fff;
}
p#copy{
	color:#666;
	float: left;
	clear: left;
	font-size: .9em;
	width: 100%;
	margin: 20px 0 0 40px;
}

a:link{
	color: #000;
	text-decoration: none;
}
a:visited{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: none;
}
a:active{
	color: #000;
	text-decoration: none;
}
.sidebarbox{
	height: 87px;
	border-bottom: 1px solid #d1d1d1;
	padding: 5px;
	background: url(../images/sidebar_bg.jpg) repeat-x;
}
.sidebarbox img{
	float: left;
	margin: 3px;
}
.sidebarbox p{
	clear: left;
	margin: 0 0 0 25px;
	width: 160px;
}
h2{
	font-size: 1.2em;
	float: left;
	margin: 10px 0 0 5px;
}
h2 a:link{
	text-decoration: none;
}
span.title{
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
}
span.title2{
	color: #333333;
	clear: left;
	float:: left;
	margin: 2px 2px 6px 2px;
	display: block;
	font-size: 1.1em;
}
img{
	border: none;
}
.mapInfo a:link{
	font-weight:bold;
	text-decoration: none;
	color: #161c46;
}
span.phone{
	display:block;
	font-weight: bold;
	margin: 3px 0;
}

.mapInfo a.arrow{
	color: #fff;
	text-decoration: none;
	padding: 6px 25px 0 0;
	margin: 4px 0 0 0;
	background: url(../images/arrow.gif) no-repeat right;
	height: 20px;
	width: 154px;
	display: block;
	float: right;
}
.mapInfo td img{
	margin-left: 20px;
}