/* GLOBAL STYLES */
html, body{
    height: 100%;
}

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Arial, Helvetica, Verdana, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 14px; }

h1, h2, h3, h4, h5, h6{
    color: #975c08;
    line-height: 1em;
}

h1{ font-size: 1.4em; text-transform: uppercase; padding-bottom: 8px; }
h2{ font-size: 1.3em; }
h3{ font-size: 1.2em; }
h4{ font-size: 1.1em; }
h5{ font-size: 1.0em; }
h6{ font-size: 1em; margin: 0px 0px 6px 0px; }
h4{ padding: 0px; margin: 0px; }

body{
    background: #4e4841 url(/images/body_bg.jpg) repeat-x top left;
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.body_home{ background: #4e4841 url(/images/body_bg_home.jpg) repeat-x top left !important; }

#pageContainer{
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}

/* END GLOBAL STYLES */

/* LOGO STYLES */
#header{
    position: relative;
    height: 120px;
    width: 956px;
    margin: 0px auto;
}

#header .headerLnk img{
    position: absolute;
    left: 0px;
    top: 26px;
    z-index: 25000;
    border-right: 1px solid #938c7f;
    border-left: 0px solid #938c7f;
    border-top: 0px solid #938c7f;
    border-bottom: 0px solid #938c7f;
    background: url(/images/logo.png) no-repeat top left;
    width: 223px;
    height: 79px;
}

#header_logo_txt{
    position: absolute;
    left: 252px;
    top: 26px;
    padding: 6px 0px;
    text-transform: uppercase;
    color: #57514b;

    font-size: 18px;
    width: 258px;
    text-align: left;
}

#header_contact_txt{
    position: absolute;
    bottom: 18px;
    right: 20px;
}
#header_contact_txt a{
    text-transform: uppercase;
    color: #000;

    font-size: 15px;
    text-decoration: none;
}
#header_contact_txt a span{
    color: #7c4900;
    text-decoration: underline;
}

/* END LOGO STYLES */

#page_header_title{
    position: relative;
    width: 940px;
    height: 65px;
    margin: 0px auto;
    padding-top: 35px;
    padding-left: 18px;

    font-size: 18px;
    color: #2b2b2b;
    text-align: left;
    text-transform: uppercase;
}
#page_header_book_tour{
    position: absolute;
    right: 20px;
    top: 22px;
}
#page_header_book_tour a img{ border: 0px solid #fff; }

#headmenu{
    position: absolute;
    top: 25px;
    right: 50px;
}

#headmenu td{
    padding: 0px 18px;
    text-align: center;
}

#headmenu td a{
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
}
#headmenu td a:hover, #headmenu .ha_cur a{
    font-size: 11px;
    color: #774600;
    text-transform: uppercase;
    text-decoration: none;
}

#headmenu td a img{ border: 0px solid #fff; }

/* MENUBAR STYLES */

#menubar{
    position: relative;
    z-index: 25000;
    height: 40px;
    max-height: 40px;
    text-align: center;
}
#tmenu{
    height: 40px;
    margin: 0px auto;
}

#tmenu td{
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    position: relative;
}

#tmenu td a{
    display: block;
    position: relative;
    padding: 13px 19px 12px 19px;

    color: #fff;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 12px;
}

#tmenu td a:hover, #tmenu td a.ta_cur{
    color: #ffc000;
}

 /* DROP DOWN MENU */
#tmenu td ul{
    position: absolute;
    z-index: 25000;
    display: none;
    top: 40px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    opacity: .95;
    overflow: hidden;
    background-color: #47423b;
    border-left: 1px solid #2a251f;
    border-right: 1px solid #2a251f;
    border-bottom: 1px solid #2a251f;
}

#tmenu td ul li{
    display: block;
    margin: 1px 5px;
    overflow: visible;
    padding: 1px;
    border-bottom: 1px solid #716961;
}

#tmenu td ul li a{
    display: block;
    padding: 4px 5px 3px 5px;
    margin: 0px;
    height: auto;

    white-space: nowrap;
    background-image: none;
    text-transform: none;
    text-align: left;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    color: #fff;

    border-right: 0px solid #98c1f0;

    min-width: 200px;
}

#tmenu td ul li a:hover, #tmenu td ul li a.ta_cur{
    background-image: none;
    text-decoration: none;
    color: #ffc000;
    text-transform: none;
}

#tmenu td ul .drop_spacer{ border-bottom: 0px solid #fff; }

 /* END DROP DOWN MENU */
/* END MENUBAR STYLES */

/* USUAL STRUCTURAL STUFF */

#home_flash{
    padding: 0px;
}

#columnLeft, #columnMain, #columnRight{ vertical-align: top; }

#columnLeft, #columnRight{
    width: 230px;
    max-width: 230px;
    padding-top: 20px;
}
#columnLeft{ padding-right: 7px; padding-left: 8px; }
#columnRight{ padding-left: 7px; padding-right: 8px; }

#contentContainer{
    margin-top: 0px;
    margin-left: 8px;
    margin-right: 8px;
    background-color: #57514b;
    width: 940px;
    margin: 0px auto;
}

.body_home #contentContainer{ background-color: transparent !important; }

#contentTable{ width: 940px; }

#content{
    position: relative;
    background-color: #eadcc9;
    margin: 0px;
    padding: 20px;

    width: auto;
    height: auto;
    min-height: 500px;

    text-align: left;
    line-height: 1.4em;
}

.content_home{
    background-color: transparent !important;
    padding: 0px !important;
    min-height: 200px !important;
}
.content_home h1, .content_home h2, .content_home h3, .content_home h4, .content_home h5, .content_home h6{
    color: #fab553;
}

#footer_container{
    background-color: #46413a;
    text-align: center;
}

#footer{
    width: 940px;
    margin: 0px auto;
    padding: 11px 10px 10px 0px;
    text-align: center;
    color: #7e756b;

    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer table td{ vertical-align: top; }

#social_media_menu{ margin-bottom: 10px; }

#social_media_menu a{ display: block; height: 24px; width: 24px; text-decoration: none; }


#yelp_badge{ padding-top: 10px; }
#yelp_badge > div{ height: 56px; }
#yelp_badge > div a{
    width: 238px !important;
    height: auto !important;
    text-align: center !important;
}


#tripadvisor_badge{ text-align: right; }
#tripadvisor_badge > div > div{ margin: 0px 0px 10px auto; }
#tripadvisor_badge a{ font-size: 12px; display: inline; height: auto; width: auto; }

#f_flickr{ background: url(/images/flickr.png) no-repeat top left; }
#f_facebook{ background: url(/images/facebook.png) no-repeat top left; }
#f_twitter{ background: url(/images/twitter-2.png) no-repeat top left; }
#f_linkedin{ background: url(/images/linkedin.png) no-repeat top left; }
#f_gplus{ background: url(/images/gplus.png) no-repeat top left; }
#f_pinterest{ background: url(/images/pinterest.png) no-repeat top left; }
#f_youtube{ background: url(/images/youtube.png) no-repeat top left; }

#copyright{
    float: left;
    text-align: center;
    font-size: 10px;
    padding: 0px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bbbsystems{
    float: right;
    padding: 0px;
    font-size: 10px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bbbsystems a{
    color: #7e756b;
    text-decoration: none;
    font-size: 10px;
    padding: 0px;
    margin: 0px;

    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bbbsystems a:hover{ color: #98918a; text-decoration: underline; }

/* END USUAL STRUCTURAL STUFF */

/* FORM ELEMENTS */

input, select, textarea{
    background-color: #fff;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #b9b9b9;
    padding: 2px;
}

.button, .buttonOver{
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid #000;
    background: #545454 url(/images/button_bg.gif) repeat-x bottom left;
    padding: 3px 4px 3px 4px;

    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.button{
    color: #ffffff;
}
.buttonOver{
    color: #ffffff;
    opacity: .8;
}

.custom_form_contain input, .custom_form_contain select{  }

.field_contain{
    padding: 4px 0px;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ color: #056bc2; }
a:hover{ color: #4092d8; }
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline;}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }
.large{ font-size: 12px; }
.tdHeader{ font-size: 12px; }
.error{ font-weight: bold;  color: #FF0000; border: 0px solid #CCCCCC;}
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; margin: 6px 0px; border-top: 1px solid #89ADDC; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }


/* GALLERY STYLES */

.galleryDescription{
    margin: 0px;
}

div.galleryContainer{
    margin: 16px;

    width: 579px;
    height: auto;

}
html>body div.galleryContainer{
    width: 577px;
}

ul.galleryContainer{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;

    width: 100%;
    height: auto;

    clear: both;
}

ul.galleryContainer li{
    float: left;
    margin: 0px;
    padding: 0px 0px;

    text-align: center;
}
html>body ul.galleryContainer li{
}


ul.galleryContainer li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;

    white-space: normal;

    height: 100px;

    text-decoration: none;
}
html>body ul.galleryContainer li a{
    height: auto;
    min-height: 100px;

}

ul.galleryContainer li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* LARGE PRODUCT GALLERY */

div.pGalleryContainerL{
    margin: 16px auto 0px auto;
    width: 579px;
    height: auto;
    clear: both;
    display: table;
    border-left: 1px solid #CECCF9;
}
html>body div.pGalleryContainerL{
    width: 577px;
}

ul.pGalleryContainerL{
    display: block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    clear: both;
}

ul.pGalleryContainerL li{
    float: left;
    margin: 0px;
    padding: 0px 0px;
    text-align: center;
    width: 140px;
    border-top: 1px solid #CECCF9;
    border-right: 1px solid #4C638C;
    border-bottom: 1px solid #4C638C;
}
html>body ul.pGalleryContainerL li{
    width: 140px;
}


ul.pGalleryContainerL li a{
    display: block;
    margin: 0px;
    padding: 6px 0px;
    white-space: normal;
    height: 80px;
    text-decoration: none;
}
html>body ul.pGalleryContainerL li a{
    height: auto;
    min-height: 80px;

}

ul.pGalleryContainerL li img{
    margin: 0px 4px;
    border: 0px solid #FFFFFF;
}

/* END GALLERIES */

.dottedHR{ border-top: 1px dotted #000000; padding: 5px 0px; }

.productOptH{
    margin: 3px 0px;
    color: #000000;
    border-bottom: 1px solid #C4D0EA;
    font-weight: bold;
    font-size: 14px;
}

/* CONTACT STYLES */
.contactTable{
    width: 430px !important;
    text-align: left;
}

.contactTable td{
    padding: 2px;
}

.contactLeft{
    width: 100%;
    text-align: left;
}

.contactRight{
    width: 100%;
    text-align: left;
}

.contactTable .contactBottom{
    padding-top: 14px;
}

.required{
    color: #FF0000;
}

/* END CONTACT STYLES */

.clearBoth{
    clear: both;
}

.centerTable td{
    text-align: center;
}
.centerTable td a img{
    border: 0px solid #000;
}


/* ############# POPUP CALENDAR ############# */
#d_form_cal{
    background-color: #ffffff;
}
.cpYearNavigation, .cpMonthNavigation{
    background-color: #C0C0C0;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}
.cpDayColumnHeader, .cpYearNavigation, .cpMonthNavigation, .cpCurrentMonthDate, .cpCurrentMonthDateDisabled, .cpOtherMonthDate, .cpOtherMonthDateDisabled, .cpCurrentDate, .cpCurrentDateDisabled, .cpTodayText, .cpTodayTextDisabled, .cpText{
    font-family: Arial;
    font-size: 8pt;
}
td.cpCurrentMonthDate, td.cpOtherMonthDate, td.cpCurrentDate{
    padding: 0px 4px !important;
}
td.cpDayColumnHeader{
    text-align: center;
    border: 1px solid #C0C0C0;
    border-width: 0px 0px 1px 0px;
}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{
    text-align: center;
    text-decoration: none;
}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{
    color: #D0D0D0;
    text-align: center;
    text-decoration: line-through;
}
.cpCurrentMonthDate, .cpCurrentDate{
    color: #000000;
}
.cpOtherMonthDate{
    color: #808080;
}
td.cpCurrentDate{
    color: #FFFFFF;
    background-color: #C0C0C0;
    border-width: 1px;
    border: solid thin #800000;
}
td.cpCurrentDateDisabled{
    border-width: 1px;
    border: solid thin #FFAAAA;
}
td.cpTodayText, td.cpTodayTextDisabled{
    border: 1px solid #C0C0C0;
    border-width: 1px 0px 0px 0px;
}
a.cpTodayText, span.cpTodayTextDisabled{ height: 20px; }
a.cpTodayText{ color: #000000; }
.cpTodayTextDisabled{ color: #D0D0D0; }
.cpBorder{ border: 1px solid #808080; }

#cal_StartDate, #cal_EndDate, #cal_RecurStartDate, #cal_RecurEndDate{
    background: transparent !important;
}
#cal_StartDate table, #cal_EndDate table, #cal_RecurStartDate table, #cal_RecurEndDate table{
    background-color: #FFF;
}

#google_map, #google_pano{
    width: 100%;
    height: 230px;
}

#google_pano{ display: none; }


#mapDirectionsC{
    padding: 8px;
    background-color: #EBF1F9;
    border: 1px solid #D2DCEC;
}

.startAddress{
    width: 250px;
}

#directions{
    display: none;
    margin-top: 8px;
    width: 98%;
    background-color: #FFFFFF;
    border: 1px solid #D2DCEC;
}
.printDirections{
    text-align: right;
}

#workNode{ display: none; height: 1px; width: 1px; }

/* custom form cells */

.cell, .cellOdd, .cellError{ padding: 3px; }
.cellError{ background-color: #ffcfcf; }

/* search results */
.searchResults{
    margin-bottom: 15px;
}
.searchResults h3{
    margin: 0px;
    padding: 0px;
}

.searchDesc{
    padding: 5px 0px;
}
.searchURL{
    color: #25a609;
}

.resultsNav{
    border-top: 1px solid #7da7e4;
    border-bottom: 1px solid #7da7e4;
    padding: 8px 0px;
    margin: 8px 0px;
}
.resultsNav a{
    font-size: 12px;
}
.jumpNav{
    float: right;
    margin-top: 15px;
}
.resultsNav .curNav{
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.searchSuggestion{
    color: #25a609;
    font-style: italic;
    margin-bottom: 4px;
    font-size: 14px;
}
.searchSuggestion a{ font-weight: bold; font-size: 14px; }

/* end search results */

#hh_phone{ display: none; }


.cf_label div{
	border-bottom: 2px solid #ccc;
	padding: 5px 0px;
	margin: 10px 0px;
	text-transform: uppercase;
}
.cf_label h5{ padding: 0px; margin: 0px; }

.custom_multi_selects td{ padding: 4px; }

/* page tabs */
#pageTabs_c{ position: relative; margin-top: -20px; }
#pageTabs{
    position: absolute;
    top: -28px;

    margin: 0px;
    padding: 0px;
}

#pageTabs li{
    list-style: none;
    float: left;
    text-align: center;
    margin-right: 1px;
}
#pageTabs li a{
    display: block;

    padding: 5px 15px 4px 15px;

    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;

    outline: 0px solid #fff;
    background-color: #2f3293;
}
#pageTabs li a:hover{
    text-decoration: underline;
    background-color: #05074f;
}
#pageTabs li .a_cur{
    background-color: #05074f;
}

.contact_tab a{ background-color: #bf7b18 !important; }

.home_page_tabs li a{ padding: 5px 75px 4px 75px !important; }

.page_tab_c{
    position: relative;
    height: 28px;
}

#pageTabs .li_cur{
    position: relative;
}

#pageTabContent{
    border-top: 1px solid #706961;
    margin-top: 50px;
    padding: 11px 10px 10px 10px;
	background-color: #eadcc9;
	height: 100%;
}

.pageTabContent{
    background-color: transparent !important;
}

#weather_table td{
    width: 20%;
    padding: 0px 8px;
    vertical-align: top;
    text-align: center;
    font-size: 12px;
}
.weather_dt{
    text-align: center !important;
    font-weight: bold;
    font-size: 15px;
}
.weather_icon{
    text-align: center !important;
    margin: 8px 0px;
}

.hi_temp{ color: #b50000; }
.low_temp{ color: #0033bf; }

.body_home h2{
    text-transform: uppercase;
    margin-top: 0px;
}

/* js slides */
#sl_container{
    text-align: left;
    padding-top: 0px;
}

#frame{
	position: relative;
	z-index:0;
	width: 940px;
	height: 350px;
    margin: 20px auto;
}

#slides{
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:100;
}

.slides_container{
	width: 940px;
	overflow:hidden;
	position:relative;
	display:none;
}

.slides_container div.slide{
	width: 940px;
	height:350px;
	display:block;
}

#slides #ss_top, #slides .ss_bottom{
	position:absolute;
	top:0px;
	left:0px;
	width:940px;
	height:70px;
	display:block;
	z-index:30000;
}

#slides .ss_bottom{
    z-index: 35000;
	top:280px;
	background: url(/images/jq_learnMore.png) no-repeat bottom right;
	text-align: left;
	width: 940px;
}

.ss_bottom a{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 35000;
    text-decoration: none;
    width: 940px !important;
    height: 60px;
    border: 0px solid #FF0000;
}

.ss_bottom p{
    position: relative;
    top: -6px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}

#slides .next,#slides .prev {
	position:absolute;
	top:10px;
	left:10px;
	width:52px;
	height:50px;
	display:block;
	z-index:101;
}

#slides .next {
	left:877px;
}

.pagination{
    border: 0px solid #f00;
    height: 29px;
	margin:0px auto;
	width: 500px;
	padding-top: 0;
	text-align: center;
    background-color: transparent;
	position: relative;
	top: -29px;
	z-index: 10000;
	overflow: hidden;
	background: url(/images/jq_nav_bg.png) no-repeat top center;
}

.pagination li{
    display: inline;
	list-style:none;
	padding: 0px;
	margin: 0px;
	position: relative;
	left: -25px;
	top: 1px;
}

.pagination li a{
	width:20px;
	height:0;
	max-height: 22px;
	padding: 4px 7px;
	background-image:url(/images/pagination.png);
	background-position:0 0px;
	overflow:hidden;
	color: transparent;
}

.pagination li.current a{
	background-position: 0px 84px;
}

.caption{
    background: url(/images/jq_title_bg.jpg) repeat-x top left;
	z-index:500;
	position:absolute;
	left: 62px;
	height:40px;
	padding:10px 0px 0px 0px;
	width:816px;
	line-height:1.33;
	text-align: center;
	margin: 10px auto;
}

.caption p{
    font-family: Arno Pro, Arial, Helvetica, sans-serif;
    font-size:28px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px auto;
	color:#ffffff;
}
/* end js slides */

#peek-modal-overlay{ z-index: 40000 !important; }


.peek-book-button.yellow{ font-size: 20px; }
