
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #3399FF;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 10px;
left: 20px; /*position where enlarged image should offset horizontally */

}

.lefttableheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #000099;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 4px;
	background-color: #CCCCCC;
	padding-left: 4px;
	border-bottom-style: solid;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-color: #333333;
	}

.lefttablesubhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-align: left;
	font-style: normal;
	padding-top: 4px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	text-indent: 0px;
	}
.bodytext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	text-align: justify;
	font-style: normal;
	text-indent: 10px;
	padding-left: 10px;
	padding-right: 10px;
	}	

.welcome {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
	text-align: justify;
	font-style: normal;
	text-indent: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}	
	
.tourtype {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	font-style: normal;
	text-indent: 5px;
	padding-left: 10px;
	padding-right: 10px;
	}	
.righttableheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #00FF00;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 4px;
	background-color: #666666;
	padding-left: 4px;
	border-bottom-style: solid;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-color: #333333;
	}
	
.righttableheader2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #FF6699;
	text-align: left;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 4px;
	background-color: #666666;
	padding-left: 4px;
	border-bottom-style: solid;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-color: #333333;
	}
	
.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	}

.sponsor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	padding-top: 4px;
}
.glossymenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 180px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
	background: white url(images/glossyback.gif) repeat-x bottom left;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 3px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 155px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
	background-image: url(images/glossyback2.gif);
	color:#00FF00;
	text-decoration: underline;
	
}
