﻿@import url(/inc/wysiwyg-explore.css);
/* Redefine the layout of some HTML Tags */
form { margin: 0px; padding: 0px; }
p { margin: 0px 0px 10px; }
img { border: 0px; }

/* The following are helper classes to quickly position an element */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.bold { font-weight: bold; }

body
{
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
    background-color: #999999;
}
#content
{
    width: 971px;
    margin: 0px auto;
    text-align: left;
}

.roundedBox
{
    margin: 0px 0px 2px;
    padding: 10px;
    background-image: url(/img/roundedBG.png);
    background-repeat: repeat;
    
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.roundedBoxInside
{
    background-color: #FFF;
    text-align: left;
    
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/*********** Header Styles ************/
.headBox
{
    padding-top: 0px;
    
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}
.headBoxInside
{
    position: relative;
    
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
}
.headLeft
{}
.logo
{}
.headRight
{
    position: absolute;
    top: 0px;
    right: 0px;
}
.topNav
{
    margin-top: 12px;
    margin-right: 9px;
    text-align: left;
}
.topNav a
{
    padding: 0px 11px;
    font-size: 11px;
    text-decoration: none;
}
.topNav a:hover
{
    text-decoration: underline;
}
/********* End Header Styles **********/

/********* Main Menu Styles ***********/
.mainMenuInside
{
    padding: 20px;
}
.mnuMainBox
{
    height: 29px;
    text-align: center;
}
a.mnuMain
{
    display: inline-block;
    height: 29px;
    margin: 0px 7px;
    background-position: 0px 0px;
}
#mnuActivities
{
    width: 69px;
    background-image: url(/img/menu/btn-activities.gif);
}
#mnuBanffGondola
{
    width: 97px;
    background-image: url(/img/menu/btn-banff-gondola.gif);
}
#mnuBanffLakeCruise
{
    width: 154px;
    background-image: url(/img/menu/btn-banff-lake-cruise.gif);
}
#mnuColumbiaIcefieldExperience
{
    width: 181px;
    background-image: url(/img/menu/btn-columbia-icefield-experience.gif);
}
#mnuAirportShuttles
{
    width: 106px;
    background-image: url(/img/menu/btn-airport-shuttle.gif);
}
#mnuStoreLocations
{
    width: 103px;
    background-image: url(/img/menu/btn-store-locations.gif);
}
#mnuWebcams
{
    width: 70px;
    background-image: url(/img/menu/btn-webcams.gif);
}
.mainNavText
{
    position: absolute;
    left: -10000px;
}

#mnuSubHolder
{
    display: none;
    overflow: hidden;
    height: 32px;
    line-height: 20px;
    background-color: #DCEAB7;
}
.mnuSubBox
{
    display: none;
    padding: 4px 0px 10px;
}
#mnuSubActivities
{
    text-align: left;
    padding-left: 10px;
}
#mnuSubBanffGondola
{
    text-align: left;
    padding-left: 80px;
}
#mnuSubBanffLakeCruise
{
    text-align: left;
    padding-left: 150px;
}
#mnuSubColumbiaIcefieldExperience
{
    text-align: center;
}
#mnuSubAirportShuttles
{
    text-align: right;
    padding-right: 50px;
}
.mnuSubBox a, .mnuSubBox .subNavDivider
{
    display: inline-block;
    padding: 4px 5px;
    color: #4F6C02;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.mnuSubBox a:hover
{
    color: #B3D868;
}
.mnuSubBox a.selected
{
    color: #9C3;
}
/******* End Main Menu Styles *********/

#mainColumn
{
    float: left;
    width: 700px;
    margin-right: 2px;
}
.mainContent
{ }
.mainContentInside
{ }
.mainContentInside .bodyCopy
{
    padding: 30px 30px 0px 30px;
}
.mainContentInside .bodyCopyLast
{
    padding: 30px;
}

/***************** JOBS STYLES *****************/
#jobsBox
{
    margin-bottom: 12px;
}
#jobsBox .jobBox
{
    padding: 2px 6px;
}
#jobsBox .alt
{
    background-color: #E0E0E0;
}
#jobsBox .departmentTitle
{
    display: block;
    margin-top: 10px;
    font-weight: bold;
}
#jobsBox .jobTitle
{
    
}
#jobsBox .jobTitle a:hover
{
    color: #851E1F;
}
#jobsBox .jobDetailsBox td
{
    vertical-align: top;
}
#jobsBox .jobDetailsBox .jobFieldTitle {}
#jobsBox .jobDetailsBox .jobTitle
{
    display: block;
    font-size: 12px;
    font-weight: bold;
}
#jobsBox .jobDetailsBox .jobDesc, #jobsBox .jobDetailsBox .jobLocaction, #jobsBox .jobDetailsBox .jobQualifications, #jobsBox .jobDetailsBox .jobTerm, #jobsBox .jobDetailsBox .jobPay, #jobsBox .jobDetailsBox .jobAvail, #jobsBox .jobDetailsBox .jobClosingDate
{
    display: block;
}
.applyButton
{
    display: block;
    margin-top: 8px;
}
.applyRowAlt
{
    background-color: #EEEEEE;
}
.applyField
{
    width: 275px;
}
.jobTitleBox
{
    font-weight: bold;
}
/*************** END JOBS STYLES ***************/

/* Featured Experiences */
#featuredExperiences
{
    padding: 8px;
    margin-bottom: -20px;
}
#featuredExperiences .featuredExperiencesTitleBox
{
    padding: 12px 22px;
    background-color: #DCEAB7;
}
#featuredExperiences h1
{
    padding: 2px 0px 0px;
    color: #4F6C06;
    font-size: 18px;
}
#featuredExperiences .featuredExperiencesList
{
    margin-top: 2px;
}
#featuredExperiences .scrollButton
{
    float: left;
    width: 21px;
    height: 90px;
    text-align: center;
    /*line-height: 165px;*/
    margin-top: 75px;
}
#featuredExperiences .scrollButton a span
{
    position: absolute;
    left: -10000px;
}
#featuredExperiences .scrollLeft a, #featuredExperiences .scrollRight a
{
    display: inline-block;
    width: 17px;
    height: 17px;
}
#featuredExperiences .scrollLeft a
{
    background: url(/img/btn-left.gif) no-repeat;
}
#featuredExperiences .scrollRight a
{
    background: url(/img/btn-right.gif) no-repeat;
}
#featuredExperiences .scrollButton a:hover
{
    background-position: 0% 100%;
}
#featuredExperiences .featuredExperiencesList
{
    float: left;
    width: 620px;
}
#featuredCarousel
{
    width: 620px;
    height: 165px;
}
#featuredCarousel .jcarousel-container-horizontal
{
    width: 620px;
}
#featuredCarousel .jcarousel-item
{
    width: 155px;
    height: 165px;
}
#featuredExperiences .tdFeaturedExpCol
{
    float: left;
    width: 155px;
    font-size: 10px;
}
#featuredExperiences div.featuredExpPhotoBox, #featuredExperiences div.boxFeaturedExpDesc
{
    margin: 2px;
}
#featuredExperiences .boxFeaturedExpDesc
{
    height: 36px;
    padding: 5px;
    overflow: hidden;
    background-color: #F7FBED;
}
#featuredExperiences .selected .boxFeaturedExpDesc
{
    background-color: #ADD65C;
}
#featuredExperiences .selected .boxFeaturedExpDesc a
{
    color: #FFF;
}
#featuredExperiences .tdFeaturedExpCol a
{
    text-decoration: none;
}
#featuredExperiences .featuredFooter
{
    padding-bottom: 16px;
    border-bottom: 1px solid #B2B2B2;
}

/* End Featured Experiences */

.tourListingInside
{
    width: 100%;
    background-color: #FFF;
}
.tourListingInside .tourPhoto
{
    width: 150px !important;
}
.tourListingInside .tourPhoto img
{
    width: 150px;
    height: 113px;
}
.tourListingInside .tourDetails
{
    width: 495px;
    padding: 16px 18px 0px;
}
.tourListingInside .tourDetails h3
{
    margin: 0px;
}
.tourListingInside .tourDetails h3 a
{
    color: #99C737;
    font-size: 15px;
    text-decoration: none;
}
.tourListingInside .tourDetails p
{
    margin: 0px;
}
.tourListingInside .tourButtons
{
    padding-right: 18px;
    padding-bottom: 8px;
    text-align: right;
}
.tourListingInside .tourButtons a
{
    color: #99C737;
    padding-left: 32px;
    line-height: 23px;
}
.tourListingInside .tourButtons a img
{
    vertical-align: middle;
}

/* Details Styles */
.detailsBox .tourHead
{ }
.detailsBox .tourPhoto
{
    float: left;
    padding: 2px;
    border: 1px solid #CCC;
}
.detailsBox .tourPhoto img
{
    width: 150px;
    height: 113px;
    overflow: hidden;
}
.detailsBox .tourPricing
{
    float: right;
    width: 425px;
}
.detailsBox .detailsPricing
{ }
.detailsBox .detailsPricingTable
{
    width: 100%;
}
.detailsBox .detailsPricingTable .headerRow th
{
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}
.detailsBox .detailsPricingTable .priceCell
{
    text-align: right;
}
.detailsBox .bookButton
{
    margin-top: 20px;
    text-align: right;
}
.detailsBox .bookButton iframe
{
    padding-bottom: 2px;
}
.detailsBox .tourDescription strong, .detailsBox .tourDescription b
{
    color: #607A1E;
}
.alsoAvailHeader
{
    margin-bottom: 20px;
}
.alsoAvailPhoto
{
    text-align: center;
    margin-bottom: 18px;
}
.alsoAvailPhoto img
{
    width: 150px;
    height: 113px;
    border: 16px solid #EFEFEF;
}
.alsoAvailTitle
{
    margin-bottom: 10px;
}
.alsoAvailTitle a
{
    color: #607A1E;
    font-weight: bold;
    text-decoration: none;
}
.alsoAvailTitle a:hover
{
    color: #BDDD7C;
    text-decoration: underline;
}
.alsoAvailDesc
{
    
}
/* End Details Styles */

/* Right Column */
#rightCoumn
{
    float: left;
    width: 269px;
    overflow: hidden;
}
.rightBoxInside
{
    padding: 20px;
    overflow: hidden;
}
.rightSideDivider
{
    margin: 18px 0px 20px;
    border-bottom: 1px solid #B2B2B2;
}
#rightCoumn h4
{
    color: #99CC33;
}
/* Search */

#searchBox
{
    padding: 22px;
    /* background-color: #BDDD7C; */
    background-color: #ADD65C;
    
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#searchBox div.row
{
    margin: 6px 0px;
}
#searchBox .title span
{
    position: absolute;
    left: -10000px;
}
#searchBox .titleTourSearch
{
    height: 16px;
    background: url(/img/search/title-tour-search.png) no-repeat;
}
#searchBox .titleAirportShuttle
{
    height: 16px;
    background: url(/img/search/title-airport-shuttle.png) no-repeat;
}
#searchBox input[type="text"]
{
    width: 90px;
    font-size: 10px;
}
#searchBox select
{
    width: 110px;
    font-size: 10px;
}
/* End Search */

/* Wildlife Sightings */
#wildlifeSightingsBox
{
    width: 215px;
    overflow: hidden;
}
#wildlifeSightingsBox .headerRow
{
    margin-bottom: 20px;
}
#wildlifeSightingsBox .imageRow
{
    position: relative;
    height: 215px;
    margin-bottom: 14px;
}
#wildlifeSightingsBox .image
{
    position: absolute;
    width: 215px;
    z-index: 81;
}
#wildlifeSightingsBox .description
{
    position: absolute;
    width: 195px;
    z-index: 82;
    bottom: 0px;
    padding: 10px;
    color: White;
    font-size: 11px;
    font-weight: bold;
    background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
#wildlifeSightingsBox .viewMoreRow
{
    text-align: right;
}
/* End Wildlife Sightings */

/* Wildlife Sightings */
#wildlifeSightingsImageBox
{
    float: left;
    width: 240px;
    overflow: hidden;
    margin: 35px;
}
#wildlifeSightingsImageBox .headerRow
{
    margin-bottom: 20px;
}
#wildlifeSightingsImageBox .imageRow
{
    position: relative;
    height: 240px;
    margin-bottom: 14px;
}
#wildlifeSightingsImageBox .image
{
    position: absolute;
    width: 240px;
    z-index: 81;
}
#wildlifeSightingsImageBox .description
{
    position: absolute;
    width: 220px;
    z-index: 82;
    bottom: 0px;
    padding: 10px;
    color: White;
    font-size: 11px;
    font-weight: bold;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
/* End Wildlife Sightings */

/* Feature Video */
#featureVideoBox .featureTitle
{
    margin-bottom: 20px;
}
#featureVideoBox .viewVidRow
{
    margin-top: 10px;
    text-align: right;
}
/* End Feature Video */

/* Sign Up */
#signupBox .signupTitle
{
    margin-bottom: 12px;
}
#signupBox .signupDesc
{
    margin-bottom: 8px;
}
#signupBox input[type="text"]
{
    border: 1px solid #99C737;
}
#signupBox .signupButton
{
    margin-top: 10px;
    text-align: right;
}
/* End Sign Up */

/* Footer */
#footer
{ }
.footerInside
{
    padding: 10px 20px;
}
#footerLeftColumn
{
    float: left;
    margin-top: 6px;
}
#footerCopyright, #footerCopyright a
{
    margin-top: 4px;
}
#footerRightColumn
{
    float: right;
    margin-top: 12px;
    margin-right: 5px;
    color: #4F6C06;
    text-align: right;
}
#footerRightColumn a
{
    color: #4F6C06;
    text-decoration: none;
}
/* End Footer */


/* Add-Ons */
.boxStayInTouch .head
{
    width: 100%;
    height: 11px;
    margin-bottom: 12px;
    background-image: url(/img/titles/title-stay-in-touch.gif);
    background-repeat: no-repeat;
}
.boxRelatedLinks .head
{
    width: 100%;
    height: 11px;
    margin-bottom: 12px;
    background-image: url(/img/titles/title-related-links.gif);
    background-repeat: no-repeat;
}
.boxRelatedLinks a
{
    color: #BEBEBE;
    font-weight: bold;
    text-decoration: none;
}
.boxRelatedLinks a:hover
{
    text-decoration: underline;
}
.boxWeather .head
{
    width: 100%;
    height: 11px;
    margin-bottom: 12px;
    background-image: url(/img/titles/title-weather.gif);
    background-repeat: no-repeat;
}
/* End Add-Ons */

div.tourSpecial
{
    width: 600px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #F5FAEA;
}
div.tourSpecial .tourPhoto
{
    float: left;
    width: 170px;
}
div.tourSpecial .tourPhoto img
{
    margin-right: 20px;
    border: 3px solid White;
}
div.tourSpecial .tourDescription
{
    float: left;
    width: 420px;
}
div.tourSpecial h1, div.tourSpecial h2, div.tourSpecial h3, div.tourSpecial p
{
    margin: 0px 0px 6px;
    padding: 0px;
}
div.tourSpecial h2 a
{
    color: #3e5405;
    text-decoration: none;
}
div.tourSpecial p.buttonRow
{
    margin: 0px;
    padding: 0px;
    text-align: right;
}