@font-face {
    font-family: 'HanzelItalic';
    src: url('/css/fonts/hanzel_italic-webfont.eot');
    src: url('/css/fonts/hanzel_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/hanzel_italic-webfont.woff') format('woff'),
         url('/css/fonts/hanzel_italic-webfont.ttf') format('truetype'),
         url('/css/fonts/hanzel_italic-webfont.svg#hanzelitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FrutigerRoman';
    src: url('/css/fonts/frutiger-roman-webfont.eot');
    src: url('/css/fonts/frutiger-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/frutiger-roman-webfont.woff') format('woff'),
         url('/css/fonts/frutiger-roman-webfont.ttf') format('truetype'),
         url('/css/fonts/frutiger-roman-webfont.svg#frutiger_55roman') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FrutigerBlackCN';
    src: url('/css/fonts/frutiger-blackcn-webfont.eot');
    src: url('/css/fonts/frutiger-blackcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/frutiger-blackcn-webfont.woff') format('woff'),
         url('/css/fonts/frutiger-blackcn-webfont.ttf') format('truetype'),
         url('/css/fonts/frutiger-blackcn-webfont.svg#frutiger_77_black_condensedRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FrutigerBold';
    src: url('/css/fonts/frutiger-bold-webfont.eot');
    src: url('/css/fonts/frutiger-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/frutiger-bold-webfont.woff') format('woff'),
         url('/css/fonts/frutiger-bold-webfont.ttf') format('truetype'),
         url('/css/fonts/frutiger-bold-webfont.svg#frutiger_65bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*
@font-face {
    font-family: 'FrutigerItalic';
    src: url('/css/fonts/frutiger-italic-webfont.eot');
    src: url('/css/fonts/frutiger-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/frutiger-italic-webfont.woff') format('woff'),
         url('/css/fonts/frutiger-italic-webfont.ttf') format('truetype'),
         url('/css/fonts/frutiger-italic-webfont.svg#frutiger_56italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

@font-face {
	font-family: 'MyriadProRegular';
	src: url('/css/fonts/myriadpro-regular.eot');
	src: url('/css/fonts/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
			 url('/css/fonts/myriadpro-regular.woff') format('woff'),
			 url('/css/fonts/myriadpro-regular.ttf') format('truetype'),
			 url('/css/fonts/myriadpro-regular.svg#myriadpro-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProRegularItalic';
	src: url('/css/fonts/myriadpro-it.eot');
	src: url('/css/fonts/myriadpro-it.eot?#iefix') format('embedded-opentype'),
			 url('/css/fonts/myriadpro-it.woff') format('woff'),
			 url('/css/fonts/myriadpro-it.ttf') format('truetype'),
			 url('/css/fonts/myriadpro-it.svg#myriadpro-it') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProSemibold';
	src: url('/css/fonts/myriadpro-semibold.eot');
	src: url('/css/fonts/myriadpro-semibold.eot?#iefix') format('embedded-opentype'),
			 url('/css/fonts/myriadpro-semibold.woff') format('woff'),
			 url('/css/fonts/myriadpro-semibold.ttf') format('truetype'),
			 url('/css/fonts/myriadpro-semibold.svg#myriadpro-semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadProSemiboldItalic';
	src: url('/css/fonts/myriadpro-semiboldit.eot');
	src: url('/css/fonts/myriadpro-semiboldit.eot?#iefix') format('embedded-opentype'),
			 url('/css/fonts/myriadpro-semiboldit.woff') format('woff'),
			 url('/css/fonts/myriadpro-semiboldit.ttf') format('truetype'),
			 url('/css/fonts/myriadpro-semiboldit.svg#myriadpro-semiboldit') format('svg');
	font-weight: normal;
	font-style: normal;
}

body
{
width: 100%;
color: #fff;
font-family: "Myriad Pro", MyriadProRegular, Arial, Helvetica, Tahoma, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 62.5%;
position: relative;
text-align: center;
overflow: hidden;
padding: 0;
margin: 0 auto;
background: #fff url(/images/bg.jpg) repeat-x;
}
body.popup
{
background: #fff;
}

* { -webkit-text-size-adjust:none; }

html
{
min-height: 100%;
margin-bottom: 1px;
overflow: -moz-scrollbars-vertical;
overflow-x: auto;
}
img, object, embed
{
border: 0px none;
display: block;
outline: none;
margin: 0;
padding: 0;
}
section, article, nav, aside, footer, menu
{
display: block;
margin: 0;
padding: 0;
}
form
{
margin: 0;
padding: 0;
}
img.imageright
{
float: right;
padding: 0 0 15px 20px;
}
img.imageleft
{
float: left;
padding: 0 20px 15px 0;
}

div.bg
{
width: 100%;
margin: 0;
padding: 0 0 0 0;
position: absolute;
z-index: 0;
left: 0;
top: 75px;
overflow: hidden;
}
div.bg img
{
position: absolute;
display: none;
top: 0;
left: 0;
}

div.imageleftcaption, div.imagerightcaption
{
float: left;
margin: 0 15px 15px 0;
padding: 10px 10px 5px 10px;
border: 1px solid #777777;
background: #fff;
text-align: center;
}
div.imagerightcaption
{
float: right;
margin: 0 0 15px 15px;
}

a:link, a:visited
{
outline: none;
color: #fff;
text-decoration: underline;
}
a:hover, a:active, a.active:visited, a.active:link
{
outline: none;
color: #9e9e9e;
text-decoration: underline;
}

hr
{
clear: both;
width: 100%;
height: 1px;
color: #000;
border: 0px none;
border-bottom: 1px dotted #777777;
padding: 15px 0 0 0;
margin: 0 0 15px 0;
line-height: 1em;
}

input
{
outline: none;
}
input.input, textarea, select
{
font-size: 1em;
line-height: 1em;
font-family: arial, verdana;
padding: 2px;
border: 0 none;
color: #373737;
outline: none;
}
select
{
padding: 1px;
}

h1, h2, h3, h4
{
padding: 0;
margin: 1em 0 .6em 0;
display: block;
font-size: 1.6em;
line-height: 1.1em;
color: #fff;
}
h2.nomargin, h3.nomargin, h4.nomargin{margin-top: 0;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}

p
{
padding: 0;
margin: 0 0 .6em 0;
font-size: 1.4em;
line-height: 1.4em;
}
h3, h4, p.strong, ul li strong, ol li strong
{
font-family: "Myriad Pro SemiBold", MyriadProSemiBold;
font-style: normal;
font-weight: normal;
}
p.intro
{
font-size: 1.6em;
}
p.large
{
font-size: 1.8em;
}
p.margin
{
clear: left;
padding-top: 20px;
}
p small
{
font-size: .9em;
}
p.small
{
font-size: 1em;
}
ul, ol
{
margin: 0 0 1.2em 0;
padding: 0 0 0 20px;
}
ol
{
padding: 0 0 0 30px;
}
ul li, ol li
{
font-size: 1.4em;
line-height: 1.4em;
}
li li
{
font-size: 1em;
}
ul li *, ol li *
{
font-size: 1em;
}

em
{
font-family: MyriadProRegularItalic;
font-weight: normal;
font-style: normal;
}
strong
{
font-family: MyriadProSemibold;
font-weight: normal;
font-style: normal;
}
strong em, em strong
{
font-family: MyriadProSemiboldItalic;
font-weight: normal;
font-style: normal;
}

div.thl ul.social li.imagelink
{
margin: 0;
padding: 0;
float: left;
display: block;
text-indent: -8000px;
font-size: .05em;
line-height: .05em;
}
div.thl ul.social li.imagelink a
{
float: left;
display: block;
text-decoration: none;
}
p.logo, h1.logo
{
position: relative;
padding: 0 0 0 13px;
margin: -9px 0 0 0;
width: 187px;
height: 72px;
float: left;
}
p.logo img, h1.logo img
{
float: left;
}

div.thl
{
width: 970px;
margin: auto;
position: relative;
z-index: 2;
text-align: left;
}

div.thl ul.social
{
position: absolute;
z-index: 3;
right: 48px;
top: 92px;
padding: 0;
margin: 0;
list-style-type: none;
}
div.thl ul.social li
{
float: left;
}
div.thl ul.social li.fblike
{
padding: 7px 0 0 0;
}
div.thl ul.social li.imagelink
{
padding: 0 0 0 10px;
}
div.thl ul.social li a
{
height: 28px;
background: url(/images/social.png?v2) no-repeat;
}
div.thl ul.social li.fb, div.thl ul.social li.fb a{width: 21px;}
div.thl ul.social li.fb a{background-position: 0 0;}
div.thl ul.social li.fb a:hover{background-position: 0 -28px;}

div.thl ul.social li.inst, div.thl ul.social li.inst a{width: 21px;}
div.thl ul.social li.inst a{background-position: -30px 0;}
div.thl ul.social li.inst a:hover{background-position: -30px -28px;}

div.thl ul.social li.yt, div.thl ul.social li.yt a{width: 23px;}
div.thl ul.social li.yt a{background-position: -61px 0;}
div.thl ul.social li.yt a:hover{background-position: -61px -28px;}

header
{
position: absolute;
z-index: 2;
width: 100%;
top: 75px;
left: 0;
padding: 0;
margin: 0;
background: url(/images/header.png) no-repeat;
height: 94px;
}



article
{
position: relative;
z-index: 1;
width: 960px;
overflow: hidden;
padding: 0 5px;
margin: 80px 0 0 0;
float: left;
}

section.home
{
width: 100%;
float: left;
height: 549px;
position: relative;
}
section.home ul.imenu
{
margin: 315px 0 0 0;
padding: 0 0 0 130px;
list-style-type: none;
float: left;
width: 100%;
position: relative;
}
section.home ul.imenu li
{
float: left;
text-align: center;
text-transform: uppercase;
font-family: 'HanzelItalic';
font-style: normal;
font-weight: normal;
font-size: 1.6em;
line-height: 1.1em;
}
section.home ul.imenu li a
{
float: left;
background: url(/images/imenu.png) no-repeat;
}
section.home ul.imenu li.charters a
{
background-position: 0 0;
padding: 77px 0 0 0;
width: 119px;
}
section.home ul.imenu li.info a
{
background-position: -119px 0;
padding: 114px 0 0 0;
width: 142px;
}
section.home ul.imenu li.scenic a
{
background-position: -261px 0;
padding: 146px 0 0 0;
width: 173px;
}
section.home ul.imenu li.booknow a
{
background-position: -434px 0;
padding: 114px 0 0 0;
width: 143px;
}
section.home ul.imenu li.commercial a
{
background-position: -577px 0;
padding: 77px 0 0 0;
width: 133px;
}
section.home ul.imenu li a:link, section.home ul.imenu li a:visited
{
color: #ed1c24;
text-decoration: none;
}
section.home ul.imenu li a:hover, section.home ul.imenu li a:active
{
color: #293791;
text-decoration: none;
}

section.content
{
float: left;
width: 100%;
margin: 46px 0 0 0;
min-height: 465px;
position: relative;
background: url(/images/content.png?v2) repeat-x;
-o-box-shadow: 0px 2px 3px #444;
-moz-box-shadow: 0px 2px 3px #444;
-webkit-box-shadow: 0px 2px 3px #444;
box-shadow: 0px 2px 3px #444;
}
section.contentflight
{
min-height: 662px;
}
section.content h1
{
font-size: 1em;
color: #fff;
margin: -46px 0 0 0;
padding: 0;
float: left;
width: 100%;
background: url(/images/h1.png) repeat-x;
line-height: 1.1em;
-o-box-shadow: 0px 2px 3px #444;
-moz-box-shadow: 0px 2px 3px #444;
-webkit-box-shadow: 0px 2px 3px #444;
box-shadow: 0px 2px 3px #444;
}
section.content h1 span.heli
{
float: left;
font-size: 3.2em;
line-height: 46px;
padding: 0 0 0 50px;
background: url(/images/h1heli.png) no-repeat 9px 10px;
font-family: 'HanzelItalic';
font-weight: normal;
font-style: normal;
text-transform: uppercase;
}
section.content h1 span.subheading
{
float: right;
font-size: 1.3em;
line-height: 36px;
padding: 10px 20px 0 0;
font-family: 'FrutigerBlackCN';
font-style: normal;
font-weight: normal;
text-transform: uppercase;
}
section.content h2
{
text-transform: uppercase;
font-family: 'HanzelItalic';
font-style: normal;
font-weight: normal;
font-size: 1.7em;
}

section.content div.slideshow
{
float: left;
width: 100%;
height: 287px;
position: relative;
border-bottom: 1px solid #fff;
}
section.content div.slideshow img
{
top: 0;
left: 0;
position: absolute;
}
section.content aside.videos
{
float: right;
width: 236px;
padding: 11px 16px 16px 0;
}
section.content aside.videos div.videosinner
{
float: left;
padding: 10px;
width: 216px;
background: url(/images/aside.png);
}
section.content aside.videos div.videoscrollpane
{
float: left;
width: 100%;
height: 417px;
}
section.content aside.videos h2
{
width: 100%;
float: left;
margin: 0 0 10px 0;
cursor: pointer;
line-height: 17px;
}
section.content aside.videos h2 span
{
float: left;
padding: 0 24px 0 0;
background: url(/images/arrowaccordian.png) no-repeat top right;
}
section.content aside.videos h2.ui-state-active span
{
background-position: bottom right;
}
section.content aside.videos ul
{
width: 180px;
float: left;
margin: 0;
padding: 0;
list-style-type: none;
}
section.content aside.videos ul li
{
float: left;
width: 100%;
text-transform: uppercase;
font-family: 'FrutigerBlackCN';
font-style: normal;
font-weight: normal;
margin: 0 0 5px 0;
font-size: 1.2em;
}
section.content aside.videos ul li img
{
float: left;
padding: 0 0 2px 0;
}
section.content aside.videos ul li a:link, section.content aside.videos ul li a:visited
{
color: #9e9e9e;
text-decoration: none;
}
section.content aside.videos ul li a:hover, section.content aside.videos ul li a:active,
section.content aside.videos ul li a.active:link, section.content aside.videos ul li a.active:visited
{
color: #fff;
text-decoration: none;
}

section.content div.videoholder
{
float: left;
width: 613px;
height: 416px;
padding: 21px 0 28px 50px;
}

section.content ul.gallery
{
float: left;
width: 870px;
padding: 20px 40px 10px 50px;
list-style-type: none;
}
section.content ul.gallery li
{
padding: 0 10px 10px 0;
float: left;
}
section.content ul.gallery li a
{
float: left;
}


section.content div.inner
{
float: left;
width: 860px;
padding: 20px 50px 10px 50px;
min-height: 99px;
}
section.content div.inner div.link
{
float: left;
width: 100%;
padding: 8px 0;
}
section.content div.inner div.link p
{
float: left;
width: 680px;
margin: 0;
}
section.content div.inner div.link img
{
float: right;
cursor: pointer;
}
section.content div.innerleft
{
float: left;
width: 642px;
padding: 20px 0 10px 50px;
}
section.content div.innerright
{
float: right;
width: 190px;
padding: 20px 50px 10px 0;
}

section.content div.boxes
{
float: left;
width: 918px;
margin: 0;
padding: 0 25px 0 25px;
}
section.content div.boxesteam
{
margin: 15px 0 0 0;
}
section.content div.boxescontact
{
width: 654px;
padding: 0;
}
section.content div.boxes div#boxes
{
width: 918px;
}
section.content div.boxescontact div#boxes
{
width: 654px;
}
section.content div.boxes div.boxscrollpane
{
float: left;
width: 100%;
overflow: hidden;
/*height: 350px;*/
}
section.content div.boxesteam div.boxscrollpane
{
/*height: 635px;*/
}
section.content div.boxescontact div.boxscrollpane
{
/*height: 450px;*/
}
section.content div.boxes div.box
{
float: left;
width: 236px;
padding: 8px 12px;
margin: 0 40px 40px 0;
position: relative;
border: 3px solid #fff;
-o-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: #27348a;
background-image: linear-gradient(bottom, rgb(27,36,95) 0%, rgb(41,55,145) 100%);
background-image: -o-linear-gradient(bottom, rgb(27,36,95) 0%, rgb(41,55,145) 100%);
background-image: -moz-linear-gradient(bottom, rgb(27,36,95) 0%, rgb(41,55,145) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(27,36,95) 0%, rgb(41,55,145) 100%);
background-image: -ms-linear-gradient(bottom, rgb(27,36,95) 0%, rgb(41,55,145) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(27,36,95)),
	color-stop(1, rgb(41,55,145))
);
}

section.content div.boxescontact div.box
{
width: 174px;
margin: 0 14px 14px 0;
overflow: hidden;
}
section.content div.boxescontact div.box div.boxwrap
{
float: left;
width: 174px;
}
section.content div.boxescontact div.box div.boxmap
{
float: right;
width: 200px;
height: 220px;
display: none;
}
section.content div.boxescontact div.box div.map
{
float: left;
height: 200px;
width: 200px;
margin: 0 0 4px 0;
}
section.content div.boxes div.box div.boxdeets
{
float: left;
width: 100%;
margin: 0 0 3px 0;
background: url(/images/boxesline.png) repeat-x bottom left;
}
section.content div.boxesteam div.box div.boxdeets
{
margin: 0;
background: none;
}

section.content div.boxes div.box div.boxdeets p.red
{
color: #ed1c24;
text-transform: uppercase;
font-family: 'HanzelItalic';
font-style: normal;
font-weight: normal;
background: url(/images/h1heli.png) no-repeat top right;
min-height: 23px;
font-size: 1.3em;
margin: 0;
}
section.content div.boxes div.box div.boxdeets h2
{
text-transform: uppercase;
font-size: 1.9em;
margin: 0 0 .2em 0;
background: url(/images/boxesline.png) repeat-x bottom left;
}
section.content div.boxes div.box div.boxdeets p
{
line-height: 1.2em;
margin: 0 0 .3em 0;
}
section.content div.boxes div.box div.boxdeets h2 small
{
font-size: .7em;
}
section.content div.boxes div.box div.boxdesc p, section.content div.boxes div.box div.boxdesc ol li, section.content div.boxes div.box div.boxdesc ul li
{
font-size: 1.3em;
}
section.content div.boxesteam div.box div.boxdesc p, section.content div.boxesteam div.box div.boxdesc ol li, section.content div.boxesteam div.box div.boxdesc ul li
{
font-size: 1.2em;
}
section.content div.boxes div.box div.boxdesc
{
float: left;
width: 100%;
padding: 3px 0 0 0;
color: #9e9e9e;
}
section.content div.boxescontact div.box div.boxdeets, section.content div.boxescontact div.box div.boxdesc
{
width: 174px;
}
section.content div.boxes div.box p.link, section.content div.boxes div.box div.boxdesc p.link
{
font-size: 1.2em;
}

section.content div.boxes div.box div.boxdesc p.snowlanding
{
line-height: 20px;
font-size: 1.1em;
color: #fff;
text-transform: uppercase;
background: url(/images/snowlanding.png) no-repeat;
padding: 0 0 0 26px;
}
section.content div.boxes div.box div.boxdesc p.snow2landing
{
background: url(/images/snow2landing.png) no-repeat;
}

section.content div.boxes div.box p.link
{
margin-bottom: 0;
text-transform: uppercase;
font-family: "Myriad Pro SemiBold", MyriadProSemiBold;
font-style: normal;
font-weight: normal;
}
section.content div.boxes div.box a:link, section.content div.boxes div.box a:visited
{
color: #ed1c24;
}
section.content div.boxes div.box a:hover, section.content div.boxes div.box a:active
{
color: #fff;
}

section.content div.boxes div.box ul.link
{
position: absolute;
bottom: -15px;
right: -22px;
list-style-type: none;
padding: 0;
margin: 0;
}
section.content div.boxes div.box ul.link li
{
float: left;
width: 73px;
height: 42px;
font-size: 1.1em;
line-height: 1.2em;
text-transform: uppercase;
font-family: 'HanzelItalic';
font-style: normal;
font-weight: normal;
text-align: center;
}
section.content div.boxes div.box ul.link li a
{
float: left;
width: 51px;
height: 31px;
padding: 4px 22px 7px 0;
background: url(/images/boxeslink.png) no-repeat;
text-decoration: none;
}

section.content div.boxes div.box ul.link li a:link, section.content div.boxes div.box ul.link li a:visited
{
color: #fff;
}
section.content div.boxes div.box ul.link li a:hover, section.content div.boxes div.box ul.link li a:active
{
color: #fff;
background-position: bottom left;
}

section.content div.left
{
float: left;
width: 470px;
padding: 45px 0 15px 35px;
}
section.contentlocations div.left
{
width: 320px;
}
section.content div.right
{
float: right;
width: 446px;
}
section.content div.right p
{
margin: 0;
}

section.content div.wide
{
float: left;
width: 912px;
padding: 45px 34px 15px 35px;
}

section.content table
{
float: left;
width: 100%;
table-layout: fixed;
margin: 5px 0 15px 0;
}
section.content table td, section.content table th
{
padding: 5px;
border-bottom: 1px dotted #777777;
font-size: 1.2em;
vertical-align: top;
text-align: left;
}
section.content table td *, section.content table th *
{
font-size: 1em;
margin: 0;
}
section.content table th
{
font-weight: bold;
background: #000;
color: #fff;
}
section.content table tr:hover td
{
background: #333;
}


article.popup
{
margin: 0;
padding: 0;
width: 430px;
}
article.popup section.content
{
margin: 50px 0 0 0;
text-align: left;
}
article.popup section.content div.form
{
float: left;
padding: 20px;
width: 390px;
}


/* ######## Form Stuff ######## */


div.form h2
{
margin-top: 0;
color: #fff;
}
div.form form
{
float: left;
width: 100%;
}
div.form div.formleft, div.form div.formright
{
float: left;
width: 190px;
}
div.form div.formright
{
float: right;
}
div.form div.fool
{
display: none;
}
div.form p
{
width: 100%;
float: left;
font-size: 1.2em;
}
div.form p label
{
font-weight: bold;
}
section.content div.right div.form p
{
margin: 0 0 .4em 0;
}
div.form ul li
{
font-size: 1.1em;
}
div.form p.submit
{
padding: 10px 0 0 0;
margin: 0;
}
div.form p.check input
{
vertical-align: middle;
}
div.form p.check
{
margin: 0;
}
div.form p.submit input.submit
{
height: 34px;
background: none;
border: 0 none;
color: #fff;
padding: 0;
}
div.form p.info
{
margin: 6px 0 6px 0;
font-size: 1.1em;
}
div.form p.field
{
margin: 0 0 6px 0;
padding: 0;
}
div.form p.field input.input, div.form p.field textarea, div.form p.field select
{
margin: 0;
font-size: 1em;
width: 184px;
border: 0 none;
background: #dedede;
border: 1px solid #707070;
box-shadow:inset 2px 2px 2px #ccc;
color: #333;
}
div.form p.field input.auto
{
width: auto;
}
div.form p.field textarea
{
height: 90px;
}
div.form p.field input.alert, div.form p.field select.alert, div.form p.field textarea.alert
{
border: 1px solid #ff0000;
}

div.form p.field select
{
width: 190px;
}
div.form p.field select.auto
{
width: auto;
}
div.form span.star
{
color: #ff0000;
font-weight: bold;
}
div.form p.field input#verify
{
width: 60px;
}
div.form p.field img
{
display: inline;
vertical-align: top;
padding-left: 3px;
}

div.status
{
background: #ff0000;
-o-border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border: 1px solid #ff0000;
width: 388px;
margin: 0 0 10px 0;
float: left;
}
div.innerright div.status
{
width: 188px;
}
div.status p
{
width: 378px;
float: left;
padding: 3px 5px;
margin: 0;
color: #fff;
font-weight: bold;
}
div.innerright div.status p
{
width: 178px;
}
div.status ul
{
width: 358px;
float: left;
padding: 3px 5px 3px 25px;
background: #fff;
color: #ff0000;
margin: 0;
}
div.innerright div.status ul
{
width: 158px;
}
div.form p.field span.small
{
line-height: 1em;
font-size: .9em;
}
div.status p a:link, div.status p a:visited
{
color: #000;
}
div.status p a:hover, div.status p a:active
{
color: #fff;
}

form.loading, div.loading
{
background: url(/images/loading.gif) no-repeat top right;
}

/* ######## END Form Stuff ######## */

div.footer
{
width: 100%;
float: left;
position: relative;
z-index: 1;
text-align: center;
padding: 104px 0 10px 0;
margin: -94px auto 0 auto;
background: url(/images/footer.png) no-repeat top right;
}
div.footer footer
{
width: 960px;
margin: auto;
position: relative;
z-index: 3;
color: #6e6e6e;
text-align: left;
padding: 0;
}
footer a.qualmark
{
position: absolute;
right: 0;
bottom: -30px;
}
footer a.qualmark img
{
position: relative;
}
footer div.links
{
width: 678px;
float: right;
position: relative;
}
footer div.links ul
{
width: 186px;
float: left;
margin: 0;
list-style-type: none;
padding: 0 0 0 40px;
}
footer div.links ul li
{
font-size: 1em;
float: left;
width: 100%;
margin: 0 0 4px 0;
}
footer div.links ul li h2
{
font-size: 1.4em;
font-family: 'FrutigerRoman';
font-style: normal;
font-weight: normal;
color: #293791;
text-transform: uppercase;
margin: 0 0 7px 0;
padding: 0 0 7px 0;
background: url(/images/footerline.png) no-repeat bottom left;
}
footer div.links ul li a
{
float: left;
font-size: 1.2em;
}
footer div.links ul li a:link, footer div.links ul li a:visited
{
color: #6f6f6f;
text-decoration: none;
}
footer div.links ul li a:hover, footer div.links ul li a:active
{
color: #000;
text-decoration: none;
}
footer ul.social
{
float: left;
width: 242px;
padding: 0 0 0 40px;
margin: 0;
list-style-type: none;
}
footer ul.social li
{
float: left;
width: 100%;
line-height: 27px;
font-size: 1.2em;
}
footer ul.social li a
{
float: left;
padding: 0 0 0 45px;
margin: 0 0 4px 0;
background: url(/images/footersocial.png?v2) no-repeat;
}
footer ul.social li.fb a{background-position: 0 3px;}
footer ul.social li.inst a{background-position: 0 -30px;}
footer ul.social li.yt a{background-position: 0 -64px;}
footer ul.social li.ta a{background-position: 0 -96px;}
footer ul.social li.ta a{background-position: 0 -96px;}
footer ul.social li.bm a{background-position: 0 -130px;}
footer ul.social li.eaf a{background-position: 0 -162px;}

footer ul.social li.fb a:hover{background-position: 0 -197px;}
footer ul.social li.inst a:hover{background-position: 0 -230px;}
footer ul.social li.yt a:hover{background-position: 0 -264px;}
footer ul.social li.ta a:hover{background-position: 0 -296px;}
footer ul.social li.ta a:hover{background-position: 0 -296px;}
footer ul.social li.bm a:hover{background-position: 0 -330px;}
footer ul.social li.eaf a:hover{background-position: 0 -362px;}

footer ul.social li a:link, footer ul.social li a:visited
{
color: #293791;
text-decoration: none;
}
footer ul.social li a:hover, footer ul.social li a:active
{
color: #ed1c24;
text-decoration: none;
}

footer p
{
float: left;
width: 100%;
padding: 10px 0 0 0;
margin: 0;
font-size: 1.2em;
color: #293791;
text-align: center;
}
footer p a:link, footer p a:visited
{
color: #293791;
text-decoration: none;
}
footer p a:hover, footer p a:active
{
color: #000;
text-decoration: none;
}
footer p a.credit:link, footer p a.credit:visited
{
color: #ed1c24;
text-decoration: none;
}
footer p a.credit:hover, footer p a.credit:active
{
color: #000;
text-decoration: none;
}


#fb-root
{
overflow: hidden;
position: absolute;
top: -10000px;
float: left;
width: 1px;
}
nav
{
position: relative;
z-index: 4;
float: left;
width: 950px;
padding: 0 5px 0 15px;
margin: 0;
height: 75px;
}
nav ul
{
padding: 0;
margin: 0;
list-style-type: none;
float: left;
width: 100%;
z-index: 2;
position: relative
}
nav ul.line2
{
padding: 3px 0;
}
nav ul.language
{
padding: 4px 116px 0 0;
float: right;
width: auto;
z-index: 1;
}
nav ul.booknow
{
position: absolute;
width: 129px;
top: 0;
right: 0;
margin: 0 -22px 0 0;
}
nav ul li
{
position: relative;
z-index: 1;
float: left;
font-size: 1em;
line-height: 1.1em;
margin: 0;
padding: 0;
color: #293791;
text-transform: uppercase;
}
nav ul.line1 li
{
font-family: 'HanzelItalic';
font-style: normal;
font-weight: normal;
}
nav ul.line2 li
{
font-family: 'FrutigerBlackCN';
font-style: normal;
font-weight: normal;
border-left: 1px solid #3d50c9;
border-right: 1px solid #171e51;
padding: 0 8px;
}
nav ul.language li
{
font-family: 'MyriadProSemibold';
font-style: normal;
font-weight: normal;
padding: 0 0 0 11px;
line-height: 12px;
}
nav ul.booknow li
{
text-indent: -8000px;
}
nav ul.booknow li, nav ul.booknow li a
{
width: 129px;
height: 88px;
}
nav ul.booknow li a
{
background: url(/images/booknow.png) no-repeat;
}
nav ul.booknow li a:hover, nav ul.booknow li a:active
{
background-position: bottom left;
}
nav ul.line2 li.first
{
border-left: 0 none;
padding-left: 16px;
}
nav ul.line2 li.last
{
border-right: 0 none;
padding-right: 0;
}
nav ul li a
{
position: relative;
z-index: 2;
float: left;
display: block;
margin: 0;
padding: 0;
}
nav ul.line1 li a
{
/*font-size: 1.3em;*/
font-size: 1.4em;
line-height: 32px;
/*padding: 0 8px 0 20px;*/
padding: 0 45px 0 20px;
}
nav ul.line2 li a
{
font-size: 1.3em;
line-height: 19px;
}
nav ul li a:link, nav ul li a:visited
{
color: #fff;
text-decoration: none;
}
nav ul.line1 li a:hover, nav ul.line1 li a:active
{
color: #293791;
text-decoration: none;
}
nav ul.line1 li a.active:link, nav ul.line1 li a.active:visited,
nav ul.line1 li a.active:hover, nav ul.line1 li a.active:active
{
color: #fff;
text-decoration: none;
padding-left: 24px;
background: url(/images/navsmall.png) no-repeat center left;
}
nav ul.line2 li a:hover, nav ul.line2 li a:active,
nav ul.line2 li a.active:link, nav ul.line2 li a.active:visited
{
color: #ed1c24;
text-decoration: none;
}



nav ul div.menu
{
position: absolute;
display: none;
width: 412px;
top: 17px;
left: -12px;
padding: 12px 0 0 12px;
background: #2e3192;
margin: 0;
}
nav ul div#nav3menu
{
width: 206px;
}
nav ul div.menu ul
{
float: left;
width: 100%;
padding: 0;
margin: 0;
}
nav ul div.menu ul li
{
border: 0 none;
width: 194px;
line-height: 1.4em;
font-size: 1em;
padding: 0 12px 12px 0;
font-family: "Myriad Pro", MyriadProRegular, Arial, Helvetica, Tahoma, sans-serif;
font-style: normal;
font-weight: normal;
}
nav ul div.menu ul li img
{
float: left;
margin: 0 10px 0 0;
border: 1px solid #888ac1;
}
nav ul div.menu ul li a
{
float: left;
padding: 0;
font-size: 1em;
line-height: 1em;
}
nav ul div.menu ul li a span
{
margin: 0 0 3px 0;
font-size: 1.3em;
line-height: 1.6em;
font-family: 'FrutigerBlackCN';
font-style: normal;
font-weight: normal;
}
nav ul div.menu ul li a small
{
font-size: 1.2em;
line-height: 1.3em;
text-transform: none;
}
nav ul div.menu ul li a:link, nav ul div.menu ul li a:visited
{
color: #fff;
}
nav ul div.menu ul li a:hover, nav ul div.menu ul li a:active,
nav ul div.menu ul li a.active:link, nav ul div.menu ul li a.active:visited
{
color: #ed1c24;
background: none;
}








menu
{
float: left;
width: 100%;
padding: 12px 0 0 0;
margin: 29px 0 0 0;
height: 28px;
}
menu.deep
{
margin-bottom: 49px;
}
menu ul
{
float: left;
width: 100%;
padding: 0;
margin: 0;
position: relative;
list-style-type: none;
}
menu ul li
{
float: left;
color: #002d79;
padding: 0 20px 0 20px;
font-size: 1em;
line-height: 1.2em;
border-left: 1px solid #6094ca;
text-transform: uppercase;
}
menu ul li a
{
font-size: 1.2em;
}
menu ul li.section
{
font-family: robotobold;
font-style: normal;
font-weight: normal;
color: #ccc;
height: 28px;
padding-top: 12px;
margin-top: -12px;
background: #ee2a24;
}
menu ul li.section, menu ul li.first
{
border: 0 none;
padding-left: 20px;
}
menu ul li ul.subnav
{
position: absolute;
left: 0;
top: 37px;
-moz-box-shadow: 0 0 2px #bbb;-webkit-box-shadow: 0 0 2px #bbb;-khtml-box-shadow: 0 0 2px #bbb;box-shadow: 0 0 2px #bbb;
padding: 12px 0 0 0;
height: 28px;
}
menu ul li ul.subnav li
{
border-left: 1px solid #002d79;
text-transform: none;
padding: 0 14px 0 14px;
}
menu ul li ul.subnav li.first
{
border: 0 none;
padding-left: 20px;
}

menu ul li a:link, menu ul li a:visited
{
color: #fff;
text-decoration: none;
}
menu ul li a:hover, menu ul li a:active,
menu ul li a.active:link, menu ul li a.active:visited
{
color: #6094ca;
text-decoration: none;
}

menu ul li.section a:link, menu ul li.section a:visited
{
color: #fff;
text-decoration: none;
}
menu ul li.section a:hover, menu ul li.section a:active
{
color: #002d79;
text-decoration: none;
}

menu ul li ul.subnav li a:link, menu ul li ul.subnav li a:visited
{
color: #fff;
text-decoration: none;
}
menu ul li ul.subnav li a:hover, menu ul li ul.subnav li a:active,
menu ul li ul.subnav li a.active:link, menu ul li ul.subnav li a.active:visited
{
color: #002d79;
text-decoration: none;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: none;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: none;
	display: none;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: none;
	position: relative;
}

.jspDrag
{
	background: #929292;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/css/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

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

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/css/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
.jcarousel-skin-default .jcarousel {
    position: relative;
    overflow: hidden;
    width: 960px;
    height: 182px;
    border-bottom: 1px solid #fff;
}

.jcarousel-skin-default ul {
    width: 20000px;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel-skin-default li {
    float: left;
    margin: 0;
    padding: 0;
}
.jcarousel-skin-default ul.control
{
top: 0;
width: 960px;
}
.jcarousel-skin-default ul.control li
{
position: absolute;
top: 75px;
text-indent: -8000px;
font-size: .05em;
line-height: .05em;
}
.jcarousel-skin-default ul.control li, .jcarousel-skin-default ul.control li a
{
width: 27px;
height: 27px;
}
.jcarousel-skin-default ul.control li a
{
float: left;
background: url(/images/jcarousel.png);
}
.jcarousel-skin-default ul.control li.jprev
{
left: 12px;
}
.jcarousel-skin-default ul.control li.jnext
{
right: 12px;
}
.jcarousel-skin-default ul.control li a#jprev
{
background-position: 0 0;
}
.jcarousel-skin-default ul.control li a#jnext
{
background-position: -27px 0;
}
.jcarousel-skin-default ul.control li a#jprev:hover, .jcarousel-skin-default ul.control li a#jprev:active
{
background-position: 0 -27px;
}
.jcarousel-skin-default ul.control li a#jnext:hover, .jcarousel-skin-default ul.control li a#jnext:active
{
background-position: -27px -27px;
}

/** Custom **/

.jcarousel-skin-default li img {
    border: 0;
}
