﻿body {
}

.directionscontent
{
	position: relative;
	background-image: url("/img/directionsbg.jpg");
	background-repeat: repeat-x;   
	background-color: White;    
	top: 0px;
	left: -1px;
	width: 684px;
	/*height: 500px;*/
	border-style: solid;
	border-width: 1px;
	border-color: #033071;
	border-bottom-style: none;
}

.mapnarrative
{
	position: relative;
	width: 500px;
	margin: 10px;
	border-style: none;
	font-family: Arial;
}

.imagewrapright
{
	float: right;
	margin: 8px;
}

.imagewrapleft
{
	float: left;
	margin: 8px;
}

.mapheader
{
	font-family: Arial;
	font-size: 25px;
	margin: 10px;
}

.maplink
{
	text-decoration: none;
}

a.maplink:link, a.maplink:active, a.maplink:visited
{
	text-decoration: underline;
	color: #032c6a;
}

a.maplink:hover
{
	text-decoration: underline;
	color: #064baa;
}
