body {
   font-family:verdana;
   font-size: 8pt;
   color: #333333;
}

.tours-bkg {
   background-color: #bec391;
}

.site-bkg {
   background-color: #CDD775;
}

a {
    text-decoration: none;
}

h1 {
   font-size: 20px;
}

h2 {
   font-size: 18px;
}

h3 {
   font-size: 16px;
}

h1 h2 h3 {
   padding-top: 15px;
   padding-left: 30px;
}


a:hover {
    text-decoration: underline;
}

#page {
   width: 960px;
   margin: 0px auto;
}

#header {
  width: 100%;
  margin: 0 auto;
  clear: both;
}

.head-left {
   width: 160px;
   height: 76px;
   float: left;
}

.head-left img {
  padding-left: 30px;
}

.head-right {
  float: left;
  width: 800px;
  height: 76px;
}

#leftmenu {
   width: 160px;
   float: left;
}


#container {
  clear: both;
  width: 100%;
  margin: 0 auto;
}

.tlink {
   padding-left: 15%;
   padding-bottom: 5px;
   font-size: 18px;
   font-family: "Comic Sans MS", strong;
   color: #104E8B;
}

.tlink-small {
   font-size: 14px;
   font-style: none;
}

#content {
   width: 800px;
   float: left;
}

p {
   text-indent: 15px;
   padding-bottom: 5px;
}


/* bookings page */
.blink {text-decoration: none; color: #1874CD; font-weight: bold}
.blink:active {text-decoration: none; color: #1874CD}
.blink:visited {text-decoration: none; color: #1874CD}
.blink:hover {text-decoration: underline; color: #1E90FF}

.book {text-decoration: none; color: #68228B; font-weight: bold}
.book:active {text-decoration: none; color: #BF3EFF}
.book:visited {text-decoration: none; color: #68228B}
.book:hover {text-decoration: underline; color: #BF3EFF}


span.days {font-weight: bold; color: #8B4500}
span.new {font-weight: bold; color: #EE2C2C}
/* end of bookings page */


.tour-d {
   padding-left: 75px;
   font-weight: bold;
   font-size: 12px;
}

.tour-w {
  color: #8B4500;
  font-size: 12px;
  text-decoration: underline;
}

p.tourimg-link {
   padding-top: 10px;
   padding-bottom: 10px;
   font-size: 18px;
   font-family: "Comic Sans MS", strong;
   color: #104E8B;
   text-align: center;
}

.nextpage {
   float:right;
   font-size: 11px;
   color: #104E8B;
   text-align: right;
}

.prevpage {
   float:left;
   font-size: 11px;
   color: #104E8B;
   text-align: left;
}

.hotels {
   color: #68228B;
   font-weight: bold;
}

img.centered {
   display: block;
   vertical-align: middle;
   margin: 0 auto;
   border: none;
}



#footer {
   text-align: center;
   padding-top: 15px;
   clear: both;
   width: 85%;
   margin: 0 auto;
}


table
{
border-collapse: collapse;
width: 75%;
margin-left: 3%;
}

th
{
height: 29px;
padding-left: 11px;
padding-right: 11px;
text-align: left;
border-top: dotted 2px #A8814D;
border-bottom: dotted 2px #A8814D;
font-size: 14px;
}

tr
{
height: 30px;
}

td
{
padding-left: 11px;
padding-right: 11px;
border-bottom: dotted 1px #A8814D;
}

td.first
{
font-weight: bold;
border-left: 0px;
}


ul {
   margin-left: 20px;
   padding-left : 5px;
   list-style-type: circle;
}

.ts-menu {font-size: 7pt}
.ts-menu a {text-decoration: none; color: #FFFFFF}
.ts-menu a:active {text-decoration: none; color: #FFFFFF}
.ts-menu a:visited {text-decoration: none; color: #FFFFFF}
.ts-menu a:hover {text-decoration: underline; color: #FFFFFF}

.st-menu {font-size: 7pt}
.st-menu a  {text-decoration: none; color: #FF1264}
.st-menu a:active {text-decoration: none; color: #FF1264}
.st-menu a:visited {text-decoration: none; color: #FF1264}
.st-menu a:hover {text-decoration: underline; color: #FF1264}

.copyright { vertical-align: bottom; text-align:center; font-size: 8pt; color:#000000;}


