﻿@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;
    width: 950px;
    margin: 0 auto;
    
    /* 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;
	text-align:left;
    
    /* 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;
}

.Top {
	margin-bottom: 5px;
	width: 100%;
}

.topContent {
	background-color: #fff;
}

.top-border {
	background-image: url('/img/bg/top-border.png');
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;
}

.topNav
{
    margin-top: 7px;
    margin-right: 55px;
    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 ***********/
#mainMenuBox {
	width: 100%;
	margin: 0 auto;
}

.mainMenuInside
{
    padding: 20px 0;
	text-align:left;
}
.mnuMainBox
{
    height: 29px;
    text-align: center;
}
a.mnuMain
{
    display: inline-block;
    height: 29px;
    margin: 0px 5px;
    background-position: 0px 0px;
}
#mnuHome
{
    width: 65px;
    margin: 0;
    background-image: url(/img/menu/btn-home.png);
}
#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: 130px;
    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;
    width: 100%;
}
.mnuSubBox
{
    display: none;
    padding: 4px 10px 10px 10px;
    width: 950px;
    margin: 0 auto;
}
#mnuSubActivities
{
    text-align: left;
    padding-left: 30px;
}
#mnuSubBanffGondola
{
    text-align: left;
    padding-left: 110px;
}
#mnuSubBanffLakeCruise
{
    text-align: left;
    padding-left: 230px;
}
#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;
}
/******* End Main Menu Styles *********/

/* Banner Styles */
.bannerContentInside
{
    position: relative;
    width: 100%;
    height: 311px;
    overflow: hidden;
}
#imageRotatorBox .heroImage, #imageRotatorBox .heroImage img
{
    height: 311px;
    overflow: hidden;
    background-repeat: no-repeat;
    
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.bannerContentInside .searchFloat
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1101;
}
.bannerContentInside .searchContainer
{
    float: right;
}
/* Search */
.bannerContentInside #searchBox
{
    width: 176px;
    margin-right: 12px;
    padding: 22px;
    background-image: url(/img/bg-search-home.png);
}
#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 */
/* End Banner Styles */

#mainColumn
{
    float: left;
    width: 700px;
    margin-right: 2px;
}
.mainContent
{ }
.mainContentInside
{ }
.mainContentInside .bodyCopy
{
    padding: 10px 30px 0px 30px;
}
.mainContentInside .bodyCopyLast
{
    padding: 30px;
}

/* Featured Experiences */
#featuredExperiences
{
    padding: 8px;
}
#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 !important;
}
#featuredCarousel .jcarousel-clip-horizontal
{
    width: 620px;
    height: 165px;
}
#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 */

#rightCoumn
{
    float: left;
    width: 269px;
    overflow: hidden;
}
.rightBoxInside
{
    padding: 20px;
    overflow: hidden;
}
.rightSideDivider
{
    margin: 18px 0px 20px;
    border-bottom: 1px solid #B2B2B2;
}
#rightCoumn h4
{
    margin-top: 0px;
    color: #99CC33;
}
/* 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 */

/* 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: 1px;
    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;
}
