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

@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700);

/*** normalize ***/

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

/**** /normalize ****/


body {
	background-color: #97c8f0;
	background-image: url(/images/MYR-background.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	-webkit-text-size-adjust:none;
	-webkit-transform: translate3d(0,0,0);
	/*font-family: 'Abel',Helvetica, sans-serif;*/
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}


#contentHolder {
	position:relative;
	width: 1000px;
	margin: 0 auto;
	z-index: 5;
	padding: 0 0 20px 0;
}

#logoNTag {
	position: absolute;
	top: 0;
	left: -40px;
	z-index: 1000;
}

#header {
	position: relative;
	width: 1000px;
	height: 42px;
}

#footer {
	position: relative;
	width: 960px;
	min-height: 100px;
	margin-top: -5px;
	padding: 30px 20px 20px 20px;
	/*
	background-color: #f8f8f8;
	background-image:url(../images/blue_grad_background_2.jpg);
	background-repeat:repeat-x;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 8;
	
	-moz-box-shadow: 0px 0 8px #36516a;
	-webkit-box-shadow: 0px 0 8px #36516a;
	box-shadow: 0px 0 8px #36516a;		
	behavior: url(/css/ie-css3.htc);*/
}

#footerLogo {
	float: left;
	width: 182px;
}


#footer-right {
	width: 740px;
	margin: 0 0 0 220px;
}

#footerNav ul {
	padding: 0;
	margin: 0;
}

.footerNav li {
	float: left;
	list-style: none;
	background-image: none;
	color: #fff;
	padding: 0;
	margin: 0 25px 0 0;
}

.footerNav li h4 {
	color: #1390ca;
	font-size:14px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-shadow:#82add0 1px 1px 1px;
	
}

.footerNav li ul li {
	float: none;
	list-style: none;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	text-shadow:#6b8daa 1px 1px 1px;
}

.footerNav li ul li a {
	float: none;
	list-style: none;
	color: #fff;
	font-size: 11px;
}

.footerNav li ul li a:hover {
	color: #1390ca;
}

p.address {
	color: #fff;
	font-size:12px;
	text-align: center;
	padding:15px 0 0 0;
	margin: 0;
	text-shadow:#6b8daa 1px 1px 1px;
}

p.address a {
	color: #fff;
}

p.address a:hover {
	color: #1390ca;
}



.footerColumn {
	color: #4f6f8b;
	width: 140px;
	float: left;
}

.footerColumn li {
	list-style: none;	
}


#socialIcons {
	width: 47px;
	height: 83px;
	position: absolute;
	background-image:url(../images/socialBackground.png);
	background-repeat:no-repeat;
	background-position:left;
	padding: 5px 0;
	top: 50px;
	left: -1px;
	z-index: 500;
}

#socialIcons .icon {
	margin: 5px;
	outline: none;
}

#mainContent {
	position: relative;
	background-color: #fff;
	width: 1000px;
	min-height: 600px;
	z-index: 10;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-box-shadow: 0px 0 8px #36516a;
	-webkit-box-shadow: 0px 0 8px #36516a;
	box-shadow: 0px 0 8px #36516a;		
	behavior: url(ie-css3.htc);
}

#homePicWindow {
	position: relative;
	width: 1000px;
	height: 320px;
	background-color:#fff;
	border-top: #e6e4e5 solid 1px;
	padding: 3px 0 0 0;
	z-index:50;
}

#homePicLeft {
	position:relative;
	width: 682px; height: 320px; overflow:hidden;
	float: left;
	z-index: 50;
}
#homePicRight {
	position:relative;
	width: 312px; height: 320px; overflow:hidden;
	float: right;
}

#nextArrow {
	
}

#prevArrow {
	
}

#mainAni-pageNumbers {
	width: 100%;
	height: 35px;
	text-align:right;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	right: 20px;
	z-index: 500;
}

#mainAni-pageNumbers ul {
	position:relative;
	float: left;
	left: 50%;
	padding: 0;
	margin: 0 auto;
}

#mainAni-pageNumbers li {
	list-style:none;
	
	padding: 4px 0 0 0;
	margin: 0;
	position: relative;
	float: left;
	right: 50%;
	text-align:center;
	background-color:#000099;
	color: #fff;
	font-size:10px;
	font-weight:400;
	z-index: 500;
	text-shadow:#999 2px;
	
}

#mainAni-pageNumbers a {
	text-indent: -5000px;
	width: 10px;
	height: 10px;
	padding: 0 0 0 0;
	margin: 3px 2px 3px 2px;
	position: relative;
	text-align:center;
	background-color:#e6e4e5;
	color: #fff;
	font-size:10px;
	font-weight:400;
	z-index: 500;
	text-decoration: none;
	display:inline-block;
	text-shadow:#999 2px;
	border: #fff solid 3px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0px 0 2px #000;
	-webkit-box-shadow: 0px 0 2px #000;
	box-shadow: 0px 0 2px #000;		
	behavior: url(ie-css3.htc);
}

#mainAni-pageNumbers a.activeSlide {
	background-color:#88ab36;
	color: #FFF;
	text-shadow:#999 2px;
}

#mainAni-pageNumbers a:hover {
	background-color:#88ab36;
	color: #FFF;
}

#mainAni-pageNumbers a:focus {
	outline: none;
}

.mainAni-content {
	width: 682px; height: 320px; overflow:hidden;
}

.mainAni-slide {
	width: 682px; height: 320px; overflow:hidden;
}

.mainAni-slide div {
	position: relative;
	width: 500px;
	margin: 0 0 0 0;
	padding: 60px 0 0 50px;
	z-index: 20;
}

.mainAni-slide div h1, .mainAni-slide div h2, .mainAni-slide div h3, .mainAni-slide div h4, .mainAni-slide div h5 {
	padding: 0;
	margin: 0;
}

.mainAni-slide div h1 {
	position: relative;
	color: #fff;
	font-size:45px;
	line-height: 55px;
	text-shadow:#4f4f4f 1px 1px 1px;
}

.mainAni-slide div h2 {
	position: relative;
	color: #fff;
	font-size:35px;
	line-height: 30px;
	text-shadow:#4f4f4f 1px 1px 1px;
}

.mainAni-slide div h3 {
	position: relative;
	color: #fff;
	font-size:25px;
	text-shadow:#4f4f4f 1px 1px 1px;
}



.mainAni-slide div p {
	position: relative;
	color: #fff;
	font-size:13px;
	line-height: 24px;
	text-shadow:#4f4f4f 1px 1px 1px;
	padding-top: 10px;
}


.mainAni-slide .imageHolder {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 687px;
	height: 320px;
	overflow: hidden;
}

.mainAni-slide img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}





.lowerLevel_mainGraphic {
	width: 1000px;
	min-height: 200px;
	/*height: 200px;*/
	padding: 3px 0 0 0;
	margin: 3px 0 0 0;
	overflow: hidden;
	border-top: #e6e4e5 solid 1px;
}

.welcome_mainGraphic {
	width: 1000px;
	min-height: 380px;
	/*height: 200px;*/
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
	border-top: #e6e4e5 solid 1px;
	position:relative;
}

.welcome_mainGraphic .fb-like {
	position: absolute; 
	left: 60px;
	top: 230px;
}

.fb-page { margin-top: 30px; }


.lowerLevel_mainGraphic h2 { position: absolute; top: 30px; left: 30px; }
.lowerLevel_mainGraphic h2.upper-right {  top: 30px; right: 30px; left: auto;  }


.terminal-layout { width: 1000px;
	min-height: 200px;
	/*height: 200px;*/
	padding: 3px 0 0 0;
	margin: 3px 0 0 0;
	overflow: hidden;
	border-top: #e6e4e5 solid 1px; position:relative; }
	
.terminal-layout h2 { position: absolute; top: 30px; left: 50px; z-index: 1000; color: #1390ca; font-size: 30px; }
.terminal-layout h2.upper-right {  top: 50px; right: 80px; left: auto;  }	


.contentWrapper {
	width: 900px;
	padding: 20px 50px 30px 50px;
	margin: 3px 0 0 0;
	overflow: hidden;
	border-top: #e6e4e5 solid 1px;
}

.contentWrapper_nopad {
	width: 1000px;
	margin: 3px 0 0 0;
	border-top: #e6e4e5 solid 1px;
}

.contentRow {
	width: 900px;
	padding: 20px 50px 30px 50px;
	margin: 3px 0 0 0;
	overflow: hidden;
	border-top: #e6e4e5 solid 1px;
}

.contentRow_nopad {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	overflow: hidden;
	/*border-top: #e6e4e5 solid 1px;*/
}

.contentRow_padTopBottom {
	padding: 20px 0 20px 0;
	margin: 0 0 0 0;
	overflow: hidden;
	border-top: #e6e4e5 solid 1px;
}

.contentRow_padBottom {
	padding: 0 0 20px 2px;
	margin: 0 0 0 0;
	
}

.horizontalRule {
	height: 10px;
	line-height: 2px;
	border-top: #e6e4e5 solid 1px;
}




.background_grad_yellow {
	background-color: #FFFAE6;
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #FFFAE6 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #FFFAE6 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #FFFAE6 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #FFFAE6));
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #FFFAE6 100%);
	background-image: linear-gradient(to top, #FFFFFF 0%, #FFFAE6 100%);
	behavior: url(ie-css3.htc);
}


.background_grad_gray {
	background-color: #f8f8f8;
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #f1f1f1 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #f1f1f1 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #f1f1f1));
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #f1f1f1 100%);
	background-image: linear-gradient(to top, #FFFFFF 0%, #f1f1f1 100%);
	behavior: url(ie-css3.htc);
}


.background_grad_orange {
	background-color: #fc841f;
	background-image: -ms-linear-gradient(bottom, #e86a15 0%, #fc841f 100%);
	background-image: -moz-linear-gradient(bottom, #e86a15 0%, #fc841f 100%);
	background-image: -o-linear-gradient(bottom, #e86a15 0%, #fc841f 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e86a15), color-stop(1, #fc841f));
	background-image: -webkit-linear-gradient(bottom, #e86a15 0%, #fc841f 100%);
	background-image: linear-gradient(to top, #e86a15 0%, #fc841f 100%);
	behavior: url(ie-css3.htc);
}



.three_column_col {
	width: 260px;
	float: left;
	min-height: 250px;
	margin: 0 15px 15px 0;
	padding: 15px;
	background-color: #f3e8ba;
}

.three_column_col p {
	font-size:11px;
}

.three_column_col_2 {
	width: 580px;
	height: 100%;
	min-height: 400px;
	float: left;
	margin: 0 15px 15px 0;
	padding: 0 20px 0 0;
	border-right: #e6e4e5 solid 1px;
}

/*
.three_column_col_2  img {
	width:570px; height:auto;
	float:left; margin: 0 15px 15px 0;
	border: #fff solid 1px;
	-moz-box-shadow: 1px 1px 4px #e6e4e5;
	-webkit-box-shadow: 1px 1px 4px #e6e4e5;
	box-shadow: 1px 1px 4px #e6e4e5;		
	behavior: url(/css/ie-css3.htc);
}
*/


.three_column_col_1 {
	width: 265px;
	float: left;
	min-height: 250px;
	margin: 0 0 15px 0;
	padding: 0 0 0 15px;
}


#press_gallery img {
	width: 250px;
}

#press_gallery .galleryBox .picBox {
	width: 250px;
	height: 100px;
	overflow: hidden;
	border: #fff solid 1px;
	-moz-box-shadow: 0 0 5px #c0bebf;
	-webkit-box-shadow: 0 0 5px #c0bebf;
	box-shadow: 0 0 5px #c0bebf;		
	behavior: url(/css/ie-css3.htc);
}

#press_gallery .galleryBox p {
	padding-top: 5px;
	font-size:12px;
}

.galleryBox {
	float:left;
	margin: 0 10px 10px 0;
}

.galleryBox .picBox {
	width: 165px;
	height: 120px;
	overflow:hidden;
	border: #fff solid 1px;
	-moz-box-shadow: 0 0 5px #c0bebf;
	-webkit-box-shadow: 0 0 5px #c0bebf;
	box-shadow: 0 0 5px #c0bebf;		
	behavior: url(/css/ie-css3.htc);
}

.galleryBox .picBox img {
	width: 165px;
}

.galleryName {
	font-family: 'Abel', sans-serif;
	font-weight:400;
	font-size: 24px;
	color: #5f5f54;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
	behavior: url(/css/ie-css3.htc);
}


/* scroll small box */
#bottomTeaseOne { position:relative; height: 250px; }
#bottomTeaseTwo { position:relative; height: 250px; }
#bottomTeaseThree { position:relative; height: 250px; }

.three_column_col_teasers {
	width: 258px;
	float: left;
	height: 220px;
	margin: 15px 15px 15px 0;
	padding: 15px;
	background-color: #f1f1f1;
	border: #fff solid 1px;
	
	/*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
	-moz-box-shadow: 1px 1px 4px #e6e4e5;
	-webkit-box-shadow: 1px 1px 4px #e6e4e5;
	box-shadow: 1px 1px 4px #e6e4e5;		
	behavior: url(ie-css3.htc);
	
	
}


.three_column_col_teasers h2 {
	padding:8px 0 15px 0;
	margin: 0;
	line-height: 17px;
}


.three_column_col_teasers h5 {
	padding:0 0 5px 0;
	margin: 0;
	line-height: 17px;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
	behavior: url(/css/ie-css3.htc);
}


.three_column_col_teasers p {
	font-size:11px;
	line-height: 17px;
}



.customScrollBox{ position:relative; height:210px; overflow:hidden;}
.customScrollBox_shorter { height: 180px; }
.customScrollBox .container{position:relative; width:244px; top:0; float:left;}
.customScrollBox .content{clear:both;}
.dragger_container{position:relative; width:0px; height:100%; float:left; margin:0 0 0 10px; border-left:1px solid #d5d5d5; border-right: #fff solid 1px; cursor:pointer;}
.dragger{position:absolute; width:8px; height:8px; background:#bababc; margin-left:-5px; text-align:center; overflow:hidden; cursor:pointer; -moz-border-radius:16px; -khtml-border-radius:16px; -webkit-border-radius:16px; border-radius:16px;}
.dragger_pressed{position:absolute; width:9px; height:9px; background:#ec8022; margin-left:-5px; overflow:hidden; cursor:s-resize;}






.noMargin_right {
	margin-right: 0;
}

.noBorder_right {
	border-right:none;
}

.noBorder_bottom {
	border-bottom: none;
}




.leftColumn {
	width: 48%;
	float: left;
}

.rightColumn {
	width: 48%;
	float: right;
}

.picLink {
	margin: 10px 10px 10px 0;
}

.boxShadow {
	/*
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*/
	-moz-box-shadow: 0px 0 4px #c4c3c1;
	-webkit-box-shadow: 0px 0 4px #c4c3c1;
	box-shadow: 0px 0 4px #c4c3c1;		
	behavior: url(/css/ie-css3.htc);
}


.clearfloat {
	clear: both;
	text-height: 0;
	height: 0;
	max-height: 1px;
	font-size: 0;
	line-height:0;
	padding:0;
	margin:0;
}

/* Type */

h1, h2, h3, h4 {
	font-family: 'Abel', sans-serif;
	font-weight:400;
	color: #5f5f54;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
	behavior: url(/css/ie-css3.htc);
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 24px;
	line-height: 22px;
}

h1 + h2 { margin-top: -15px; }



h3 {
	font-size: 18px;
	line-height: 22px;
	padding:10px 0 10px 0;
	margin:0;
}

.subheads {
	padding-top: 0;
	padding-bottom: 25px;
	margin-top: -15px;
}



.minisubheads {
	font-family: 'Abel', sans-serif;
	font-size:13px;
	line-height: 15px;
	padding-top: 0;
	padding-bottom: 25px;
	margin-top: -15px;
	font-weight:400;
}

#airlineTeaser .minisubheads {
	color: #fff;
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: -15px;
}

h4 {
	padding:0;
	margin: 0;
}

h5 {
	padding:0;
	margin: 0;
	color: #4c4c43;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
	behavior: url(/css/ie-css3.htc);
}


p {
	font-family: 'Lato', sans-serif;
	/*font-family: 'Abel',Helvetica, sans-serif;*/
	font-size: 13px;
	line-height: 24px;
	color: #777777;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight:400;
}

.credits {
	font-size: 9px;
	font-style:italic;
}

.smallerText {
	font-size: smaller;
}


.byline {
	font-size: 12px;
	font-style:normal;
	margin-top: -10px;
}

ul {
	padding: 0 0 10px 0;
	margin: 0;
}

li {
	font-size: 13px;
	line-height: 24px;
	color: #777777;
	list-style: none;
	background-image:url(../images/list_bullet_orange.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	padding-left: 15px;
}

ol {
	padding: 0 0 10px 18px;
	margin: 0;
}

ol li {
	font-size: 13px;
	line-height: 24px;
	color: #777777;
	list-style:decimal;
	background-image:none;
	padding-left: 15px;
}




a {
	color: #1390ca;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #ffa240;
}



.lightBlueType {
	color: #1390ca;
}

.orangeType {
	color: #ffa240;
}

.greenType {
	color: #88ab36;
}

.purpleType {
	color: #936b86;
}

.redType {
	color: #be0000;
}

.greyType {
	color: #777777;
}

.delayedType {
	color: #be0000;
	text-transform: uppercase;
}

.errorMessages {
	color: #be0000;
}

.picShadow {
	border: #fff solid 1px;
	-moz-box-shadow: 0 0 5px #c0bebf;
	-webkit-box-shadow: 0 0 5px #c0bebf;
	box-shadow: 0 0 5px #c0bebf;		
	behavior: url(/css/ie-css3.htc);
}

/* teasers */


.teaserRow {
	padding-bottom: 25px;
}

.borderBottom {
	margin-bottom: 3px;
	border-bottom:#e6e4e5 solid 1px;
}

.teaserThumbnail_holder {
	width:110px; height:110px; overflow:hidden; float:left; margin: 0 15px 15px 0;
	border: #fff solid 1px;
	-moz-box-shadow: 0 0 5px #c0bebf;
	-webkit-box-shadow: 0 0 5px #c0bebf;
	box-shadow: 0 0 5px #c0bebf;		
	behavior: url(/css/ie-css3.htc);
}

.teaserThumbnail_holder img {
	height: 110px;
}

.teaserContent {
	margin: 0 0 0 130px;
}

.teaserContent h3 {
	margin: 0;
	padding: 5px 0 5px 0;
}

.teaserRow p {
	font-size:11px;
	line-height: 18px;
	padding: 0;
	margin: 0;
	font-weight:400;
}

.teaserRow li {
	font-size:11px;
	line-height: 18px;
	margin: 0;
	background-position: 0 6px;
}



.newsRow {
	padding: 5px 0 10px 0;
	margin-bottom: 10px;
}

.newsThumbnail_holder {
	width:110px; height:110px; overflow:hidden; float:left; margin: 0 15px 0 0;
	border: #fff solid 1px;
	-moz-box-shadow: 0 0 5px #c0bebf;
	-webkit-box-shadow: 0 0 5px #c0bebf;
	box-shadow: 0 0 5px #c0bebf;		
	behavior: url(/css/ie-css3.htc);
}

.newsThumbnail_holder img {
	height: 110px;
}

.newsContent {
	margin: 0 0 0 130px;
}

.noPic {
	margin: 0;
}

.newsContent h3 {
	margin: 0;
	padding: 5px 0 5px 0;
}



.newsRow p {
	font-size:11px;
	line-height: 18px;
	padding: 0;
	margin: 0;
}

.newsRow li {
	font-size:11px;
	line-height: 18px;
	margin: 0;
	background-position: 0 6px;
}

.newsImage {
	float: left;
	margin: 0 15px 10px 0;
}

.newsDateLarge {
	margin: 0 0 15px 0;
	padding: 10px 0 5px 0;
	border-bottom:#e6e4e5 solid 1px;
}




.showHideDetails {
	padding-bottom: 10px;
}

.showHideMoreButton {
	width: 82px;
	height: 18px;
	background-image:url(/images/moreOrLess.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	text-align: center;
	margin: 0 auto -15px auto;
}

.showHideMoreButton a {
	width: 82px;
	height: 18px;
}

.showHideLessButton {
	width: 82px;
	height: 18px;
	background-image:url(/images/moreOrLess.gif);
	background-repeat:no-repeat;
	background-position: 0 -18px;
}


.moreButton_big {
	width: 90px;
	height: 34px;
	margin-left: -15px;
}

.moreButton_blue_small {
	width: 42px;
	height: 11px;
	overflow:hidden;
	background-image:url(/images/moreButton_blue_arrow.png);
	background-position:right;
	background-repeat:no-repeat;
	margin: 10px 0 0 0;
	text-indent: 0;
	font-weight:700;
	color: #42b9d4;
	padding: 2px 3px 3px 0;
}

.moreButton_blue_small a {
	color: #42b9d4;
	font-size: 11px;
	line-height: 11px;
	text-transform: none;
	font-weight:700;
	color: #42b9d4;
	text-shadow:#dadada 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}


.moreButton_blue_small a:hover {
	color: #fc841f;
	font-size: 11px;
	line-height: 11px;
	text-transform: none;
	font-weight:700;
	text-shadow:#dadada 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}



.moreButton_white_small {
	width: 42px;
	height: 11px;
	overflow:hidden;
	background-image:url(/images/moreButton_white_arrow.png);
	background-position:right;
	background-repeat:no-repeat;
	margin: 10px 0 0 0;
	text-indent: 0;
	font-weight:700;
	color: #fff;
	padding: 2px 3px 3px 0;
}

.moreButton_white_small a {
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	text-transform: none;
	font-weight:700;
}







.backButton_blue_small {
	width: 42px;
	height: 11px;
	overflow:hidden;
	background-image:url(/images/backButton_blue_arrow.png);
	background-position:left;
	background-repeat:no-repeat;
	margin: 10px 0 5px 0;
	text-indent: 0;
	font-weight:700;
	color: #42b9d4;
	padding: 1px 3px 3px 15px;
}

.backButton_blue_small a {
	color: #42b9d4;
	font-size: 11px;
	line-height: 11px;
	text-transform: none;
	font-weight:700;
	color: #42b9d4;
	text-shadow:#dadada 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}







.buttonGreen {
	width: 104px;
	height: 32px;	
}

.buttonGreen a {	
	color: #fff;
	font-size: 11px;
	line-height: 11px;
	text-transform: none;
	font-weight:700;
	color: #42b9d4;
	text-shadow:#dadada 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}


#newsletterContent {
	text-align: center;
}

.newsletterSignupBox {
	margin: 0 0 30px 0;
	padding: 10px 20px 10px 20px;
	border:#fff solid 1px;
	background-color: #fff;
	background-image: url(/images/beigeBackgroundgrad.jpg);
	background-position: top;
	background-repeat:repeat-x;	
}


.rightColumnBox-green {
	margin: 0 0 30px 0;
	padding: 20px 20px 20px 20px;
	border:#fff solid 1px;
	background-color: #c2e246;
	background-image: url(/images/greenGrad_250h.jpg);
	background-position: top;
	background-repeat:repeat-x;	
	color: #fff;
}

.rightColumnBox-green h1, .rightColumnBox-green h2, .rightColumnBox-green h3, .rightColumnBox-green h4, .rightColumnBox-green h5,  .rightColumnBox-green p, .rightColumnBox-green li   {
	color: #fff;
	text-shadow: #7e9e32 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}

.greenButton-big {
	position: relative;
	width: 100%;
}

.greenButton-big a {
	background-color: #81b61b;
	background-image:url(../images/greenButton-Grad.jpg);
	background-repeat:repeat-x;
	background-position:center;
	border: #c4f74a solid 1px;
	-moz-box-shadow: 0px 0 3px #5c6b1f;
	-webkit-box-shadow: 0px 0 3px #5c6b1f;
	box-shadow: 0px 0 3px #5c6b1f;	
	text-shadow: #405a0d 1px 1px 1px;	
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
	font-size:16px;
	color: #fff;
	line-height: 16px;
	padding: 5px;
	margin: 20px 0;
	display: block;
	behavior: url(/css/ie-css3.htc);
}

.greenButton-big a:hover {
	background-image: none;
}




/* form */

.formGroup {
	position:relative;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
}

.formRow {
	margin: 0 0 5px 0;
	padding: 2px 0 2px 0;
	position:relative;
	width: 100%;
	min-height: 55px;
	clear: both;
}


.formGroup h4 {
	margin-bottom: 10px;
}


label {
	font-family: 'Lato', sans-serif;
	/*font-family: 'Abel',Helvetica, sans-serif;*/
	font-size: 13px;
	line-height: 20px;
	color: #1390ca;
	padding: 0 0 5px 0;
	margin: 0;
	display:block;
}

.textField {
	width: 98%;
	border: #CCC solid 1px;
	height: 30px;
}


.contactForm {
	width: 95%;
	text-align:left;
}

.contactForm p {
	padding: 0;
	margin: 0;
}

.contactForm h3 {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	font-size:16px;
	border-bottom: #e6e4e5 solid 1px; 
}

.contactForm option {
	padding-left: 5px;
	margin-left: 0;
}


fieldset {
	margin: 0 0 15px 0;
	padding: 10px 20px 10px 20px;
	border:#fff solid 1px;
	background-color: #fff;
	/*
	background-image: url(/images/beigeBackgroundgrad.jpg);
	background-position: top;
	background-repeat:repeat-x;
	*/
}



.inputText {
	font-family:Helvetica, Arial, sans-serif;
	width:100%; 
	height: 25px; 
	border-bottom:#e6e4e5 1px solid;
	border-left:#e6e4e5 1px solid;
	border-top: #e6e4e5 1px solid;
	border-right:#e6e4e5 1px solid;
	/*background-image:url(/images/inputFieldBackground.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
	background-color: #FFFFFF;
	margin: 0 0 0 0;
	padding:4px;
	display:block;
	font-size: 14px;
	
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 0.10);
	box-shadow:         0px 0px 3px rgba(0, 0, 0, 0.10);
	 -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/;	
}

.textArea {
	font-family:Helvetica, Arial, sans-serif;
	width:99%; 
	height: 80px; 
	border-bottom:#e6e4e5 1px solid;
	border-left:#e6e4e5 1px solid;
	border-top: #e6e4e5 1px solid;
	border-right:#e6e4e5 1px solid;
	background-color: #FFF;
	/*background-image:url(/images/textAreaBackground.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
	margin: 0 0 0 0;
	padding:10px;
	display:block;
	font-size: 14px;
	
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.10);
	-moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 0.10);
	box-shadow:         0px 0px 3px rgba(0, 0, 0, 0.10);
	-moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/;	
	 
}

.selects {
	font-family:Helvetica, Arial, sans-serif;
	height: 25px;
	font-size: 13px;
	border-bottom:#ece8de 1px solid;
	border-left:#d6d2c9 1px solid;
	border-top: #d6d2c9 1px solid;
	border-right:#ece8de 1px solid;
	background-color: #FFFFFF;
	width: 100%;
	max-width: 100%;
}

.selects {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.selects {
  height: 30px;
  line-height: 30px;
}



.formText {
	color:#731c0d;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:9px;
}

.emailTextInput {
	border: #bea678 solid 1px; 
	background:none;
	width: 220px;
	height: 20px;
	
}

.submitBut {
	width:90px; 
	height:34px; 
	color:#FFFFFF; 
	cursor:pointer;
}


.lilSubmitBut {
	background-image:url(/images/button-lilSubmit.png); 
	background-position:top; 
	background-repeat:no-repeat; 
	width:30px; 
	height:30px; 
	color:#FFFFFF; 
	font-weight:bold; 
	border: #FFF 0px solid;
	cursor:pointer;
}








/* Airline Teaser */

#airlineTeaser {
	background-image:url(/images/blue_grad_background.jpg); 
	background-repeat:repeat-x; 
	background-position: 0 3px;
	height: 170px; width: 900px;
	padding: 25px 50px;
	position: relative;
}

#airlineTeaser .thumbnails {
	border: #75e6f6 solid 1px;
	width: 140px; height: 80px; overflow:hidden;
	-moz-box-shadow: 0px 0 3px #448b99;
	-webkit-box-shadow: 0px 0 3px #448b99;
	box-shadow: 0px 0 3px #448b99;		
	behavior: url(/css/ie-css3.htc);
}

#airlineTeaser img {
	width: 140px;
}

#airlineTeaser .holder {
	float: left;
	width:145px;
	/*height: 150px;*/
	overflow:hidden;
	margin: 0 5px 0 0;
	text-align:center;
}

#airlineTeaser h4 {
	font-size:12px;
	line-height: 14px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: 5px 0 5px 0;
	margin: 0;
	text-shadow: #72586b 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}

#airlineTeaser h1, #airlineTeaser h2 {
	padding: 0 0 20px 0;
	margin: 0;
	color: #fff;
	text-shadow: #3f838d 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}


#airlineTeaser .customScrollBox{position:relative; width:900px; overflow:hidden;}
#airlineTeaser .customScrollBox .horWrapper{position:relative; left:0;}
#airlineTeaser .customScrollBox .container{position:relative; left:0; display:inline-block; *display:inline; width: auto; height: 120px;}
#airlineTeaser .customScrollBox .content{clear:both;}
#airlineTeaser .dragger_container{position:relative; height:0; width:890px; margin:0 5px 0 5px; border-top:1px solid #5ec5d4; border-bottom:1px solid #a3edff;}

#airlineTeaser .dragger{position:absolute; width:8px; height:8px; background:#3f838d; margin-top:-5px; text-align:center; overflow:hidden; cursor:pointer; -moz-border-radius:16px; -khtml-border-radius:16px; -webkit-border-radius:16px; border-radius:16px;}
#airlineTeaser .dragger_pressed{position:absolute; width:9px; height:9px; background:#ec8022; margin-top:-5px; overflow:hidden; cursor:s-resize;}

/*#airlineTeaser .dragger{position:absolute; width:60px; height:9px; background: #71e5f9 url(/Scripts/jquery_custom_scroller/mcsDragger.png) no-repeat; margin-top:-5px;}
#airlineTeaser .dragger_pressed{position:absolute; width:60px; height:9px; background:#71e5f9 url(/Scripts/jquery_custom_scroller/mcsDraggerHover.png) no-repeat; margin-top:-5px;}*/

#airlineTeaser .scrollUpBtn,#airlineTeaser .scrollDownBtn{position:absolute; top:0; width: 15px; height: 15px; display:inline-block; font-family:Arial,Helvetica,sans-serif; font-size:large; font-weight:normal; color:#C30; margin:0; text-decoration:none;}
#airlineTeaser .scrollDownBtn{right:0;}
#airlineTeaser .scrollUpBtn{right:0;}
#airlineTeaser .scrollUpBtn:hover,#airlineTeaser .scrollDownBtn:hover{color:#fff;}


/* flight data */

.flightData {
	
}

.flightData th, .flightData td {
	font-size:12px;
	color: #fff;
	text-align: left;
	padding: 0 5px 0 0;
}


/* navigation */

#topNav {
	width: 1000px;
	height:22px;
	padding: 10px 0;
}

#topNav li a {
	float: right;
	padding: 5px 10px;
	color: #fff;
	text-transform: none;
	list-style: none;
	background-image: none;
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	text-shadow:#02285a 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}



ul.mainNav {
	position: relative;
	width: 988px;
	min-height: 188px;
	background-color: #fff;
	padding: 6px 0 6px 6px;
	/*overflow: hidden;*/
}


ul.mainNav li.navButton1, ul.mainNav li.navButton2, ul.mainNav li.navButton3, ul.mainNav li.navButton4 {
	float: right;
	list-style: none;
	background-image: none;
	margin: 0 0 0 6px;
	width: 110px;
	height: 138px;
	padding: 30px 20px 20px 20px;
	text-decoration: none;
	cursor: pointer;
	position:relative;
}

ul.mainNav li a {
	position:relative;
	left: 0;
	top: 0;
	width: 110px;
	height: 118px;
	padding: 50px 20px 20px 20px;
	text-decoration: none;
	cursor: pointer;
}



.orangeShadow {
	text-shadow: #c16619 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}

.greenShadow {
	text-shadow: #7e9e32 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}

.blueShadow {
	text-shadow: #4da0ae 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}

.purpleShadow {
	text-shadow: #72586b 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}



ul.mainNav h1.navButtonName {
	font-size: 24px;
	line-height: 24px;
	padding: 0 0 5px 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	letter-spacing: -1px;
}


ul.mainNav .navButtonText {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	padding: 0;
	margin: 0;
}

ul.mailNav li .lilIcon {
	position:absolute;
	bottom: 0;
	right: 0;
	width: 44px;
	height: 44px;
}

/*
ul.mainNav li:hover {
	background-image:url(../images/navButton_glow.png);
	background-position: bottom;
	background-repeat: no-repeat;
}*/

ul.mainNav li.navButton1 {
	background-color: #ec7d1f;
	background-image:url(/images/navButtons-orange.jpg);
	background-repeat:no-repeat;
	background-position: top;
}

ul.mainNav li.navButton2 {
	background-color: #a3cc41;
	background-image:url(/images/navButtons-green.jpg);
	background-repeat:no-repeat;
	background-position: top;
}

ul.mainNav li.navButton3 {
	background-color: #61cbe0;
	background-image:url(/images/navButtons-blue.jpg);
	background-repeat:no-repeat;
	background-position: top;
}

ul.mainNav li.navButton4 {
	background-color: #a47d99;
	background-image:url(/images/navButtons-purple.jpg);
	background-repeat:no-repeat;
	background-position: top;
}




/*


<ul id="mainNav" class="mainNav">
  <li class="navButton4">
  
    <ul class="dropNavLinks">
	
	
  </li>

ul.mainNav li ul.dropNavLinks li
*/
  

.dropDown {
	width: auto;
	height: auto;
	position:absolute;
	left: 0;
	top: 188px;
	background-color: #ec7d1f;
	display: none;
	z-index: 1000;
	padding: 20px 0 15px 0;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.5);
	-webkit-box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.5);
	box-shadow: 1px 1px 8px rgba(53, 53, 53, 0.5);	
	behavior: url(/css/ie-css3.htc);
	
	border-top:#fff solid 4px;
}



ul.mainNav li.navButton1 .dropDown {
	background-color: #ec7d1f;
}

ul.mainNav li.navButton2 .dropDown {
	background-color: #a3cc41;
}

ul.mainNav li.navButton3 .dropDown {
	background-color: #61cbe0;
	background-image: -ms-linear-gradient(bottom, #5ecbe0 0%, #3cb3d1 100%);
	background-image: -moz-linear-gradient(bottom, #5ecbe0 0%, #3cb3d1 100%);
	background-image: -o-linear-gradient(bottom, #5ecbe0 0%, #3cb3d1 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #5ecbe0), color-stop(1, #3cb3d1));
	background-image: -webkit-linear-gradient(bottom, #5ecbe0 0%, #3cb3d1 100%);
	background-image: linear-gradient(to top, #5ecbe0 0%, #3cb3d1 100%);
}


ul.mainNav li.navButton3 .dropDown  {
	color: #2c5c66;
}


ul.mainNav li.navButton4 .dropDown {
	background-color: #a47d99;
}


.dropDown_content {
	padding: 20px 0 15px 0;
	color: #fff;
	overflow: hidden;
	font-size: 10px;
}



ul.dropNavLinks {
	margin:0;
	padding: 0;
	font-size:10px;
	list-style: none;
	z-index: 1000;
}


ul.mainNav li ul.dropNavLinks li {
	list-style: none;
	z-index: 1000;
}

ul.mainNav li .dropDown ul.dropNavLinks li {
	background-image: none;
	width: 150px;
	margin:0;
	padding: 0 0 0 0;
	font-size: 10x;
	list-style: none;
}

ul.mainNav li .dropDown ul.dropNavLinks li a {
	display: block;
	width: 130px;
	height: auto;
	font-size: 10x;
	line-height: 16px;
	margin:0;
	padding: 7px 10px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
	behavior: url(/css/ie-css3.htc);	
}







/* navButton 1 sublinks */

ul.mainNav li.navButton1 .dropDown ul.dropNavLinks li a {
	/*border-bottom: #61d2e8 solid 1px;*/
	text-shadow: #c16619 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}

ul.mainNav li.navButton1 .dropDown ul.dropNavLinks li a:hover {
	background-color: #fd841b;
}



/* navButton 2 sublinks */

ul.mainNav li.navButton2 .dropDown ul.dropNavLinks li a {
	/*border-bottom: #61d2e8 solid 1px;*/
	text-shadow: #7e9e32 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}

ul.mainNav li.navButton2 .dropDown ul.dropNavLinks li a:hover {
	background-color: #7e9e32;
}


/* navButton 3 sublinks */

ul.mainNav li.navButton3 .dropDown ul.dropNavLinks li a {
	/*border-bottom: #61d2e8 solid 1px;*/
	text-shadow: #4da0ae 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}

ul.mainNav li.navButton3 .dropDown ul.dropNavLinks li a:hover {
	background-color: #61d2e8;
}


/* navButton 4 sublinks */

ul.mainNav li.navButton4 .dropDown ul.dropNavLinks li a {
	/*border-bottom: #61d2e8 solid 1px;*/
	text-shadow: #72586b 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}

ul.mainNav li.navButton4 .dropDown ul.dropNavLinks li a:hover {
	background-color: #bf90af;
}







/* other graphics */

#homeDestinations {
	background-image:url(../images/blue_grad_background.jpg);
	background-repeat:repeat-x;
	width: 100px;
	height: 200px;
}


table {
	width: 100%;
	font-family: 'Lato', sans-serif;
	/*font-family: 'Abel',Helvetica, sans-serif;*/
	font-size: 12px;
	line-height: 20px;
	color: #777777;
	text-align:left;
}

th {
	font-family: 'Abel', sans-serif;
	font-weight:400;
	color: #1390ca;	
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
	text-align: left;
	font-size: 15px;
	line-height: 22px;
	padding:0 0 10px 0;
	margin:0;
	border-bottom:#CCCCCC solid 1px;
	behavior: url(/css/ie-css3.htc);
}



.paxTable {
	border-collapse:collapse;
}

.paxTable h2 {
	margin: 0;
	padding: 0;
}

.paxTable th {
	text-align: right;
	font-size:15px;
}

.paxTable th:first-child {
	text-align: left;
}


.paxTable tr {
	text-align: right;
	border-bottom-color: #e9e4d2;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.paxTable tr.spacerRow {
	border: none;	
}

.paxTable td {
	text-align: right;
	/*border-bottom:#e9e4d2 solid 1px;*/
	padding: 2px;
}

.paxTable td:first-child {
	text-align: left;
}

.paxTable td.bold {
	font-weight: 700;
	text-align: left;
}


.paxTable .rowColor1 {
	background-color: #fff;
}

.paxTable .rowColor0 {
	background-color: #ffffe4;
}


.pax-stats-content {
	margin-bottom: 40px;
}

.paxStats-totalrow td {
	padding: 5px 0;
	border-bottom: #ccc solid 2px;
}


#paxStats td.align-right, #paxStats th.align-right {
	text-align: right;
}
	
#paxStats td.align-left, #paxStats th.align-left {
	text-align: left;
}	

#paxStats td {
	border-bottom: #ccc solid 1px;
}
	



.rowColor1 {
	border-bottom:#e9e4d2 solid 1px;
	background-color: #fff;
}

.rowColor2 {
	border-bottom:#e9e4d2 solid 1px;
	/*
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #FFFAE6 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #FFFAE6 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #FFFAE6 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #FFFAE6));
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #FFFAE6 100%);
	background-image: linear-gradient(to top, #FFFFFF 0%, #FFFAE6 100%);
	*/
}



/*---------- airline logos ------------*/

#arrivalsDepartures td {
	
}

.airlineLogo {
	width: 140px;
	height: 31px;
	padding: 0;
	margin: 0;
	background-position:center;
	background-size: contain;
	background-repeat:no-repeat;
}


.AF {
	background-image:url(/images/airlines/airfrance.jpg);
	background-repeat:no-repeat;
}


.AZ {
	background-image:url(/images/airlines/alitalia.jpg);
	background-repeat:no-repeat;
}

.FL {
	background-image:url(/images/airlines/airtran.jpg);
	background-repeat:no-repeat;
}

.G4 {
	background-image:url(/images/airlines/allegiant.jpg);
	background-repeat:no-repeat;
}

.AA {
	background-image:url(/images/airlines/american.jpg);
	background-repeat:no-repeat;
}

.CM {
	background-image:url(/images/airlines/copa.jpg);
	background-repeat:no-repeat;
}

.DL {
	background-image:url(/images/airlines/delta.jpg);
	background-repeat:no-repeat;
}

.F9 {
	background-image:url(/images/airlines/frontier.jpg);
	background-repeat:no-repeat;
}

.B6 {
	background-image:url(/images/airlines/jetblue.jpg);
	background-repeat:no-repeat;
}

.KL {
	background-image:url(/images/airlines/klm.jpg);
	background-repeat:no-repeat;
}

.YV {
	background-image:url(/images/airlines/mesa.jpg);
	background-repeat:no-repeat;
}

.PD {
	background-image:url(/images/airlines/porter.jpg);
	background-repeat:no-repeat;
}

.WN {
	background-image:url(/images/airlines/southwest.jpg);
	background-repeat:no-repeat;
}

.NK {
	background-image:url(/images/airlines/spirit.jpg);
	background-repeat:no-repeat;
}

.UA {
	background-image:url(/images/airlines/united.jpg);
	background-repeat:no-repeat;
}

.US {
	background-image:url(/images/airlines/usairways.jpg);
	background-repeat:no-repeat;
}

.LH {
	background-image:url(/images/airlines/lufthansa.jpg);
	background-repeat:no-repeat;
}

.WS {
	background-image:url(/images/airlines/westjet.jpg);
	background-repeat:no-repeat;
}


.SNC {
	background-image:url(/images/airlines/aircargocarriers.jpg);
	background-repeat:no-repeat;
}

.MTN {
	background-image:url(/images/airlines/mountainair.jpg);
	background-repeat:no-repeat;
}














/* arrival departure box on home page */

#arrivalDepartureBox {
	width: 312px;
	height: 320px;
	background-color: #a3cc41;
}

/*
#arrivalDepartureBox #map_canvas {
	width: 312px;
	height: 320px;
	position:absolute;
	left: 0;
	top: 0;
}
*/

#tabs_AD {
	font-size: 90%;
	margin: 0 0;
}
#tabs_AD ul {
	position:absolute;
	bottom: 0;
	left: 0;
	background-color: #a3cc41;
	background-image:url(/images/tabBackground_green.jpg);
	background-repeat:repeat-x;
	width: 312px;
	height: 32px;
	padding: 0 0 3px 0;
}
#tabs_AD li {
	margin-left: 8px;
	list-style: none;
	background-image: none;
	padding: 0;
	margin: 0;
}
* html #tabs_AD li {
	display: inline;
}
#tabs_AD li, #tabs_AD li a {
	float: left;
	font-size: 12px;
	line-height: 12px;
}
#tabs_AD ul li.active {
/*background: #FFFFCC;*/
}

#tabs_AD ul li.active a {
	color: #fff;
}
#tabs_AD div {
	/*background: #FFFFCC;*/
	clear: both;
	padding: 20px;
	min-height: 200px;
	height: 245px;
}
#tabs_AD div h2 {
	margin: 0 0 12px 0;
	color: #fff;
	text-shadow: #7e9e32 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}
#tabs_AD div h3 {
	margin-bottom: 12px;
}
#tabs_AD div th {
	margin: 0 0 0 0;
	color: #fff;
	font-size: 11px;
	font-weight:700;
	padding-bottom: 5px;
	font-family: 'Lato', sans-serif;
	text-shadow: #7e9e32 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
	border-bottom: #b0dc46 solid 1px;
}
#tabs_AD div td {
	margin: 0 0 0 0;
	padding: 0 5px 5px 0;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	font-weight:700;
	text-shadow: #7e9e32 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
	border-bottom: #b0dc46 solid 1px;
}
#tabs_AD div p {
	line-height: 150%;
}
#tabs_AD ul li a {
	background-image:url(/images/buttonGreen_background.png);
	background-repeat:no-repeat;
	width: 104px;
	height: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	text-align: center;
	text-indent: none;
	text-decoration: none;
	padding: 10px 0;
	color: #fff;
	text-shadow: #7e9e32 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}



.buttonRow {
	background-color: #88ab36;
	padding: 20px 50px;
}

.buttonRow h1 {
	color: #fff;
	font-size:18px;
	padding: 0;
	margin: 0;
	text-shadow: #7e9e32 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}

.buttonRow a {
	color: #fff;
}

.brandDonts li {
	list-style: none;
	background-image: none;
	padding: 0;
	border-top: #e6e4e5 solid 1px;
	height: 55px;
}

.brandDonts li div {
	float: right; width: 250px; 
	margin: 0 20px 0 0;
	text-align: right;
}

.downloads {
	padding: 0 0 0 0; margin: 0;
	background-repeat: no-repeat;
	clear: both;
	min-height: 73px;
}
.downloads:after { clear: both; }

.downloads a {
	text-decoration: none;
	outline: none;
}

.ai, .doc_ai {
	background-image:url(/images/docImages/doc-ai.jpg); background-repeat: no-repeat;
}

.eps, .doc_eps {
	background-image:url(/images/docImages/doc-eps.jpg); background-repeat: no-repeat;
}

.png, .doc_png {
	background-image:url(/images/docImages/doc-png.jpg); background-repeat: no-repeat;
}

.jpg, .doc_jpg {
	background-image:url(/images/docImages/doc-jpg.jpg); background-repeat: no-repeat;
}

.doc, .docx, .doc_word {
	background-image:url(/images/docImages/doc-word.jpg); background-repeat: no-repeat;
}

.pdf, .doc_pdf {
	background-image:url(/images/docImages/doc-pdf.jpg); background-repeat: no-repeat;
}

.xls {
	background-image:url(/images/docImages/doc-xls.jpg); background-repeat: no-repeat;
}

.ppt {
	background-image:url(/images/docImages/doc-ppt.jpg); background-repeat: no-repeat;
}

.zip {
	background-image:url(/images/docImages/doc-zip.jpg); background-repeat: no-repeat;
}


.downloads h3 {
	padding: 20px 0 0 0;
}



/* flight tracking */

#map_canvas {
	width: 100%;
	height: 350px;
	position:relative;
}


.flightInfoBoxClass {
	background-color: #fff;
	border:#999 solid 1p;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #003;
	padding: 15px;
	-moz-box-shadow: 10px 10px 10px #697b26;
	-webkit-box-shadow: 10px 10px 10px #697b26;
	box-shadow: 10px 10px 10px #697b26;		
	behavior: url(/css/ie-css3.htc);
	
}

/*
.loadingGraphic {
	position: absolute;
	z-index: 1000;
	background-image:url(/flighttracking/images/grid-loading.gif);
	background-repeat: no-repeat;
}
*/




#loadingGraphic {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 0;
	background-color:#000000;
	opacity: 0.85;
	cursor: pointer;
	z-index: 8020;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 10px 10px 10px #697b26;
	-webkit-box-shadow: 10px 10px 10px #697b26;
	box-shadow: 10px 10px 10px #697b26;	
	behavior: url(/css/ie-css3.htc);
}

#loadingGraphic div {
	width: 44px;
	height: 44px;
	background: url('/fancybox/fancybox_loading.gif') center center no-repeat;
}



/* events */

.dateBox {
	background-image:url(/images/dateBackground.jpg);
	background-repeat:no-repeat;
	width: 124px;
	height: 124px;
	font-family: 'Lato', sans-serif;
	float: left;
	margin: -5px 10px 0 -10px;
}

.dateBox .month {
	font-size: 17px;
	line-height: 18px;
	color: #fff;
	width: 124px;
	overflow: hidden;
	text-align:center;
	padding: 13px 0;
	text-shadow: #0a4c6a 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}


.dateBox .day {
	font-size: 60px;
	line-height: 60px;
	color: #535353;
	width: 124px;
	overflow: hidden;
	text-align:center;
	text-shadow: #cccccc 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}



/* ----------------- right column nav -----------------------*/

#rightColNav  {
	margin: 0;
	padding: 0 0 35px 0;
	background-image:none;
	
}

#rightColNav ul {
	margin: 0;
	padding: 0;
	background-image:none;
}

#rightColNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	background-image:none;
}


/* 328 x 46 */
#rightColNav li a {
	margin: 0 0 0 -30px;
	display: block;
	width: 270px;
	
	list-style: none;
	background-image:none;
	padding: 12px 15px 15px 30px;
	font-family: 'Abel', sans-serif;
	font-weight:400;
	color: #1390ca;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
	behavior: url(/css/ie-css3.htc);
	font-size:20px;
	line-height: 20px;
	
	border-bottom: #eaedde solid 1px;
	z-index:1000;
}

#rightColNav li a:hover {
	background-image:url(../images/lowerLevelButtonBackground.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	margin: 0 0 0 -38px;
	padding: 12px 15px 16px 40px;
	color: #fff;
	text-shadow: #4da0ae 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}

#rightColNav li a.active {
	background-image:url(../images/lowerLevelButtonBackground.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	margin: 0 0 0 -38px;
	padding: 12px 15px 16px 40px;
	color: #fff;
	text-shadow: #4da0ae 1px 1px 1px;
	behavior: url(/css/ie-css3.htc);
}

/* surveys */

.surveyiframe {
	width: 260px;
	height: 500px;
	border: none;
}

/* added by jpa */

td {
	text-align: left;
}


.error {
	font-weight: bold;
}

/* added by John Ramon */

/* questions */

.questionAnswerRow {
	margin: 10px 0;
	padding: 20px;
	background-color: #f0f7fa;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
	 -moz-border-radius: 6px/*{cornerRadius}*/; -webkit-border-radius: 6px/*{cornerRadius}*/; border-radius: 6px/*{cornerRadius}*/;	
}

.questionRequiredText {
	margin: 0 0 20px 0;
	font-family: 'Lato', sans-serif;
	/*font-family: 'Abel',Helvetica, sans-serif;*/
	font-size: 13px;
	font-weight:400;
	line-height: 24px;
	color: #777777;
	
}

.question {
	font-family: 'Lato', sans-serif;
	/*font-family: 'Abel',Helvetica, sans-serif;*/
	font-size: 20px;
	line-height: 24px;
	color: #777777;
	padding: 0 0 8px 0;
	margin: 0;
	font-weight:400;
	width:100%;
}

.answers question {
	display: inline;
}


/* answers text */
.answers {
	width: 100%;
	padding: 0 0 5px 0;
	color: #777777;
}

.answers p {
	font-size: 18px;
	padding: 15px;
	margin: 20px 0;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 3px #ccc;
	-webkit-box-shadow: 0px 0px 3px #ccc;
	box-shadow: 0px 0px 3px #ccc;
	 -moz-border-radius: 6px/*{cornerRadius}*/; -webkit-border-radius: 6px/*{cornerRadius}*/; border-radius: 6px/*{cornerRadius}*/;	
}

.answers label {
	display: inline;
	font-size: 16px;
	padding: 0 0 0 15px;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
}

.answers .inputText {
	font-family:Helvetica, Arial, sans-serif;
	width:70%; 
	height: 18px; 
	border-bottom:#e6e4e5 1px solid;
	border-left:#e6e4e5 1px solid;
	border-top: #e6e4e5 1px solid;
	border-right:#e6e4e5 1px solid;
	/*background-image:url(/images/inputFieldBackground.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
	background-color: #FFFFFF;
	margin: 0 0 0 10px;
	padding:2px;
	display:inline;
	font-size: 11px;
}

/* Survey name */
.surveyName{
	font-family: 'Abel', sans-serif;
	font-size: 30px;
	font-weight:400;
	color: #1390ca;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
	behavior: url(/css/ie-css3.htc);
}
/* page # of # - text */
.pages {
	font-size: 14px;
	font-weight: 700;
	padding: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* class for survey complete message */
.surveyDone {
}
/* class for survey messages */
.surveyMessages {

}

.surveyDone {
	font-family: 'Abel', sans-serif;
	font-size: 30px;
	font-weight:400;
	color: #1390ca;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
	behavior: url(/css/ie-css3.htc);
}

.required {
	color: #ff0000;
	font-size: 18px;
}

.button_previous {
	background-image:url(../images/button-previous.jpg);
	background-repeat: no-repeat;
	width: 142px;
	height: 32px;
	text-indent: -1000px;
	border: none;
}

.button_submit_answer {
	background-image:url(../images/button-submit-answers.jpg);
	background-repeat: no-repeat;
	width: 142px;
	height: 32px;
	text-indent: -1000px;
	border: none;
}


/* jquery ui */
/* Overlays */

.faq-form-head {
	color: #ffa240;
	font-size: 24px;
	line-height: 26px;
	padding-top: 0;
	margin-top: 0;
}



#faq h3 {
	padding: 15px 0 15px 30px;
	margin-left: 0;
	margin: 0 0 0 0;
	background-image: none;
	font-size: .85em;
	background-color:transparent;
	font-family: 'Lato', sans-serif;
	
}

#faq .ui-icon {
	width: 23px;
	height: 23px;
	margin-top: -11px;
	margin-left: 0;
	left: 0;
	padding-left: 0;
}

.arrow-open {
	width: 23px;
	height: 23px;
	overflow: hidden;
	background-image: url(/images/arrows-open-close.png) !important;
	background-repeat: no-repeat;
	background-position: 0 -23px;
	margin-top: -2px;
}

.arrow-closed {
	width: 23px;
	height: 23px;
	overflow: hidden;
	background-image: url(/images/arrows-open-close.png) !important;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: -2px;
}


.ui-widget {
	padding: 0;
	margin: 0;
}

.ui-widget-header {
	padding: 0;
	margin: 0;
}

.ui-widget-content {
	border: none;
}



.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	outline: none;
	min-height: 0; 
	border: none;
	border-bottom:#e6e4e5 solid 1px;
}




.ui-accordion .ui-accordion-header-active, .ui-state-active { border-bottom: 0 !important; border-bottom: none; }

.ui-accordion .ui-accordion-icons {
	padding-left: 0;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 0;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	border: none;
	border-top: 0;
	overflow: auto;
	padding: 0;
	margin: 0 0 0 0;
	padding-left: 30px;
	border-bottom:#e6e4e5 solid 1px;
}


.ui-accordion-icons .ui-accordion-header a { padding-left: 0; }

