body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	margin: auto;
	background-color:#FFF;
	color:#000;
	background-image:url(images/cloudbg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-attachment:fixed;
	background-size:cover;
}
#container {
	margin:auto;
	text-align: left;
	width: 1000px;
}

#content {
	width:900px;
	overflow:auto;
	clear:both;
	margin:10px auto auto auto;
	padding:2px 10px;
	background-color:#FFF;
	box-shadow:10px 5px 5px #000000;
	border:2px solid;
	border-radius:25px;
}
/******************** header ********************/

#logo {
	margin:5px 10px 5px 0;
	border:none;
}
#social {
	float:right;
	margin:5px 0 5px 0;
	padding-right:5px;
	
}
#contact {
	float:right;
	clear:right;
	background-color:#FFFFFF;
	margin:5px 0 5px 0;
	padding:5px 10px;
	border:1px solid;
	border-radius:10px;
	width:210px;
}
#contact ul {
	margin:0;
	padding:2px;
}
#contact li {
	list-style:none;
}
#contact li.title {
	font-size:18px;
	text-align:center;
}
#nav {
	width:890px;
	margin:0px 5px;
	height:auto;
	float:right;
	color:#000000;
	font-size:16px;
	text-transform:uppercase;
}
#nav ul {
	margin:2px;
	padding:0;
}
#nav li {
	float:left;
	display:block;
	margin-left:5px;
	border:1px solid;
	border-radius:10px;
}
#nav li:hover {
	background-color:#CCC;
	box-shadow:5px 2px 2px #CCC;
}
#nav a {
	display:block;
	padding:5px;
	color:#000;
	text-decoration:none;
}
#nav a:hover {
	color:#00F;
	font-style:italic;
	text-decoration:none;
}
#alltoursnav {
	width:240px;
	margin-right:10px;
	background-color:#0CF;
	box-shadow:5px 2px 2px #000000;
	border:2px solid;
	border-radius:15px;
}
#alltoursnav a {
	color:#00F;
}
#pageinfo {
	width:600px;
	background-color:#FFF;
	box-shadow:5px 2px 2px #000000;
	border:2px solid;
	border-radius:15px;
	padding:10px;
}
/**********************************************/

#header {
	margin:10px auto 0 auto;
	width:900px;
	height:100%;
	z-index:5;
	padding:0;
}
#banner {
	padding:5px 2px;
	width:896px;
	height:auto;
	background-color:#FFFFFF;
	margin:0 auto 10px auto;
	border: none;
}
#main {
	width:880px;
	padding:0 10px;
}
#tour_block {
	width:272px;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	margin:5px 10px 5px 0;
	padding:5px;
	float:left;
	border:2px solid;
	border-radius:25px;
	text-align:center;
	color:white;
}
#tour_block.final {
	margin:5px 0 5px 0;
}
#tour_block img {
	margin:2px auto;
}
#tour_block ul {
	text-align:left;
	list-style:none;
	padding:5px;
	margin:5px;
}
#tour_block a {
	color:#FFFFFF;
}
#tour_block h3 a:hover {
	color:#F00;
}
#tour_block #button a {
	text-decoration:none;
}
#pageinfo #button a {
	text-decoration:none;
	text-align:center;
	color:#FFFFFF;
}

#button {
	border:2px solid;
	border-radius:10px;
	width:200px;
	margin:5px auto;
	font-size:14px;
	background-color:#F00;
	text-decoration:none;
	text-align:center;
}
#button:hover {
	box-shadow:10px 5px 5px #000000;
}
/******************** Footer ********************/
#footer {
	width:800px;
	text-align:center;
	margin: 10px auto 0 auto;
	color:#fff;
}
#footer li {
	display:inline;
	float:none;
	text-align:center;
	padding:0 .3em 0 .3em;
	border-right-width: 1px;
	border-left-width: 1px;
	/* [disabled]border-right-style: solid;
*/
	border-left-style: solid;
	/* [disabled]border-right-color: #000;
*/
	border-left-color: #fff;
}
#footer a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight: 400;
	font-size:10px;
	color: #fff;
}
#footer span {
	display:block;
	clear:both;
	margin: 10px 0px;
	color: #fff;
}
/*************** Classes **********************/
h1 {
	margin:1px auto 0 auto;
	text-align:center;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.center {
	text-align:center
}
.right {
	float:right;
}
#nav li.first {
	font-size:24px;
	margin:0 15px;
	border:none;
	color:#FF0000;
	background-color:transparent;
}
#nav li.last {
}
#alltoursnav li.first {
	
	list-style:none;
	text-align: center;
	padding-bottom:5px;
	
}
#alltoursnav li.first a {
	font-size:24px;
	list-style:none;
	text-align: center;
	color:#FFFFFF;
}
#alltoursnav li {
	padding-bottom:5px;
}
img.border10 {
	border:8px solid #09F;
	border-radius:10px;
}
img.border8 {
	border:8px solid #03F;
	border-radius:10px;
}
.lefttopbannerphoto {
	border:5px solid #03F;
	margin:0 2px 3px 0;
	float:none;
}
.leftbottombannerphoto {
	border:5px solid #03F;
	margin:3px 2px 0 0;
	float:none;
}
.rightbannerphoto {
	border:5px solid #03F;
	margin:0 0 0 2px;
}
#leftbanner {
	width:302px;
	float:left;
}
#pageinfo img.left {
	margin:5px 5px 5px 0;
	border:4px solid #00f;
	border-radius:8px;
}
#pageinfo img.right {
	margin:5px 0 5px 5px;
	border:4px solid #00f;
	border-radius:8px;
}
h3, h2, h1 {
	text-align:center;
}
#pageinfo #thumbnail img {
	float:left;
	margin:5px 15px 10px 0;
	border:6px solid #00F;
	border-radius:8px;
}
#pageinfo #thumbnail img.last_tn {
	margin-right:0;
}
.linone {
	list-style:none;
}
#tour_description {
	border-bottom:dotted 2px #999999;
	clear:both;
	overflow:auto;
}
#tour_description.first {
	border-top:dotted 2px #999999;
}
h4.activity {
	text-align:center;
	font-size:24px;
	margin:5px;
	padding:0px;
}
#td_text {
	float:left;
	width:385px;
}
#tour_description iframe {
	padding:5px 0 5px 5px;
}
#tour_description a.map {
	text-align:center;
	float:none;
}
