@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet', Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFFFCC;
	letter-spacing: 0.02em;
}
p {
	line-height: 28px;
	list-style: none inside;
	font-size: 20px;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 18px;
}
li {
	line-height: 28px;
	list-style: none inside;
	margin-left: -5px;
	padding-left: 0px;
	padding-bottom: 5px;
	font-size: 20px;
}
.clear {
	clear: both;
}
#outerWrapper {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D7EDF3;
	text-align: left;
	border: 4px solid #000033;
}
#innerWrapper {
	padding-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
}
.banner {
	background-color: #000033;
	padding-bottom: 5px;
	text-align: center;
	width: 850px;
}
.banner   h1 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.07em;
	padding-top: 15px;
	margin-top: 0px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.banner h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #FFFF99;
	letter-spacing: 0.09em;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	text-align: center;
	margin-left: 15px;
}
.banner h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	line-height: 32px;
	padding-left: 15px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 26px;
	text-align: center;
}
#innerWrapper h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	line-height: 32px;
	padding-right: 25px;
	padding-left: 15px;
	padding-top: 0px;
	margin-top: 0px;
	color: #C40B00;
	margin-right: 10px;
}
#innerWrapper img {
	border: 1px solid #000066;
	margin-bottom: 10px;
	text-align: center;
}
#leftCol {
	width: 48%;
	float: left;
}
#rightCol {
	width: 48%px;
	margin-left: 425px;
}
iframe {
	border: 1px solid #000033;
}
#imageBand {
	height: 257px;
	width: 850px;
	overflow: hidden;
}
#directions {
	background-color: #FCF4BC;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #000033;
	margin-top: 20px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#directions p {
	font-size: 16px;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
}
#directions strong {
	color:#C40B00;
}
#directions #leftCol {
	width: 370px;
	float: left;
	text-align: center;
	margin-left: 10px;
}
#directions #rightCol {
	width: 400px;
	margin-left: 390px;
	margin-top: 15px;
}
#credit {
	color: #C40B00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
#credit a:link, #credit a:visited  {
	color: #C40B00;
	text-decoration: none;
}
#credit a:hover {
	color: #003399;
}

