@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.navigation { color: #FFCC00; font-size:11px; font-weight:normal; text-decoration:none; }
a.navigation:link { color:#ffffff; font-size:11px; font-weight:normal; text-decoration:none; }
a.navigation:visited { color:#ffffff; font-size:11px; font-weight:normal; text-decoration:none; }
a.navigation:active { color:#ffffff; font-size:11px; font-weight:normal; text-decoration:none; }
a.navigation:hover { color:#ffcc00; font-size:11px; font-weight:normal; text-decoration:none;}

.footerNav {color: #000000; font-size: 10px; font-weight: normal;}
a.footerNav:link {color: #000000; font-size: 10px; font-weight: normal;}
a.footerNav:visited {color: #000000; font-size: 10px; font-weight: normal;}
a.footerNav:active {color: #000000; font-size: 10px; font-weight: normal;}
a.footerNav:hover {color: #999999; font-size: 10px; font-weight: normal;}

.links {color: #ffffff; font-size: 10px; font-weight: normal;}
a.links:link {color: #ffffff; font-size: 10px; font-weight: normal;}
a.links:visited {color: #ffffff; font-size: 10px; font-weight: normal;}
a.links:active {color: #ffffff; font-size: 10px; font-weight: normal;}
a.links:hover {color: #999999; font-size: 10px; font-weight: normal;}

a.links1:link {color: #ffffff; font-size: 11px; font-weight: normal;text-decoration:none}
a.links1:visited {color: #ffffff; font-size: 11px; font-weight: normal;text-decoration:none}
a.links1:active {color: #ffffff; font-size: 11px; font-weight: normal;text-decoration:none}
a.links1:hover {color: #ffffff; font-size: 11px; font-weight: normal; text-decoration:none; border-bottom: dotted 1px #ffffff; 
}

.blueBold {font-size: 12px; color: #003366; text-decoration:none;}
a.blueBold:link {font-size: 12px; color: #003366; text-decoration:none;}
a.blueBold:visited {font-size: 12px; color: #003366; text-decoration:none;}
a.blueBold:active {font-size: 12px; color: #003366; text-decoration:none;}
a.blueBold:hover {font-size: 12px; color: #999999; text-decoration:none;}
a.titleBold:link {font-size: 14px; color: #333333; text-decoration:none;}
a.titleBold:visited {font-size: 14px; color: #333333; text-decoration:none;}
a.titleBold:active {font-size: 14px; color: #333333; text-decoration:none;}
a.titleBold:hover {font-size: 14px; color: #999999; text-decoration:none;}

.datesBold {font-size: 12px; font-weight: bold;  color: #000000;}
a.datesBold:link {font-size: 12px; font-weight: bold;  color: #000000;}
a.datesBold:visited {font-size: 12px; font-weight: bold;  color: #000000;}
a.datesBold:active {font-size: 12px; font-weight: bold;  color: #000000;}
a.datesBold:hover {font-size: 12px; font-weight: bold; color: #999999;}
.style1 {color: #000000}
.bioText {font-size: 12px; color: #000000; padding:20px }
.style11 {font-size: 16px; font-weight: bold; color: #000000; }
.style12 {font-size:10pt; text-decoration:none; color: ffffff;}
.style14 {font-size: 12px; font-weight: bold; color: #FFFFFF; }
.style3 {font-weight: normal; color: #000000;}
.blueBold1 {font-size: 12px; font-weight: bold; color: #000000; text-decoration:none;}
.style13 {
	font-size: 12pt;
	font-weight: bold;
}
.style15 {color: #000000; font-size: 18px; font-weight: normal; }
.style16 {font-size: 12px}
.style17 {color: #000000; font-size: 12px; font-weight: normal; }

.footerNav1 {color: #000000; font-size: 10px; font-weight: normal;}
.footerNav2 {color: #000000; font-size: 10px; font-weight: normal;}

.tourdetails{color: #000000; font-size: 14px; font-weight: normal;}

/*Image Slider */
.clear {
	clear:both
}

#gallery {
	position:relative;
	height:395px
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}
#s3slider {
   width: 900px; /* important to be same as image width */
   height: 400px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 900px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
