/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;

 
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
  background-image: url(images/bg.jpg);
 background-repeat:repeat;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 border-color: #227;
 background-image: url(images/bg2.jpg);
 background-repeat:repeat;
}

ul.tabbernav li.tabberactive a
{
 border-bottom: 1px solid #fff;
 background-image:url(images/bg2.jpg);
 background-repeat:repeat;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 background-repeat:repeat;
 background-image:url(images/bg2.jpg); 
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;
 height:100%;
 overflow:auto;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */

.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}



/* start css for tab text*/

body {
    background-color:#e9e9e7;
	margin:auto;
	font-family: Verdana, Arial, tahoma;
	font-size: 12px;
	line-height: 24px;
	color: #336699;
}

.tabl {
    background-color:#ffffff;
	
}
td, th {
	font-family: Verdana, Arial, tahoma;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}



.smolarrow {color: #c36d1a
font-weight:bold;

}



.lastlink {
	font-family: Verdana, Arial, tahoma;
	font-size: 11px;
	line-height: 17px;
	color:#000000;
	font-weight:bold;
	padding-top:5px;
	padding-left:15px;
	
}


a.toplink {
  color: #b4f6fc;
  font-weight:bold;
  text-decoration:none;
  font-family: Verdana, Arial, tahoma;
  font-size: 11px;
  width:27px;
	height:19px;
}

a.toplink:visited {
  color: #b4f6fc;
  font-family: Verdana, Arial, tahoma;
  font-size: 11px;
  width:27px;
	height:19px;
}

a.toplink:hover {
	color: #fff600;
	font-family: Verdana, Arial, tahoma;
	font-size: 11px;
	width:300px;
	height:19px;
	
	
}


a.hidden {
  color: #000000;
  font-weight:bold;
  text-decoration:none;
  font-family: Verdana, Arial, tahoma;
  font-size: 11px;
}

a.hidden:visited {
  color: #000000;
  font-family: Verdana, Arial, tahoma;
  font-size: 11px;
  text-decoration:none;
}

a.hidden:hover {
	color: #777777;
	font-family: Verdana, Arial, tahoma;
	font-size: 11px;
	text-decoration:none;
	
}


a.heading {
  color: #a57203;
  font-weight:bold;
  text-decoration:none;
  font-family: Verdana, Arial, tahoma;
  font-size: 12px;
}

a.heading:visited {
  color: #a57203;
  font-family: Verdana, Arial, tahoma;
  font-size: 11px;
}

a.heading:hover {
	color: #000000;
	font-family: Verdana, Arial, tahoma;
	font-size: 11px;
	text-decoration:underline;
}


a.mores{
  color: #a57203;
  font-weight:normal;
  text-decoration:none;
  font-family: Verdana, Arial, tahoma;
  font-size: 11px;
}

a.mores:visited {
  color: #a57203;
  font-family: Verdana, Arial, tohama;
  font-size: 11px;
}

a.mores:hover {
	color: #000000;
	font-family: Verdana, Arial, tahoma;
	font-size: 11px;
	text-decoration:underline;
}



.bottomlink {
	font-family: Verdana, Arial, tahoma;
	font-size: 11px;
	line-height: 17px;
	color:#000000;
	font-weight:bold;
	padding-top:5px;
	padding-left:70px;
	
}

.bottomlink a {
	font-family: Verdana, Arial, tahoma;
	font-size: 11px;
	line-height: 17px;
	color:#40403f;
	text-decoration:none;
	font-weight:bold;
	padding-top:5px;
	
}


.nav {
	font-family: Verdana, Arial, tahoma;
	font-size: 11px;
	line-height: 17px;
	color:#a57203;
	font-weight:bold;
	padding-left:14px;

}

.navtext {
	font-family: Verdana, Arial, tahoma;
	font-size: 11px;
	line-height: 15px;
	color:#383839;
	padding-left:14px;
	
}


.more {
	font-family: Verdana, Arial, tahoma;
	font-size: 10px;
	line-height: 11px;
	font-weight:bold;
	color:#a57203;
	padding-left:60px;

}


.navtextpack{
	font-family: Arial, tahoma;
	font-size: 14px;
	color:#ec0000;
	font-weight: bold;
	padding-left:22px;

	
}

.navtextsub{
	font-family: Arial, tahoma;
	font-size: 12px;
	line-height:15px;
	color:#383839;
	padding-left:22px;

}


.navtexbook{
	font-family: Arial, tahoma;
	font-size: 12px;
	line-height:15px;
	font-weight:bold;
	color:#a57203;
	padding-left:8px;

	
}


.booktex{
	font-family: Arial, tahoma;
	font-size: 11px;
	line-height:15px;
	font-weight:bold;
	color:#383839;
	padding-left:8px;

	
}


.text{
	font-family: Arial, tahoma;
	font-size: 12px;
	line-height:14px;
	color:#383839;
	text:adjust;
	padding-left:8px;
	padding-right:8px;
	padding-top:8px;
	
}


.ttext{
	font-family: Arial, tahoma;
	font-size: 12px;
	line-height:14px;
	color:#383839;
	}

a.booking{
  color: #ed6c04;
  font-weight:bold;
  text-decoration:none;
  font-family: Verdana, Arial, tahoma;
  font-size: 11px;
}

a.booking:hover {
	color: #000000;
	font-family: Verdana, Arial, tahoma;
	font-size: 11px;
	text-decoration:underline;
}
.righttext{
	font-family: Arial, tahoma;
	font-size: 11px;
	line-height:15px;
	color:#383839;
	padding-right:14px;
	padding-left:14px;
	padding-bottom:5px;
	
}

.topheadings{
	font-family: verdana;
	font-size: 13px;
	line-height:15px;
	font-weight:bold;
	color:#6d1715;
	padding-top:14px;
	padding-left:6px;
	
	
}

.topheading{
	font-family: verdana;
	font-size: 12px;
	line-height:15px;
	font-weight:bold;
	color:#6d1715;
	padding-top:2px;
	padding-left:36px;
	
}


.ab {
border-right: 2px then red;
height: 300px;
border-left: 2px then red;
height: 300px;
}

.imag{
padding-left:5px;
padding-bottom:10px;

}


.itinimag{
padding-left:6px;


}

.tab {
font-family:vedana;
font-size-adjust:inherit;
line-height:16px;
font-size:112x;
color:#344d17;
	
}

.toptab {
font-family:vedana;
line-height:5px;
font-size:12px;
color:#ffffff;
	
}

.toptabs {
font-family:vedana;
line-height:5px;
font-size:12px;
color:#34450e;
font-weight:bold;
	
}

.inclu {
font-family:tahoma;
line-height:5px;
font-size:11px;
color:#fb7e04;
	
}
.pading{padding-left:5px;}


	
	
.leftlink{padding-left:13px;}
.copyright{font-family: Arial, tahoma;
	font-size: 12px;
	line-height:14px;
	color:#383839;}
	
	

.style2 {color: #FF6600}


.holiday{font-family:thomah, arial;
font-size:12px;
line-height:16px;
color:#333333;
padding-left:20px;
}


body {
background-color:#333333;
	margin:auto;
	font-family: Verdana, Arial, tahoma;
	font-size: 12px;
	line-height: 24px;