/* @override 
    http://www.jetsuite.com/wp-content/themes/jetsuite/stylesheets/screen.css
    http://www.jetsuiteair.com/wp-content/themes/jetsuite/stylesheets/screen.css
*/

/* =Basic reset */
/* reset default HTML values */
img, h1, h2, h3, h4, h5, h6, p, ul, li, hr {
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1em;
    line-height: 1.3em;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
br.clear {
    clear: both;
}
/* END Basic reset */

/* =Global elements */
body {
    margin: 0;
    padding: 0;
    width: 100%;
    border: 0;
    background: #fff;   
    font-family: helvetica, arial, verdana, lucida, sans-serif; 
    font-size: 62.5%; /* 1em is 10pt, 0.8em is 8pt, 1.6em is 16pt, etc */
    color: #222;
}
p {
    font-size: 1.2em;
    line-height: 1.3em;
}
/* general link states */
a {color: #bd1f2d; text-decoration: none; outline: none;}
a:hover {text-decoration: underline;}
    object {outline: none;}
a.btn:hover {text-decoration: none;}
a.btn {
    display: block;
    outline: none;
    text-indent: -500em;
    background-position: 0 0;
    background-repeat: no-repeat;
}
a.action {
    padding-right: 10px;
    font-size: 14px;
    color: #bd1f2d;
    text-transform: uppercase;
    background: url(../images/arrow_action.gif) right 2px no-repeat;
}
/* -- Bullet Styles -- START */
ul.bulleted {
    margin: 20px 0;
}
ul.bulleted li {
    margin: 13px 0;
    padding: 0 0 0 15px;
    line-height: 12px;
    background: url(../images/bullet_arrow.gif) top left no-repeat;
}
/* standard */
ul.bulleted_std {
    margin: 10px 0;
}
#content #primary ul.bulleted_std li {
    margin: 5px 0;
    padding: 0 0 0 0;
    line-height: 12px;
    list-style-type: disc;
    font-size: 12px;
    text-align: left;
}

/* -- Bullet Styles -- END */

/* -- Action Buttons -- START */
/*
div.btn_action {
  clear: both;
  margin-left: -1px;
}
div.btn_action a {
  display: block;
  float: left;
  width: auto;
  height: 32px;
  margin: 2px 0 0 0;
  padding-left: 20px;
  font-size: 14px;
    letter-spacing: -0.05em;
  text-decoration: none;
  outline: 0;
    color: #fff;
  background: url('../images/btn_red_left_white.gif') top left no-repeat;
}
div.btn_action a span {
  display: block;
  width: auto;
  background-image: url('../images/btn_red_right_white.gif');
  background-position: top right;
  background-repeat: no-repeat;
  padding-right: 22px;
  line-height: 32px;
    margin-right: -10px;
    font-weight: bold;
    text-transform: uppercase;
} */
div.btn_action {
  clear: both;
  margin-left: -1px;
}
div.btn_action a {
  display: block;
  float: left;
  width: 120px;
  height: 31px;
    line-height: 31px;
    font-weight: bold;
  font-size: 14px;
    letter-spacing: -0.05em;
  text-decoration: none;
    text-transform: uppercase;
    text-align: center;
  outline: 0;
    color: #fff;
  background: url('../images/btn_bg_medium.png') top left no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/btn_bg_medium.png, sizingMethod='crop');
}
div.btn_action.large a {
  width: 241px;
  background: url('../images/btn_bg_large.png') top left no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/btn_bg_large.png, sizingMethod='crop');
}
/* -- Action Buttons -- END */
#container {
    width: 950px;
    margin: 0 auto;
}
#page {
    width: 950px;
    float: left;
    position: relative;
    padding-top: 60px;
}
body.home #page {
    padding-top: 0;
}
/* END Global elements */

/* =Header */
#header {
    position: relative;
    width: 950px;   
    height: 117px;
    margin: 0 0 40px 0;
    background: url(../images/header_meet.jpg);
}
/* Primary nav */
#primary_nav {
    position: absolute;
    width: 950px;
    height: 60px;
    top: 20px;
    background: url(../images/primary_nav_bg.png);
    _background-image: none;
    z-index: 99999;
}
#primary_nav div.iefix {
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/primary_nav_bg.png, sizingMethod='scale');
    width: 950px;
    height: 60px;
}
#primary_nav a#logo {
    float: left;
    width: 176px;
    height: 50px;
    margin-left: 12px;
    background: url(../images/jetsuite_logo.gif) top left no-repeat;
    text-indent: -500em;
    position: relative;
    z-index: 99999999;
}
#primary_nav ul li {
    float: left;
}
#primary_nav ul li a {
    float: left;
    width: 150px;
    _width: 146px;
    height: 50px;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #ababab;
    z-index: 9999999;
    position: relative;
    cursor: pointer;
}
#primary_nav ul li.active {
    float: left;
    width: 150px;
    height: 59px;
    margin-left: -1px;
    border-color: transparent;
    background: url(../images/primary_nav_active.png) -3px 0 no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/primary_nav_active.png, sizingMethod='scale');
    z-index: 99999;
}
#primary_nav ul li.active a {
    border-right: 1px solid #FAFAFA;
    border-left: none;
}
#primary_nav ul li.active a span.nav_page {
    color: #555;
}
#primary_nav ul li a:hover {
    background: url(../images/primary_nav_hover.png) -3px 0 no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/primary_nav_hover.png, sizingMethod='scale');
}
#primary_nav ul li.active a:hover {
    background: none;
}
#primary_nav ul li.first a {
    border-left: none;
}
#primary_nav ul li.last a {
    width: 154px;
    border-right: none;
    padding-right: 0;
}
#primary_nav ul li a span.nav_page {
    display: block;
    margin: 14px 0 0 10px;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}
#primary_nav ul li a span.nav_desc {
    display: block;
    margin: 2px 0 0 10px;
    text-transform: uppercase;
    font-size: 11px;
    color: #444;
    font-weight: normal;
    letter-spacing: -0.05em;
}
#primary_nav ul li a:hover {
    text-decoration: none;
}
/* END Primary nav */
/* END Header */

/* =Content */
#content {
    width: 923px;
    margin: 0 auto;
    margin-bottom: 60px;
    overflow: hidden;
}
body.home #content {
    width: 950px;
}
#content a {
    font-weight: bold;
}
#content h1 {
    margin: 0 0 10px 0;
    font-size: 2.2em;
    text-transform: uppercase;
    color: #bd1f2d;
}
#content h2 {
    margin: 0 0 10px 0;
    font-size: 1.8em;
    text-transform: uppercase;
    color: #bd1f2d;
}
#content h2.section_middle {
    height: 33px;
    line-height: 28px;
    margin: -1px 1px 0 1px;
    padding: 0 0 0 10px;
    font-size: 1.4em;
    background: url(../images/section_middle_bg.png) top left repeat-x;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/section_middle_bg.png, sizingMethod='scale');
}
#content h3 {
    margin: 0 0 10px 0;
    font-size: 1.8em;
    color: #222;
}
#content h4 {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #444;
}
#content h5 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    line-height: 15px;
}
#content h6 {
    margin: 0;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #444;
}
#content p {
    margin: 2px 0 12px 0;
    font-size: 13px;
}
#content img.left {
    float: left;
    margin: 0 12px 12px 0;
}
#content img.right {
    float: right;
    margin: 12px 0 0 12px;
}
#content p.caption {
    font-size: 1.1em;
    color: #333;
}
#content #primary {
    width: 717px;
    float: right;
/*  background: url(../images/primary_border_bg.png) 0 -40px no-repeat; */
}
body.home #content #primary {
    width: 518px;
    background: none;
}
#content #secondary {
    width: 177px;
    float: left;
}
body.home #content #secondary {
    width: 408px;
}
#content #primary ul li {
    font-size: 13px;
}
/* END Content */

/* =Footer */
#footer {
    margin: 20px 0 50px 0;
    background: url(../images/footer_bg.jpg) top left no-repeat;
    overflow: hidden;
    _height: 1%;
}
#footer p.copyright {
    float: left;
    margin-top: 35px;
    font-size: 1.1em;
    color: #777;
}
#footer .nav_contact {
    float: left;
    margin: 35px 0 0 0;
}
#footer .nav_contact p {
    margin: 5px 0 0 0;
    font-size: 1.4em;
    font-weight: bold;
    color: #333;
}
#footer .nav_contact p span {
    text-transform: uppercase;
    color: #bd1f2d;
}
#footer .nav_contact ul {
    text-align: left;
    line-height: 2em;
}
#footer .nav_contact ul li {
    display: inline;
    margin-right: 7px;
    padding-right: 7px;
    font-size: 1.1em;
    border-right: 1px solid #CCC;
}
#footer .nav_contact ul li.last {
    border: none;
    margin-right: 0;
    padding-right: 0;
}
#footer .nav_contact ul li a {
    color: #666;
}
#footer .member_nbaa {
    width: 145px;
    height: 45px;
    background: url(../images/nbaa_logo.gif) top right no-repeat;
    text-indent: -500em;
    outline: 1px solid red;
}

#footer .footerLogos {
    float: right;
    margin-top: 20px;
    vertical-align: top;
}

    #footer .footerLogos .footerLogo {
        padding: 0 5px;
        float: left;
    }

    #footer .footerLogos .argus {
        margin: 8px 0 0 0;
    }
    
    #footer .footerLogos .nbaa {
        margin: 8px 0 0 0;
    }

#social_bar {
    clear: both;
    text-align: center;
    margin-left: 40px;
}

#social_bar a {
    font-size: 12px;
    padding: 5px 20px;
    line-height: 20px;
    height: 18px;
    color: #777;
}

#social_bar a.facebook {
    background: url(../images/facebook_16.png) left center no-repeat;
}

#social_bar a.twitter {
    background: url(../images/twitter_16.png) left center no-repeat;
}

#popular_destinations {
    clear: both;
    background: url(../images/popular_destinations_bg.gif) top left no-repeat;
    overflow: hidden;
    _height: 1%;
}
#popular_destinations h3 {
    margin: 17px 0 8px 20px;
    font-size: 1.4em;
    color: #777;
}
#popular_destinations ul {
    float: left;
    width: 140px;
    margin-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    display: inline;
}
#popular_destinations ul.last {
    margin-left: 0;
}
#popular_destinations ul li {
    margin: 6px 0;
}
/*#popular_destinations ul li a {
    font-size: 1.2em;
    color: #444;
}*/
#popular_destinations ul li {
    font-size: 1.2em;
    color: #444;
}

/* END Footer */

/* =Home */
#content .section_head_sm {
    width: 518px;
    height: 38px;
    margin: 0 0 0 -3px;
    background: url(../images/section_head_sm.gif) top left no-repeat;
}
#content .section_head_sm h2 {
    float: left;
    margin: 0 0 0 18px;
    font-size: 1.6em;
    line-height: 38px;
    text-transform: none;
    color: #555;
}
#content .section_head_sm a {
    float: right;
    margin: 0 30px 0 0;
    padding-right: 11px;
    line-height: 38px;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    background: url(../images/arrow_action.gif) right 14px no-repeat;
}

#content ul.tabled li {
    border-bottom: 1px solid #cecece;
    padding: 10px 0;
    padding-left: 3px;
    font-size: 1.0em;
}

#content ul.tabled li.last {
    border: none;
}

body #content ul.tabled li {
    width: 510px;
}
#content ul.tabled li a {
    padding-right: 10px;
}

.module_specials {
    width: 407px;
}
.module_specials .home_daycard {
    background: url(../images/brushed_specials_top.gif) top left no-repeat;
    overflow: hidden;   
    _height: 1%;
}
.module_specials .home_daycard img {
    float: left;
    margin: 10px 10px 7px 10px;
}
.module_specials .daycard_offer {
    margin: 10px 10px 10px 0;
    overflow: hidden;
    _height: 1%;
}
#content .module_specials .daycard_offer h3 {
    margin: 8px 0 0 0;
    font-size: 2.4em;
    padding-left: 5px;
    font-weight: normal;
    color: #bd1f2d;
}
.module_specials .quote_home {
    margin-top: -4px;
    background: url(../images/brushed_specials_bottom.gif) bottom left no-repeat;
    overflow: hidden;   
    _height: 1%;
}

.quote_home form,
.quote_secondary form {
    position: relative;
    padding: 10px 10px 30px 10px;
}
.quote_secondary form {
    padding: 5px 10px 0 10px;
/*  height: 138px; */ /* constrain height for fixed bg */
    height: 91px;  /* constrain height for fixed bg */
    overflow: hidden;
}
.module_action.new .quote_secondary form {
    height: auto;
    padding-bottom: 60px;
}
.quote_home form select,
.quote_secondary form select {
    width: 180px;
}
.quote_secondary form select {
    width: 153px;
}
form .form-row {
    margin-bottom: 10px;
    _margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}
.quote_home form ul,
.quote_secondary form ul {
    padding: 0 0 20px 0;
    overflow: hidden;
}
.quote_home form ul {
    padding: 10px 0 5px 0;
}
.quote_secondary form ul {
    padding: 0 0 5px 0;
}
.quote_home form ul li,
.quote_secondary form ul li {
    float: left;
    margin-right: 10px;
}
.quote_home form ul li.last,
.quote_secondary form ul li.last {
    margin-right: 0;
}
.quote_home form ul li label,
.quote_secondary form ul li label {
    margin-left: 2px;
}
.quote_home form ul li label {
    margin-left: 4px;
    font-size: 13px;
    font-weight: normal;
    color: #333;
}
.quote_home .btn_action {
    position: absolute;
    bottom: 30px;
    _bottom: 15px;
    right: 30px;

}
/* END Home */

/* Sidebar */
/*.module_action {
    width: 177px;
    height: 232px;
    position: relative;
    background: url(../images/module_action_bg.gif) top left no-repeat;
}*/
.module_action {
    width: 177px;
    height: 184px;
    position: relative;
    background: url(../images/module_action_small_bg.gif) top left no-repeat;
}
.module_action.new {
    width: 177px;
    height: auto;
    position: relative;
    background: url(../images/module_action_small_bg.gif) top left no-repeat;
}
.module_action.new .quote_secondary {
    margin-top: 8px;
    background: url(../images/module_action_bg_dyn.gif) bottom left no-repeat;
}
#content .module_action h3 {
    height: 30px;
    line-height: 30px;
    margin: -1px 1px 0 1px;
    padding: 0 0 0 10px;
    font-size: 1.4em;
    color: #bd1f2d;
}
#content .module_action h4 {
        margin: 11px 0 0 15px;
}
#content .module_action p.action_phone {
    margin: 0 0 0 15px;
    font-size: 1.8em;
    font-weight: bold;
    color: #bd1f2d;
}
#content .module_action.new p.action_phone {
    padding-bottom: 8px;
}

/* END Sidebar */

/* Tables */
table.clouded {
    width: 705px;
    margin: 20px 0 20px -3px;
    border-collapse: collapse;
    background: url(../images/table_head_bg.gif) top left no-repeat;
}

table.clouded.small_cloud {
    width: 536px;
    background-image: url(../images/table_head_small_cloud_bg.gif);
}

table.clouded thead tr th {
    height: 38px;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    color: #bd1f2d;
    text-align: center;
}
table.clouded thead tr th.key {
    padding-left: 16px;
    font-size: 1.4em;
    font-weight: normal;
    text-transform: none;
    text-align: left;
    color: #555;
}
table.clouded.small_cloud tbody tr th {
    width: 350px;
    text-align: left;
    padding-left: 18px;
    font-size: 12px;
}
table.clouded.small_cloud tbody tr td {
    font-size: 12px;
}
table.clouded tbody tr td {
    height: 29px;
    text-align: center;
    font-size: 1.2em;
    color: #222;
}
table.clouded.daycard_table tbody tr td {
    padding: 15px;
}
table.clouded tbody tr td.key {
    padding-left: 12px;
    text-align: left;
}
table.clouded thead tr th.last,
table.clouded tbody tr td.last {
    padding-right: 18px;
}
table.clouded tbody tr.even td,
table.clouded.small_cloud tbody tr.even th {
    background: #dbdbdb;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}
table.clouded tbody tr td.key {
    border-left: 10px solid #fff;
}
table.clouded.daycard_table tbody tr td.key {
    font-weight: bold;
    font-size: 13px;
}
table.clouded tbody tr td.last {
    border-right: 10px solid #fff;
}
/* END Tables */

/* Galleria */
#img {
    position: relative;
    width: 692px;
    height: 398px;
        margin: 0;
        background: url(../images/galleria_current_bg.gif) top left no-repeat;
}
#img .galleria_nav a.prev,
#img .galleria_nav a.next {
    position: absolute;
    top: 165px;
    left: 4px;
    display: block;
    width: 68px;
    height: 66px;
    background: url(../images/galleria_arrow_prev.png);
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/galleria_arrow_prev.png, sizingMethod='scale');
    text-indent: -500em;
    z-index: 99999;
    cursor: pointer;
}
#img .galleria_nav a.next {
    left: auto;
    right: 4px;
    background-image: url(../images/galleria_arrow_next.png);
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/galleria_arrow_next.png, sizingMethod='scale');
}
.galleria_wrapper {
    width: 668px;
    height: 373px;
/*  padding: 13px 0 0 12px; */
    padding: 2px 0 0 12px;
    overflow: hidden;
    z-index: 999;
}
#gallery { height: 84px; }
#gallery li {
    float: left;
    padding: 1px;
    background: transparent url(../i/ajax-loader-small.gif) 50% 50% no-repeat;
    border-color: #345;
    cursor: pointer;
}
.caption {
/* dont have captions yet */
/*    display: block; 
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 644px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-color: #000;
    opacity: .8;
        padding: 0 12px; */
}
/* Carousel */
.jcarousel-skin-tango .jcarousel-container-horizontal {
    background: url(../images/carousel_bg.gif) top left no-repeat;
}
ul.carousel_shadows li.carousel_shadow_left,
ul.carousel_shadows li.carousel_shadow_right {
    position: absolute;
    top: 398px;
    left: 3px;
    width: 15px;
    height: 171px;
    background: url(../images/carousel_shadow_left.png) top left no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/carousel_shadow_left.png, sizingMethod='scale');
    z-index: 9999999;
}
ul.carousel_shadows li.carousel_shadow_right {
    left: auto;
    right: 3px;
    background-image: url(../images/carousel_shadow_right.png);
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/carousel_shadow_right.png, sizingMethod='scale');
}
/* END Galleria */

/* Homepage scroller */
#slideshow_header {
    margin-top: 95px;
    position: relative;
    overflow: visible;
}
#slideshow_header ul.items {
    height: 435px;
    overflow: hidden;
}
.home_featured {
    float: left;
    width: 950px;
    height: 435px;
}
.home_featured h2 {
    display: block;
    font-size: 3.6em;
    color: #fff;
    display: none;
}

/* navigation */
a.prevPage,
a.nextPage {
    display: block;
    width: 17px;
    height: 20px;
    position: absolute;
    top: 170px;
    left: -30px;
    background: url(../images/header_nav_arrows.gif) 0 -20px no-repeat;
    text-indent: -500em;
    cursor: pointer;
}
a.nextPage {
    left: auto;
    right: -30px;
    background-position: 0 0;
}
/*
a.prevPage:hover {
    background-position: 0 -634px;
}
a.nextPage:hover {
    background-position: 0 -951px;
}
*/
/*
a.prevPage.disabled,
a.nextPage.disabled {
    cursor: default;
}
*/
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
    /* required settings */ 
    position: relative; 
    overflow: hidden; 
    width: 950px; 
    height: 405px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 


/* position and dimensions of the navigator */
.navi {
    position: absolute;
    top: 250px;
    left: 513px;
    height: 14px;
    z-index: 99999;
}
/* items inside navigator */
.navi a {
    width: 25px;
    height: 25px;
    float: left;
    margin: 3px;
    background: url(../images/slideshow_nav_off.png) top left no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/slideshow_nav_off.png, sizingMethod='scale');
    display: block;
    font-size: 1px;
    cursor: pointer;
}
/* mouseover state */
.navi a:hover {
    background-position: 0 0;
}
/* active state (current page state) */
.navi a.active {
    background-image: url(../images/slideshow_nav_on.png);
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/slideshow_nav_on.png, sizingMethod='scale');
}

/* END Homepage scroller */

/* Overlays - For Bios */
ul.bios {
    overflow: hidden;
    _height: 1%;
}
ul.bios li {
    float: left;
    width: 232px;
    margin: 0 0 20px 0;
    overflow: hidden;
}
ul.bios li a.bio_image {
    float: left;
    width: 69px;
    height: 69px;
    background: url('../images/bio_bg.gif') top left no-repeat;
}
ul.bios li a.bio_image img {
    padding: 6px 0 0 5px;
}
ul.bios li .bio_name {
    float: left;
    width: 140px;
    margin: 5px 0 0 7px;
}
.bios_full {
    display: none;
}
.bio .full_bio_image {
    float: left;
    width: 109px;
    height: 109px;
    margin: 0 0 0 10px;
    background: url('../images/bio_bg_large.gif') top left no-repeat;
    display: inline;
}
.bio .full_bio_image img {
    padding: 9px 0 0 9px;
}
.bio .full_bio_details {
    margin: 10px 0 0 130px;
    _margin-top: 0;
}
.bio h2 {
    padding-top: 2px;
    font-size: 20px;
}
.bio h3 {
    margin: 2px 0 10px 0;
    font-size: 16px;
    font-style: italic;
    color: #666;
}
.bio p {
    margin: 0 25px 10px 0;
}
/* END Overlays - For Bio */
a.btn_compare,
a.btn_compare_small {
    display: block;
    width: 365px;
    height: 54px;
    margin: 5px auto;
    text-indent: -500em;
  background: url('../images/btn_prices_compare_bw.png') top left no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/btn_prices_compare_bw.png, sizingMethod='crop');
}
.quote_secondary a.btn_compare {
    width: 153px;
    height: 65px;
    margin: 5px auto;
  background: url('../images/btn_prices_compare_small_bw.png') top left no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/btn_prices_compare_small_bw.png, sizingMethod='crop');
}
p.ca_seller {
    text-align: center;
    color: #666;
    font-size: 11px;
    padding: 0 0 8px 0;
}
p.image_wrapper img {
    padding: 1px;
    border: 4px solid #ddd;
}
span.finer_print {
    font-size: 10px;
    color: #444;
}
a.pdf {
    display: block;
    height: 17px;
    padding-left: 20px;
    background: url('../images/pdf.gif') 0 -1px no-repeat;
}
dl {
    font-size: 12px;
    line-height: 1.3em;
}
dl dt {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
dl dd {
    margin: 0;
    padding-bottom: 15px;
}
#content h4.date_posted {
    margin: -10px 0 10px 0;
    font-weight: normal;
}
.post_wrapper {
    margin-bottom: 15px;
    border-bottom: 1px solid #cecece;
}

/* Quick Quote Form */
.row {
  overflow: hidden;
  _height: 1%;
}
.column {
  float: left;
  display: inline;
}
input.btn_see_prices {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 120px;
    height: 31px;
    background: url(../images/btn_bg_medium.png) top left no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/btn_bg_medium.png, sizingMethod='crop');
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: helvetica, arial, verdana, lucida, sans-serif;
    font-weight: bold;
    letter-spacing: -0.05em;
    position: absolute;
    top: 146px;
    right: 20px;
    cursor: pointer;
}
.module_action.new input.btn_see_prices {
    top: 178px;
}
.quote-form label {
  display: block;
  padding: 0 0 3px 4px;
  font-size: 12px;
  margin: 0;
  font-weight: bold;
  color: #444;
}
.quote-form .long-select {width: 300px;}
.quote-form .short-select {width: 108px;}
.quote-form .form-row {margin-bottom: 8px;}
.quote-form .spacer {margin-bottom: 25px;}
.quote-form .input-holder {
    float: left;
    background: url(../images/input_js_largest.png) no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/input_js_largest.png, sizingMethod='crop');
    width: 355px;
    height: 34px;
    padding: 0 10px;
    margin-right: 12px;
    overflow: hidden;
}
.quote-form .large {
  margin-right: 0;
    width: 166px;
    height: 34px;
    background: url(../images/input_js_large.png) no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/input_js_large.png, sizingMethod='crop');
    padding: 0 15px 0 10px;
}
.quote-form .input-holder.small {
    width: 142px;
    height: 29px;
    margin-right: 0;
    background: url(/wp-content/themes/jetsuite/images/input_js_small.png) no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/input_js_small.png, sizingMethod='crop');
    padding: 0 5px;
}
.quote-form .input-holder input {
    outline: none !important;
    border: 0;
    background: none;
    font: bold 15px Arial, Helvetica, sans-serif;
    color: #a9a9a9;
    position: relative;
    width: 350px;
    padding-top: 6px;
}
.quote-form .input-holder.large input {
    width: 152px;
}
.quote-form .input-holder.small input {
    width: 138px;
    font-size: 12px;
}
.phone .input-holder {margin-right: 0;}

#content p.note { 
    font-size: 10px;
    color: #666;
}

/* -- Holiday logo */
/*.holiday_overlay {
    position: absolute;
    top: 4px;
    left: -25px;
    background: url(/wp-content/themes/jetsuite/images/holiday_overlay.png) no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/holiday_overlay.png, sizingMethod='crop');
    width: 172px; 
    height: 84px;
    z-index: 99999999;
}
.holiday_overlay a {
    display: block;
    width: 172px; 
    height: 84px;
}*/
/* -- END Holiday logo */

/* Image floats */
img.left_align {
    float: left;
    margin: 0 7px 5px 0;
}
.secondary_copy {
    float: left;
    width: 500px;
}
.clearit {
    clear: both;
    padding-top: 10px;
}

a.holiday_offer img {
    padding: 10px 0;
}

/*excited pixel additions*/
#price_comparison{
    width: 632px;
    height: 361px;
    background: url(/wp-content/themes/jetsuite/images/quote_bg.gif) no-repeat;
    padding-left: 36px;
}

#price_comparison div{
    position: relative;
    float: left;
    margin-top: 20px;
    height: 321px;
    width: 85px;
    margin-right: 73px;
}

#price_comparison span.jetsuite,
#price_comparison span.avantair,
#price_comparison span.flight_options,
#price_comparison span.marquis{
    position: absolute;
    bottom: 0px;
    height: 100px;
    width: 100%;
    display: block;
    background: #6F6F6F;
    background: -webkit-gradient(linear, left top, left bottom, from(#A6A6A6), to(#242424));
    background: -moz-linear-gradient(top, #A6A6A6, #242424);
    -webkit-box-shadow: 0px 3px 5px #888;
    -moz-box-shadow: 0px 3px 5px #888;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#price_comparison div span.jetsuite{
    background: #ab2325;
    background: -webkit-gradient(linear, left top, left bottom, from(#e34043), to(#710d0d));
    background: -moz-linear-gradient(top, #e34043, #710d0d);
}

#price_comparison span.dollars{
    padding-top: 10px;
    color: white;
    text-align: center;
    display: block;
    font-size: 1.8em;
    text-shadow: #7f7e7f 0 -1px 0;
}

#price_comparison_legend{
    padding-left: 0px;
}

#content ul#price_comparison_legend li{
    color: #555555;
    font-weight: bold;
    font-size: 1.8em;
    float: left;
    width: 157px;
    height: 50px;
    text-align: center;
    overflow: visible;
    padding-top: 10px;
    background: url(/wp-content/themes/jetsuite/images/quote_legend_bg.gif) no-repeat;
}

#content ul#price_comparison_legend li.jetsuite{
    color: #ab2325;
}

#content ul#price_comparison_legend li.last{
    background: none;
}

h1#guaranteed_price{
    color: #222;
    text-transform: capitalize;
    margin-bottom: 5px;
}

#best_price{
    font-size: 1.2em;
    color: #bd1f2d;
}

h3#route{
    font-size: 1.2em;
}

#content p.disclaimer{
    clear: right;
    float: right;
    font-size: 1em;
    margin-right: 80px;
    margin-bottom: 0;
}

.red{
    color: #ab2325;
}

body.page-template-book_now-php table tbody tr.fsFieldRow td,
body.page-template-book_now-php table tbody p,
body.page-template-book_now-php table tbody h2{
    padding-left: 20px;
    padding-right: 20px;
}
body.page-template-book_now-php table tbody p{
    padding-top: 15px;
}
body.page-template-book_now-php table tbody tr td.fsRowClose,
body.page-template-book_now-php table tbody tr td.fsRowOpen{
    padding: 0;
}
body.page-template-book_now-php table tbody h2{
    padding-top: 15px;
    display: block !important;
}

body.page-template-book_now-php table tbody tr.fsRowTop{

    display: table-row;
}

body.page-template-book_now-php table tbody tr td.fsFirst{
    padding-top: 0px !important;
}

body.page-template-book_now-php table tbody tr.fsRowTop td.fsRowBody{
    width: 100% !important;
}

div.btn_action input {
    display: block;
    border: none !important;
    cursor: pointer;
    float: left;
    width: 120px;
    height: 31px;
    line-height: 23px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: -0.05em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    outline: 0;
    color: #fff;
    background: url('../images/btn_bg_medium.png') top left no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/btn_bg_medium.png, sizingMethod='crop');
}
div.btn_action.large input {
    width: 241px;
    background: url('../images/btn_bg_large.png') top left no-repeat;
    _background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/btn_bg_large.png, sizingMethod='crop');
}

/*** Bachelorette Promo Styling ***/
#header.bachelorette {
    margin: 0 0 10px 0;
    padding: 40px 0 10px 0;
    height: auto;
    background: none;
    border-bottom: 2px solid #bd1f2d;
}
    
    #header.bachelorette img {
        margin-left: -3px;
    }

#content.bachelorette .leftColumn {
    float: left;
    width: 500px;
}

#content.bachelorette .rightColumn {
    display: block;
    margin-left: 520px;
}

#content.bachelorette h3 {
    font-size: 24px;
}

#content.bachelorette h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

#content.bachelorette h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 24px;
    color: #bd1f2d;
    margin-bottom: 5px;
}

#content.bachelorette ul {
    font-size: 14px;
    margin: 1em 0;
}

    #content.bachelorette ul li {
        line-height: 18px;
        border-bottom: 1px solid #ebbbc0;
        padding: 7px 0 7px 2.5em;
        background: url(../images/bachelorette/bullet.png) left center no-repeat;
    }

#content.bachelorette .bacheloretteWidget {
    background: url(../images/bachelorette/enterWidgetBgRepeat.png) top left repeat-x;
}

    #content.bachelorette .bacheloretteWidget h3 {
        font-size: 16px;
        color: #FFF;
        line-height: 40px;
    }
    
    .bacheloretteWidget .inner {
        background: url(../images/bachelorette/enterWidgetBgLeft.png) left top no-repeat;
    }
    
    .bacheloretteWidget .innner {
        padding: 0 15px;
        background: url(../images/bachelorette/enterWidgetBgRight.png) right top no-repeat;
        display: block;
        height: 190px;
    }
    
    .bacheloretteWidget p {
        font-size: 14px !important;
    }
    
    .bacheloretteWidget a.enterButton {
        display: block;
        margin: 0 auto;
        width: 147px;
    }


a.wynnPhotos {
    display: block;
    margin: 15px 0;
}

/* Homepage link */
a.bachelorette_offer {
    display: block;
    margin: 10px 0 0 -3px;
}


.bachelorette_disclaimer {
    padding: 5px 20px;
}

    .bachelorette_disclaimer p {
        font-size: 10px !important;
        color: #999;
    }

#flashSuitespotsMap {
    margin-bottom: 15px;
}

/*** Daycard Styles ***/
#content.daycard img.cardImg {
    position: absolute;
    right: 120px;
}

#content.daycard .entry {
    width: 422px;
}

    #content.daycard h2 {
        font-size: 18px;
        text-transform: none;
        color: #0c0c0c;
    }
    
    #content.daycard .pricingModule {
        border-top: 1px solid #ebbbc0;
        padding: 5px 0 15px 0;
    }
    
    #content.daycard .pricingModule h3 {
        font-size: 16px;
        text-transform: uppercase;
        color: #bd1f2d;
    }
    
    #content.daycard .pricingModule h4 {
        font-size: 14px;
        color: #666;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    
    #content.daycard .pricingModule span.asterisk {
        color: #bd1f2d;
        display: inline !important;
    }
    
    #content.daycard p.bordered {
        border: 1px solid #ebbbc0;
        border-width: 1px 0;
        line-height: 40px;
        font-size: 13px;
    }
    
    #content.daycard .pricingModule .leftColumn,
    #content.daycard .pricingModule .rightColumn {
        width: 200px;
    }
    
    #content.daycard .pricingModule .leftColumn {
        float: left;
    }
    
    #content.daycard .pricingModule .rightColumn {
        float: right;
    }
    
    #content.daycard .pricingModule .priceBlob {
        display: block;
        background: url(../images/daycard/priceBubble.jpg) top left no-repeat;
        width: 163px;
        height: 81px;
        padding: 0 15px;
        margin-bottom: 10px;
    }
    
        #content.daycard .pricingModule .priceBlob span {
            display: block;
        }
    
        #content.daycard .pricingModule .priceBlob span.price {
            padding-top: 15px;
            font-size: 30px;
            color: #bd1f2d;
        }
        
        #content.daycard .pricingModule .priceBlob.moreText span.price {
            padding-top: 8px !important;
        }
        
        
        #content.daycard .pricingModule .priceBlob span.meta {
            font-size: 12px;
        }


/*** Media Room ***/
#mediaGrid {

}

    a.mediaItem {
        display: block;
        width: 169px;
        float: left;
        background: url(../images/media/thumbnailBg.png) top left no-repeat;
        margin: 0 13px 10px 0;
        display: relative;
    }
    
        a.mediaItem.last {
            margin-right: 0;
        }
    
        a.mediaItem:hover {
            text-decoration: none;
        }
        
        a.mediaItem .mediaThumbnail {
            width: 165px;
            height: 126px;
            margin: 0 2px 7px 2px;
            overflow: hidden;
            position: relative;
        }
        
        a.mediaItem .mediaMeta span {
            display: block;
        }
        
        a.mediaItem .mediaMeta span.title {
            font-size: 13px;
        }
        
            a.mediaItem:hover .mediaMeta span.title {
                text-decoration: underline;
            }
        
        a.mediaItem .mediaMeta span.date {
            font-size: 11px;
            color: #555;
            font-weight: normal;
        }
    
    a.press .mediaThumbnail img {
        position: absolute;
        top: 22px;
        left: 50%;
        margin-left: -31px;
    }
    
    a.image .mediaThumbnail img {
        position: absolute;
        left: 50%;
        margin-left: -85px;
    }
    
    a.youtube .mediaThumbnail img {
        height: 165px;
    }
    
    a.mediaItem .mediaThumbnail .playButton {
        z-index: 1000;
        width: 165px;
        height: 130px;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/media/playOverlay.png) center center no-repeat;
    }

.mediaRoomSidebar {
    margin: 10px 0;
}

    .mediaRoomSidebar h4 {
        text-transform: uppercase;
    }

    .mediaRoomSidebar ul.bulleted {
        font-size: 12px;
        margin: 0;
    }
    
        .mediaRoomSidebar ul.bulleted li {
            margin: 5px 0;

        }

a.jetsuiteHDButton {
    display: block;
    width: 177px;
    height: 78px;
    text-indent: -9999em;
    background: url(../images/media/hdButton.png) top left no-repeat;
}

    a.jetsuiteHDButton:hover {
        background-position: 0 -78px;
    }
    
    a.jetsuiteHDButton:active {
        background-position: 0 -156px;
    }


/*** clearfixes ***/
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
}

.clear {
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
}

pre {
    background: #222;
    line-height: 1.6em;
    color: #7FF231;
    font-family: "Menlo";
    padding: 10px;
    font-size: 14px;
}

/*** Autocompleter ***/

div#auto_hover {
    position: absolute;
    top: 703px;
    left: 242px;
    z-index: 100;
    font-size: 12px;
    padding: 5px;
    max-width: 350px;
    background: #FFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
    background: -moz-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: 0px 3px 10px #000;
    -moz-box-shadow: 0px 3px 10px #000;
    border: 1px solid #666;
}

div#auto_hover li {
    width: auto;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

div#auto_hover li.hover {
    color: #fff;
    cursor: pointer;
    /* -webkit-border-radius: 5px;
    -moz-border-radius: 5px;*/
    background: #666;
    background: -webkit-gradient(linear, left top, left bottom, from(#777), to(#555));
    background: -moz-gradient(linear, left top, left bottom, from(#777), to(#555));
}

div#auto_hover .top_arrow {
    position: absolute;
    width: 25px;
    height: 12px;
    top: -12px;
    left: 50%;
    margin-left: -12px;
    z-index: 101;
    background: url(../images/autocomplete/top_arrow.png) no-repeat;
    _background: transparent;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/wp-content/themes/jetsuite/images/autocomplete/top_arrow.png, sizingMethod='crop');
}

/*** Form Fields ***/

form {
    margin-bottom: 1em;
}

form label {
    font-weight: bold;
    color: #444;
    margin: 5px 0;
}

form input.text {
    border: 1px solid #d8d8d8;
    border-width: 0 1px 1px 0;
    background: url(../images/textFieldBg.gif) top left no-repeat;
    padding: 5px;
    font-size: 14px;
}

/*** Ghost Quote Box ***/

#ghostQuoteBox {
    background: url(../images/quote/ghostQuote.jpg) top left no-repeat;
    height: 413px;
    position: relative;
    width: 632px;
}   

    #ghostQuoteBox span.inner {
        color: #222;
        position: absolute;
        display: block;
        width: 376px;
        height: 100px;
        left: 50%;
        top: 50%;
        margin: -100px 0 0 -228px;
        padding: 60px 40px 0 40px;
        text-align: center;
        font-size: 20px;
        line-height: 30px;
        text-shadow: 0 1px 0 #FFF;
    }

/*** Empty Legs ***/

table tr th.header span {
    padding-right: 12px;
    background: url(../images/disclosureArrowGrey.gif) right 1px no-repeat;
}

table tr th.header span:hover {
    cursor: pointer;
}

table tr th.headerSortDown span,
table tr th.headerSortUp span {
    background: url(../images/disclosureArrowDown.gif) right 4px no-repeat;
}

table tr th.headerSortUp span {
    background-image: url(../images/disclosureArrowUp.gif);
}

/*** Partners Page ***/
div.partnersGrid {
    
}

    div.partnersGrid div.partner {
        width: 150px;
        float: left;
        margin: 0 25px 25px 0;
    }

/*** Argus Homepage Link ***/
a.argusLink {
    position: absolute;
    top: 90px;
    right: 263px;
    height: 67px;
    width: 175px;
    display: block;
}