body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #412908;
	background-color: #412908;
	margin-top: 0px;
}
a {
	color: #402909;
	text-decoration: none;
}
a:hover {
	color: #E2BE34;
	text-decoration: underline;
}
.wrapper {
	background-color: #FFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.masthead_wrapper {
	background-image: url(images/dock_masthead.jpg);
	height: 170px;
	width: 950px;
	position: relative;
}
.intro {
	font-size: 20px;
	line-height: 1.5em;
	color: #FFF;
	margin-bottom: 20px;
	padding-left: 18px;
	padding-top: 5px;
	background-color: #E2BE34;
	padding-bottom: 5px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 10px;
}
.masthead_logo {
	float: left;
	height: 170px;
	width: 218px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#twitter {
	position:absolute;
	left:922px;
	top:4px;
	width:29px;
	height:27px;
	z-index:1;
}
.navRow {
	width: 720px;
	float: right;
}
.navRow ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navRow li {
	margin: 0px;
	padding: 0px;
	float: right;
}
.navRow li a {
	font-size: 12px;
	padding-top: 7px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 17px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D1B030;
	width: auto;
}
.navRow li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D1B030;
}
#directionsBtn {
	width: 190px;
	text-align: right;
	height: 40px;
	position: absolute;
	left: 737px;
	top: 130px;
}
.footer {
	background-color: #88D4EB;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	text-align: right;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
}
.footer a {
	text-decoration: none;
}
.mainContent {
	padding: 10px;
}
#tagline {
	width: 450px;
	text-align: left;
	height: 40px;
	position: absolute;
	left: 232px;
	top: 129px;
	font-size: 14px;
	line-height: 18px;
}
h1 {
	font-size: 19px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	color: #DFBE33;
}
h2 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
.footer a:hover {
	text-decoration: underline;
	color: #412908;
}
.large_link a {
	font-size: 17px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
	background-color: #9BDCEE;
	padding: 7px;
	display: block;
	width: 250px;
}
.large_link a:hover {
	font-size: 17px;
	line-height: 20px;
	color: #FFF;
	background-color: #77BBD5;
}
