/* InitForThe Core Styling */

body {
font-family:Helvetica, Arial, san-serif;
font-size:62.5%;
background:#000f32;
}

div#body_wrapper {
background:url('images/bk_rpt.jpg') center bottom repeat-y;
padding-bottom:21px;
}


/* Navigation */

#navigation {
border-top:7px solid #00050b;
background:url('images/nav_bk.gif') repeat-x;
}

#navigation ul {
font-size:1em;
margin:0;
list-style: none;
overflow:hidden;
}

#navigation ul li {
display:block;
padding:0;
float:left;
border-left:1px solid #868593;
}


#navigation ul li.first {
border-left:none;
}

#navigation li a {
display:block;
float:left;
text-align:center;
width:143px;
height:31px;
font-size:1.1em;
line-height:2.7em;
color:#fff;
text-transform:uppercase;
text-decoration:none;
}

#navigation li a:hover {color:#74b3f3;}

#navigation li.selected a {color:#E0DFE4;
background:url('images/nav_over_bk.jpg') repeat-x;
}


/* content area */

div#wrapper  {
font-size:1em;
width:864px;
margin:0 auto;
background:#00275E url('images/plane_bk_L.jpg') center bottom no-repeat;
}

div#content {
position:relative;
width:619px;
padding:50px 123px 320px;
}


div#content.home {
width:665px;
padding:0 100px 0px;
}



/* Header */
h1 {
display:block;
height:263px;
background:url('images/zephyr_home_logo2.jpg') center 0 no-repeat;
margin:100px -50px 163px;
}

h1.logo {
height:77px;
width:164px;
background:url('images/zephyr_logo_S.jpg') left 0 no-repeat;
margin:0 0 3.2em 0;
}

h1 span {
display:none;}

h2 {
font-size:1.6em;
line-height:3.2em;
color:#fefeff;
text-align:center;
text-transform:uppercase;
font-weight:normal;
margin:0 auto;
height:50px;
}

h3 {
font-size:1.8em;
line-height:3.2em;
color:#74b3f3;
border-top:0px dotted #fff;
text-transform:uppercase;
font-weight:normal;
margin:0 auto;
}

h4 {
clear:both;
font-size:1.4em;
line-height:3.2em;
color:#74b3f3;
border-top:1px dashed #0F407F;
text-transform:uppercase;
font-weight:normal;
margin:0 auto 0;
padding-top:1em
}

h5 {
clear:both;
font-size:1.2em;
line-height:3.2em;
color:#aaa;
border-top:0px dotted #0F407F;
text-transform:uppercase;
font-weight:normal;
margin:0 auto 0;
padding-top:1em
}

p, address {
color:#fff;
font-size:1.2em;
line-height:1.8em;
margin-bottom:2em;
}

p.first {
font-weight:bold;
font-size:1.3em;
}

a {
color:#AFD7FF;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}


/* Content */

div.column {
width:300px;
float:left;
margin-bottom:3em;
}

div.column.first {
margin-right:19px;
}

img.left {
float:left;
margin:0.5em 2em 0.5em 0;
}

img.right {
float:right;
margin:0.5em 0 2em 1em;
}

div#content img {
border:1px solid #74B3F3;
}

a.rollover span {
display:none;
}


a.rollover:hover span {
display:block;
position:fixed;
top:5px;
}


/* Quotes */

blockquote {
background:url('images/quote_L.gif') no-repeat;
font-size:1.1em;
margin:0 0 2em;
}

blockquote p {
text-align:center;
font-style:italic;
color:#74b3f3;
padding:1em;
margin:0;
background:url('images/quote_R.gif') no-repeat bottom right;
}

blockquote p.source {
text-align:left;
font-style:normal;
color:#fff;
margin:0;
padding:0;
font-size:1em;
background:none;
}

blockquote p.source span {
font-weight:bold;
display:block;
font-size:1.2em;
}


/* FAQs */

p.question {
font-size:1.4em;
font-weight:bold;
color:#74b3f3;
margin-bottom:0.2em;
padding-top:2em;
border-top:1px dashed #0F407F;
}

p.answer {
padding:0 2em;
}


/* Contact */

address {
font-style:normal;
}


/* List */

ol {
color:#fff;
font-size:1.2em;
list-style:decimal;
margin-left:2em;
}

ul {
font-size:1.2em;
color:#fff;
list-style:none;
margin:0 0 1em 0;
}

ol li {
padding:0 0 1em 1em;
line-height:1.4em;
}

ul li {
padding:0 0 0.2em 0;
line-height:2em;
}

ul.planes li {
margin-left:0;
padding-left:2.5em;
background:url('images/plane_list_icon.gif') no-repeat left center;
}

ul.planes li a {
font-size:1.3em;
margin-right:1em;
}

/* clearfix */

.clearfix:after {
content: " ";
display: block;
height: 0;
clear: both;
visibility: hidden;
font-size: 0;
}

/* Location map */

div#map {
overflow:hidden;
margin-bottom:2em;
border:1px solid #74B3F3;
}

div#map.large {
width:619px;
height:450px;
}

div#map.small {
width:300px;
height:250px;
}

div#map div.gmnoprint div div div {
font-size:1.2em;
line-height:1.4em;
}

div#map div.gmnoprint div div div strong {
font-size:1.4em;
color:#000E31;
}

div#map div#copyright {
display:none;
}

noscript {
display:block;
color:#fff;
background:#5f0000;
font-size:1.4em;
padding:10px;
margin:10px;
}