/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html, body {
	line-height: 1;
	height: 100%;
	overflow-x: hidden;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
}

h1 {
	font-family: 'Quicksand', sans-serif;
	font-size: 28px;
	color: 333;
}

.wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -140px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 85px;
	width: 100%;
	font-family: 'Quicksand', sans-serif;
}

.header a {
	color: #00549d;
	text-decoration: none;
}

.headercontainer {
	display: inline-block;
	background-image: url('/img/splash-page-header-bkg.png');
	background-repeat: repeat-x;
	width: 100%;
}


.headertext {
	color: #00549d;
	font-size: 28px;
	position: relative;
	top: -38px;
	left: 15px;
}
.headerspacer{
	margin-left: 20px;
	margin-right: 20px;
	color: #00549d;
}
.headerlinks{
	position: absolute;
	top: 52px;
	float: right;
	right: 0px;
	
}
.signinpanel {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 18px;
	color: #00549d;
}
.signinpanel a {
	font-size: 14px;
}

/* The dot logo */
.mndot_logo
 {
   float: left;
   width: 326px;
 }

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.floodgateBanner {
	width: 100%;
}
.container {
	width: 100%;
	margin: 0 auto;
}
.content {
	padding: 0;
}
.content a{
color: #fff;
text-decoration: none;
}

/*Slideshow magic*/
#slideshow {
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	z-index: -9999;
}

#slideshow img {
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	margin: auto; 
	min-width: 50%;
	min-height: 50%;
}

.splashMenu1{
	position: relative;
	width: 473px;
	height: 212px;
	margin: 0 auto;
}

.splashMenu2{
	position: relative;
	width: 388px;
	height: 154px;
	margin: 0 auto;
}

.menuimg{
	position: relative;
	top: 10px;
}
.menuimg2{
	position: relative;
	top: 42px;
}

.travelershb{
	position: relative;
	text-align: left;
	top: -190px;
	left: 275px;
	font-family: Quicksand;
	font-size: 18px;
	color: #fff;
}

.travelerslb{
	position: relative;
	text-align: left;
	top: -167px;
	left: 275px;
	font-family: Quicksand;
	font-size: 18px;
	color: #fff;
}
.travelersmb{
	position: relative;
	text-align: left;
	top: -144px;
	left: 275px;
	font-family: Quicksand;
	font-size: 18px;
	color: #fff;
}

.travelerstr{
	position: relative;
	text-align: left;
	top: -122px;
	left: 275px;
	font-family: Quicksand;
	font-size: 18px;
	color: #fff;
}

.travelerstw{
	position: relative;
	text-align: left;
	top: -99px;
	left: 275px;
	font-family: Quicksand;
	font-size: 18px;
	color: #fff;
}

.ioslink{
	position: relative;
	text-align: left;
	top: -84px;
	left: 181px;
	font-family: Quicksand;
	font-size: 18px;
	color: #fff;
}
.droidlink{
	position: relative;
	text-align: left;
	top: -82px;
	left: 181px;
	font-family: Quicksand;
	font-size: 18px;
	color: #fff;
}

/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 450px;
	
	position: absolute;
	top: 225px;
	left: 700px;
	
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 140px;
  text-align: center;
}

.push {
	height: 185px;
}

.seatbeltRow {
	margin: 0 auto;
	text-align: center; 
	width: 100%; 
	height: 86px;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.6em;
	font-weight: 700;
	color: #333;
}

.seatbeltIcon {
	display: inline-block;
}

.socialRow {
  height: 54px;
  width: 100%;
  background-color: #FFF;
  text-align: center;
}

.social{
	position: relative;
	top: 7px;
}

/*floodgates*/
.floodgatemsg {
margin: 25px 0px;
padding: 10px 0px;
width: 100%;
background-color:rgba(0,0,0,0);
font-size: 20px;
font-weight: bold;
font-family: 'Quicksand', sans-serif;
line-height: 1.2;
padding: 10px 0px;
}

.fg{

z-index: 9999;
}



/* NAV BAR STUFF */
#primary_nav_wrap
{
	/*margin-top:15px*/
    position: absolute;
    right: 0px;
    top: 62px;
    z-index: 9999;
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:white;
	text-decoration:none;
	font-weight:normal;
	font-size:15px;
	line-height:20px;
	padding:0 15px;
	font-family: Quicksand;
	border-right: solid;
	border-width: 1px;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background: rgba(54 54, 54, 0.0); 
}

#primary_nav_wrap ul li:hover
{
	background:#A8BAD7;
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#fff;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}