/* Santa Barbara Airbus Stylesheet */

*
{
    font-size: 1em;
    margin: 0;
    padding: 0;
}

/* @group General Styles */

html
{
    font-size: 125%;
}

body
{
    background: url(/images/main-bg.jpg) repeat-x top left #eef8fe;
    color: #333333;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 65%;
    line-height: 1.3em;
    margin: 0 auto;
    behavior: url(/stylesheets/hover.htc);
}

img
{
    border: 0;
}

h2
{
    color: #ff6000;
    font-size: 1.2em;
    margin-bottom: 5px;
    margin-top: 25px;
}

p
{
    margin-bottom: 10px;
}

a
{
    color: #747679;
    text-decoration: underline;
}

a:hover
{
    color: #ff6000;
}

/* @end */

/* @group Top-Level Containers */

#container
{
    margin: 10px auto;
    padding-bottom: 17px;
    width: 985px;
    position: relative;
}

#header
{
    width: 985px;
    height: 96px;
    background: url(/images/content-top.gif) no-repeat top left;
    position: relative;
}

#logo
{
    width: 587px;
    height: 51px;
    position: absolute;
    top: 10px;
    left: 10px;
}

/* @end */

/* @group Navigation Styles */

#uber-nav
{
    position: absolute;
    top: 27px;
    right: 27px;
}

#uber-nav a
{
    color: #1e3770;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}

#uber-nav a:hover, #uber-nav a.selected
{
    color: #ff7316;
    text-decoration: underline;
}

#uber-nav li
{
    margin-left: 10px;
    display: inline;
}

#nav-wrap
{
    margin-bottom: 0;
    left: 320px;
    top: 67px;
    width: 650px;
    position: relative;
}

.nav a:hover
{
    text-decoration: none;
}

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

.clear
{
    display: inline-block;
}

* html .clear
{
    height: 1%;
}

.clear
{
    display: block;
}

ul.IR li
{
    font-size: 12px;
    position: relative;
    z-index: 500;
}

.IR em
{
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
}

* html > body .IR
{
    font-size: 10px;
    overflow: visible;
    position: static;
}

* html > body .IR em
{
    position: static;
}

.nav
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

.nav li
{
    float: left;
    padding-bottom: 10px;
}

.nav li, .nav li em
{
    height: 21px;
}

* html > body ul.nav li em
{
    margin-bottom: -21px;
}

/* @end */

/* @group Top Nav Styles */

#home em, #services em, #company em, #blog em, #contact em
{
    background: transparent url(/images/navigation.gif) no-repeat scroll 0 0;
    cursor: pointer;
}

#home
{
    left: 0;
}

.nav li#home, .nav li#home em
{
    width: 61px;
}

#home em
{
    background-position: 0 0;
}

#home:hover em
{
    background-position: 0 -21px;
}

#services
{
    left: 46px;
}

.nav li#services, .nav li#services em
{
    width: 81px;
}

#services em
{
    background-position: -118px 0;
}

#services:hover em
{
    background-position: -118px -21px;
}

#company
{
    left: 103px;
}

.nav li#company, .nav li#company em
{
    width: 92px;
}

#company em
{
    background-position: -256px 0;
}

#company:hover em
{
    background-position: -256px -21px;
}

#blog
{
    left: 153px;
}

.nav li#blog, .nav li#blog em
{
    width: 93px;
}

#blog em
{
    background-position: -398px 0;
}

#blog:hover em
{
    background-position: -398px -21px;
}

#contact
{
    left: 208px;
}

.nav li#contact, .nav li#contact em
{
    width: 102px;
}

#contact em
{
    background-position: -548px 0;
}

#contact:hover em
{
    background-position: -548px -21px;
}

.nav a
{
    display: block;
    font-weight: normal;
}

* html .nav a
{
    height: 1%;
}

.nav li ul
{
    left: -999em;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    position: absolute;
    top: 30px;
    z-index: 500 !important;
    border: 1px solid #073a65;
}

.nav li:hover ul
{
    left: 0px;
}

.nav li li
{
    font-size: 110%;
    height: auto;
    padding-bottom: 0;
}

.nav li ul a
{
    background: url(/images/subnav.png) repeat-y top left;
    color: #073a65;
    padding: 5px 10px;
    text-decoration: none;
    width: 99px;
}

.nav li ul a:hover
{
    color: #fff;
    font-weight: bold;
    background: #3ebff1;
}

/* @end */

#top-content
{
    width: 985px;
    height: 318px;
    background: url(/images/wavy-lines2.jpg) no-repeat bottom left;
}

/* @group Reservation Box Styles */

#reservation-box
{
    width: 254px;
    height: 251px;
    float: left;
    background: url(/images/reservation-box.jpg) no-repeat top left;
}

#reservation-box ul
{
    list-style: none;
    margin-top: 30px;
    margin-left: 17px;
    font-size: .9em;
    color: #1f3871;
    font-weight: bold;
}

#reservation-box ul li
{
    float: left;
    margin-right: 12px;
    margin-bottom: 7px;
    width: 105px;
}

#reservation-box input.dates
{
    width: 70px;
}

#reservation-box ul li.non-float
{
    float: none;
    width: 220px;
    color: #16a6f2;
    font-weight: normal;
}

#reservation-box ul li.non-float label
{
    margin-right: 8px;
}

#reservation-box select
{
    width: 100px;
}

#reservation-box .submit
{
    background: url(/images/search.gif) no-repeat top left;
    width: 67px;
    height: 22px;
    border: 0;
    margin-top: 15px;
    margin-left: 7px;
    cursor: pointer;
}

/* @end */

#wavylines
{
    background: url(/images/wavylines1.png) no-repeat bottom left;
    position: absolute;
    top: 306px;
    right: 0px;
    z-index: 5;
    width: 731px;
    height: 41px;
}

#slider, #slider li
{
    width: 731px;
    height: 251px;
    float: left;
    overflow: hidden;
}

#slider ul, #slider li
{
    margin: 0;
    padding: 0;
    list-style: none;
}

span#prevBtn
{

}

span#nextBtn
{

}

ol#controls
{
    list-style: none;
    position: absolute;
    top: 265px;
    left: 282px;
    z-index: 100;
}

#controls li
{
    display: inline;
    background: #6bc2e9;
    color: #fff;
    padding: 1px 6px;
    margin-right: 6px;
}

#controls li.current
{
    background: #ff7316;
}

#controls li a
{
    color: #fff;
    text-decoration: none;
}

#content-wrap
{
    width: 985px;
    background: url(/images/content-bg.gif) repeat-y top left;
    overflow: hidden;
}

/* @group Footer Styles */

#footer
{
    height: 104px;
    width: 985px;
    background: url(/images/footer-bg.gif) no-repeat top left;
}

#footer-image
{
    width: 316px;
    height: 102px;
    position: absolute;
    bottom: 1px;
    left: 6px;
}

#footer-content
{
    position: absolute;
    width: 510px;
    left: 220px;
    bottom: 34px;
    color: #203971;
    text-align: center;
}

#footer-content p
{
    margin-bottom: 2px;
    font-size: 0.8em;
}

#footer-content a
{
    font-size: .9em;
    color: #203971;
    text-decoration: none;
}

#footer-content a:hover
{
    color: #ff6000;
}

/* @end */

#copyright
{
    position: absolute;
    bottom: -5px;
    right: 5px;
    text-align: center;
    width: 985px;
    font-size: .8em;
    color: #203971;
		z-index: 100;
}

/* @group Home Styles */

#index #top-content
{
    width: 985px;
    height: 318px;
    background: url(/images/wavy-lines.jpg) no-repeat bottom left;
}

#index #content
{
    width: 985px;
    min-height: 356px;
    background: url(/images/content-bg-lg.jpg) no-repeat top left;
}

#index #column1
{
    width: 290px;
    height: 325px;
    float: left;
    margin-left: 52px;
    border-right: 1px #86cbed dotted;
    margin-top: 8px;
}

#index #column1 p
{
    width: 270px;
}

#index #column1 img
{
    margin-left: 19px;
}

#index #column2
{
    width: 279px;
    float: left;
    margin-left: 25px;
    border-right: 1px #86cbed dotted;
    margin-top: 8px;
    padding-right: 25px;
}

#index #column3
{
    width: 217px;
    float: left;
    margin-left: 25px;
    margin-top: 8px;
}

#index p
{
    margin-bottom: 5px;
}

#index p.thumbnail
{
    width: 125px;
    padding-top: 2px;
    padding-bottom: 4px;
    border-top: 1px solid #e5f2fc;
    border-left: 1px solid #a6d6f1;
    border-bottom: 1px solid #92cdee;
    border-right: 1px solid #c3e3f6;
    margin-bottom: 9px;
}

.thumbnail img
{
    margin-left: 3px;
    margin-top: 2px;
}

/* @end */

/* @group Interior Styles */

h1
{
    color: #0c2867;
    font-size: 1.5em;
    margin-bottom: 15px;
    text-transform: uppercase;
    margin-top: 25px;
}

#content
{
    width: 985px;
    min-height: 336px;
    background: url(/images/content-bg-lg.jpg) no-repeat top left;
}

#left-column
{
    float: left;
    width: 255px;
    border-right: 1px #86cbed dotted;
}

#left-column ul#sidenav
{
    margin-left: 20px;
    list-style-type: none;
    font-size: 1.1em;
}

#left-column ul#sidenav li
{
    margin-bottom: 15px;
}

#left-column ul#sidenav, #left-column ul#sidenav a
{
    color: #344d84;
    text-decoration: none;
}

#left-column ul#sidenav li .selected, #left-column ul#sidenav li a:hover
{
    color: #ff7316;
    font-weight: bold;
}

#left-column ul#sidenav li ul
{
    color: #2a245b;
    line-height: 1.4;
    list-style-type: none;
    margin-top: 3px;
    margin-left: 13px;
}

#left-column #sidenav li ul li
{
    padding-left: 15px;
    background: transparent url(/images/blue-bullet.png) no-repeat;
    background-position: 0 7px;
    margin-bottom: 1px;
}

#left-column #sidenav li ul li a.selected, #left-column #sidenav li ul li a:hover
{
    color: #ff7316;
    text-decoration: underline;
    font-weight: normal;
}

#right-column
{
    width: 690px;
    float: left;
    margin-left: 25px;
}

#single-column
{
    width: 740px;
    float: left;
    margin-left: 135px;
    margin-bottom: 80px;
}

/* @end */

/* @group Fares Styles */

#fares #content
{
    height: 360px;
}

#rates tr
{
    margin-bottom: 10px;
}

#rates tr td
{
    padding-bottom: 15px;
}

#rates .column-lineup
{
    padding-left: 20px;
}

#rates a
{
    color: #ff7316;
    text-decoration: underline;
}

#rates a:hover
{
    text-decoration: none;
}

/* @end */

/* @group Rails Styles */

.fieldWithErrors
{
    padding: 2px;
    background-color: red;
    display: table;
}

#errorExplanation
{
    margin-bottom: 20px;
    padding: 7px 7px 12px;
    width: 350px;
}

#errorExplanation h2
{
    background-color: #23BFF2;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: -7px;
    padding: 5px 5px 5px 15px;
    text-align: left;
}

#errorExplanation ul
{
    font-size: 1em;
    margin-left: 7px;
}

#errorExplanation p
{
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#errorExplanation ul li
{
    font-size: 12px;
    list-style: square;
}

div#flash_notice
{
    display: block;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 20px;
    padding: 8px;
    background-color: #23BFF2;
    color: #FFF;
    font-size: 15px;
    width: 250px;
}

div#flash_info
{
    border-style: none;
    border-width: 0;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 10px 10px 0;
    line-height: 19px;
}

/* @end */

/* @group Schedule Grid Styles */

.schedule table
{
    border: 0px solid #FFFFFF;
    width: 554px;
}

.schedule td
{
    padding: 10px;
}

.schedule th
{
    padding: 10px;
}

.even
{
    background-color: #cbedfb;
}

/* @end */

#cms-content-container li
{
    margin-top: 5px;
}

/* @group FAQ List Styles */
table.faq_question_set tr.faq_question_row td.faq_question_tag_cell
{
    color: #0000cc;
}

table.faq_answer_set tr.faq_answer_row td.faq_answer_tag_cell
{
    color: #0000cc;
}

table.faq_question_set tr.faq_question_row td.faq_question_cell
{
    font-weight: bold;
}

table.faq_question_set tr.faq_question_row
{
    vertical-align: top;
}

table.faq_question_set tr.faq_answer_row
{
    padding-bottom: 12pt;
    vertical-align: top;
}

/* @end */


#route
{
    margin-top: 10px;
    margin-bottom: 15px;
}

/* @group Reservation Wizard Step Styles */

.locations td
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.locations th
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.passengers td
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.passengers th
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: left;
}

.payment td
{
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}

.payment th
{
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
}

.padding
{
    margin-bottom: 10px;
}

.buttons
{
    margin-top: 30px;
}

div#pay_online_div
{
	width:  600px;
	margin-left: 50px;
	border:  3px solid #333333;
	padding: 8px 8px 8px 8px;
	background-color: #f0dddd;
}
div#pay_online_div b
{
	font-weight: bold;
	color:  #cc0000;
	display: block;
	margin-bottom: 10px;
}

/* @end */

div#cms-subnav-container
{
    font-size: 8pt;
    width: 100%;
    text-align: right;
    margin-top: 12px;
}

#content-top
{
    width: 985px;
    height: 113px;
    background: url(/images/interior-lines.jpg) no-repeat top left;
}

#content.no-background
{
    background: none;
    border-left: 1px solid #253D74;
    border-right: 1px solid #253D74;
}

/* @group Social Media Icon Styles */

#social-media
{
    position: absolute;
    right: 10px;
    bottom: 25px;
    width: 100px;
}

#social-media  img
{
    margin-right: 15px;
}

/* @end */

#signinForm
{
    font-size: 1em;
    display: block;
    width: 290px;
    height: 200px;
    margin-top: 10px;
}

.boxes
{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

#homecontent
{
    width: 985px;
    background-image: url(/images/home-content-bg-lg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #EDF8FE;
    padding-bottom: 15px;
    min-height: 336px;
}

.formFieldGroup
{
    margin-bottom: 10px;
    font-size: 1em;
    margin: 20px;
    padding: 20px;
}

.orange-box
{
    margin: 20px 20px 20px 20px;
    padding: 10px 10px 10px 10px;
    font-size: large;
    border: 5px solid #ff6000;
}

/* @group Bottom of Page Widgets */

#ssl_trust_widget
{
    clear: left;
    position: absolute;
    width: 985px;
    text-align: center;
    padding-top: 50px;
    bottom: -70px;
}

#cc_logo_widget
{
    clear: both;
    position: absolute;
    padding-top: 25px;
    padding-left: 825px;
    bottom: -15px;
}

/* @end */
