﻿html, body
{
    height: 100%;
}
body
{
    margin: 0;
    padding: 0;
    background-image: url(/img/bg.png);
    background-repeat: repeat;
}
#container
{
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    text-align: center;
}
#page
{
    width: 892px;
    margin: 0 auto;
    padding: 0px;
    text-align: left;
}
#printHeader
{
    display: none;
}
#contentAndShadow
{
}
.shadowTop[class]
{
    background-image: url(/img/bg_shadow_top.png);
    background-repeat: no-repeat;
}
.shadow[class]
{
    background-image: url(/img/bg_shadow.png);
    background-repeat: repeat-y;
}
.shadowBottom[class]
{
    background-image: url(/img/bg_shadow_bottom.png);
    background-repeat: no-repeat;
}
#headerShadow
{
    padding-left: 33px;
}
#header
{
    width: 859px;
    height: 46px;
}
#header .logo
{
    width: 350px;
    height: 21px;
    padding-top: 10px;
    padding-left: 10px;
}
#header .phoneNumber
{
    width: 175px;
    height: 21px;
    padding-top: 10px;
}

.topLoginBox
{
    width: 200px;
    padding-top: 8px;
    padding-right: 4px;
    color: #333;
    font-size: 11px;
}
.topLoginBox a
{
    color: #333;
}
.topLoginBox .row1
{
    text-align: right;
}
.topLoginBox .loggedInAsBox
{
  text-align: right;
}
.topLoginBox .row2
{
    clear: both;
    text-align: right;
}
.topLoginBox .loginMessage
{
    line-height: 31px;
    text-align: right;
}
.topLoginBox .loginMessage .welcome
{
    font-weight: bold;
}

#bannerPhotoShadow
{
    padding-left: 33px;
}
#bannerPhoto
{
    width: 859px;
    height: 97px;
    clear: both;
}
#mainMenuShadow
{
    padding-left: 33px;
}
#mainMenu
{
    width: 859px;
    height: 34px;
    background-image: url(/img/menu/bg.gif);
    background-repeat: repeat;
}
#mainMenu .menubarimg
{
    position: absolute;
    width: 859;
    height: 26;
}
#mainMenu .visible
{
    visibility: visible;
}
#mainMenu .hidden
{
    visibility: hidden;
}
#mainContentShadow
{
    padding-left: 33px;
}
#mainContent
{
    width: 857px; /* 859 - (1px border X 2) */
    border-right: 1px solid #CDC2B0;
    border-bottom: 1px solid #CDC2B0;
    border-left: 1px solid #CDC2B0;
    background-color: White;
    /*
    background-image: url(/img/bg_content_top.gif);
    background-repeat: no-repeat;
    */
}
#searchBar
{
    position: absolute;
    margin-left: 625px;
}
.mainContentTable td
{
    vertical-align: top;
}
/* All classes relating to the left content area */
#leftContentColumn
{
    width: 240px;
    padding-top: 34px;
}
/* Begin Side Menu */
#sideMenuBox
{
    width: 203px;
    margin: 0px 0px 12px 4px;
    background-image: url(/img/menu/side_menu/side_menu_bg.gif);
    background-repeat: repeat-y;
}
#sideMenuTitleBox
{
    float: left;
}
#sideMenuListBox
{
    float: left;
    width: 168px;
}
.sideMenuItem a
{
    display: block;
    padding: 6px 0px 6px 15px;
    color: White;
    font-weight: bold;
    text-decoration: none;
}
.sideMenuItem a.selected
{
    color: #7CB2CE;
}
.sideMenuItem a:hover
{
    color: #7CB2CE;
}
#sideMenuBottom
{
    clear: both;
}
/* End Side Menu */
.leftCtaBox
{
    width: 190px;
    margin: 10px 0px 15px 18px;
}
.leftCtaBoxHead
{
    height: 18px;
}
.leftCtaBoxContent
{
    width: 150px; /* 190px - (20px padding * 2) */
    padding: 10px 25px;
    background-image: url(/img/cta_box_middle.gif);
    background-repeat: repeat-y;
}
.leftCtaBoxContent ul
{
    margin: 0px;
    margin-left: 12px;
    padding: 0px;
}
.leftCtaBoxContent p
{
    margin: 0px 0px 6px ;
    padding: 0px;
}
.leftCtaBoxFoot
{
    height: 9px;
    background-image: url(/img/cta_box_bottom.gif);
    background-repeat: no-repeat;
}
.leftIncludeCBBox
{
    width: 120px; /* 146px - (12px padding * 2) - (1px border * 2) */
    margin-left: 48px;
    padding: 7px;
    border-bottom: 1px solid #C8C7C4;
}
.leftIncludeCBBoxFirst
{
}
.leftIncludeCBBoxLast
{
    border-bottom: none;
}
.leftIncludeCBBox h3
{
    color: #680202;
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0px 10px 0px;
}
.leftIncludeCBBox a
{
    color: #680202;
    text-decoration: none;
}
/* All classes relating to the main, right content area */
#rightContentColumn
{
    width: 620px;
    padding-top: 34px;
    /*
    background-image: url(/img/bg_content_bottom.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    */
}
.rightContent
{
    margin: 0px 33px 0px 0px;
    padding: 0px;
}
.pageControlsBlock
{
    position: absolute;
    margin-left: 320px;
}
.pageControlsBlock span
{
    padding-right: 8px;
}
#rightContentColumn .leftColumn
{
    float: left;
    width: 370px;
}
#rightContentColumn .rightColumn
{
    float: left;
    width: 190px;
    margin-top: 23px;
    margin-left: 23px;
}
#mainBreadCrumb
{
    width: 310px;
    margin-bottom: 16px;
}
#mainBreadCrumb a
{
    color: #680202;
    text-decoration: none;
}
#mainBreadCrumb .selected
{
    font-weight: bold;
}
.cbMain
{
    margin: 4px 8px 4px 0px;
}
.cbMain h1
{
    margin-bottom: 8px;
}
.cbMain p
{
    margin-bottom: 4px;
    padding-bottom: 4px;
}
.cityFilterBlock
{
    padding-bottom: 20px;
}
h2.categoryHeader
{
    margin: 4px 0px 8px;
}

.middleCityPulldowns
{
    margin-left: 2px;
    padding-top: 2px;
}
.middleCityPulldowns .pulldownBox
{
    float: left;
    margin-left: 20px;
    text-align: left;
}
.middleCityPulldowns .pulldownHeader
{
    font-weight: bold;
}

/* Vacation Packages Border Box - Gold border around all package details and lists */
.vacationPackageBox
{
    width: 568px;
    margin: 4px 4px 20px;
}
.vacationPackageTop
{
    width: 568px;
    height: 11px;
    background-image: url(/img/vacation_packages/border_top.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.vacationPackageTopWhite
{
    width: 568px;
    height: 13px;
    background-image: url(/img/vacation_packages/border_top_white.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.vacationPackageTopFeatured
{
    width: 568px;
    height: 21px;
    background-image: url(/img/vacation_packages/border_top-featured.gif);
    background-repeat: no-repeat;
}
.vacationPackageTopPleaseSelect
{
    width: 568px;
    height: 21px;
    background-image: url(/img/vacation_packages/border_top-please-select.gif);
    background-repeat: no-repeat;
}
.vacationPackageMiddle
{
    background-image: url(/img/vacation_packages/border_middle.gif);
    background-repeat: repeat-y;
}
.vacationPackageMiddleWhite
{
    background-image: url(/img/vacation_packages/border_middle_white.gif);
    background-repeat: repeat-y;
}
.vacationPackageBottom
{
    width: 568px;
    height: 11px;
    background-image: url(/img/vacation_packages/border_bottom.gif);
    background-repeat: no-repeat;
}
.vacationPackageSmallBox
{
    width: 370px;
    margin: 4px 4px 20px;
    overflow: hidden;
}
.vacationPackageSmallTop
{
    width: 370px;
    height: 11px;
    background-image: url(/img/vacation_packages/border_top-small.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.vacationPackageSmallTopFeatured
{
    width: 370px;
    height: 21px;
    background-image: url(/img/vacation_packages/border_top-small-featured.gif);
    background-repeat: no-repeat;
}
.vacationPackageSmallMiddle
{
    padding-top: 6px;
    background-image: url(/img/vacation_packages/border_middle-small.gif);
    background-repeat: repeat-y;
}
.vacationPackageSmallBottom
{
    width: 370px;
    height: 11px;
    background-image: url(/img/vacation_packages/border_bottom-small.gif);
    background-repeat: no-repeat;
}
.vacationPackageListNights
{
    width: 40%;
    line-height: 26px;
}
.vacationPackageListPrice
{
    line-height: 26px;
}
.moreInfoBtn {}
/* End Vacation Packages Border Box */

.rightCtaBox
{
    width: 190px;
    margin: 15px 0px 0px;
}
.rightCtaBoxHead
{
    height: 18px;
}
.rightCtaBoxContent
{
    width: 150px; /* 190px - (20px padding * 2) */
    padding: 10px 20px;
    background-image: url(/img/cta_box_middle.gif);
    background-repeat: repeat-y;
}
.rightCtaBoxContent ul
{
    margin: 0px;
    margin-left: 12px;
    padding: 0px;
}
.rightCtaBoxContent select
{
    width: 150px;
}
.rightCtaBoxFoot
{
    height: 9px;
    background-image: url(/img/cta_box_bottom.gif);
    background-repeat: no-repeat;
}
.rightAddonBox
{
    margin: 15px 0px 0px;
}
.rightAddonBox ul
{
    margin: 0px;
    margin-left: 16px;
    padding: 0px;
}
.rightAddonBox p
{
    margin: 0px 0px 6px ;
    padding: 0px;
}
.emailFormSuccess
{
    margin: 8px 0px;
}
.emailFormError
{
    color: Red;
}
.emailFormError .errorDetails
{
    display: block;
    margin: 10px 0px;
}

#similarPackagesBox
{
    margin: 18px 14px;
}
.similarPackage
{
    float: left;
    width: 275px;
    margin-top: 19px;
}
.similarPackage .photo img
{
    width: 60px;
}
.similarPackage .desc
{
    margin-left: 8px;
    width: 195px;
}
.similarPackage .desc .packageTitle
{
    display: block;
    margin: 0px;
    padding: 0px;
    padding-bottom: 2px;
    font-size: 13px;
    font-weight: bold;
}
.similarPackage .desc a
{
    color: #BF2E1B;
    text-decoration: none;
}

#footerBoxShadow
{
    padding-left: 33px;
}
#footerBox
{
    clear: both;
    width: 859px;
    height: 45px;
    background-color: Transparent;
    background-image: url(/img/bg_footer.png);
    background-repeat: no-repeat;
}
#footerBox .nav
{
    float: left;
    margin-top: 10px;
    padding-left: 30px;
}
#footerBox .nav a
{
    color: #7A7771;
    text-decoration: none;
}
#footerBox .nav a:hover
{
    color: #BF2E1B;
}
#footerBox .nav .linkSeperator
{
    padding: 0px 12px;
}
#footerBox .copyright
{
    float: right;
    margin-top: 10px;
    margin-right: 30px;
    color: #7A7771;
}
#footerReflectionBox
{
    clear: both;
    width: 892px;
    height: 94px;
}
.reflection[class]
{
    background-image: url(/img/bg_footer_reflection.png);
    background-repeat: no-repeat;
}
#footerReflectionBox .brewsterLogo
{
    margin-top: 15px;
    margin-left: 57px;
    float: left;
}
#footerReflectionBox .address
{
    float: left;
    margin-top: 22px;
    margin-left: 30px;
    color: #4C1B1B;
    line-height: 12px;
}
#footerReflectionBox .address .title, #footerReflectionBox .address strong
{
    font-weight: bold;
    line-height: 13px;
}