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

.insideContRead {
	font-size: 80%;
}

/* ------------------------------------------------------ SLIDESHOW STYLES */
#slideshow {
	position: relative;
	height: 320px;
	margin: 50px 0 0 39px;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}

#slideshow img.active {
	z-index: 10;
}

#slideshow img.last-active {
	z-index: 9;
}

#slideBullets {
	height: 22px;
	width: 100%;
	z-index: 15;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

#slideBullets .slideBullet {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 1px solid #E98300;
	border-radius: 8px;
	margin: 3px;
	opacity: .8;
}

#slideBullets .slideBullet.active {
	background-color: #E98300;
	opacity: .8;
}

#slideshow .flagLeft {
	position: absolute;
	display: block;
	top: 155px;
	left: -27px;
	width: 45px;
	height: 40px;
	z-index: 11;
	border: none;
}

#slideshow .flagRight {
	position: absolute;
	display: block;
	top: 155px;
	left: 867px;
	width: 45px;
	height: 40px;
	z-index: 11;
	border: none;
}

/* ------------------------------------------------------ END SLIDESHOW STYLES */

/* ------------------------------------------------------ HIDEAWAY STYLES */
.hideawayToggle {
	float: right;
	color: #003359;
	background: #FDC82F;
	border-radius: 4px;
	font-size: 12px;
	padding: 7px 10px;
	margin-right: 30px;
	margin-bottom: 15px;
	font-weight: bold;
}

.hideawayToggle a.expandAll:hover {
	background: rgba(253, 200, 47, 0.36);
}

.hideawayMinor, .featuredMinor, .hideawayMajor, .hideawayToggle {
	cursor: pointer;
}

.hiding {
	position: absolute;
	left: -999em;
	top: auto;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.showing, .histHead {
	display: block;
}

.hideawayMajor h4 img {
	padding: 0 15px 5px 23px;
}

.hideawayMajor h3 img {
	padding: 0 15px 5px 23px;
}

.hideawayMajor h4 {
	color: #5E9CAE;
}

.hideawayMajor p {
	margin-bottom: 1.25em;
}

.hideawayMinor p {
	padding-left: 25px;
}

.hidewayLeftP {
	margin-left: 29.5em;
}

.hideawayMinor ul {
	font-size: 90%;
	padding-left: 65px;
}

.hideawayMinor h3:visited {
	text-decoration: underline;
	color: #003359;
}

.hideawayMinor h3:hover {
	text-decoration: underline;
	color: #5E9CAE;
}

.orangeBullet {
	background-image: url('/amhs/img/graphics/bullet_orange.png');
	padding-left: 23px;
	background-position: left center;
	background-repeat: no-repeat;
}

/* ------------------------------------------------------ END HIDEAWAY STYLES */

/* ------------------------------------------------------ TALKING IMAGES STYLES */
.talkingContainer {
	display: inline-block;
}

.talkingContainer h3 {
	text-align: center;
}

.talkingContainer a h3, a:visited h3 {
	text-decoration: underline;
	color: #003359;
}

.talkingContainer.four {
	max-width: 24.25%;
}

.fourImg {
	border: 1px solid #999;
	clear: both;
	margin-bottom: 25px;
	width: 100%;
	height: 100%;
}

.talkingContainer.five {
	max-width: 19.25%;
}

.fiveImg {
	border: 1px solid #999;
	clear: both;
	margin-bottom: 25px;
	width: 100%;
	height: 100%;
}

.talkingContainer.six {
	max-width: 16%;
}

.sixImg {
	border: 1px solid #999;
	clear: both;
	margin-bottom: 25px;
	width: 100%;
	height: 100%;
}

figure {
	margin: 0;
	position: relative;
	display: inline-block;
}

.talkingContainer .smallestPortRight {
	margin: 0px 10px 10px 92px;
	box-shadow: 5px 5px 10px #888888;
	border: 1px solid #999;
}

.talkingContainer .smallestPortLeft {
	margin: 0px 10px 10px 92px;
	box-shadow: -5px 5px 10px #888888;
	border: 1px solid #999;
}

figcaption {
	background: rgba(0, 0, 0, 0.8);
	color: white;
	display: table;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
}

figure figcaption p {
	display: table-cell;
	font: bold italic 1.15em Times, serif;
	position: relative;
	top: 0;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

a:hover figcaption {
	opacity: 1;
	width: 212px;
	height: 212px;
}

a:hover figcaption.fiveCaption {
	opacity: 1;
	width: 168px;
	height: 168px;
}

a:hover figcaption.sixCaption {
	opacity: 1;
	width: 150px;
	height: 150px;
}

figcaption.smaller {
	left: 92px;
	font-size: 85%;
}

a:hover figcaption.smaller {
	opacity: 1;
	width: 50%;
	height: 131px;
}

.smaller p {
	padding: 0;
}

/*

.talkingContainer.res {
	max-width: 45%;
} 
.commThumb {
	margin: 10px 1px 10px 0px;
}

a:hover figcaption.res {
	opacity: 1;
	width: 201px;
	height: 202px;
}

a:hover figcaption.larger {
	opacity: 1;
	width: 100%;
	height: 348px;
}

a:hover figcaption.mdSm {
	opacity: 1;
	width: 96%;
	height: 150px;
	top: 60px;
	left: 25px;
}

figcaption p.ves {
	top: 47px;
	vertical-align: top;
}

a:hover figcaption.smallest {
	opacity: 1;
	width: 100%;
	height: 125px;
}

.leftMarg {
	margin-left: 25px;
}

.leftMarg2 {
	margin-left: 35px;
}

 -- REPORTS -- 
.smallestPortImg {
	width: 100px;
	height: 130px;
	margin-right: 57px;
	display: inline-block;
	border: 1px solid #999;
}

.smallestLandImg {
	width: 130px;
	height: 100px;
	display: inline-block;
	border: 1px solid #999;
}*/

/* ------------------------------------------------------ END TALKING IMAGES STYLES */

/* ------------------------------------------------------ LIST STYLES */
.listContent {
	margin-bottom: 1.0em;
}

.dateItem {
	text-align: center;
	width: 46px;
	margin-right: 15px;
	float: left;
	font-size: 1.05em;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	margin-bottom: 45px;
	height: 50px;
	border: 1px solid lightgray;
	box-shadow: 2px 3px 6px rgba(136, 136, 136, 0.44);
	font-weight: bold;
}

.dateItem>.day {
	font-size: 1.3em;
}

.dateItem .month {
	background: #732217;
	padding: 2px;
	font-size: .875em;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}

.listIcon {
	padding-bottom: 10px;
}

.listIcon p {
	padding-top: 10px;
}

.listIcon img {
	width: 50px;
	height: 50px;
	margin-right: 15px;
	float: left;
	border: none;
}

/* ------------------------------------------------------ END LIST STYLES */

/* ------------------------------------------------------ STYLES FOR ALL PAGES IN WHERE WE GO AND FLEET SECTIONS, NOT MAP.SHTML */
.highlights {
	width: 33%;
	font-size: 160%;
	font-family: fjallaone, Arial, sans-serif;
	float: right;
}

.regionList {
	font-size: 90%;
}

.regionList h3 {
	margin-bottom: 0;
}

.discover a {
	margin-left: 10px;
}

.routeMap {
	border: 1px gray solid;
	box-shadow: 5px 5px 10px #888888;
	width: 100%;
	height: 100%;
}

.twoColumns {
	columns: 2 200px;
	column-gap: 1em;
	margin-bottom: 5px;
}

.twoColumns p.colOne {
	margin-left: 75px;
	margin-bottom: 0;
}

.twoColumns p.colTwo {
	display: inline;
}

.commCol {
	width: 10em;
	height: 17em;
	font-size: 90%;
	line-height: 1.5em;
	float: left;
}

.commCol ul {
	margin-top: 0;
}

.commHeading {
	text-align: center;
	margin-bottom: 0.5em;
}

.commSubHeading {
	text-align: center;
}

.commSlideShow {
	display: inline-block;
}

.commHighlights {
	width: 32%;
	float: right;
	font-size: 93%;
	margin-bottom: 60px;
}

ul.commHighlights li {
	margin-left: 0;
}

.commTripIdeas {
	width: 35%;
	float: right;
}

.commTripIdeas ul li {
	font-size: 93%;
}

.itinDateItem {
	text-align: center;
	width: 95px;
	margin-right: 15px;
	float: left;
	font-size: .75em;
	margin-bottom: 15px;
}

.itinDateItem .month {
	background: #003359;
	padding: 2px;
	font-size: .875em;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}

.hideawayMinor .itinDayTitle {
	padding-top: 10px;
	padding-bottom: 10px;
}

.sampleIcons {
	display: inline-block;
	float: right;
}

.sampleIcons img {
	width: 75px;
	height: 75px;
	border: none; /* IE 10 FIX */
}

.itinDateItem>.day {
	background: #FFF;
	padding: 3px 10px 3px 8px;
	border: 1px solid #DDD;
	border-bottom-color: #999;
	font-size: 1.8em;
	font-weight: bold;
	color: #333;
}

.vessPara {
	margin-top: 45px;
}

/* ------------------------------------------------------ END WHERE WE GO AND FLEET STYLES */