body {
  background: #fff;
  font-family: arial, sans-serif;
}
h1,h2,h3,th,.summary,#header {
  font-family: "League Gothic";
}
p {
  font-size: 13px;
  margin-bottom: 1em;
}
#header {
  background: #2d333f url(../images/2ndpageheader2.jpg) center top no-repeat;
  border-bottom: solid 2px #bebebc;
}
#headwrap {
  height: 186px;
  background: none;
}
#logo-link {
  display: inline-block;
  background: #transparent;
  opacity: 0;
  position: absolute;
  left: 122px;
  top: 48px;
  width: 270px;
  height: 100px;
}
#headwrap .phone {
  top: 72px;
  left: inherit;
  right: 110px;
}
#headwrap .email {
  left: inherit;
  top: 105px;
  right: 111px;
}

#headwrap .phone img {
  position: absolute;
  right: -27px;
  top: -8px;
}
#headwrap .email img {
  position: absolute;
  right: -32px;
  top: 0;
}

.widthset>.handle {
  padding-left: 125px;
}

.grey-band {
  position: relative;
  padding: 10px 0;
  background: url(../images/greybkg.jpg);
}
.grey-band img {
  vertical-align: bottom;
}
.grey-band .prev {
  position: absolute;
  left: 65px;
  bottom: 8px;
}
.grey-band .next {
  position: relative;
  left: 30px;
  bottom: 8px;
}
.grey-band .label {
  color: #000;
  font-size: 18px;
}
.grey-band h2 {
  font-size: 50px;
}

.content {
  padding: 10px 0;
  color: #2d333f;
  /*font-family: arial,sans-serif;*/
}

.summary {
  margin-bottom: 15px;
  color: #79ab4c;
}

.weather {
  width: 535px;
  line-height: 1.4em;
  margin-bottom: 20px;
}

h3.main {
  color: #79ab4c;
  font-size: 36px;
  margin: 20px 0 10px 0;
}
td {
  font-size: 16px;
}
td,th {
  text-align: center;
  padding: 6px 50px;
  text-transform: capitalize;
}
td:nth-child(1),th:nth-child(1) {
  text-align: left;
  width: 250px;
  padding: 0 30px;
}
tr.spacer td {
  height: 10px;
  background: #fff;
}
thead th {
  background: #5c5c5c;
  color: #fff;
}
tbody th {
  height: 35px;
  vertical-align: middle;
  background: #e0e0e0;
}

tr.even td {
  background: #fafafa;
}

.button {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  margin-top: 30px;
}

.button.grey {
  background: #5c5c5c;
}

.button.green {
  background: #79ab4c;

}

.tourntable-buttons {
  width: 533px;
}