@charset "UTF-8";


* {
 margin: 0;
 padding: 0;
}


body { background-color:#ffff66; font-size:12pt; font-family:Arial; font-weight:bold; color:black;  padding: 5%;}

.page { width:1000px; margin-left: 5%; }

.top { width:100%;text-align:center;margin-left: 2%;}

.main {margin-top:10%;width:100%;text-align:center;}

.gallery {margin-top:10%;width:100%;text-align:center;margin-left:8%;}

.links {margin-top:10%;width:100%;margin-left:2%;text-align:left;font-size:10pt; font-family:Arial;}

.prices {background-color:#99cc99;  padding:1 %; 
	
	 margin-left:9%;  width:80%; text-align:center;}

.distance {background-color:#99cc99;  padding:2%; 
	
	 margin-left:15%;  width:70%; text-align:center;}

.review {margin-top:7%;width:100%;text-align: center;  padding-right: 4em;}
.cell {background: white; text-align:left; padding: 20px;}
.cell1 {background: white;text-align:center; padding: 20px;}
.cell2 {background: lavenderblush;text-align:center; padding: 10px;  }

.pageend {margin-left: 9%; top: 10%; font-family: arial; font-size: 8pt; text-align: center; color:#c0c0c0; } 

h3 {font-size:14pt; font-style:italic;font-family:verdana; } 
h4 {font-size:12pt; font-family:verdana; text-decoration:underline;} 
h5 {font-size:14pt; text-decoration:underline;} 
h6 {font-size: 8pt; font-style: italic; color: black; } 

p { margin-bottom: 1em; }

ul.dropdown {
 font-weight: bold; 
font-size:11pt; 
margin-top:3%;
width:100%;
text-align:center;
}


	ul.dropdown li {
	 padding: 7px 0px;
	 border-style: solid;
	 border-width: 2px 2px 2px 2px ;
	 border-color: black;
	 background-color: #c0c0c0;
	 color: #000; width:8em;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #eee;
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #000; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
                    width:8em;
	
	}

		ul.dropdown ul li {
		 font-weight: bold; 
		}




ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;

}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;

}

ul.dropdown ul li {
 float: none;
  width:8em;
 line-height: 1.3em;
 vertical-align: top;
 zoom: 1;
}

ul.dropdown ul ul {
 top: -2px;
 left: 100%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

