@charset "utf-8";
/* CSS Document */

/* --------------------
        Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;    
}

ol, ul {
    list-style: none;
}

em {
    font-style: italic;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;    
}

p {
    padding: 9px 0px;    
}


@media screen {


    /* --------------------
		    Main Styles
    -------------------- */
    th {
    text-align: left;
    }

    /* Jquery tabs CSS */
    .ui-tabs { 
	    margin-top: 5px;
	    width: 600px; 
	    }
    .ui-tabs .ui-tabs-nav { list-style-type: none!important; margin: none!important; position: relative;  }
    .ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
    .ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
    .ui-tabs .ui-tabs-nav li.ui-tabs-selected { background-image: url(images/tabs-selected-left-bg.gif) !important;
	    background-repeat: no-repeat; }
    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { 	background: url(images/tabs-selected-right-bg.gif) !important;
	    background-repeat: no-repeat;
	    background-position: right top;
	    color: #372e25 !important; }
    .ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
    .ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
    .ui-tabs .ui-tabs-hide { display: none !important; }

    .food {
    background:url(images/icon_food.gif) no-repeat 0px 3px;
    padding-left: 20px;
    }

    .hotel {
    background:url(images/icon_hotel.gif) no-repeat 0px 3px;
    padding-left: 20px;
    }

    .culture {
    background:url(images/icon_culture.gif) no-repeat 0px 3px;
    padding-left: 20px;
    }

    .gamedrive {
    background:url(images/icon_gamedrive.gif) no-repeat 0px 3px;
    padding-left: 20px;
    }

    .boatsafari {
    background:url(images/icon_boatsafari.gif) no-repeat 0px 3px;
    padding-left: 20px;
    }

    .walking {
    background:url(images/icon_walking.gif) no-repeat 0px 3px;
    padding-left: 20px;
    }

    html, body {
        /*background:url(images/site-bg.png) repeat-x #372e25;*/  
	    font-family: Arial,"Bitstream Vera Sans",sans-serif; 
	    font-size: 13px;
	    color: #333;
	    line-height: 16px;
        background: #ffffff;
    }
    .homepageHero {
        float: left;

    }
    
    .homepageMiddle, .overviewMiddle {
        width: 982px;
        padding-bottom: 20px;
        background: #A68655 url(images/homepage-middle-bg.jpg);

    }
    
    .homepageCountry {
        width: 490px;
        float: left;
        border-right: 1px solid #866437;
    }
    
    .overviewColumn {
        width: 490px;
        float: left;
        border-right: 1px solid #866437;
    }
    .overviewColumnSmall {
        margin: 10px auto;
        width: 476px;  
    }
    
    .homepageMiddleTitle {
        background: url(images/homepage-middle-title-bg.png);
        height: 49px;
        width: 491px;
        float: left;
        margin-bottom: 6px;
    }
    
    .overviewColumn h1 {
        background: url(images/homepage-middle-title-bg.png);
        height: 49px;
        width: 476px;
        margin-bottom: 6px;  
        line-height: 49px;
        color: #ffffff;
        font-size: 25px; 
        padding: 0px 0 0 15px; 
    }
    
    .overviewTitle {
        background: url(images/homepage-middle-title-bg.png);
        height: 49px;
        margin-bottom: 6px;
    }
    
    .overviewCategories {
        border-right: 1px solid #866437;
        width: 366px;
        padding: 16px 0px 0px 23px;
        float: left;
    }
    
    .overviewCategories .sidebarButton {
        background: none;
        height: 31px;
    } 
    
    .overviewCategories .sidebarButtonChat {
    }
    
    .overviewDestinations {
        float: left;
        width: 206px;
        border-right: 1px solid #866437;
        padding: 16px 0px 0px 23px;
    }
    
    .overviewDestinations ul {
        margin: 11px 0px 0px 0px;
        
    }
    .overviewColumnSmall ul {
        margin: 11px 0px 0px 23px;    
    }
    .overviewDestinations li, .overviewColumnSmall li {
        background: url(images/bullet_brown.png) no-repeat;
        background-position: 0 10px;
        padding-left: 18px;    
    }
    
    .overviewDestinations li a, .overviewDestinations li a:visited, .overviewColumnSmall li a, .overviewColumnSmall li a:visited  {
        font-size: 13px;
        line-height: 28px;
        color: #ffffff;
        position: relative;
        display: block;
        margin-right: 5px;
        padding-left: 5px;
    }
    
    .sidebarBlog ul {
        margin-left: 10px;
    }
    .sidebarBlog ul li ul li {
        background: url(images/bullet_brown.png) no-repeat;
        background-position: 0 10px;
        padding-left: 18px;    
    }
    
    .sidebarBlog li a, .sidebarBlog li a:visited {
        font-size: 13px;
        line-height: 28px;
        color: #ffffff;
        position: relative;
        display: block;
    }
    
    .authorSummarySmall {
        font-size: 11px; 
        border-top: 1px solid #cccccc;
        border-bottom: 3px solid #cccccc;
        line-height: 24px;
        margin: 10px 0px 40px; 
        color: #9f9f9f;  
    }
    
    .entry {
        margin-top: 30px;
    }
    
    .authorSummarySmall img {
        padding: 5px 12px 0px 0px;
        float: left;  
    }
    
    .authorSummarySmall a, .authorSummarySmall a:visited {
        color: #9f9f9f!important;
    }
    
    .authorLeft {
        float: left;
        width: 250px;
    }
    .authorRight {
        float: right;
        width: 250px;
        padding-right: 10px;
        text-align: right;
    }
    .authorSummary {
    background: #A28050 url(images/homepage-middle-bg.jpg); 
    color: #ffffff;
    padding: 10px;
    margin: 10px 0px;    
        
    }
    .authorSummary img {
       float: left;
       padding: 5px;
       border: 1px solid #cccccc;
       margin-right: 10px; 
       background: #ffffff;
    }
    
    .authorSummary a, .authorSummary a:visited {
        color: #ffffff!important;
    }
    
    .authorSummary h4 {
        font-weight: bold;
        font-size: 18px;
    }
    
    .entry-content h2 {
        border-bottom:1px dotted #cccccc;
        color:#000000;
        font-size:16px !important;
        line-height:20px !important;
        margin:0 !important;
        padding:10px 0;
        
    }
    
    .justContent {
        color: #ffffff;
        padding-left: 10px;
        font-size: 11px;
    }
    .justContent img {
        margin: 0 auto;
        border: 2px solid #937245;
    }
    
    .justContent a, .justContent a:visited {
        color: #ffffff;
        text-decoration: underline;
    }
    
    .rssfeed {
        margin: 0 auto; 
        display: block; 
        border-bottom: 1px solid #9A7848;
        margin-bottom:5px;
        text-align: center;
    }
    
    
    .trackback {
        background: url("images/icon_trackback.png") no-repeat;
        padding-left: 16px;
        line-height: 16px;
        margin: 10px 0px;    
    }
    

    
    .blogTable td {
        vertical-align: top;
    }
    
    .blogTable .emphasis {
        font-style: italic;
        font-size: 14px;
    }
    
    .blogTable img {
        margin: 10px;
        border: 1px solid #cccccc;
        padding: 5px;
    }
    
/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both;
}
#comments .navigation {
    padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0;
}
h3#comments-title {
    padding: 24px 0;
}
.commentlist {
    list-style: none;
    margin: 0;
}
.commentlist li.comment {
    line-height: 24px;
    padding: 5px 0 0 76px;
    position: relative;
    border-top: 1px dotted #C8C8C8; 
    
}
.commentlist li:last-child {
    border-bottom:none;
    margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}
#comments .comment-body p:last-child {
    margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}
.commentlist ol {
    list-style: decimal;
}
.commentlist .avatar {
    position: absolute;
    top: 10px;
    left: 0;
    padding:3px;
    border: 1px dotted #C8C8C8;
}
.comment-author {
}
.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}
.comment-author .says {
    font-style: italic;
}
.comment-meta {
    font-size: 12px;
    margin: 0;
}
.comment-meta a:link,
.comment-meta a:visited {
    color: #888;
    text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
    color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
    color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
    color: #FF4B33;
}
.commentlist .children {
    list-style: none;
    margin: 0;
    border-top: 1px dotted #C8C8C8;
    padding-top: 5px;
}
.commentlist .children li {
    border: none;
    margin: 0;
    background: none;
}
.nopassword,
.nocomments {
    display: none;
}
#comments .pingback {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
    margin-top: -6px;
}
#comments .pingback p {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    display:block;
    margin: 0;
}
#comments .pingback .url {
    font-style: italic;
    font-size: 13px;
}



/* Comments form */
input[type=submit] {
    color: #333;
}
#respond {
    margin: 24px 0;
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    position: relative;
}
#respond p {
    margin: 0;
}
#respond .comment-notes {
    margin-bottom: 1em;
}
.form-allowed-tags {
    line-height: 1em;
}
.children #respond {
    margin: 0 48px 0 0;
}
h3#reply-title {
    margin: 18px 0;
}
#comments-list #respond {
    margin: 0 0 18px 0;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
#respond label {
    color: #888;
    font-size: 12px;
    
}
#respond input {
    margin:0 0 9px;
    width:200px;
}
#respond textarea {
    width:auto;
}
#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}
#respond .form-allowed-tags code {
    font-size: 11px;
}
#respond .form-submit {
    margin: 12px 0;
}
#respond .form-submit input {
    width: auto;
    font-size: 14px;
}

    .subscribeComments {
        background: url("images/icon_rss.png") no-repeat;
        padding-left: 16px;
        line-height: 14px;
        margin: 10px 0px;    
    }
    
    .postImage {
        float: right;
        
        margin-left: 10px;
    }
    
    .postExcerpt {
        float: left;
        width: 430px;
    }
    
    .postExcerpt h2 {
        margin: 0px!important;
        font-family: "Trebuchet MS","Times New Roman",Times,serif;
        text-decoration: underline;
    }
    
    .overviewDestinations li a:hover, .overviewColumnSmall li a:hover {
        background: url(images/homepage-middle-title-bg.png);
        text-decoration: none; 
    } 
    
    .totalComments {

        font-size:10px;
        position:absolute;
        right:30px;
        background: url(images/comment-bubble.png) no-repeat;
        background-position: 0 4px; 
        color: #000000;
        padding-left: 10px;
    }
    
    .totalCommentsText {
          color:#e7d3b3; 
          padding-left: 10px;
    }
    
    .smallDate {
        color:#e7d3b3;
        font-size:10px;
    }
    
    .overviewMiddle h2 {
        color: #fff;
        font-size: 23px;
    }
    
    .overviewCategories ul {

        width: 344px;
        padding: 16px 0px;
    }
    .overviewCategories li a {
        background: url(images/overview-category-bg.png);
        width: 282px;
        height: 26px;
        display: block;
        line-height: 26px;
        font-size: 14px;
        color: #ffffff;
        padding-left: 47px;
        margin-bottom: 6px;
    }
    
    .innerLeft {
        float: left;    
    }
    

    
    .innerLeft h1 {
        color: #ffffff!important;
        font-size: 30px;
        margin: 12px 0 0 20px;
    }
                                
    .innerRight {
        float: right;
        width: 284px;
        height: 28px;
        line-height: 28px;
        background: url(images/homepage-middle-title-inner-bg.png);
        margin-top: 10px; 
        text-align: center; 
        color: #ecd5b0; 
        margin-right: 10px;  
    }
    
    .innerRight a, .innerRight a:visited {
        color: #ecd5b0;
        font-size: 12px;
        font-family: Arial;
    }
    
    .overviewColumn .specialOfferBox {
        margin: 0 auto 7px!important;
    }
    .specialOfferBox {
        width: 467px;
        height: 196px;
        background: url(images/special-offer-bg.png) no-repeat;
        margin: 0 auto;
        color: #ffffff;
        font-size: 12px;
        padding-right: 10px;
        position: relative;
    }
    
    .specialOfferLeft {
        float: left;
    }
    
    .specialOfferRight {
        float: left;
        width: 270px;
    }
    
    .specialOfferBox .specialoffer {
        left: 103px;
        top: 12px;
    }
    
    .specialOfferBox img {
        border: 3px solid #b99b6e;
        float: left;
        margin: 15px;
    }
    
    .specialOfferBox a {
        color: #ffffff;
    }
    
    .specialOfferBox h2 {
        font-size: 22px;
        font-family: "Trebuchet MS","Times New Roman",Times,serif;
        padding-top: 12px; 
        line-height: 25px;
    }
    
    .specialOfferBox h3 {
        font-size: 18px;
        font-family: "Trebuchet MS","Times New Roman",Times,serif;
        line-height: 18px; 
        padding-top: 5px;
    }
    
    .subinnerContainer {
        margin:0 auto;
        padding-top:6px;
        width:476px;
    }


    .subinner {
        float: left;
        width: 238px;
    }
    .overviewColumnSmall h4 {
        font-size: 20px;
        color: #ffffff;
        background: url(images/homepage-middle-title-blue-bg.png);
        line-height: 49px;
        height: 49px;
        width: 454px;
        padding-left: 22px;
  
    }
    .subinner h4 {
        font-size: 20px;
        color: #ffffff;
        background: url(images/homepage-middle-title-blue-bg.png);
        line-height: 45px;
        height: 49px;
        padding-left: 23px;
        
    }
    
    .subinner ul {
        margin: 15px 0px 0px 20px;
        
    }
    
    .subinner li {
        background: url(images/bullet_brown.png) no-repeat;
        background-position: 0 10px;
        padding-left: 18px;     
    }
    
    .subinner li a, .subinner li a:visited {
        font-size: 14px;
        line-height: 28px;
        color: #ffffff;
    }
    
    .linkHighlight {
        font-weight: bold;
    }
    
    #printLogo {
    display: none;
    }

    .wrapper {
	    margin: 0 auto;
	    width: 982px;
	    padding: 0 5px;
        background: url(images/site-border.png) repeat-y;
        position: relative;
    }

    .header {
	    height: 113px;
	    position: relative;
	    padding: 0 25px 36px 0px;
        background: #D69144 url(images/header-bg.jpg) repeat-x;
    }

    .header .top-nav {
	    height: 25px;
	    margin-bottom: 19px;
	    font-family: "Times New Roman", Times, serif;
    }

    * html .header .top-nav {
	    margin-bottom: 10px;	
    }

    .printPageName {
    display: none;
    }

    #printPage {
    position: absolute; 
    right: 10px; 
    top: 65px;
    z-index: 999;
    }

    .header .top-nav a {
	    float: right;
	    font-family: Arial;
	    font-size: 11px;
	    letter-spacing: 0.03em;
	    color: #fff;
	    margin-left: 18px;
	    line-height: 25px;
    }

    .header .top-nav a.first {
	    float: left;
	    margin-left: 0px;
    }

    .header .logo {
	    width: 492px;
	    height: 85px;
	    position: absolute;
	    left: 23px;
	    top: 16px; 
    }

    #headerActions {
        background:#CB8536;
        width: 330px;
        height: 113px;
        position: absolute;
        top: 0px;
        right: 5px;
       color: #ffffff;  
        font-size: 11px;

       font-family: Arial; 

    }

    #headerActions a, #headerActions a:visited {
       color: #ffffff;

       text-decoration: underline; 
    }

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

    #headerActions .secondColor {
        color: #f7ba75;
        font-size: 13px;
    }

    #headerActions ul {
        margin: 13px 0px 0px 15px;
    }

    #headerActions ul li {
        line-height: 18px; 
           
    }
    
    .headerChat {
        padding: 8px 0px 0px 14px;
        position:absolute;
        right:10px;
        top:115px;
        z-index:9999;
    }
    
    .headerContact {
        line-height: 30px;
        font-size: 16px;
        text-decoration: none!important;  
    }
    
    #phoneNumbers {
        padding-top: 5px;
    }
    
    .pagePhoneNumbers {
        
    }
     
    .pagePhoneNumbers li {
       padding-left: 35px!important;
       font-size: 16px;
       height: 16px;
       line-height: 14px;
       margin-bottom: 12px;    
    }
    
    #phoneNumbers li {
       float: left;
       padding-left: 25px;
       width: 130px;
       font-size: 16px;
       height: 16px;
       line-height: 14px;
       margin-bottom: 12px; 
    }
    
    #phoneNumbers span {
        font-size: 11px;
        color: #F7BA75;
    }
   
    .phGB {
        background: url('images/phone-flags.png') no-repeat 0px 0px!important;
    }
     
    .phDE {
        background: url('images/phone-flags.png') no-repeat 0px -16px!important;
    }
    
    .phUS {
        background: url('images/phone-flags.png') no-repeat 0px -32px!important;
    }
    
    .phTZ {
        background: url('images/phone-flags.png') no-repeat 0px -49px!important;
    }
    
    .innerHero {
        width: 982px;
        height: 103px;
    }
    
    .navigation {
	    height: 39px;
        width: 967px;
	    clear: both;
	    padding-left: 15px;
	    z-index: 1000;
        background: url(images/nav-bg.png);
        position: absolute;
        top: 110px;

    }

    .navigation ul {
	    padding-top: 3px;
	    z-index: 1000;
    }

    .navigation ul li ul{
	    padding-top: 0px!important;
        background-color: #AD824D;
    }

    .navigation ul li {
	    float: left;
	    position: relative;
	    z-index: 1000;
    }

    .navigation ul li a {
	    float: left;
        
    }

    .navigation ul li a span, .fakeA {
	    font-family: Arial, "Trebuchet MS","Times New Roman",Times,serif;
	    font-size: 12px;
	    color: #ffffff;
	    float: left;
	    line-height: 35px;
	    height: 35px;
	    padding: 0 10px 0 10px;  
    }

    .navigation ul li:hover {
        background-image: url(images/nav-hover-bg.png);
        background-repeat: repeat-x;

    }

    .navigation ul li a:hover {
        text-decoration: none;
        background-image: url(images/nav-hover-bg.png);
        background-repeat: repeat-x;   
    }

    .navigation ul li a:hover span {

	    background-position: top right;
	    background-repeat: repeat-x;
    }

    .navigation ul li.green {
	    background-image: none !important;
    }

    .navigation ul li.green a {
	    background-image: url(images/button-left.gif) !important;
	    background-repeat: no-repeat;
	    height: 22px;
	    line-height: 22px;
	    float: left;
	    border: none;
	    margin: 0 6px;
	    position: relative;
	    padding: 0;
    }

    .navigation ul li.green a span {
	    background-image: url(images/button-right.gif) !important;
	    background-repeat: no-repeat;
	    background-position: top right;
	    height: 22px;
	    float: left;
	    padding: 0 10px;
	    color: #fff;
    }

    .navigation ul ul {
	    display: none;
	    position: absolute;
	    top: 35px;
	    left: 0px;
	    background: url("images/sub-nav-bg.jpg");
        border: 1px solid #8c602a;
        border-top: 0px;

    }
    
    .navTitle {
         background: #94662F url("images/nav-title-bg.png");
         height: 36px;
         line-height: 36px;
         color: #ffffff; 
         padding-left: 23px; 
         margin-bottom: 10px;
         width: 172px;
         font-size: 16px;  
    }

    .navigation ul li:hover ul {
	    display: block;
    }

    .navigation ul ul ul, .navigation ul li:hover ul ul {
	    display: none;
    }

    .navigation ul ul .bottom {
	      display: none;
          
    }
    
    .navigation ul ul {
        margin: 0px;
        padding: 0px;
    }

    .navigation ul ul li {
	    background: none !important;
	    padding: 0 16px 0 12px; 
	    display: block;
        clear: both;
        
    }

    .navigation ul ul li a {

        display: block;
	    margin: 0px!important;
	    height: 27px;
	    line-height: 27px;
	    padding-left: 10px;
	    background-repeat: no-repeat;
	    background-position: left center;
        width: 157px!important;
    }
    
    .navigation ul ul li a:hover {
        color: #77972a;
    }

    .navigation ul ul li a.pinkArrow {
	    background-image: url(images/arrow-h2.gif) !important;
    }

    .navigation ul ul li a.first {
	    border-top: none;
    }

    .navigation ul ul li a span {
	    background: none !important;
	    padding: 0;
	    margin: 0;
	    height: 27px;
	    line-height: 27px;
	    display: block;
	    color: #ffffff;
	    float: none;
	    display: block;
    }

    .navigation ul ul li a:hover span {

    }

    .navigation ul ul li.subnav a span {
	    background-image: url(images/nav-sub-arrow-right.gif) !important;
	    background-repeat: no-repeat !important;
	    background-position: right center !important;
    }

    .navigation ul ul li.subnav.opened a span {
	    background-image: url(images/nav-sub-arrow-down.gif) !important;
    }

    .navigation ul ul li.subnav.opened {
	    height: auto;
    }

    .navigation ul ul li.subnav.opened ul {
	    display: block;
	    position: inherit;
	    background: none !important;
	    width: auto !important;
	    margin-right: -16px !important;
	    left: 0;
	    top: 0;
    }

    .navigation ul ul li.subnav.opened ul a {
	    background-image: url(images/nav-sub-sub-arrow.gif) !important;
    }

    .navigation ul ul li.subnav.opened ul a span {
	    color: #555 !important;
	    background: none !important;
        
    }

    .navigation ul ul li.subnav.opened ul a:hover span {
	    color: #9bb363 !important;
    }

    .navigation ul li.selected a span, .navigation ul li.subnav ul li.selected a span {
	    color: #9bb363 !important;
    }
    
    .regionMapLink {
        position: relative;
    }
    
    .regionMap {
        position: absolute;
        top: -120px; 
        left: 200px; 
        width: 273px;
        height: 282px;
        display: block;
        z-index: 998;
        background: url("images/maps/kenya_small-regions.png") no-repeat;
        display: none;    
    }
    
    .regionMapOverlay {
        display: none;
        position: absolute;
        left: 200px; 
        top: -120px;
        width: 273px;
        height: 282px;
        z-index: 999;
        background: url("images/maps/kenya_small-regions.png") no-repeat;  
    }
    
    .northern-kenya {
        background-position: 0px -280px;
    }
    
    .mombasa-south-coast {
        background-position: 0px -1660px;
    }
    
    .north-coast {
        background-position: 0px -1361px;
    }
    
    .nairobi {
        background-position: 0px -2261px;
    }
    
    .rift-valley {
        background-position: 0px -880px;
    }
    
    .southern-kenya {
        background-position: 0px -1972px;
    }
    
    .western-kenya {
        background-position: 0px -550px;
    }
    
    .central-highlands {
        background-position: 0px -1167px;
    }
     

     .homepageHeros img {
        border: 1px dotted #C8C8C8;
        padding: 4px;
        margin-right: 10px;
     }
     
     .homepageHeros h2 {
         margin-top: 0!important;
     }
     
     .homepageHeros td {
         border-top: 1px dotted #C8C8C8; 
         padding-top: 10px;
     }
    #vote {
        padding: 0px 10px 20px 10px; 
        margin-bottom: 10px;
        overflow: hidden;
    }
    
    #vote a, #vote a:visited {
        color: #000000;
        text-decoration: underline;
    }
    
    #pollThankyou {
        padding: 0px 10px;
    }
    #pollThanks {
       display: none;
       color: #E7D3B3; 
    }
    #pollThanks a, #pollThanks a:visited {
        color: #E7D3B3;
    }

    #pollForm input {
        width: auto!important;
        border: 0px!important;
    }     
    #vote label {
        background: url(images/poll-bg.png) no-repeat;
        padding: 0 8px;
        min-height: 30px;
        line-height: 30px;
        display: block;
        clear: both;
        margin-bottom: 3px;
        color: #E7D3B3;
    }
    
    #newsletter label {
        padding: 0 8px;
        min-height: 41px;
        line-height: 41px;
        display: block;
        clear: both;
        margin-bottom: 3px;
        color: #E7D3B3;
        float: left;
        width: 50px;  
    }
    
    #newsletter input {
        width: 166px!important;
        height: 15px;
        float: left;
        border: 0px!important;
        margin: 0px!important;
        line-height: 15px;
        padding: 14px 10px!important;
        background: url(images/input-bg.png) no-repeat;
        color: #E7D3B3;
        font-weight: bold;
    }
    
    .newsletter #submit {
        border: none;
        background: url(images/submit-button.png) no-repeat;
        height: 26px;
        width: 164px!important;
        display: block;
        clear: both;
        margin-top: 10px;
        cursor: pointer;
    }
    
    .newsletterDetail {
     clear: both;  
     padding-left: 15px; 
    }
    
    .newsletterDetail img {
        float: left;
        padding-right: 5px;
    }
    
    .newsletterDescription {
        color: #ffffff;
        float: left;
        width: 180px;
        font-size: 11px;
        padding-top: 10px;
    }

    #vote input {
        vertical-align: baseline;
    }

    #vote #pollSubmit {
        border: none;
        background: url(images/submit-button.png) no-repeat;
        height: 26px;
        width: 164px;
        display: block;
        clear: both;
        margin-top: 10px;
        cursor: pointer;
    }

    .main {
	    background: #BB9564 url(images/main-bg.jpg);
	    clear: both;
	    padding: 0px 10px 0 18px;
        border-top: 1px solid #ffffff;
    }
    
    .mainwide {
        background: url(images/main-bg-wide.jpg);
        clear: both;
        padding: 0px 10px 0 18px;
        border-top: 1px solid #ffffff;
    }

    .intro {
	    position: relative;
	    margin-bottom: 20px;
    }

    .intro .gallery {
	    overflow: hidden;
	    width: 947px;
	    height: 334px;
	    z-index: 10;
	    position: relative;
    }

    .intro .gallery a {
          position:absolute;
          top:0;
          left:0;
	      display: none;
    }

    .intro .gallery a.active {
	    display: block!important;
    }

    #bannerNav {
	    width: 54px;
	    height: 12px;
	    float: left;
	    position: absolute;
	    top: 15px;
	    right: 15px;
	    z-index: 22;
    }

    #bannerNav div {
	    width: 13px;
	    height: 12px;
	    float: left;
	    margin: 0 5px 0 0;
	    background-image: url(images/banner-spot.png);
	    background-repeat: no-repeat;
	    background-position: -19px 0px;
    }

    #bannerNav div.active {
	    background-image: url(images/banner-spot.png);
	    background-repeat: no-repeat;
	    background-position: 0px 0px;
    }

    #bannerNav span {
    display: none;
    }

    #bannerNav .active span {
    display: block;
    }

    .intro .more {
	    position: absolute;
	    bottom: 14px;
	    right: 17px;
	    background-image: url(images/more-arrow.gif);
	    background-repeat: no-repeat;
	    background-position: top right;
	    background-color: #ec9254;
	    float: right;
	    height: 28px;
	    line-height: 28px;
	    font-size: 16px;
	    color: #fff;
	    padding: 0 60px 0 8px;
	    z-index: 20;
    }

    #moreInformation a.more {
    display: none;
    }

    #moreInformation a.active {
    display: block;
    }

    .block {
	    overflow: hidden;
	   background: url("images/sidebar-block-bg.png");
	    margin: 0px 0px 10px;
    }

    .block .block-content {
	    background-color: #fbf4e8;
	    clear: both;
	    overflow: hidden;
    }

    .left-column {
	    float: left;
	    width: 468px;
    }

    .block .block-content .left-column.width-separator {
	    background-image: url(images/width-separator.gif);
	    background-repeat: repeat-x;
	    background-position: 0 0;
    }

    * html .block .block-content .left-column.width-separator {
	    background-position: 225px 0;	
    }

    .left-column h1 {
	    font-size: 20px;
	    color: #333;
	    line-height: 26px;
	    padding: 8px 10px;
    }


    .holiday-preview img {

    }

    .holiday-preview span {

        width: 174px;
        font-size: 11px;
        text-align: center;    
    }
    
    
   * html .holiday-preview {
        margin: 0 6px;    
    }

    .holiday-preview h2 {
        background-image: url(images/arrow-h2.gif);
        background-repeat: no-repeat;
        background-position: 0px 12px;
        font-size: 21px;
        line-height: 28px;
        padding: 0 0 5px 12px;
    }

    .holiday-preview h2 a {
        color: #000;
        font-family: "Trebuchet MS", "Times New Roman", Times, serif;
        font-size: 12px;
        color: #333333;
        text-decoration: none;
    }

    .holiday-preview h2 a:hover {
        text-decoration: underline;
    }

    .holiday-preview .price {
        background-color: #e0d7bf;
        float: left;
        color: #4a4a4a;
        font-size: 12px;
        line-height: 24px;
        text-decoration: none;
    }

    .holiday-preview .price span {
        display: block;

        display: block;
        width: 208px;
        padding: 8px 0px;
        left: 0px;
        text-align: center;
        color: #ffffff;
        background-image: url(images/transparent-bg.png);
        line-height: 18px;
        font-size: 11px;
    }

    .holiday-preview .price:hover span {
        text-decoration: underline;
    }
    .small-preview {
	    float: left;
	    width: 185px;
	    padding: 10px 0;
	    margin: 0 12px;
    }

    .featured {
        margin-bottom: 10px;
    }

    .map { 
        width: 285px;
        height: 316px; 
        position: relative;
        overflow: hidden;
        margin-bottom: 15px;
    }
    
    .sidebarButton {
        background: url(images/sidebar-button.png) no-repeat;
        width: 258px;
        height: 41px;
        color: #e7d3b3;
        margin-left: 18px;
        margin-bottom: 6px;
    }
    

    .sidebarButtonChat {
        margin-left: 14px;
    }
    .sidebarButton h5 {
        line-height: 40px!important;
        padding-left: 20px;
    }
    .mapBorder  {
        background: url(images/map-border.png);
        position: absolute;
        top: 0;
        left: 0;
        width: 285px;
        height: 316px;
    }
    
    .map img {
        position: absolute;
        top: 18px;
        left: 19px;
        
    }
 

    .right-column {
	    float: right;
	    width: 445px;
    }

    .right-column a.view {
	    background-image: url(images/view-arrow.gif);
	    background-repeat: no-repeat;
	    background-position: top right;
	    background-color: #77972a;
	    height: 28px;
	    float: right;
	    line-height: 28px;
	    font-size: 16px;
	    color: #fff;
	    padding: 0 32px 0 8px;
	    margin: 7px 15px 0 -30px;
	    position: relative;
	    text-decoration: none;
    }

    .right-column a.view:hover {
	    text-decoration: underline;
    }

    .right-column h2 {
	    padding: 12px 0;
	    font-size: 21px;
	    line-height: 28px;
    }

    big {
	    line-height: 19px;
	    font-size: 16px;
    }

    .block a {
	    text-decoration: underline;
	    color: #77972a;	
    }

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

    blockquote {
	    width: 444px;
	    background-image: url(images/blockquote-bg.gif);
	    background-repeat: no-repeat;
	    float: left;
	    font-size: 14px;
	    font-style: italic;
	    color: #4a4a4a;
	    line-height: 16px;
	    margin-bottom: 10px;
	    background: #ffffff;
    }

    blockquote span {
	    background-image: url(images/blockquote-bottom-bg.gif);
	    background-repeat: no-repeat;
	    background-position: bottom left;
	    
	    padding: 15px 15px 35px 15px;
	    display:block;	
    }

    .block .author {
	    float: left;
	    color: #6d6558;
    }

    .block .more {
	    background-image: url(images/more-arrow.gif);
	    background-repeat: no-repeat;
	    background-position: top right;
	    background-color: #ec9254;
	    float: right;
	    text-decoration: none;
	    height: 28px;
	    line-height: 28px;
	    font-size: 16px;
	    color: #fff;
	    padding: 0 45px 0 8px;	
    }

    .block .more:hover {
	    text-decoration: underline;
    }

    .homepageH1 {
    margin-bottom: 10px;
    }

    .itineraryLeft {
    float: left;
    width: 200px;
    padding-right: 10px;
    }

    .content {
        background:url("images/content-bg.png") repeat-y scroll 0 0 transparent;
        float:left;
        line-height:20px;
        margin-bottom:20px;
        margin-top:55px;
        padding:10px 20px;
        position:relative;
        width:598px;
    }

    .contentwide {
	    float: left;
	    width: 100%;
	    margin-bottom: 20px;
	    line-height: 20px;
        padding: 10px 20px 10px 20px;    
	    position: relative;
        background: url("images/content-bg-wide.png") repeat-y;
        width: 910px;  
    }
    
    .contentwide h1 {
        width: 952px!important;
    }

    .content h3 {
	    font-size: 18px;
	    line-height: 24px;
	    padding-bottom: 5px;
	    margin-bottom: 15px;
	    color: #555555;
    }

    .content a {
	    text-decoration: underline;
	    color: #555555;	
    }

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

    .content .image {
	    float: left;
	    width: 242px;
	    text-align: left;
	    margin-right: 16px;
	    margin-bottom: 10px;
	    font-size: 10px;
	    color: #a4a4a4;
	    text-transform: uppercase;
	    text-decoration: none;
	    background-color:#FFF;
    }

    .content .image img {
	    padding: 3px;
	    border: 1px solid #d9d1c5;
	    margin-bottom: 5px;
	    background-color: #fff;
    }

    .content .image.rightalign, .content .rightalign {
	    float: right;
	    text-align: right;
	    margin-right: 0;
	    margin-left: 16px;
    }

    .content .image a {
	    color: #4a4a4a;
    }

    .content .image span {
	    text-decoration: underline;	
    }

    .breadcrumbs {
	    overflow: hidden;
	    clear: both;
	    height: 20px;
	    line-height: 20px;
	    margin: 0px 0 10px 0;
	    font-size: 11px;
    }

    .breadcrumbs a {
	    color: #979797;
    }

    .breadcrumbs .back {
	    color: #fff;
	    background-color: #ec9254;
	    background-image: url(images/breadcrumbs-back-arrow.gif);
	    background-repeat: no-repeat;
	    height: 27px;
	    line-height: 27px;
	    float: left;
	    padding: 0px 15px;
	    margin: 0 10px 0 -10px;
	    position: relative;
	    border-right: 3px solid #fff;
    }
    .contentwide table {
        border:1px solid #E7E7E7;
        margin:0 -1px 24px 0;
        text-align:left;
        width:100%;
        font-family: "Trebuchet MS","Times New Roman",Times,serif;
        font-size: 12px;
    }
    
    .contentwide td {
        padding:10px;
        vertical-align:top;
    }

    .categoryDesc {
        height: 80px; 
        overflow:auto; 
        margin-bottom: 10px;
        border-bottom: 1px solid #cccccc;
        border-top: 1px solid #cccccc;
        border-left: 20px solid #cccccc;
    
        margin-top: 20px;
        padding: 10px 20px 20px;
    }
    .categoryDesc h2 {
        margin: 0!important;
    }
    .sidebar {
	    float: right;
	    width: 287px;
	    padding: 17px 0px 0px 14px;
    }

    .sidebar h3 {
	    font-size: 16px;
	    line-height: 24px;
	    padding-bottom: 5px;
        padding-left: 10px;
	    margin-bottom: 0px;
	    font-family: Arial,"Trebuchet MS","Times New Roman",Times,serif;
        color: #452d0c;

    }

    form.vote {
	    background-color: #f5ebdb;
	    background-image: url(images/form-bg.gif);
	    background-repeat: no-repeat;
	    background-position: bottom left;
	    padding: 20px 10px;
	    overflow: hidden;
    }

    form.vote h4 {
	    font-size: 14px;
	    padding-bottom: 15px;
    }

    form.vote label {
	    background-color: #fff;

	    padding: 0 8px;
	    height: 30px;
	    line-height: 30px;
	    display: block;
	    clear: both;
	    margin-bottom: 3px;
    }

    form.vote input {
	    vertical-align: baseline;
    }

    input.submit {
	    border: none;
	    background: none;
	    background-color: #77972a;
	    font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	    font-size: 14px;
	    color: #fff;
	    height: 28px;
	    line-height: 28px;
	    padding: 0 20px;
	    display: block;
	    clear: both;
	    margin-top: 10px;
	    cursor: pointer;
    }

    .bottom {
	    clear: both;
	    height: 21px;
	    line-height: 21px;
	    padding: 7px 12px;
	    background-color: #eedfcc;
	    margin-top: 20px;
    }

    .bottom .left {
	    float: left;
	    width: 250px;
    }

    .bottom .left a {
	    background-image: url(images/yes-no-bg.gif);
	    background-repeat: no-repeat;
	    width: 30px;
	    height: 22px;
	    float: right;
	    line-height: 22px;
	    text-align: center;
	    margin-left: 6px;
	    color: #000;
    }

    * html .bottom .left a {
	    margin-top: -20px;
	    position: relative;
    }

    .bottom .right {
	    float: right;
	    width: 240px;
    }

    .bottom .right a {
	    margin-left: 12px;
	    margin-top: 3px;
	    float: right;
    }

    * html .bottom .right a {
	    margin-top: -18px;
	    position: relative;
    }

    .footer {
	    background: #735026;
	    padding: 16px 16px 45px 16px;
	    font-size: 11px;
        width: 950px;
        position: relative;
        margin: 0 auto;
    }
    .footer .payment {
        position: absolute;
        top: 10px;
        left: 423px;
    }
    .footer .wrapper {
	    width: 948px;
	    padding: 0 25px;
    }

    .footer .footer-content {
	    overflow: hidden;
    }

    .footer .call {
	    float: right;
	    clear: both;
	    padding-top: 10px;
	    font-size: 12px;
	    color: #E7D3B3;
	    line-height: 16px;
	    text-transform: uppercase;
    }

    .footer .call a {
	    margin-left: 5px;
    }

    .footer .left {
	    float: left;
	    width: 450px;
    }

    .footer .left a, .footer .right a {
	    color: #E7D3B3;
	    border-left: 1px solid #695947;
	    padding: 0 10px;
	    font-size: 11px;
    }

    .footer .left a.first {
	    padding-left: 0px;
	    border: none;
    }

    .footer .right {
	    float: right;
	    color: #E7D3B3;
    }

    .footer .right a.first {
	    border: none;	
    }

    .footer ul {
	    padding-top: 15px;	
    }

    .footer ul li {
	    float: left;
    }

    .footer ul li a {
	    color: #eedfcc;
	    border-right: 1px solid #5d554d;
	    padding: 0 16px 0 17px;
	    height: 22px;
	    font-size: 12px;
	    text-transform: uppercase;
	    line-height: 22px;
    }

    .footer ul li.first a {
	    padding-left: 0px;	
    }

    .footer ul li.green a {
	    background-image: url(images/footer-button-left.gif);
	    background-repeat: no-repeat;
	    height: 22px;
	    line-height: 22px;
	    color: #fff;
	    display: inline-block;
	    border: none;
	    margin-left: 22px;
	    padding: 0;	
    }

    .footer ul li.green a span {
	    background-image: url(images/footer-button-right.gif);
	    background-repeat: no-repeat;
	    background-position: top right;
	    line-height: 22px;
	    height: 22px;
	    float: left;
	    padding: 0 10px;	
    }

    .footer .footer-content.nobordered {
	    border: none;
	    color: #fff;
    }

    .footer .footer-content.nobordered a {
	    border: none;	
    }

    .footer .footer-content.nobordered img {
	    margin-top: 15px;
    }

    .footer .footer-content.nobordered .left {
	    width: auto;	
    }

    .footer .footer-content.nobordered .right {
	    width: auto;	
    }

    .content h1 {
        background:url("images/h1-middle.png") repeat scroll 0 0 transparent;
        color:#FFFFFF;
        font-family:Arial,"Trebuchet MS","Times New Roman",Times,serif;
        font-size:22px;
        height:54px;
        left:-18px;
        line-height:54px;
        margin-bottom:5px;
        padding:0 0 7px 30px;
        position:absolute;
        text-transform:capitalize;
        top:-55px;
        width:646px;  
    }
    
    .content.inner h1 {
   
    }

    .cfix { /* HACK: adding padding to the span in the h1 makes the cufon line height work */
        padding-bottom: 1px;
    }
    .content h1 .h1Left { 
        display: block;
        width: 58px;
        height: 94px;
        position: absolute;
        left: -58px;
        top: 0px;
        background: url(images/h1-left.png);     
    }

    .content h1 .h1Right { 
        width: 49px;
        height: 94px;
        position: absolute;
        right: -49px;
        top: 0px;
        background: url(images/h1-right.png);     
    }

    .content h2 {
	    font-size: 18px;
	    line-height: 24px;
	    margin: 14px 0;
	    font-family: Arial, "Trebuchet MS", "Times New Roman", Times, serif;
    }

    .nomargin {
    margin: 0!important;
    }

    .content p.introduction {
	    font-size: 16px;	
    }

    .content form {
	    margin-bottom: 20px;
	    overflow: hidden;
    }

    .content form label {
	    float: left;
	    width: 204px;
	    font-size: 18px;
    }

    .content form select {
	    width: 185px;
	    float: left;
    }

    .content .preview {
	    padding: 10px 0;
	    overflow: hidden;
	    position: relative;
        border-bottom: 1px dotted #ccc;
        margin-bottom: 5px;
        width: 100%;
    }

    .smallPreview {
          margin-right: 5px;
          float: left; 
          width: 260px; 
          font-size: 11px;
          border-top: 1px solid #ccc; 
          padding: 5px;
          
    }
   
    
    .smallPreviewLeft {
        float: left; 
    }
    
    .smallPreviewLeft img {
        border: 1px solid #ccc;
        padding: 3px;
    }
    
    .smallPreviewRight {
        float: left;
        padding-left: 10px;
        
    }
    .widescreenLeft {
        float: left;
        width: 170px;
    }
    
    .widescreenMiddle {
        float: left; 
        width:460px; 
        padding: 0px 20px; 
        font-size: 11px;
    }
    
    .widescreenMiddleWide {
        float: left; 
        width:490px; 
        padding: 0px 20px; 
        font-size: 12px;
    }
    
    .widescreenRight {
        float: left; 
        width: 235px; 
        font-size: 11px;
        color: #452D0C; 
    }
    
    .filter {
        width: 200px; 
        float: left;
    }
    
    .filterResults {
        float: left;
        width: 700px
    }
    
    .filterTotal {
        float: left;
    }
    
    .filterSort {
        float: right; 
        margin-bottom: 10px;
        text-align: right;
    }
    
    .filterSort a.selected {
        /*color: #EC8001;*/
        text-decoration: none!important;
        font-weight: bold;
    }
         
    
    .widescreenRight a {
       color: #452D0C!important; 
    }
    
    .widescreenRight h3 {
        color: #452D0C!important;
    }
    
    .content .preview .right-aligned {
	    float: right;
	    width: 650px;
	    padding: 0px 120px 0px 0px; 
	    line-height: 18px;
	    font-size: 12px;
    }

    .content .preview .left-aligned {
	    float: left;
	    width: 400px;
	    padding-right: 17px; 
	    line-height: 18px;
    }

    .content .smallcolumn {
	    margin: 10px 18px 10px 0;
	    position: relative;
	    float: left;
	    width: 194px;
	    font-size: 11px;
	    line-height: 15px;
    }

    .smallcolumn h2 {
    padding: 0!important;
    margin: 0!important;
    }

    .smallcolumn img {
    padding-top: 3px;
    }

    .content .twocolumn .right-aligned {
	    float: right;
	    width: 400px;
	    padding-left: 17px; 
    }

    .content .twocolumn .left-aligned {
	    float: left;
	    width: 300px;
	    padding-right: 17px; 
	    line-height: 18px;
    }

    .content .preview img, .imageborderLeft, .imageborderRight {
	    border: 1px dotted #c8c8c8;
	    padding: 4px;
	    float: left;
    }
    


   .imageborderLeft {
        margin-right: 10px;   
   }
   
   .imageborderRight {
        margin-left: 10px;   
   }
    .content .twocolumn img {
	    border: 1px solid #c8c8c8;
	    padding: 4px;
	    float: left;
	    margin-bottom: 5px;
    }
    .content .twocolumn h2 {
	    margin: 5px 0px 5px 0px;
	    padding-bottom: 4px;
    }

    .content .preview h2 {
	    margin: 0px!important;
	    padding: 0px!important;
    }

    .content .preview h2 a {
	    color: #333;
	    text-decoration: none;
    }

    .content .preview h2 a:hover {
	    text-decoration: underline;
    }

    .content .preview h4 {
	    font-size: 14px;
	    line-height: 16px;
	    padding-bottom: 7px;
	    margin-bottom: 4px;
    }

    .content .preview h5 {
	    font-size: 14px;
	    padding-bottom: 8px;
	    line-height: 18px;
    }

    .content .more, .main .button {
	    background-image: url(images/view-arrow.gif);
	    background-repeat: no-repeat;
	    background-position: right top;
	    background-color: #77972a;
	    height: 28px;
	    line-height: 28px;
	    color: #fff!important;
	    float: left;
	    padding: 0 25px 0 11px;
	    text-decoration: none;
	    width: auto!important;
	    border: 0!important;
    }

    .main .hidden{
    display:none!important;
    }

    .quickLinks {
        font-size: 12px;
        padding-top: 10px;
    }
    
    .topLink {
        display: none;
    }

    .alignleft {
        float: left;
    }

    .alignright {
        float: right;
    }
    .content.inner h2 {
	    margin-bottom: 5px;
	    padding-bottom: 5px;
    }
    
    .filter h2 {
        margin: 0;
    }
    
    .filter a {
        border-bottom:1px dotted #CCCCCC;
        display:block;
        float:left;
        font-size:12px;
        margin:2px 0 0;
        padding:1px 0 1px 5px;
        position:relative;
        text-decoration:none;
        width:180px;
    }
    
    .filter a.selected, .filter a.selected .totalEntries, .filter a.selected .smallFilter {
        background: #EC8001;
        color: #ffffff!important;
    }
    
    .smallFilter {
        font-size: 10px;
        color: #9e9e9e;
    }
    
    .totalEntries {
        color:#9E9E9E;
        font-size:10px;
        position:absolute;
        right:4px;
    }
   

    .content.inner h2 span {
	    float: right;
	    font-size: 14px;
    }

    .content .tab h2 {
    margin-top: 0;
    }
    .content.inner h3 {
	    margin-bottom: 0px;
	    padding-bottom: 0px;
	    font-family: "Trebuchet MS", "Times New Roman", Times, serif;
    }

    .content.inner h3 span {
	    float: right;
	    font-size: 14px;
    }

    .content.inner h3 span a, .content.inner h3 span a:visited {
	    color: #888888;
    }

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



    .wp-caption-text {
	    display: none;
    }

    .clear {
    clear: both;
    }

    .content .left {
    float: left;
    width: 400px;
    }

    .content .right {
    float: right;
    }



    .content h2 a, .content h2 a:visited {
    text-decoration: none;
    color: #333;
    }

    .content h3 a, .content h3 a:visited {
    text-decoration: none;
    color: #555555;
    }

    .filterbox {
	    overflow: hidden;
    /*	background-color: #eedfcc;
	    margin: 13px 0;
	    padding: 10px;*/
	    margin: 0!important;
    }

    .filterbox .filterbox-content {
	    background-color: #fbf4e8;
	    clear: both;
	    overflow: hidden;
	    padding-right: 15px;
    }

    .filterbox label {
    width: auto!important;
    background-color:#FFFFFF;
    display:block;
    height:30px;
    line-height:30px;
    margin-bottom:3px;
    padding:0 16px 0 0;
    font-size: 100%!important;
    float: left;
    }

    .filterbox select {
    float: none!important;
    margin-top: 5px;
    width: 150px!important;
    }

    .filterbox .submit {
    float: left!important;
    clear: none!important;
    margin: 0;
    background-color: #ec9256;
    }



    .tableContainer {
    border: 1px solid #E8E2D9;
    margin-bottom: 20px;
    }

    .table {
    width: 100%;
    }

    .table th {
    text-align: left;
    padding: 10px;
    background-color: #fbf4e8;
    }

    .table td {
    padding: 10px;
    }

    .table a, .table a:visited {
    color: #555555;
    }

    .smallText {
    font-size: 10px;
    }

    .tableNumber {
    text-align:right!important;
    }

    .bigText {
    font-size: 20px;
    }

    .hotels {
    padding-bottom: 20px;
    }

    .addon {
    width: 300px;
    height: 90px;
    font-size: 10px;
    float: left;
    }

    .addon .title {
    font-size: 12px;
    font-family: "Trebuchet MS","Times New Roman",Times,serif;
    }

    .addon img {
    float: left;
    padding: 4px;
    border: 1px solid #C8C8C8;
    margin-right: 5px;
    }

    .main > img {
    margin-bottom: 10px;
    }

    .review {
    background-color: #FBF4E8;
    margin-bottom: 20px;
	    background-image: url(images/review-bg.gif);
	    background-repeat: repeat-y;
    }

    .review-left {
    width: 444px;
    float: left;
    padding: 10px;
    }

    .review-footer {
    background-color: #f0ebdd;
    padding: 10px;
    }

    .review-right {
    background-color: #EEDFCC;
    padding: 4px;
    float: left;
    }

    .review img {
    border:none!important;
    padding: 0!important;
    }

    .specialoffer {
        background-image:url("images/special-offer-sash.png");
        background-position:left top;
        background-repeat:repeat-x;
        height:85px;
        position:absolute;
        left:89px;
        top:6px;
        width:83px;
    }

    .specialofferinline {
         background-image:url("images/special-offer-sash.png");
        background-position:left top;
        background-repeat:repeat-x;
        height:85px;
        position:absolute;
        right:-5px;
        top:0px;
        width:83px;
    }

    .relative {
    position: relative;
    }
         
    /* CSS Document */
    /* Sidebar */

    .sidebar .block.green {
	    background-color: #77972a;
	    padding: 13px 11px;
	    color: #ffffff;
    }

    .sidebar .block.green a {
	    background-image: url(images/block-green.gif);
	    background-repeat: no-repeat; 
	    width: 264px;
	    height: 30px;
	    line-height: 30px;
	    float: left;
	    color: #fff;
	    font-size: 16px;
	    text-align: center;
	    text-decoration: none;
    }

    .sidebar .block {
	    padding: 15px 11px;	
    }


    .sidebar h4 {
	    font-size: 16px;
	    line-height: 18px;
    }

    .sidebar h5 {
	    font-size: 14px;
	    line-height: 16px;
    }

    .sidebarButton .email {
	    background-image: url(images/icon-sprite.png);
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -212px;
	    padding-left: 30px;
	    font-size: 14px;
	    color: #E7D3B3;
    }
    
    .sidebarButton .phone {
        background-image: url(images/icon-sprite.png);
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -233px;
        padding-left: 30px;
        font-size: 14px;
        color: #E7D3B3;
    }
    
    .sidebar .skype {
        background-image: url(images/icon-sprite.png);
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -242px;
        padding-left: 30px;
        font-size: 14px;
        color: #E7D3B3;
    }

    .sidebar form textarea {
	    width: 244px;
	    border: none;
	    margin-top: 10px;
	    font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	    font-style: italic;
	    font-size: 13px;
	    padding: 8px 10px;
	    margin-bottom: 6px;
    }

    .sidebar form input.text {
	    border: none;
	    width: 236px;
	    height: 19px;
	    font-style: italic;
	    padding: 6px 14px;
	    font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	    font-size: 13px;
    }


    /* Tabs CSS */

    .content.inner .tabs > ul > li {
	    float: left;
	    height: 30px;
	    line-height: 30px;
	    background: url(images/tabs-left-bg.gif)!important;
	    background-repeat: no-repeat;
	    margin-right: 2px; 
    }

    .content.inner .tabs > ul > li > a {
	    float: left;
	    height: 30px;
	    line-height: 30px;
	    background-image: url(images/tabs-right-bg.gif);
	    background-repeat: no-repeat;
	    background-position: right top;
	    padding: 0 10px;
	    color: #372e25;   
	    text-decoration: none;
    }

    .content.inner .tabs li.selected {

    }

    .content.inner .tabs li.selected a {

    }

    .content.inner .tabs li.last {
	    background-image: url(images/tabs-last-left-bg.gif)!important;
	    background-repeat: no-repeat;
	    margin: 0;
    }

    .content.inner .tabs li.last a {
	    background-image: url(images/tabs-last-right-bg.gif)!important;
	    background-repeat: no-repeat;
	    background-position: right top;
	    color: #fff!important;
	    padding: 0 10px 0 9px;
    }

    .content.inner .tab {
	    clear: both;
	    border-left: 8px solid #fbf4e8;
	    border-right: 8px solid #fbf4e8;
	    border-top: 7px solid #fbf4e8;
	    border-bottom: 11px solid #fbf4e8;
	    overflow: hidden;
	    margin-bottom: 20px;
	    padding: 25px 15px;
    }

    .content.inner .tab .left {
	    float: left;
	    width: 356px;
	    padding-right: 10px;
	    line-height: 18px;
    }

    .content.inner .tab .right {
	    float: right;
	    width: 218px;
	    margin-left: 20px;
    }

    .content.inner .tab img {
	    border: 1px solid #c8c8c8;
	    padding: 4px;
    }

    .content.inner .tab ul {
	    padding: 5px 0px 0px 15px;	
    }

    .content.inner .tab .right li {
	    border-bottom: 1px solid #c8c8c8;
	    height: 29px;
	    line-height: 29px;
	    list-style-type: none!important;
	    margin: 0!important;
    }

    .content.inner .tab .right li a {
	    color: #77972a;
	    text-decoration: none;
	    background-image: url(images/nav-sub-arrow.gif);
	    background-repeat: no-repeat;
	    background-position: 0 5px;
	    padding-left: 15px;

    }



    .mapdiv {
    border: 2px solid #ffffff;
    }

    #ajaxContent_photos {
    position: absolute;
    top: 0;
    left: 0;
    }

    .sidebarHolidays {
    margin: 5px; 
    line-height: 20px; 
    float: left;
    font-size: 12px;
    }

    .ngg-left {
    float: left;
    }

    .ngg-right {
    float: right;
    }

    .featuredHolidays {
       display: block;
       height: 50px;
       padding: 8px 0px 5px;   
    }
    
    .featuredHolidays img {
       border: 4px solid #b59467;
    }
    .featuredHolidays a {
    float: left;
    width: 264px;
    height: 50px; 
    color: #E7D3B3;
    text-decoration: none;
    }

    .hr {
    border-bottom: 1px solid #cccccc; padding-top: 20px; margin: 0 auto;
    }

    /* Rating Box */
    
    #ratePage {
        background: #faf4ee;
        color: #554535;
        padding: 10px;
        font-size:11px;
        width: 615px;
    }
    
    #ratePage a, #ratepage a:visited {
        color: #554535;
        text-decoration: underline;
    }
    .rateYes, .rateNo {
    width: 30px;
    padding-left: 5px;
    cursor:pointer;
    text-decoration: underline;
    }


    #rateReason {
    font-size: 11px;
    color: #666666;
    border: 1px solid #CCCCCC;
    padding: 2px;
    width: 600px;
    height: 100px;
    font-family: Arial,"Bitstream Vera Sans",sans-serif;
    font-size: 13px;
    margin: 10px 0px;
    }

    .whyNot, .thankyou {
    display: none;
    }

    .reasonSubmit {
    border: 1px solid #CCCCCC;
    padding: 3px;
    cursor:pointer;
    text-align:center;
    width: 168px;
    w\idth: 162px;
    background-image: url(images/view-arrow.gif);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #77972a;
    height: 28px;
    line-height: 28px;
    color: #fff!important;
    padding: 0 25px 0 11px;
    text-decoration: none;
    border: 0!important;
    }
    
    .alert {
        border: 1px solid #59BC59;
        padding: 10px;
    }

    .content ul {
        margin: 10px 0px;
    }

    .content ul li {
        background:url("images/bullet_brown.png") no-repeat scroll 0 7px transparent;
        line-height:20px;
        padding-left:18px;
    }


     .wildlifeAnimal {
         float: left;
         font-size: 11px;
         padding-right: 15px;
         text-align: center;
         width: 95px;
         height: 160px;
         overflow:hidden;
         position: relative;
     }
     
     .bigfive {
       position: absolute;
       background: url(images/big5.png);
       width: 40px;
       height: 21px;
       display: block;
       right: 20px;
       top: 2px;
         
     }
    .bigPicture_container {
    position: relative;
    width: 550px;
    height: 400px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    }
    
    .bigPicture_container img {
      border: 0!important;
      padding: 0!important;
    }

    .bigPicture_caption {
    position: absolute;
    bottom: 0px;
    width: 520px;
    background: url(images/transparent-bg.png);
    color: #ffffff;
    padding: 15px;
    }

    .bigPicture_caption a, .bigPicture_caption a.visited {
    color: #ffffff;
    }

    .bigPicture_socialmedia {
    width: 112px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    text-align: right;
    right: 5px;
    top: 5px;
    background: url(images/shareon.png) no-repeat;
    display: none;
    }

    .bigPicture_socialmedia img {
    margin-top: 4px;
    }
     .expertContainer {
         margin: 0px 0px 20px 15px;
     }
     .expertFrame {
         text-align: center;
         font-size: 16px;
         color: #ffffff;
         float: left;
         background: url(images/expert-border.png) no-repeat;
         margin-right: 14px;
         
     }
     
     .expertImage {
         margin: 17px;
         border: 1px solid #ffffff;
     }

    .iconHotels, .iconPhotos, .iconTours, .iconDescription, .iconReviews, .iconQuote, .iconPrices, .iconMap, .iconWildlife, .iconItinerary {
        padding-left: 20px;
        line-height: 19px;
        margin-right: 10px;
        height: 19px;
        text-decoration: none!important;
    }

    .iconHotels {
        background:url(images/icon_hotels.png) no-repeat;
    }

    .iconPhotos {
        background:url(images/icon_photos.png) no-repeat;
    }
    
    .iconWildlife {
        background:url(images/icon_wildlife.png) no-repeat;
    }

    .iconTours {
        background:url(images/icon_tours.png) no-repeat;
    }

    .iconDescription {
        background:url(images/icon_description.png) no-repeat;
    }
    
    .iconItinerary {
        background:url(images/icon_itinerary.png) no-repeat;
    }

    .iconReviews {
        background:url(images/icon_reviews.png) no-repeat;
    }

    .iconQuote {
        background:url(images/icon_email.png) no-repeat;
    }

    .iconPrices {
        background:url(images/icon_money.png) no-repeat;
    }
    
    .iconMap {
        background:url(images/icon_map.png) no-repeat;
    }

    .iconToTop {
        width: 83px;
        height: 16px;
        background:url(images/icon_sprite.png) no-repeat;
        display: block;
        position: absolute;
        right: 0px;
        top: -30px;     
    }


   #quickAccessBar {
        background:url(images/quick-access.png) no-repeat;
        position: fixed; bottom: 0px;
        width: 945px; 
        height: 23px; 
        padding: 10px 15px 0px 15px;
        margin-left: 3px;
        z-index: 999;
    }    

    .currencyConvert {
        width: 54px;
        height: 18px;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -287px;
        display: inline;
        margin-left: 5px;
        padding-left: 54px;
        cursor: pointer;   
    }
    
    .convertTour {
        background-position: 0px -283px!important;
    }
    .quickAccess {
        width: 75px;
        height: 16px;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -32px;
        display: block;
        float: left;    
    }

    .quickCurrency {
        width: 124px;
        height: 17px;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -168px;
        display: block;
        float:left; 
        margin-top: 2px;
        margin-right: 10px;   
    }
    
    .quickEmail {
        width: 79px;
        height: 16px;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -48px;
        display: block;
        float:left;    
    }
    .quickPrint {
        width: 86px;
        height: 16px;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -112px;
        display: block;
        float:left;    
        margin-left: 10px;
    }

    .quickBookmark {
        width: 54px;
        height: 16px;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -64px;
        display: block;
        float:left;    
    }

    .quickShare {
        width: 37px;
        height: 16px;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -80px;
        display: block;
        float:left;    
    }

    .quickShareFacebook {
        width: 16px;
        height: 17px;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -128px;
        display: block;
        float:right; 
        margin-right: 4px;   
    }
    .quickShareTwitter {
        width: 16px;
        height: 17px;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: -17px -128px;
        display: block;
        float:right; 
        margin-right: 4px;   
    }
    .quickShareStumbleupon {
        width: 17px;
        height: 17px;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: -33px -128px;
        display: block;
        float:right; 
        margin-right: 4px;   
    }

    .quickBookmarkGoogle {
        width: 17px;
        height: 17px;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: -17px -145px;
        display: block;
        float:right;  
        margin-right: 4px;   
    }

    .quickBookmarkDelicious {
        width: 17px;
        height: 17px;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -145px;
        display: block;
        float:right; 
        margin-right: 4px;   
    }

    .quickBookmarkYahoo {
        width: 17px;
        height: 17px;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: -34px -145px;
        display: block;
        float:right; 
        margin-right: 4px;   
    }
         
    .quickTop {
        width: 83px;
        height: 16px;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -96px;    
        display: block;
        float: left;   
    }

    .quickSearch {
        
    }

    .quickSearch #query {
       font-size: 10px; 
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -193px;
        border: 0; 
        width: 130px;
        height: 17px;
        line-height: 17px;
        float: left;
        padding: 0px 8px;
        margin: 1px 0px 0px 3px;   
    }
    
    .quickSearch #query {
       font-size: 10px; 
        background:url(images/icon_sprite.png) no-repeat;
        background-position: 0px -193px;
        border: 0; 
        width: 130px;
        height: 17px;
        line-height: 17px;
        float: left;
        padding: 0px 8px;
        margin: 1px 0px 0px 3px;   
    }
    
    #currencyConverter {
        position: absolute;
        top: -150px;
        left: 20px;
        height: 110px;
        width: 210px;
        background-color: #372E25;
        border: 2px solid #ffffff;
        display: none;
        padding: 20px;
        color: #ffffff;
        
    }
    
    #currencyClose {
        position: absolute;
        top: -160px;
        left: 255px;
        width: 25px;
        height: 25px;
        display: block;
        background:url(images/icon_sprite.png) no-repeat;
        background-position: -1px -304px;
        cursor: pointer;
        display: none;
        
    }
        
    #currencyConverter .currencyAmount {
        width: 50px;
        text-align: center;

    }
    
    #currencyResult {
       background: url("images/nav-bg.png");
       height: 39px;
       line-height: 39px;
       font-weight: bold;
       text-align: center;
       font-size: 15px;
       display:none;
    }
    .quickSearch #searchsubmit {
        background:url(images/icon_sprite.png) no-repeat;
        background-position: -146px -193px;
        border: 0;
        height: 17px; 
        width: 19px; 
        float: left; 
        margin-top: 1px;
        cursor: pointer;
    }
    
    .quickSearch fieldset {
        float: left;
    }

    .toTop {
        position: relative;
    }

    #carousel {
        margin:0px; display: block; background: url(images/carousel-main.jpg); height: 291px; width: 982px;
    }
    
    #carouselWildlife {
        margin:0px; display: block; height: 291px; width: 600px;
    }

    #carouselTop {
        width: 982px; height: 37px;
        background: url(images/carousel-top.png);
    }

    #popularSafaris {
        width: 326px; height: 42px;
        background: url(images/popular-safaris.png) no-repeat;
        position: absolute; 
        top: -15px;
        left: 0;   
    }
    
    /* --------------------
        PODS STYLES
        
    -----------------------*/
    
    /* Admin-facing */
    .area {
        margin: 0 15px 0 0;
        padding: 0;
    }

    h2.title {
        color: #464646;
        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
        font-weight: normal;
        font-style: italic;
        font-size: 24px;
        margin: 0;
    }

    #editTitle {
        margin-top: 10px;
    }

    #nav {
        margin: 15px 0;
    }

    .navTab {
        float: left;
    }

    .navTab a {
        padding: 4px 12px;
        background: #fff url(images/white-grad.png);
        text-decoration: none;
    }

    .navTab.active a {
        color: #fff;
        background: #4f5c71;
    }

    .hidden {
        display: none;
    }

    .clear {
        clear: both;
    }
    
    .clearSitemap {
        clear: both;
           border-bottom: 1px dotted #cccccc;
           margin: 10px 0px;
    }

    .btn {
        cursor: pointer;
    }

    .dragme {
        background: url(images/move.png) no-repeat;
    }

    .dropme {
        background: url(images/action_delete.gif) no-repeat;
    }

    .editme {
        background: url(images/reply.gif) no-repeat;
    }

    .addnew {
        background: url(images/file.gif) no-repeat;
    }

    .dragme, .editme, .dropme, .addnew {
        float: left;
        width: 16px;
        height: 16px;
        margin-right: 8px;
    }

    #column_list {
        padding-top: 10px;
    }

    ul.sortable li {
        margin-bottom: 2px;
    }

    #column_name,
    #column_label,
    #column_type,
    #column_pickval,
    #column_sister_field_id,
    #column_pick_filter,
    #column_pick_orderby,
    #column_display_helper,
    #column_input_helper,
    #column_comment,
    #detail_page,
    #before_helpers,
    #after_helpers,
    #pod_label {
        width: 160px;
    }

    /* File progress bar */
    .pods-progress {
        width: 200px;
        border: 1px solid #e3e3e3;
    }

    .pods-bar {
        width: 1%;
        height: 12px;
        background: #4f5c71;
    }

    /* Browse existing files */
    .file_match {
        cursor: pointer;
        padding-left: 20px;
        background: url(images/file.gif) no-repeat;
    }

    .file_match:hover {
        text-decoration: underline;
    }

    /* Help text */
    .stickynote {
        width: 400px;
        padding: 10px;
        margin-top: 10px;
        background: #fff359;
        box-shadow: 5px 5px 5px #ccc;
        -moz-box-shadow: 5px 5px 5px #ccc;
        -webkit-box-shadow: 5px 5px 5px #ccc;
    }

    #welcomeArea .stickynote {
        padding: 0;
        width: 420px;
        background: #fff;
    }

    #welcomeArea #logo {
        color: #fff;
        height: 70px;
        background: #333c49 url(images/header-logo.png) 0 5px no-repeat;
    }

    #welcomeArea #version {
        padding: 44px 0 0 178px;
    }

    #welcomeArea #info {
        padding: 10px;
    }

    .stickynote ul {
        margin-bottom: 10px;
    }

    .stickynote li {
        padding: 0;
        margin: 0 0 0 18px;
        list-style: square;
    }

    /* Basic styling for input forms */
    .tips {
        font-style: italic;
        margin-bottom: 5px;
    }

    .area .button {
        border: 1px solid #E3E3E3;
    }

    .area textarea, .desc, .code {
        width: 99%;
        height: 200px;
        border: 1px solid #E3E3E3;
    }

    #page_code,
    #helper_code,
    #template_code {
        height: 300px;
    }

    #page_precode {
        height: 100px;
    }

    #pod-area-left {
        float: left;
        width: 60%;
    }

    #pod-area-right {
        float: left;
        width: 38%;
        padding-left: 10px;
        border-left: 1px solid #e3e3e3;
    }

    #menu_uri,
    #menu_title,
    #page_title,
    #podBox #new_pod,
    #pageBox #new_page,
    #helperBox #new_helper {
        width: 300px;
        border: 1px solid #E3E3E3;
    }

    .pod_form {
        margin-top: 10px;
    }

    #filterForm {
        text-align: right;
    }

    #roleTable,
    #browseTable {
        width: 100%;
        margin: 10px 0;
    }

    #browseTable th a {
        text-decoration: none;
    }

    #roleTable th,
    #roleTable td, 
    #browseTable th,
    #browseTable td {
        padding: 2px 0;
        text-align: left;
        border-bottom: 1px solid #E3E3E3;
    }

    .filebox {
        height: 240px;
        margin: 10px 0 0 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .zebra {
        background: #fff;
    }

    .filter {
        border-right:1px dotted #CCCCCC;
        margin-right:12px;
        width:197px;
    }

    .pod_search {
        width: 120px;
    }

    /* Form input fields */
    .form.txt,
    .form.slug,
    .form.pick1 {
        width: 290px;
    }

    /* NicEdit */
    .nicEdit-panel {
        background: #F9F9F9;
    }

    .nicEdit-button {
        background: #F9F9F9;
    }

    .nicEdit-main {
        background: #fff;
    }

    /* Public-facing */
    h3 {
        margin: 0 0 10px 0;
    }

    #podArea .area-select,
    #templateArea .area-select,
    #pageArea .area-select,
    #helperArea .area-select {
        width: 280px;
        font-size: 1.1em;
        height: 26px;
    }

    .form {
        border: 1px solid #E3E3E3;
    }

    .form.file {
        border: none;
    }

    .leftside {
        width: 30%;
        float: left;
        font-weight: bold;
    }

    /* HACK */
    .main .leftside {
        float: left;
        font-weight: bold;
        display: block;
        margin: 5px 0px 10px 0px;
        width: 200px;
    }

    .main input, .main select, .main textarea {
    font-family: arial;
    font-size: 12px;
    padding: 6px;
    margin-bottom: 8px;
    border: 1px solid #998a61!important;
    width: 290px;
    }

    .content input, .content textarea{

    }

    .main select {
    width: auto!important;
    }

    .leftside .comment {
        font-weight: normal;
        font-size: 11px;
        color: #999;
    }

    .rightside {
        float: left;
        margin: 0 0 5px 0;

    }

    #menuBox .leftside {
        width: 20%;
    }

    #menuBox .rightside {
        width: 80%;
    }

    #podArea #columnBox {
        width: 100%;
    }

    #podArea #columnBox td,
    #podArea #podSettings td {
        padding: 0 0 3px 0;
    }

    .red {
        color: red;
        font-weight: bold;
    }

    div#content p {
        padding: 5px 0;
    }

    .pick {
        width: 290px;
        height: 160px;
        background: white;
        border: 1px solid #998a61!important;  
        overflow: auto;
    }

    .pick .active {
        background: #FFD799;
    }

    .option {
        padding-left: 5px;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
    }

    .menu-item {
        margin-top: 5px;
        margin-left: 20px;
    }

    /* jqModal */
    .jqmWindow {
        display: none;
        position: fixed;
        top: 25%;
        left: 25%;
        width: 400px;
        background: #E4F2FD;
        color: #333;
        border: 1px solid #C6D9E9;
        padding: 10px;
    }

    .jqmOverlay {
        background: #fff;
    }




    /* Date Input */
    .date_selector, .date_selector * {
        margin: 0;
        padding: 0;
        text-align: left;
        text-decoration: none;
    }

    .date_selector {
        padding: 5px;
        margin: -1px 0 0 0;
        background: #f2f2f2;
        border: 1px solid #ccc;
        position: absolute;
        text-align: center;
        z-index: 99999;
        display: none;
    }

    .date_selector_ieframe {
        position: absolute;
        z-index: 9999;
        display: none;
    }

    .date_selector .month_nav {
        padding: 0;
        margin: 0 0 5px 0;
        display: block;
    }

    .date_selector .month_name {
        display: block;
        font-weight: bold;
        line-height: 20px;
        text-align: center;
    }

    .date_selector .date_hour, .date_selector .date_minute, .date_selector .date_second {
        border: 1px solid #ccc;
    }

    .date_selector .month_nav a {
        top: 5px;
        width: 20px;
        height: 20px;
        display: block;
        font-weight: bold;
        position: absolute;
        text-align: center;
        line-height: 17px;
        overflow: hidden;
        font-size: 120%;
        color: #003C78;
    }

    .date_selector .month_nav a:hover, .date_selector .month_nav a:focus {
        color: #003C78;
        background: none;
        text-decoration: none;
    }

    .date_selector .prev {
        left: 5px;
    }

    .date_selector .next {
        right: 5px;
    }
    .date_selector table {
        border-spacing: 0;
        border-collapse: collapse;
    }

    .date_selector th, .date_selector td {
        padding: 0;
        height: 2em;
        width: 2.5em;
        text-align: center;
    }

    .date_selector td {
        line-height: 2em;
        text-align: center;
        white-space: nowrap;
        border: 1px solid #ccc;
        background: #fff;
    }

    .date_selector td.today {
        background: #FFFED9;
    }

    .date_selector td.unselected_month {
        color: #ccc;
    }

    .date_selector td a {
        width: 100%;
        height: 100%;
        display: block;
        color: #003C78;
        line-height: 2em;
        text-align: center;
        text-decoration: none !important;
    }

    .date_selector td.today a {
        background: #FFFEB3;
    }

    .date_selector td.selected a {
        background: #D8DFE5;
        font-weight: bold;
    }

    .date_selector td a:hover {
        background: #003C78;
        color: #fff;
    }
    
    table td {
        vertical-align: top;
    }

}

@media print {
    /* --------------------
            Main Styles
    -------------------- */

    html, body {
        font-family: Arial,"Bitstream Vera Sans",sans-serif;
        /*font-family: Georgia, "Times New Roman", Times, serif;*/
        font-size: 13px;
        color: #333;
        line-height: 16px;
        width: 29cm;
    }

    .header {
        display:none;
    }

    .navigation {
        display: none;
    }

    .intro, .banner, form, .ui-tabs-nav, #prices, #book, #reviews { display: none; }

    #printPage {display: none; }

    #preload {display: none; }

    #overview { margin-bottom: 20px; }

    .itineraryLeft {
    float: left;
    width: 200px;
    padding-right: 10px;
    }

    .main {
        background-image: url(images/main-bg.gif);
        background-repeat: repeat-y;
        clear: both;
        padding: 17px 26px 0 25px;
            width: 29cm;
    }


    .block {
        background-color: #eedfcc;
        margin: 13px 0;
    }

    .block .block-content {
        background-color: #fbf4e8;
        clear: both;
        padding-right: 15px;
    }

    .left-column {
        float: left;
        width: 468px;
    }
    .left-column h1 {
        font-size: 24px;
        color: #333;
        line-height: 26px;
        padding: 8px 10px;
    }
    #ratePage { display: none; }
    .holiday-preview {
        float: left;
        width: 208px;
        padding: 10px 0;
        margin: 0 12px;
    }

    * html .holiday-preview {
        margin: 0 6px;    
    }

    .holiday-preview h2 {
        background-image: url(images/arrow-h2.gif);
        background-repeat: no-repeat;
        background-position: 0px 12px;
        font-size: 21px;
        line-height: 28px;
        padding: 0 0 5px 12px;
    }

    .holiday-preview h2 a {
        color: #000;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 18px;
        color: #333333;
        text-decoration: none;
    }

    .holiday-preview h2 a:hover {
        text-decoration: underline;
    }

    .holiday-preview .price {
        background-color: #e0d7bf;
        float: left;
        color: #4a4a4a;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 24px;
        text-decoration: none;
    }

    .holiday-preview .price span {
        margin: 0 6px;
        display: block;
    }

    .holiday-preview .price:hover span {
        text-decoration: underline;
    }

    .right-column {
        float: right;
        width: 445px;
    }

    .right-column a.view {
        background-image: url(images/view-arrow.gif);
        background-repeat: no-repeat;
        background-position: top right;
        background-color: #77972a;
        height: 28px;
        float: left;
        line-height: 28px;
        font-size: 16px;
        color: #fff;
        padding: 0 32px 0 8px;
        margin: 7px 0 0 -30px;
        position: relative;
        text-decoration: none;
    }

    .right-column a.view:hover {
        text-decoration: underline;
    }

    .right-column h2 {
        padding: 12px 0;
        font-size: 21px;
        line-height: 28px;
    }

    big {
        line-height: 19px;
        font-size: 16px;
    }

    .block a {
        text-decoration: underline;
        color: #77972a;    
    }

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

    blockquote {
        background-image: url(images/blockquote-bg.gif);
        background-repeat: no-repeat;
        float: left;
        font-size: 14px;
        font-style: italic;
        color: #4a4a4a;
        line-height: 16px;
        margin-bottom: 10px;
    }

    blockquote span {
        background-image: url(images/blockquote-bottom-bg.gif);
        background-repeat: no-repeat;
        background-position: bottom left;
        float: left;
        padding: 15px 15px 35px 15px;    
    }

    .block .author {
        float: left;
        color: #6d6558;
    }

    .block .more {
        background-image: url(images/more-arrow.gif);
        background-repeat: no-repeat;
        background-position: top right;
        background-color: #ec9254;
        float: right;
        text-decoration: none;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        color: #fff;
        padding: 0 45px 0 8px;    
    }

    .block .more:hover {
        text-decoration: underline;
    }
     .homepageHero, .innerHero, .quickLinks, .searchFilter, #tabsBook, #tabsWildlife, #tabsReviews, #tabsMap, .widescreenRight {
         display: none;
     }
     
     
    .content {
        float: left;
        width: 638px;
    }

    .content h3 {
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 5px;
        margin-bottom: 15px;
        color: #555555;
        border-bottom: 1px solid #E8E2D9;
    }

    .content a {
        text-decoration: underline;
        color: #555555;    
    }

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

    .content .image {
        float: left;
        width: 242px;
        text-align: left;
        margin-right: 16px;
        margin-bottom: 10px;
        font-size: 10px;
        color: #a4a4a4;
        text-transform: uppercase;
        text-decoration: none;
        background-color:#FFF;
    }

    .content .image img {
        padding: 3px;
        border: 1px solid #d9d1c5;
        margin-bottom: 5px;
        background-color: #fff;
    }

    .content .image.rightalign, .content .rightalign {
        float: right;
        text-align: right;
        margin-right: 0;
        margin-left: 16px;
    }

    .content .image a {
        color: #4a4a4a;
    }

    .content .image span {
        text-decoration: underline;    
    }

    .breadcrumbs {
    display: none;
    }

    .sidebar {
     display:none;
    }

    form.vote {
    display:none;
    }

    .bottom {
    display:none;
    }

    .footer {
    display:none;
    }
    .content h1 {
        font-size: 24px;
        line-height: 32px;
        border-bottom: 1px solid #e8e2d9;
        margin-bottom: 20px;
        font-family: Georgia, "Times New Roman", Times, serif;
        text-transform: capitalize;
    }

    .content h2 {
        font-size: 18px;
        line-height: 24px;
        border-bottom: 1px solid #e8e2d9;
        margin: 14px 0;
        font-family: Georgia, "Times New Roman", Times, serif;
    }

    .nomargin {
    margin: 0!important;
    }

    .content p.introduction {
        font-size: 16px;    
    }

    .content .preview {
        border-top: 1px solid #e8e2d9;
        padding: 25px 0;
    }

    .content .preview .right-aligned {
        float: right;
        width: 400px;
        padding-left: 17px; 
    }

    .content .preview .left-aligned {
        float: left;
        width: 400px;
        padding-right: 17px; 
    }

    .content .preview img {
        border: 1px solid #c8c8c8;
        padding: 4px;
        float: left;
    }

    .content .preview h2 {
        margin: 0px 0px 5px 0px;
        padding-bottom: 4px;
    }

    .content .preview h2 a {
        color: #333;
        text-decoration: none;
    }

    .content .preview h2 a:hover {
        text-decoration: underline;
    }

    .content .preview h4 {
        font-size: 14px;
        border-bottom: 1px solid #e8e2d9;
        line-height: 16px;
        padding-bottom: 7px;
        margin-bottom: 4px;
    }

    .content .preview h5 {
        font-size: 14px;
        padding-bottom: 8px;
        line-height: 18px;
    }

    .content .more {
    display: none;
    }



    .content.inner h1 {
        margin-bottom: 5px;    
    }

    .content.inner h2 {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .content.inner h2 span {
        float: right;
        font-size: 14px;
    }

    .content .tab h2 {
    margin-top: 0;
    }
    .content.inner h3 {
        margin-bottom: 5px;
        padding-bottom: 5px;
        font-family: Georgia, "Times New Roman", Times, serif;
    }

    .content.inner h3 span {
        float: right;
        font-size: 14px;
    }

    .content.inner h3 span a, .content.inner h3 span a:visited {
        color: #888888;
    }

    .content.inner h4 {
        margin-bottom: 5px;    
    }

    .content.inner h5 {
        background-color: #fff7eb;
        height: 27px;
        line-height: 27px;
        padding: 0 5px;
        float: left;
    }


    .wp-caption-text {
        display: none;
    }

    .clear {
    clear: both;
    }
    


    .content .left {
    float: left;
    width: 400px;
    }

    .content .right {
    float: right;
    }

    .content.inner .tabs li.selected {

    }

    .content.inner .tabs li.selected a {

    }

    .content.inner .tabs li.last {
        background-image: url(images/tabs-last-left-bg.gif)!important;
        background-repeat: no-repeat;
        margin: 0;
    }

    .content.inner .tabs li.last a {
        background-image: url(images/tabs-last-right-bg.gif)!important;
        background-repeat: no-repeat;
        background-position: right top;
        color: #fff!important;
        padding: 0 10px 0 9px;
    }



    .content.inner .tab img {
        border: 1px solid #c8c8c8;
        padding: 4px;
    }



    .ui-tabs .ui-tabs-hide { display: block; }

    .content h2 a, .content h2 a:visited {
    text-decoration: none;
    color: #333;
    }

    .content h3 a, .content h3 a:visited {
    text-decoration: none;
    color: #555555;
    }

    .content ul {
    margin: 10px 0px;
    list-style-type: disc;
    }

    .content ul li {
    margin-left: 30px;
    line-height: 18px;
    }

    .tableContainer {
    border: 1px solid #E8E2D9;
    margin-bottom: 20px;
    }

    .table {
    width: 100%;
    }

    .table th {
    text-align: left;
    padding: 10px;
    background-color: #fbf4e8;
    }

    .table td {
    padding: 10px;
    vertical-align: top;
    }

    .table a, .table a:visited {
    color: #555555;
    }

    .smallText {
    font-size: 10px;
    }

    .tableNumber {
    text-align:right!important;
    }

    .bigText {
    font-size: 20px;
    }

    .hotels {
    padding-bottom: 20px;
    }
    
    #tabs #hotels, #tabs #map, #tabs #reviews, #tabs #prices {
        display: none;
    }
    
    
}

