@charset "utf-8";
body
{
    background-color:#0538ca;
    background-image: url(images/page-background.png);
    background-repeat:repeat-x;
    background-position:bottom;
    margin:0;
    font-family:arial, sans-serif;
    font-size:12px;
    color:#424848;
}
div#container
{
    background-image:url(images/background.jpg);
    background-repeat:no-repeat;
    background-attachment: fixed;
    width:100%;
    height:100%;
    margin:0 auto;  
}
div#header
{
    background-image:url(images/logo.png);
    background-repeat:no-repeat;
}
div#logo
{
    height:120px;
    width:230px;
}
div#menu
{
    float:right;
    margin-bottom:10px;
}
div#menu ul
{
    margin:0;
    padding:0;
    list-style-type:none;
    margin-top:-15px;
    margin-right:10px;
}
div#menu ul li
{
    float:left;
    margin-left:20px;
}
div#menu ul li a
{
    color:#d6d6ee;
    text-decoration:none;
    display:block;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10PX;
}
div#menu ul li:hover
{
    background-color:#4284e7;
}
div#menu ul li a:hover
{
    color:#FFFFFF;
}
div#menu ul li ul
{
    display:none;
}
div#menu ul li:hover ul
{
    display:block;
    position:absolute;
    right:0;
}
div#submenu
{
    position:relative;
    z-index:100;
}
div#submenu ul
{
    margin:0;
    padding:0;
    list-style-type:none;
    background-color:#4284e7;
    width:180px;
}
div#submenu ul li
{
    float:none;
    padding:0;
    margin:0;
    padding-left:5px;
    border-bottom:solid 1px #3d7cd9;
    border-top: solid 1px #669fcf;
    padding-top:3px;
    padding-bottom:3px;
}
div#submenu ul li:first-child
{
    border-top:none;
}
div#banner
{
    background-image:url(images/sprite.png);
    background-repeat:no-repeat;
    background-position:-5px -452px;
    height:263px;
    width:960px;
    margin-bottom:10px;
}
div#slides
{
    width:930px;
    margin:0 auto;
    padding-top:19px;
}
div#slideshow
{
    position:relative;
}
div#slide-info
{
    position:absolute;
    bottom:0px;
    height:80px;
    width:900px;
    background-image:url(images/slide-background.png);
    padding-left:30px;
    color:#b9b5b5;
    font-size:13px;
}
div#slide-info h3
{
    margin:0;
    margin-bottom:5px;
    font-size:18px;
    font-weight:bold;
    margin-top:10px;
    color:#f0f0f0;
}
div#slide-info a
{
    background-image: url(images/sprite.png);
    background-repeat:no-repeat;
    background-position:-2px -309px;
    position:absolute;
    right:20px;
    top:20px;
    width:73px;
    height:19px;
    text-align:center;
    color:#9aa7f0;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    padding-top:5px;
}
div#slide-info a:hover
{
    background-image: url(images/sprite.png);
    color:#f5dad1;
    background-position:-77px -309px;
}
div#leftbar
{
    width:311px;
    float:left;
    margin-right:5px;
}
div#searchbox
{
    background-image:url(images/sprite.png);
    background-repeat:no-repeat;
    width:311px;
    height:325px;
    background-position:-630px -17px;
    margin-bottom:10px;
}
div#searchbox ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
div#searchbox ul li
{
    padding: 4px 0px;
    line-height: 22px;
}
div#searchbox ul li select
{
    width: 250px;
    border: solid 1px #000;
}
div#searchbox ul li input
{
    width: 50px;
    border: solid 1px #000;
}
div#testimonials
{
    background-image:url(images/sprite.png);
    background-repeat:no-repeat;
    width:311px;
    background-position:-630px -17px;
    height:425px;
    background-position:-969px -292px;
}
div#voices
{
    position:relative;
    width:100%;
}
div#voices ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}
div#voices ul li
{
    font-style: italic;
    line-height:18px;
}
div#voices ul li span
{
    font-style:normal;
    display:block;
    margin-top:30px;
}
div#contentblock
{
    float:left;
    background-image:url(images/right-border.png);
    background-repeat: no-repeat;
    background-position:right bottom;
    width:643px;
    margin-bottom:10px;
}
div#text-canvas
{
    background-color:#feffff;
    float:left;
    width:632px;
    min-height:750px;
    padding-bottom:10px;
}
.left-border
{
    float:left;
    background-image:url(images/sprite.png);
    width:7px;
    height:380px;
    background-repeat:no-repeat;
    background-position:-947px -17px;
}
.top-border
{
    background-image:url(images/sprite.png);
    width:632px;
    height:6px;
    background-repeat:no-repeat;
    background-position:-630px -5px;
}
.bottom-border
{
    background-image:url(images/sprite.png);
    width:316px;
    height:4px;
    background-repeat:no-repeat;
    background-position:-940px -13px;
}
div#fixed-departures
{
    margin-top:10px;
    background-image:url(images/fixed-dept-background.png);
    background-repeat:repeat;
    height: 235px;
}
div#fixed-dept-holder
{
    width:930px;
    margin:0 auto;
    padding-top:10px;
    position:relative;
}
div#fixed-dept-holder h3
{
    color:#ebe926;
    font-size:16px;
    font-weight:bold;
    margin:0;
}
div.fixed-trips
{
    margin-left:25px;
}
div.fixed-trips ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}
div.fixed-trips ul li
{
    float:left;
    margin-right:10px;
    width:210px;
}
div.fixed-trips ul li a
{
    border:0;
    text-decoration:none;
    color:#ccd8e3;
}
div.fixed-trips ul li a:hover
{
    color:#fff;
}
div.fixed-trips ul li h4
{
    margin:0;
    padding:0;
    font-size:12px;
    font-weight:bold;
}
div.fixed-trips ul li span
{
    font-size:11px;
}
div.fixed-trips ul li img
{
    border:solid 5px #f2f7fc;
}
div#nav-holder
{
    position:relative;
    width:930px;
    top:-120px;
}
div#prev-btn
{
    position:absolute;
}
div#prev-btn a
{
    background-image:url(images/sprite.png);
    background-repeat:no-repeat;
    background-position:-2px -32px;
    width:19px;
    height:24px;
    display:block;
}
div#prev-btn a:hover
{
    background-image:url(images/sprite.png);
    background-repeat:no-repeat;
    background-position:-2px -58px;
}
div#next-btn
{
    position:absolute;
    right:0px;
}
div#next-btn a
{
    background-image:url(images/sprite.png);
    background-repeat:no-repeat;
    background-position:-23px -32px;
    width:19px;
    height:24px;
    display:block;
}
div#next-btn a:hover
{
    background-image:url(images/sprite.png);
    background-repeat:no-repeat;
    background-position:-23px -58px;
}
ul#trips
{
    margin:0;
    padding:0;
    list-style-type:none;
}
ul#trips li
{
    background-color:#f4f9fe;
    background-image:url(images/featured-background.png);
    background-repeat:repeat-x;
    background-position:bottom;
    padding:20px;
    border-bottom:solid 1px #d6dce3;
    margin-bottom:1px;
}
ul#trips li div.trip-image
{
    float:left;
    padding:10px;
    background-color:#c0d6ea;
    margin-right:10px;
    width:220px;
}
ul#trips li div.trip-detail
{
    line-height:18px;
    width:316px;
    float:left;
}
ul#trips li h2, ul#trips li h2 a
{
    margin:0;
    padding:0;
    margin-bottom:5px;
    color:#e21616;
    text-decoration:none;
}
ul#trips li h2 a:hover
{
    color:#b40a0a;
}
ul#trips li span.info
{
    display:block;
    margin-top:5px;
    margin-bottom:5px;
}
a#more-link
{
    background-image:url(images/sprite.png);
    background-repeat:no-repeat;
    background-position: -3px -340px;
    font-weight:bold;
    text-decoration:none;
    color:#9aa7f0;
    width:72px;
    text-align:center;
    display:block;
    height:23px;
    line-height: 14px;
    padding-top:6px;
}
a#more-link:hover
{
    background-image:url(images/sprite.png);
    background-repeat:no-repeat;
    background-position: -78px -340px;
    color:#f5dad1;
}
div#footer
{
    margin-top:20px;
}
div#footer-border
{
    background-image:url(images/sprite.png);
    background-repeat: repeat-x;
    background-position:0px -722px;
    height:10px;
}
div#footer-body
{
    background-color:#cccfd3;
    padding-bottom:20px;
    padding-top:20px;
    color:#818487;
    font-size:11px;
}
div#footer-body ul
{
    margin:0;
    padding:0;
    list-style-type:none;
    margin-bottom:20px;
}
div#footer-body ul li
{
    float:left;
    margin-right:20px;
    width:170px;
}
div#footer-body ul li h5
{
    font-size:12px;
    font-weight:bold;
    margin:0;
    padding:0;
}
div#footer-body ul li ul
{
    margin-top:5px;
}
div#footer-body ul li ul li
{
    float:none;
    margin-bottom:5px;
}
div#footer-body a
{
    color:#818487;
    text-decoration:none;    
}
div#footer-body a:hover
{
    color:#5a5e65;
}
a#facebook
{
    background-image:url(images/sprite.png);
    background-repeat:no-repeat;
    background-position:-1px -92px;
    height:34px;
    width: 140px;
    display:block;
    padding-top:15px;
    padding-left:50px;
    color:#8f8fb4;
    font-size:14px;
    font-weight:bold;
}
a#twitter
{
    background-image:url(images/sprite.png);
    background-repeat:no-repeat;
    background-position:-1px -144px;
    height:34px;
    width: 140px;
    display:block;
    padding-top:15px;
    padding-left:50px;
    color:#0c6c6c;
    font-size:14px;
    font-weight:bold;
}
.pagewidth
{
    width:960px;
    margin:0 auto;
}
.copyright
{
    margin-top:20px;
}
div.footer-seperator
{
    background-image:url(images/sprite.png);
    background-position:-4px -432px;
    background-repeat:repeat-x;
    height:2px;
}
.clearboth
{
    clear:both;
}
.left-content-box
{
    width: 276px;
    margin:0 auto;
    padding-top:16px;
}
h1
{
    background-image:url(images/sprite.png);
    background-repeat:no-repeat;
    background-position: -4px -376px;
    margin:0;
    padding:0;
    font-size:20px;
    color:#ebe926;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:10px;
}
.contentholder
{
    width:610px;
    margin:0 auto;
    padding-top:10px;
}
div.top-quote
{
    background-image:url(images/sprite.png);
    background-repeat:no-repeat;
    background-position: -2px -2px;
    width:32px;
    height:29px;
}
div.bottom-quote
{
    background-image:url(images/sprite.png);
    background-repeat:no-repeat;
    background-position: -45px -2px;
    width:32px;
    height:29px;
    position:absolute;
    right:0;
}
div.text-canvas
{
    background-color:#f2f5f5;
    padding:20px;
    line-height:18px;
    color:#424848;
}
div#tabs-canvas
{
    background-image:url(images/tabs-background.png);
    background-repeat:repeat-x;
    height:26px;
}
div#tabs-canvas ul
{
    margin:0;
    padding:0;
    list-style-type:none;
    margin-left:10px;
}
div#tabs-canvas ul li
{
    float:left;
    background-image:url(images/tabs-inactive-background.png);
    background-repeat:repeat-x;
    border-top:solid 1px #e2ebeb;
    border-right:solid 1px #e2ebeb;
    border-left:solid 1px #e2ebeb;
    margin-right:5px;
}
div#tabs-canvas ul li:hover, div#tabs-canvas ul li.active
{
    background-image:url(images/tabs-active-background.png);
}
div#tabs-canvas ul li a 
{
    padding-top:5px;
    padding-bottom:5px;
    padding-left:15px;
    padding-right:15px;
    color:#a5bbbb;
    font-weight:bold;
    display:block;
    text-decoration:none;
}
div#tabs-canvas ul li a:hover, div#tabs-canvas ul li a.active
{
    color:#424848;
}
div#trip-info
{
    width:200px;
    border:solid 1px #e2e3e3;
    background-color:#f2f5f5;
    margin-left:10px;
    padding:5px;
    float:right;
}
div#trip-info h5
{
    font-size:12px;
    font-weight:bold;
    padding:0;
    margin:0;
    color:#7c8080;
    display:block;
    background-image:url(images/facts-header.png);
    padding-left:10px;
    padding-top:5px;
    padding-bottom:3px;
    margin-bottom:5px;
}
div#trip-info ul
{
    margin:0;
    padding:0;
    list-style-type:none;
}
div#trip-info ul li
{
    background-color:#efefef;
    border-bottom:solid 1px #dce0e0;
    margin-bottom:1px;
    font-size:11px;
    color:#7c8080;
    padding-left:5px;
    padding-top:3px;
    padding-bottom:3px;
}
