@charset "utf-8";
/* CSS Document */

body {margin:0; background-image:url(images/bkgrd.gif); font-family:"Trebuchet MS", Tahoma; font-size:9pt;}
h1 {color:#920703; font-size:14pt;}
a {color:#920703; text-decoration:none}
a:hover {color:#dc860a}
.maindiv{ background-color:#F9EDC8}
.topdiv {background-image:url(images/linesrepeat.gif); height:169px;}
.topred {background-color:#920703;}
.1000wide {width:1000px; margin-left:auto; margin-right:auto;}
.txtdiv {padding:10px;}
.bottomofpage {background-image:url(images/bottomofpage.gif); color:#f9edc8; background-position:bottom; background-repeat:repeat-x; background-color:#F9edc8; background-color:#F9EDC8}
.bottomofpage a {color:#f9edc8;}
.de {background-image:url(images/debkgrd.gif);  width:226px; height:260px; float:right; padding:15px; padding-top:70px;}
.rule {color:#920703; width:200px; text-align:center;}
.thetours{background-image:url(images/TheTours.gif); width:110px; height:90px; padding:20px; padding-top:50px; float:right}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

li {
	list-style-position: outside;
	list-style-type: square;
	left: auto;
}

