/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}



/**************************************************************
   Topbar with newsletter form and theme change buttons
 **************************************************************/

#topbar {
  float: left;
  width: 100%;
  padding: 0.6em 0;

  font-size: 0.9em;
  text-transform: uppercase;

  color: #CFD9DB;
  background: #FFF url(../images/bg/topbar.gif) repeat-x bottom left;
}



/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 5em;
	margin: 0 auto;
	background: #ff9933 *url(../images/bg/header-03.gif) repeat-x bottom left;
	border-bottom: 2px solid #48525B;
	background-color: #ff9933;
}


#header img {
  position: absolute;
  top: 5%;
  left: 10px;
}

#header ul {
  margin: 3.5em 1em 0 0 !important;
  margin: 3.5em 0.5em 0 0;
  padding: 0;
  float: right;
}

#header ul li {
  display: inline;
  list-style: none;
}

#header ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #333399;
  border-right: 1px solid #4D5760;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #ffffff;
}

.slogan {
font-size: 22px; 
color: #ffffff; 
float: left; 
margin-top: 30px; 
margin-left: 4px;
height: 50px;
z-index: 100;
}

/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 143px;
  /*background: url(../images/bg/header-image.gif) no-repeat top left;*/
}

 #headerSlide {
 margin: 0 auto;
 top: 0;
 right: 0;
 width: 500px;
 float: right;
 height: 143px;
 width: 500px;
 }
 
#headerLogo  {
  margin: 0 auto;
  height: 143px;
  background: url(../images/bg/header-logo-03.png) no-repeat top left;
  z-index: 100;
  width: -476px;
  position: relative;
  }
 


/**************************************************************
   Top Block Menu
 **************************************************************/

#menu {
  margin: 0 auto;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  background: #333399 url(../images/bg/menu-03.gif) repeat-x top left;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li a {
  float: left;
  width: 20%;
  height: 6.5em;

  font: 400 1.2em arial, sans-serif;
  letter-spacing: 0.1em;

  color: #fff;

  border-top: 7px solid #ff9933;
  border-bottom: 15px solid #FFF;
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #ff9933;
}


#menu ul li a:hover,
#menu ul li a.here {
  background: #ff9933;
  border-top: 7px solid #333399;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #FFF;
}


/* Top menu icons */
#menu ul li a span.speaker {
  padding-left: 22px;
  background: url(../images/icons/speaker.gif) no-repeat 5px 50%;
}

#menu ul li a:hover span.speaker {
  background: url(../images/icons/speaker_on.gif) no-repeat 5px 50%;
}

#menu ul li a span.bubble {
  padding-left: 24px;
  background: url(../images/icons/bubble.gif) no-repeat 4px 4px;
}

#menu ul li a:hover span.bubble {
  background: url(../images/icons/bubble_on.gif) no-repeat 4px 4px;
}

#menu ul li a span.heart {
  padding-left: 20px;
  background: url(../images/icons/heart.gif) no-repeat 3px 50%;
}

#menu ul li a:hover span.heart {
  background: url(../images/icons/heart_on.gif) no-repeat 3px 50%;
}


#menu ul li a span.dollar {
  padding-left: 20px;
  background: url(../images/icons/dollar.gif) no-repeat 4px 50%;
}

#menu ul li a:hover span.dollar {
  background: url(../images/icons/dollar_on.gif) no-repeat 4px 50%;
}




/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}

#columns {
  margin: 0 auto;
}


/* Column widths */
.width {
  width: 770px;
  /* width: 776px; */
}

.widthPad {
  width: 746px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}


/**************************************************************
   Footer
 **************************************************************/


#footer {
  clear: both;
  float: left;
  width: 100%;
  height: 5em;
  margin-top: -5em;
}

#footer #bg {
  position: relative;
  height: 5em;
  margin: 0 auto;
  background: #49525B url(../images/bg/footer.gif) repeat-x bottom left;
}

#footer #bg ul {
  float: right;
  margin: 3em 1em 0 0 !important;
  margin: 3em 0.5em 0 0;
  padding: 0;
}

#footer #bg ul li {
  display: inline;
  list-style: none;
}

#footer #bg ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 1em;

  color: #fff;
  border-right: 1px solid #4D5760;
}

#footer #bg ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#footer #bg ul li a:hover {
  color: #ff9933;
}

#footer #bg img {
  position: absolute;
  top: 6%;
  left: 10px;
}



/**************************************************************
   Icons specific to the colour theme
 **************************************************************/

a.lightTheme img,
a.darkTheme img,
a.submitButton img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

a.lightTheme img {
  background: url(../images/icons/light_light_theme.gif) no-repeat center center;
}

a.darkTheme img {
  background: url(../images/icons/light_dark_theme.gif) no-repeat center center;
}

a.submitButton img {
  background: url(../images/icons/light_submit.gif) no-repeat center center;
}


/**************************************************************
   Posts
 **************************************************************/

.post {
  float: left;
  width: 100% !important;
  width: 99%;
  position: relative;

  margin-bottom: 1.5em;

  border-bottom: 1px solid #CCCCCC;
}

.post .date {
  position: absolute;
  top: 0;
  left: 5px;

  width: 2.3em;
  text-align: right;
}

.post .date .month {
  text-transform: uppercase;
  font: 700 1.0em arial, sans-serif;
  color: #888;
}

.post .date .day {
  display: block;
  margin-top: -5px;
  font: 700 2.1em arial, sans-serif;
  color: #888;
}

.tourDay {
  display: block;
  margin-top: -5px;
  font: 700 1.5em arial, sans-serif;
  color: #888;
}

.post .title {
  display: block;
  padding: 0 0 5px 0;

  font-size: 1.2em;
  font-weight: bold;
  color: #586B7A;
}

.post p {
  margin: 0 0 0 3.5em;
  padding:  0 0 1em 1.2em;
  border-left: 1px solid #CCCCCC;
}



/**************************************************************
   Thumbnail Lists
 **************************************************************/

ul.thumbs,
ul.thumbs li {
  margin: 0;
  padding: 0;
}

ul.thumbs li {
  margin: 0 0 15px 0 !important;
  margin: 0;
  padding: 0px;
  list-style: none;
}

a.thumb img {
  
  border: 5px solid #ccc;
}

a:hover.thumb img {
  background: #8EB4C6;
  border: 5px solid #000;
}

a:hover.thumb {
  background: none;
}

a.thumb span {
  display: block;
  margin-top: -5px !important;
  margin-top: -2px;
}



/**************************************************************
   Submenu Styles
 **************************************************************/

ul.submenu1,
ul.submenu2 {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.submenu1 li,
ul.submenu2 li{
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: url(nothing.gif); /* IE needs help */
}

ul.submenu1 li a,
ul.submenu2 li a {
  display: block;
  height: auto !important;

  /* Start hide from IE Mac \*/
  height: 1%;
  /* End hide from IE Mac */

  padding: 1px 5px 1px 20px;
}

ul.submenu1 li a {
  background: url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu1 a:hover {
  color: #888;
  background: #B3C6C4 url(../images/bg/submenu1.gif) no-repeat 5px 50%;
}

ul.submenu2 li a {
  color: #426F85;
  background: url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}

ul.submenu2 a:hover {
  color: #888;
  background: #B3C6C4 url(../images/bg/submenu2.gif) no-repeat 3px 50%;
}






/**************************************************************
   Generic Display 
 **************************************************************/


.block {
  display: block;
}

.clear {
  clear: both;
}

.marginRight {
  margin-right: 15px;
}

.paddingLeft {
  padding-left: 5px;
}

.paddingRight {
  padding-right: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.alignTop {
  vertical-align: top;
}

.alignMiddle {
  vertical-align: middle;
}

.alignBottom {
  vertical-align: bottom;
}

.lightBlueBg {
  background-color: #E9EAEB;
}

.dark .darkBig .darkBigBold {
  color: #353E47;
}

.darkBig .darkBigBold {
  font-size: 1.2em;
}

.darkBigBold {
font-weight:bold;
}

.tourDetails {
list-style-type: circle;
margin-left: 12px;
background-color: transparent;
}

.tourImage {
margin: 0 8px 0 8px;
border: 1px solid #c9c9c9;
padding: 0;
float: right;
}

.tourImageLeft {
margin: 8px 8px 4px 0;
border: 1px solid #c9c9c9;
padding: 0;
float:left;
}

.tourImageRight {
margin: 8px 0 4px 8px;
border: 1px solid #c9c9c9;
padding: 0;
float:right;
}

.imageCaption {
margin: 0 8px 0 8px;
border: none;
padding: 0;
float: right;
}

.imageBorder {
margin: 0 8px 0 8px;
border: 1px solid #c9c9c9;
padding: 0;
}

.captionText {
text-align: right;
font-style: italic;
margin: 2px 10px 2px 2px;
border: 0;
color: #999999;
font-size: 1em;
}

.more {
color: #333399;
margin-left: 10px;
}

.moreInfoLink {
margin-left:24px;
}

.moreInfo, .moreInfoIndent {
vertical-align: top;
background-image:url(../images/bg/arrow-right.jpg);
background-repeat:no-repeat;
background-position:top;
background-position:left;
width:250px;
}

.moreInfoIndent, .tourIndent {
margin-left: 90px;
}

.sched {
margin-left: 20px;
}

.tourDivider {
background: url(../images/arrowDown.gif) no-repeat top right;
width: 576px; 
height: 50px; 
margin: 0 0 -5px -15px;
position: relative;
}

.tourDividerLong {
background: url(../images/arrowDownLong.gif) no-repeat top right;
width: 770px; 
height: 50px; 
margin: 0 0 -5px -15px;
position: relative;
}

.tourDividerArrowLong {
background: url(../images/arrowOnlyLong.gif) no-repeat top right;
width: 770px; 
height: 50px; 
margin: 0 0 -5px -15px;
position: relative;
}

.tourContact {
text-align: right;
background: url(../images/bg/contact-us.gif) no-repeat top right;
height: 80px;
margin: 10px 0 0 0;
padding: 0;
font-weight: bold;
border: 0;
position: relative;
right: 10px;
bottom: 0px;
}

.sampleContact {
background: url(../images/bg/contact-us.gif) no-repeat bottom left;
height: 80px;
margin: 10px 0 0 0;
padding: 0;
border: 0;
position: relative;
right: 10px;
bottom: 0px;
width: 410px;
}

.labattLogo {
background: url(../images/logos/labatt-logo.gif) no-repeat top right;
width: 80px;
height: 77px;
margin: 10px 0 0 0;
padding: 0;
float: left;
border: 0;
}

.millerLiteLogo {
background: url(../images/logos/miller-lite-logo.gif) no-repeat top right;
width: 90px;
height: 77px;
margin: 10px 0 0 0;
padding: 0;
float: left;
border: 0;
}

.samAdamsLogo {
background: url(../images/logos/sam-adams-logo.gif) no-repeat top right;
width: 111px;
height: 77px;
margin: 10px 0 0 0;
padding: 0;
float: left;
border: 0;
}

.oldCapeCodLogo {
background: url(../images/logos/old-cape-cod-logo.gif) no-repeat top right;
width: 111px;
height: 77px;
margin: 10px 0 0 0;
padding: 0;
float: left;
border: 0;
}

.greenMtFlyerLogo {
background: url(../images/logos/green-mountain-flyer-logo.gif) no-repeat top right;
width: 83px;
height: 100px;
margin: 4px 0 0 0;
padding: 0;
float: left;
border: 0;
}

.wokoLogo {
background: url(../images/logos/woko-logo.gif) no-repeat top right;
width: 170px;
height: 42px;
margin: 4px 0 0 0;
padding: 0;
float: left;
border: 0;
}

.tourTitle {
font-weight: bold;
}

.tourTitleRed {
font-weight: bold;
color:#FF0000;
font-size:1.2em;
}

.menuArrow {
color: #333399; 
display:inline; 
}

.topOfPage {
border: 0; 
background-color: #c9c9c9; 
color: #ffffff;
padding-left: 10px;
text-align: right;
padding-right: 12px;
}

.topOfPageLong {
border: 0; 
padding-left: 10px;
text-align: right;
padding-right: 12px;
style="width: 700px;
}

.centerItalic {
text-align: center; 
font-style: italic;
}

.oneColMenu {
float: right; 
width: 250px; 
margin: 10px;
border: 1px solid #c9c9c9; 
padding-left: 6px;
margin-top: 0;
}

a.brightLink:link, a.brightLink:active, a.brightLink:visited, a.brightLink:visited  { 
color: #ffffff; 
font-weight: bold;
border: 0;
}

a.brightLink:hover {
color:#FF6633;
}

.important {
color: #FF0000;
background-color: #fff;
width: 400px;
margin: 10px;
margin-left: 40px;
padding: 10px;
padding-top: 5px;
}

.arrows {
font-size: 1.5em;
}


.mapClose {
text-align: right; 
background-color: #ffffff; 
margin-right: 10px
}

.mapHeading {
text-align: center;
margin: 3px 6px 6px 3px ;
}

.mapTopClose {
postion: relative; 
top: 0; right: 0; 
text-align: right; 
margin-right: 10px;
}

.mapCloseLink {
font-size: 1.5em; 
font-weight: bold;
}

.soldOut {
color: #FF0000;
}

.footNote {
font-size: .85em;
}

.tourSlogan {
font-style: italic;
}

.specialNote {
font-size: .8em;
font-style: italic;
}

.disclaimer {
border: 1px solid #ff0033;
padding: 4px;
margin: 6px;
}

.indent {
margin-left: 12px;
}

.bigNumber,.bigwords {
font-size: 2em;
color: #586B7A;
}

.bigWords {
font-size: 1.5em;
}

#hideRecentlyAdded {
padding: 4px;
width: 400px; /* was 266*/
}

#showRecentlyAdded {
padding: 4px;
width: 400px; /* was 266*/
}

.map {
position: fixed; 
top: 20px; 
left: 25%;  
z-index: 1000; 
background-color: #ffffff; 
text-align:center; 
border: 1px solid #000000;
}

.arrowRight {
width: 12px; 
height: 12px; 
margin: 0;
}

.tourTitleRight {
margin-left:60px;
}

.tourSpacer {
margin-top:20px;
}

.passport {
width:53px; 
height:72px; 
float: right; 
border:none;
}

.passportHr {
width:92%; 
height:1px; 
color:#CCCCCC; 
background-color:#CCCCCC; 
border:none;
margin-bottom:10px;
}

.tourWrapper {
border:1px solid #c9c9c9; 
margin-bottom:20px; 
padding:20px;
background-position:top:0; 
background-position:right; 
background-repeat:no-repeat;
}

