/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Veranda, sans-serif;
	font-size: 16px;
	}
h1, h2, h3 { 
	color: #0c6da2; 
	font-weight: normal;
	}
h1 { 	
	text-align: center;
	font-size: 26px;
	}
h2 {
	text-align: center;
	font-size: 22px;
	}
h3 {
	font-size: 18px;
	}
a {
	color: #0c6da2;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
.center {
	text-align: center;
	}
.RedTitle {
	color: #c00;
	font-size: 1.5em;
	}
.RedHighlight {
	color: #c00;
	}
.DoubleBig {
	font-size: 2em;
	}
.TrippleBig {
	font-size: 3em;
	}
#Clear {
	clear: both;
	}
#Header {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
#LogoBox {
	float: left;
	}
#Header img.Logo {
	max-width: 400px;
	height: auto;
	}

#tagline {
	display: block;
	float: right;
	text-align: right;
	color: #0c6da2;
	font-size: 28px;
	margin-top: 20px;
	line-height: 2em; 
	}
.AMEXTag {
	font-size: 14px;
	font-style: italic;
	color: #444;
	margin-left: 10px;
	padding-bottom: 10px;
	display: inline-block;
	}
#NavWrapper {
	background-color: #eee;
	}
	
/**** Navigation ***************************************************/
	
#Nav {	
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	color: #82a3ca;
	font-size: 18px;
	}
#Nav ul {
    padding: 0;
	margin: 0;
    list-style-type: none;
	position: relative;
	}
#Nav ul li {
	display:list-item;
	float: left;
	}
#Nav ul li a {
	color: #82a3ca;
	color: #5383b7;
	text-decoration: none;
	padding: 5px 15px;
	display:block;	
	}
#Nav a:hover {
	color: #0c6da2;
	background-color: #ccc;
	}
	
/* The Dropdown Styles */
/* =================== */

/* Hide Dropdowns by Default */
#Nav ul ul {
	display: none;
	position: absolute; top: 32px;
	z-index: 99999;
}
	
/* Display Dropdowns on Hover */
#Nav ul li:hover > ul {
	background-color: #ccc; 
	display:list-item;
}
	
/* First Tier Dropdown */
#Nav ul ul li {
	width:200px;
	font-size: 18px;
	float:none;
	position: relative;
	text-align: left;
	margin-top: 0px; /* IE Hack */
	margin-bottom: 0px;
	border-top: #aaa solid 1px;
	background-color: #ccc;
	border-right: none;
	height: auto;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 0.8em;
	color: #000;
}

#Nav ul ul li a:hover, #Nav ul ul li:hover {
	border-top-left-radius: 0px 0px;
	border-top-right-radius: 0px 0px;
	color: #fff;
	background-color: #0c6da2; /* FooterBlue */
	}
#Nav ul ul > li {
	border-left: #36dbff solid 0px;
	}

/* Second, Third and more Tiers	*/
#Nav  ul ul ul li {
	/* position: relative; */
	position: absolute;
	top:-30px; 
	left:200px; 
}

#Nav ul li.current_page_item a {
	color: #407050; /* Lighter Green */
	background-color: #b1984a; /* Gold */

}

/**********************************************************************/

#RealSlideshowWrapper {
	
	}
#RealSlideshowWrapper img {
	width: 100%;
	height: auto;
	}
#SlideshowWrapper {
	background-image: url(../graphics/Slideshow-About.jpg);
	background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	height: 400px;
	}
#SlideshowWrapper_Vacation {
	background-image: url(../graphics/Slideshow-Vacations.jpg);
	background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	height: 400px;
	}
#SlideshowWrapper_Blank {
	}
#SlideshowWrapper_Blank img {
	width: 100% !important;
	height: auto;
	}
#SlideshowWrapper_RiverCruises {
	background-image: url(../graphics/Slideshow-Cruises.jpg);
	background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	height: 400px;
	}
#SlideshowWrapper_Resources {
	background-image: url(../graphics/Slideshow-Resources.jpg);
	background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
	height: 400px;
	}
#ContentWrapper.whitebg {
	margin-top: 0px;
	margin-bottom: 10px;
	}
#ContentWrapper.greybg {
	background-color: #eee;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	}
#Content {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	}
	
#HalfColumn {
	width: 46%;
	margin: 0 2%;
	float: left;
	}
#ColumnTwoThirds {
	width: 900px;
	margin: 0 10px;
	padding: 0 10px 0 0;
	float: left;
	border-right: #CCC solid 1px;
	}
#ColumnOneThird {
	width: 240px;
	margin: 0 10px;
	float: left;
	}

#FeatureBox {
	width: 31%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	position: relative;
	}
#FeatureBox img {
	max-width: 100%;
	}
#FeatureBox p {
	margin: 10px;
	color: #444;
	line-height: 1.4em;
	}
#FeatureBox h3 {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	margin-top: 5px;
	}
#FeatureBox .button a {
	background-color: #0c6da2;
	width: 100%;
	display: inline-block;
	text-align: center;
	position: absolute;
	bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	}
	
.overlay, .overlay2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .2s ease;
  background-color: #008CBA;
}

.box:hover .overlay {
  opacity: 1;
}

.box:hover .overlay2 {
  opacity: 1;
}

.text, .text2 {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
	
	
	
	
	
#Event {
	border-top: #aaa solid 1px;
	}
.button a, a.button {
	background-color: #0c6da2;
	background-image: url(../graphics/button-bg.jpg);
	background-repeat: repeat-x;
	width: 200px;
	display: inline-block;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	border-radius: 5px;
	}
.button a:hover, a.button:hover {
	background-image: url(../graphics/button-hover-bg.jpg);
	color: #fff;
	}
.buttonsmall a, a.button {
	background-color: #0c6da2;
	background-image: url(../graphics/button-bg.jpg);
	background-repeat: repeat-x;
	display: inline-block;
	text-align: center;
	padding: 3px;
	text-decoration: none;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	border-radius: 5px;
	}
.buttonsmall a:hover, a.button:hover {
	background-image: url(../graphics/button-hover-bg.jpg);
	color: #fff;
	}
#Sidebar {
	margin-top: 20px;
	font-size: 0.8em;
	color: #333;
	}
#Sidebar h3 {
	text-align: center;
	background-color: #0c6da2;
	color: #fff;
	margin-top: 0px;
	}
#SidebarFeatureBox {
	width: 100%;
	border: #0c6da2 solid 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
#Sidebar img {
	max-width: 100%;
	}

#FooterWrapper {
	background-color: #0c6da2;
	}
#Footer {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #eee;
	}
#FooterBox {
	float: left;
	width: 33%;
	}
	
/***  RSLIDES  ***************************************************************/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/******************************************************************/
@media screen and (max-width: 1200px) {
	#Header, #Nav, #Content, #Footer  {
		width: 100%;
 		}
	#ColumnTwoThirds, #ColumnOneThird {
		width: 90%;
		border: 0;
		margin: 0 4%;
		}
	#HalfColumn {
		width: 94%;
		margin: 0 3%;
		}
	#HalfColumn img {
		max-width: 95%;
		height: auto;
		}

	#SidebarFeatureBox {
		width: 45%;
		margin-left: 2%;
		margin-right: 2%;
		float: left;
		}
	#SidebarFeatureBox img {
		margin-left: auto;
		margin-right: auto;
		}
}

@media screen and (max-width: 800px) {
#Header {
	text-align: center;
	}
#Header img.Logo {
	float: none;
	}
#FeatureBox {
		width: 95%;
		height: auto;
		margin-left: 2%;
		margin-right: 2%;
		margin-bottom: 20px;
		}
#FeatureBox .button a {
	width: 70%;
	margin-left: 15%;
	}
#tagline {
	display: block;
	float: none;
	text-align: center;
	line-height: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.icon {
	display: inline-block;
	max-width: 40px;
	}
}

@media screen and (max-width: 400px) {
	#Header img.Logo {
		max-width: 100%;
 		}
}