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

body {
	padding: 0;
	margin: 0;
	overflow-y: scroll;
	font-family: "Avenir", sans-serif;
	font-size: 0.95em;
}

/* MAIN PAGE ELEMENTS */

/* wrapper */

.wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 0;
}

/* Nav-Fixed */

#nav-fixed {
	width: 768px;
	position: fixed;
	top: 0;
	height: 0;
	padding: auto;
	background-color: #000000;
	z-index: 6;
}

.logo {
	width: 768px;
	height:85px;
	background-color: #000000;
}

.logo img {
	width: 450px;
	height: 85px;
	float: left;
}

.mainhead {
	width: 100%;
	padding-top:0;
	background-color: transparent;
	z-index: 4;
}

.bannerhead {
	display: none !important;
	visibility: hidden;
}

.bannerheadsmall {
	display: none;
	visibility:hidden;
}

.bannerheadtab {
	display: block !important;
}

/* dropdown nav menu */

#menu {
	width: 768px;
	background-color: #000000;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	}

#menu ul {
	list-style-type: none;
	margin: 0;
	top: 0;
	padding-bottom: 0;
	font-family: "Avenir", sans-serif;
	font-size: 1em;
	font-weight: 100;
	line-height: 1.4;
	position: relative;
}

#menu ul li {
	display: inline-block;
	background-color: transparent;
	color: #ffffff;
	width: 100px;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 6px;
	text-decoration: none;
	z-index: 2;
	}

#menu ul li a {
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

#menu ul li a:hover {
	color: #A9BFFC;
}


#menu ul li a,visited {
	color: #ffffff;
	display: block;
	padding-top: 0;
	padding-left: 0;
	text-decoration: none;
}
	
#menu ul li:hover ul {
	visibility: visible;
	opacity: 0.9;
	z-index: -1;
  	transform: translateY(0%);
  	transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}


/* secondary menu */

#menu ul ul {
	visibility: hidden; /* hides sub-menu */
	opacity: 0;
	position: absolute;
	margin-top: 110px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-left: 2px;
	padding-bottom: 0;
	font-family: "Avenir", sans-serif !important;
	font-size: 0.8em !important;
	font-weight:500;
	line-height: 1.5;
	background-color:#f0f3f7; 
	width: 146px;
	transform: translateY(-2em);
  	z-index: -1;
  	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

#menu ul ul li {
	display: block;
	width: 140px;
	margin-top: -5px;
	margin-left: -5px;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 0;
	border: none !important;
}

#menu ul ul li a {
	-webkit-transition: background-color .4s ease-in-out;
	-moz-transition: background-color .4s ease-in-out;
	-o-transition: background-color .4s ease-in-out;
	-ms-transition: background-color .4s ease-in-out;
	transition: background-color .4s ease-in-out;
}

#menu ul ul li a,visited {
	width: 140px;
	margin-top: 0;
	margin-left: -5px;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 3px;
	color: #000000;
}

#menu ul ul li a:hover {
	color: #ffffff;
	width: 140px;
	margin-top: 0;
	margin-left: -5px;
	padding-top: 5px;
	padding-left: 8px;
	padding-bottom: 3px;
	background-color: #666666;
	z-index: 1;
}

/* END dropdown nav menu */


/* secondary search menu */

#menu ul.search li {
	display: inline-block;
	margin-left: 0;
	background-color: #000000;
	color: #ffffff;
	width: 168px;
	padding-top: 88px;
	padding-left: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	text-decoration: none;
	z-index: 2;
	}

#menu ul.search {
	visibility: hidden; /* hides sub-menu */
	opacity: 0;
	position: absolute;
	margin-top: 36px;
	margin-bottom: 0;
	margin-left: -100px;
	padding-top: 0;
	padding-left: 2px;
	padding-bottom: 0;
	font-family: "Avenir", sans-serif !important;
	font-size: 0.8em !important;
	font-weight:500;
	line-height: 1.5;
	background-color: #000000; 
	width: 300px;
	transform: translateY(-2em);
  	z-index: 2;
}


/* END dropdown search menu */


/* search menu */

#menu ul li.mobsearch {
	display: none;
	}

/* END search menu */


/* page */

#page {
	width: 90%;
	max-width: 768px;
	margin: 0 auto;
	position: relative;
	top: 0;
	background-color: transparent;
}

/* END page */

/* mainhead */

.mainhead {
	display: block;
	width: 100%;
	padding-top: 132px;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.mainhead hr {
	margin-top: 2%;
}

.mobihead {
	display: none;
}

.bannerhead {
	display: block;
}

.bannerheadsmall {
	display: none;
}

/* End mainhead */


/* leader */

#leader {
	width: 100%;
	height: 20px;
	background-color: transparent;
	margin-top: 12px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 5px;
  	border-top: solid thin #DADADA;
	border-bottom: solid thin #DADADA;
}

#leader p {
	font-family: "Avenir", sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #000000;
	margin-top: 0;
}

#leader a,visited{
	color: #000000;
	text-decoration: none;
}

#leader a:hover {
	color: #000000;
	text-decoration: none;
}

.leaderleft {
	float: left;
	padding-top: 0;
}

.leaderright {
	float: right;
	padding-top: 0;
}

/* End leader */


/* searchbox */

a.box span {
	display:none;
	position:absolute;
	top:36px;
	left: 0;
	width:957px;
	z-index: 6;
}

a.box:hover span {
    display: inline;
}

/* END searchbox */



/* main */

#main {
	width: 100%;
	margin: 0 auto;
	margin-top: 0;
	position: relative;
	top: 1.5625%;
}

/* footer */

#footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 3.125%;
	clear: both;
	background-color: transparent;
}

/* styling for Footer */

#footer p {
	margin-top: 0;
	padding: 0;
	font-family: "Times New Roman", serif;
	color:#666;
	font-size: 0.8em;
	font-weight:normal;
	line-height: 1.3;
	}
	
#footer a, visited {
	color: #000000;
	font-weight:bold;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	list-style-image: url(../travel/artwork/pointer.png);
	text-decoration: none;
	}
	
#footer a:hover {  
	color: #666666;
	font-weight:bold;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	border-bottom-width: 2px;
	text-decoration: none ! important
	}
	
#footer .footernav {
	display:none;
}