body {
	margin: 5px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	background-color: #AFA18E;
	color:#333333;
}

.outer_wrapper {
	background-color: #fff;
    min-width: 760px;
    max-width: 970px;
    width: 90%;
    margin: 20px auto;	
}

.wrapper {
	background-color: #fff;
	border: 5px solid #fff;
    }

.PageLine1 {
	background-color: #C74D00;
	height: 15px;
	width: 100%;
	}

.PageLine2 {
	background-color: #643b4d;
	height: 4px;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}

.header_wrapper {
    background-color: #C74D00;
    background-image: url(Background-Header.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 130px;	
	text-align:left;	
    }

.main_header {
	color: #fff;
	background-color: #C74D00;
	text-align: left;	
	overflow: hidden;
	font-size: 150%;
	font-weight: b;
	font-variant: normal;
	padding: 5px;
	margin: 10px;
	float: left;
    }

.pagetitle {
	display: block;
    background-color: #C74D00;
	color: #fff;
	text-align: left;
	font-size: 120%;
	margin: 0px 0px 0px 50px;
	padding: 4px 0px 4px 10px;
	clear: both;
	}
	
.content {
	float: right;
	display: inline;
	margin: auto;
    }

body div.Column1 { 
    width: 25%;
    display: block;
    float: left;
}
body div.ColumnFull {
    width: 95%;
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}
body div.ColumnMain {
    width: 65%;
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}
body div.Column2 {
    width: 40%;
    display: block;
    float: left;
    overflow: hidden;
}
body div.Column3 {
    width: 35%;
    display: flex;
    flex-direction: column;
}

body div.ColumnHalf {
    width:50%;
    display:block;
    float: left;
}

/* For display of boat arrivals, selected by year buttons */
ol.arrivals {
	text-align: left;
}

.yearBar {
	padding: 5px;
}

.orange {
	background-color: #C74D00;
}

.bar-item:hover {
	background-color: #B04000;
}

.bar-item {
	padding: 5px;
}

.yearTabs {
	position: relative;
	clear: both;
}

.yearTab {
	position: absolute;
	margin-bottom: 30px;
	width: auto;
}
/* END - boat arrivals */

.footer {
    color:#None;
	clear: both;
	text-align: center;
	min-height: 25px;
	padding-top: 20px;
	padding-bottom: 5px;
    }
.footer p {
	margin: 0px;
	padding: 0px;
    }

.navigation ul {
	display: block;
    margin: 0;
	list-style-type: none;
	padding: 0;
}

.navigation ul li {
    float: left;
    white-space: nowrap;
    border-right: 1px solid lightgrey;
    padding: 4px 0;
}

.navigation ul li.first {
    border-left: 1px solid lightgrey;
	}

.navigation ul li a {
	color: black;
	text-decoration: none;
	text-transform: capitalize;
	padding: 0 10px;
}

.navigation ul li a:hover {
    /* background-color: lime; */
	text-decoration: underline;
}

.navigation ul li.active a:hover {
	text-decoration: none;
    }
/* .navigation ul li a:visited {
    color: green;
    }  */


div.main,
p.info_head,
a.info,
p.info,
p.ad,
div.ad,
a.ad,
a.what,
a.watch {
    display:block;
    overflow:hidden;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
    }
p.ad {
    margin-top: 5px;
    padding-top: 0px;
}

img.article,
.article img,
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 95%;
    margin-top: 20px;
}

img.tight {
	display: block;
	text-align: center;
	width: 95%;
    margin-top: 1px;
}

img.inline {
	display: inline;
	width: 15%; 
	margin: unset;
}

img.small {
	width: 50%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

p.info_head {
    color: black;
    text-transform: uppercase;
    font-size: 160%;
    text-decoration: overline underline;
    padding-top: 30px;
    margin-bottom: 0px;
    }

p.info {
    font-size: 90%;
    padding-top: 0px;
    margin-top: 5px;
    }

p.greeting {
    font-size: 150%;
    text-align: center;
    font-weight: bolder;
    }
    
p.small {
    font-size: 70%;
    text-align: center;
}

p.caption {
    font-size: 90%;
    text-align: center;
    font-style: italic;
    padding-top: 0px;
    margin-top: 5px;
    }
p.article,
p {
    text-align: left;
    margin-right: 5px;
    margin-left: 5px;
    }
p.sub {
    font-size: 85%;
    text-align: center;
    margin: 1px 5px 1px 5px;
    }
a.what {
    color: fuchsia;
    }

a.ad img,
img.ad,
.info img {
	display: block;
	text-align: center;
	width: auto;
	height: auto;
	max-height: 200px;
	max-width: 95%;
    border-width: 0px; 
    border-style: solid;
    margin: 10px auto;
    }

div.FAQ div.header {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

div.FAQ p.txt {
	padding-left: 20px;
}

div.FAQ dt {
	text-align: left;
	font-size: 120%;
	font-weight: bolder;
}

div.FAQ dd {
	text-align: left;
	margin: 0px 15px 20px;
}

div.FAQ dd p {
	margin-top: 3px;
}
    
a { color:#Browser Default; }
a:link { color:#Browser Default; }
a:visited { color:#Browser Default; }
a:hover {
    color:#333;
    text-decoration: underline;
}
