﻿/* resets */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin:0;
}
table th { width: 40%; background-color:#eee; }
table td, table th { padding:5px;}

/* Basics */
body {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", Helvetica, Verdana, Arial, Sans-Serif;
    font-size:12px;
    line-height:1.5em;
    margin:0;
    padding:0 0 1em;
}
h1, h2, h3, h4 {
    color:#222;
    margin:0.2em 0 .5em;
    padding:0 0 .5em;
    
}
h1 {
    font-size:2em;
    border-bottom:1px solid #eee;
}
h2 {
    font-size:1.8em;
    border-bottom:1px solid #eee;
}
h3 {
    font-size:1.6em;
    color:#666;
}
h4 {
    font-size:1.4em;
    color:#666;
}
p {
    margin:0 0 1em;
}
dl {}
dl dt {
    font-weight:bold;
    font-size:1.2em;
    color:#888;
}
dl dd {
    margin:0.5em 0 1em 1em;
}
a, a:active {
 color:#5897CD;
 text-decoration:none;
}
a, a:active {
 text-decoration:underline;
}

/* Layout */
 #tripSearch {
    position:absolute;
    top:5px;
    right:65px;
    height:193px;
    width:291px;
    background-image:url(../img/searchfrm.png);
}
#main { 
    position:relative;
    background-image:url(../img/border-mid.jpg);
    background-repeat:repeat-y;
    background-position:top;
    width: 1024px; 
    min-height: 100%; 
    background-color: #fff; 
    margin: 0 auto;
}
#header {
    background-image:none;
    position:relative;
    z-index:100;
    width:1024px;
    height:209px;
    display:block;
    background-image:url(../img/xrewards_banner.jpg);
    background-repeat:no-repeat;
    background-position:54px;    
    }
    #header .logo-hotspot {
        position:absolute;
        display:block;
        top:25px;
        left:50px;
        height:150px;
        width:220px;
        z-index:150;
    }
    #header .logo-hotspot span {
        display:none;
    }    
#content-wrapper {
    width:915px;
    margin:0 auto;
    padding:0 0 1em;
    position:relative;
}
    .about #content-main, .contact #content-main, .faq #content-main, .insurance #content-main {
        margin-top:23px;
    }
    #content-main { 
        width: 64%;
        margin:0;
    }
    #sidebar { 
        width:32%;
        padding-left:10px;
        margin:23px 0 0;
        float:left;
    }
        .tripSearch {
            display:block;
            width:310px;
            height:470px;
            border:1px solid #eee;
            background-image: url(../img/loading.gif); 
            background-repeat:no-repeat; 
            background-position:center center;    
            background-color:transparent;               
        }
#footer { 
    position:relative;
    background-image: url(../img/border-bottom.jpg); 
    background-repeat:no-repeat; 
    background-position:bottom;
    width: 1024px;
    height:140px;
    margin: 0 auto; 
}

/* Navigation */
 #nav {
    background-image:url(/img/bg-menu-option5.gif);
    background-repeat:no-repeat;
    width:auto;
    height:27px;
    padding:0 58px 0 52px;
    position:relative;
    top:0;
    left:2px;
    z-index:200;
    overflow:hidden;
}
 #nav ul {list-style: none;}
 #nav li { float:right;}
 #nav a span { display: none;}
 #nav a {
    display:block; 
    height:27px;
    width:112px;
    background-image:url(/img/btn-menu-option4.gif)!important;
    background-repeat:no-repeat;
}

 a#navHome { width:112px;background-position:0 0;}
 a#navAbout { width:111px;background-position:-111px 0;}
 a#navFAQ { width:110px;background-position:-222px 0;}
 a#navContact { width:109px;background-position:-333px 0;}
 a#navLast { width:108px; background-position: -444px 0;}

 a#navHome:hover { background-position:0 -28px;}
 a#navAbout:hover { background-position:-111px -28px;}
 a#navFAQ:hover { background-position:-222px -28px;}
 #navContact:hover { background-position:-333px -28px;}
 a#navLast:hover { background-position: -444px -28px;}

 #nav a.btnBookmark {
    background-image: url(/img/btn-bookmarkus.png)!important;
    background-repeat:no-repeat;
    background-position:left top;
    display:block;
    height:28px!important;
    width:142px!important;
    margin:0;
}
 #nav a.btnBookmark:hover {
    background-position:left -29px;
}

/* Content */
.mainbox {
    height:253px; 
    width: 586px;
    display:block;
    background-repeat:no-repeat;
    position:relative;
    margin:5px 0 2.5em 3px;
}
#xapaDealsPlaceHolder {
    position:relative;
    height:250px;
    width:590px;
}
.xrewards {
    background-image:url(../img/main_xrewards.jpg);
    height:253px; 
    width: 586px;
    display:block;    
}
    .xrewards div {
        position:absolute;
        top:70px;
        left:274px;
        width:295px;
        display:block;
        z-index:10;
    }
    .xrewards h4 {
        color:#162d6d;
        font-size:1.7em;
        margin:0;
        padding:0;
        font-weight:bold;
        letter-spacing:-2px;
    }
    .xrewards p {
        margin:0.8em 0;
        font-weight:normal;
        font-size:1.4em;
        line-height:1.2em;
        color:#666;
        
    }

#minutesPopup {
    padding:1em;
    text-align:left;
    border:1px solid #222;
    cursor:default;
}
#minutesPopup h1 {
    background-image:url(../img/popuptitle.jpg);
    background-repeat:no-repeat;
    width:350px;
    padding: 0.5em;
    color:#fff;
    letter-spacing:-2px;
}
#minutesPopup p {
    font-size:1.6em;
    line-height:1.2em;
    letter-spacing:-2px;
    padding:0 1em;
    font-weight:bold;
    color:#555;
}   
   
.rightSidebar { float: right; width: 300px; padding: 15px 35px 0 0; }
.rightAds { padding-bottom: 15px; }

.bodyText { padding-left: 20px; font-size: 14px; }
.tableList ul { position: relative; }
.tableList ul li { list-style: none; padding: 3px 0; }
.tableList li span { position: absolute; right: 65px; text-align: right; }

.bodyText ul{ list-style: disc; }
.bodyText ul li { padding: 5px 0; }

#lastMinute { text-align: center; }
.lastMinuteC { font-size: 18px; font-weight: bold; padding-top: 25px; }

.customersupport {
    padding:1em;
    border:1px solid #666;
    background-color:#eee;
    text-align:center;
    margin:0.5em 0;
}

/* Footer */
#footer .contact {
    background-color:#FD8B0E;
    text-align:right;
    color:#fff;
    font-size:11px;
    padding:10px 1em;
    width:915px;
    margin:0 auto;
}
#footer .contact img { vertical-align: middle; }
#footer .logo { 
    display:table;
    margin:0 0 0 3.5em;
}
#footer .logo a , #footer .logo .cdnlogo {vertical-align:middle;display:table-cell;padding:10px;}

/* Floats and clearfix */
.right {float:right;}
.left {float:left;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
 


