/* reset.css Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 0.11.0 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

body {
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
    font-size: 0.7em;
    background: url(../images/layout/background.jpg) no-repeat fixed bottom #153d7d;
}

a {
    text-decoration: none;
    color: #0080C0
}

a:hover {
    color: #00ABFD;
}

p {
    margin: 15px 0px;
    line-height: 1.75em;
}

h1 {
    font-size: 2em;
    color: #515B66;
}

h2 {
    font-size: 1.9em;
    color: #506C88;
}

h3 {
    font-size: 1.6em;
    color: #555555;
}

h4 {
    font-size: 1.2em;
    color: #374659;
}

h5 {
    font-size: 1em;
    color: #74798B;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

hr {
    display: block;
    clear: left;
    visibility: hidden;
}

/*********************
	Head
*********************/
#head {
    width: 784px;
    margin: 20px auto 20px auto;
    position: relative;
    padding: 0px 20px;
}

#head h1, #head h2 {
    color: #FFFFFF;
    display: none;
}

#head h1 {
    text-indent: -9999px;
    display: block;
    width: 260px;
    height: 60px;
    background: url(../images/layout/top-logo.jpg) no-repeat;
}

/*********************
    Main
*********************/
#main {
    width: 824px;
    margin: 0px auto;
    background: url(../images/layout/maintop.png) no-repeat #FFFFFF;
}

/********** Menu **********/
#main #menu {
    height: 25px;
    padding: 9px 0px 0px 25px;
}

#main #menu li {
    display: inline;
    font-size: 1em;
    padding-right: 15px;
}

#main #menu li a {
    color: #a28c1e;
}

#main #menu li.selected a {
    color: #FFCC00;
    font-weight: bold;
}

#main #menu li.right ul {
    float: right;
    margin-right: 25px;
}

/*********************
    Content
*********************/
#main #content {
    padding: 20px;
    min-height: 350px;
}

#main #content a.button {
    background: url(../images/layout/buttonbg.png) no-repeat top center;
    display: block;
    width: 183px;
    height: 25px;
    text-align: center;
    color: #585858;
    font-weight: bold;
    padding: 3px 0px 0px 0px;
    text-transform: uppercase;
}

#main #content h3 {
    margin-bottom: 10px;
}

#main #content img.right {
    float: right;
    margin: 0px 0px 5px 5px;
}

#main #content img.left {
    float: left;
    margin: 0px 5px 5px 0px;
}

/*********************
	Columns
*********************/
.columns {
    display: block;
}

.columns .column {
    float: left;
    margin-right: 4%;
}

/* Two Columns - Even */
.columns.two.even .column {
    width: 48% !important;
}

.columns.two.even .column.two {
    margin-right: 0%;
}

/* Two Columns - Even Callout */
.columns.two.wide .column {
    width: 44% !important;
}

.columns.two.wide .column.two {
    margin-right: 0%;
}

/* Two Columns - Offset */
.columns.two.offset .column.one {
    width: 70%;
}

.columns.two.offset .column.two {
    width: 26%;
    margin-right: 0%;
}

/* Two Columns - Offset Reverse */
.columns.two.offset.reverse .column.one {
    width: 26%;
}

.columns.two.offset.reverse .column.two {
    width: 70%;
    margin-right: 0%;
}

/* Three Columns - Even */
.columns.three .column {
    width: 28%;
    margin-right: 2%;
}

.columns.three .column.three {
    margin-right: 0%;
}

.columns.three .column.one {
    margin-left: 2%;
}

/*********************
    Home
*********************/
#main #home {
    padding: 0px;
    text-align: center;
}

#main #home h1 {
    color: #506C88;
    font-size: 30px;
}

#main #home h2 {
    color: #000000;
    font-size: 20px;
}

#main #home h3 {
    font-size: 19px;
}

#main #home h4 {
    padding-top: 5px;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 17px;
}

#main #home h5 {

    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: 0px;
}

#main #home p {
    line-height: 1.5em;
    color: #000000;
    font-size: 16px;
}

#main #home img.right {
    float: right;
    margin: 0px 0px 5px 5px;
}

#main #home img.left {
    float: left;
    margin: 0px 5px 5px 0px;
}

/*********************
    Hometable
*********************/
#main #hometable {
    padding: 0px;
    text-align: left;
}

#main #hometable a {
    color: #506C88;
    text-decoration: underline;
}

#main #hometable h3 {

    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}

#main #hometable h4 {

    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

#main #hometable h3 span {
    color: green;
    font-family: Verdana;
    padding-left: 5px;
    font-size: 10px;
    font-weight: normal; /* text-transform:lowercase; */
}

#main #hometable p {
    margin: 0px;
    padding-top: 3px;
    padding-bottom: 0px;
    font-size: 11px;
}

#main #hometable h4 {
    padding-top: 0px;
    font-size: 11px;
}

#main #hometable td {

    padding-bottom: 35px;
    vertical-align: middle;
}

/*********************
    Newletter
*********************/
#newsletter {
/*background-color: #FFF9D8; */
    text-align: center;
}

#newsletter p {
    padding-bottom: 3px;
    margin: 0px;
}

#newsletter h4 {
    font-size: 14px;
}

/*********************
    Foot
*********************/
#foot {
    margin: 0px auto;
    width: 784px;
    color: #505B77;
    padding: 20px 20px;
    text-align: center;
    background: url(../images/layout/footbg.jpg) repeat-x top #ECEFF3;
}

#foot .menu li {
    font-size: 1.05em;
    display: inline;
    margin-right: 20px;
    font-weight: bold;
}

#foot .menu a {
    color: #505B77;
}

#foot .copyright {
    font-size: 0.8em;
    margin: 30px 0px;
}

/*********************
    ThickBox
*********************/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
* {
    padding: 0;
    margin: 0;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
    font: 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

#TB_secondLine {
    font: 10px Arial, Helvetica, sans-serif;
    color: #666666;
}

#TB_window a:link {
    color: #666666;
}

#TB_window a:visited {
    color: #666666;
}

#TB_window a:hover {
    color: #000;
}

#TB_window a:active {
    color: #666666;
}

#TB_window a:focus {
    color: #666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.TB_overlayMacFFBGHack {
    background: url(/assets/images/layout/macFFBgHack.png) repeat;
}

.TB_overlayBG {
    background-color: #000;
    filter: alpha(opacity = 75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}

* html #TB_overlay {
/* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 102;
    color: #000000;
    display: none;
    border: 4px solid #525252;
    text-align: left;
    top: 50%;
    left: 50%;
}

* html #TB_window {
/* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
    display: block;
    margin: 15px 0 0 15px;
    border: 0px none;
}

#TB_caption {
    height: 25px;
    padding: 7px 30px 10px 25px;
    float: left;
}

#TB_closeWindow {
    height: 25px;
    padding: 11px 25px 10px 0;
    float: right;
}

#TB_closeAjaxWindow {
    padding: 7px 10px 5px 0;
    margin-bottom: 1px;
    text-align: right;
    float: right;
}

#TB_ajaxWindowTitle {
    float: left;
    padding: 7px 0 5px 10px;
    margin-bottom: 1px;
}

#TB_title {
    background-color: #e8e8e8;
    height: 27px;
}

#TB_ajaxContent {
    clear: both;
    padding: 2px 15px 15px 15px;
    overflow: auto;
    text-align: left;
    line-height: 1.4em;
}

#TB_ajaxContent.TB_modal {
    padding: 15px;
}

#TB_ajaxContent p {
    padding: 5px 0px 5px 0px;
}

#TB_load {
    position: fixed;
    display: none;
    height: 13px;
    width: 208px;
    z-index: 103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load {
/* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    border: none;
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

* html #TB_HideSelect {
/* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent {
    clear: both;
    border: none;
    margin-bottom: -1px;
    margin-top: 1px;
    _margin-bottom: 1px;
}

/**************************
IE fixes
**************************/
#head {
    margin: 0 auto;
    padding: 20px;
}

#main {
    overflow: hidden;
}

#main #content #tour #carousel {
    width: 100%;
}

.columns {
    overflow: hidden;
    width: 100%;
}

*:first-child+html .columns .column {
    margin-right: 3.91%;
}

* html .columns .column {
    margin-right: 3.5%;
}

* html .columns .two {
    margin-right: 0;
}

* html .columns .one .columns {
    width: 100%;
}

* html .columns .one .columns .column {
    width: 48%;
}

* html #main #content a.button {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src = "http://www.foreflight.com/assets/images/layout/buttonbg.png", sizingMethod = "crop");
    cursor: pointer;
}

#main #content #tour .menu a {
    font-weight: bold;
}
