/* CSS Reset */

html {
color:#000;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}

table {
border-collapse:collapse;
border-spacing:0;
}

.form-item {
position: relative;
    display: block;
    width: 100%;
   font-size: 100%;
    padding-top: 10px;
  clear: both;
}

.form-item label {
width: 100%;
   float: right;
   display: inline;
   text-align: left;
}

.form-item .form-text {
  width: 96%;
    float: center;
   margin-left: 0px;
display: inline;
   border: 3px solid #ccc;
}

.form-item textarea {
   clear: both;
   width: 100%;
   display: block;
    font-size: 110%;
   border: 1px solid #ccc;
}

.form-item .description {
   position: absolute;
    left: 10%;
   width: 200px;
  display: none;
    background-color: #caff9b;
}

.form-item .form-select {
    margin-right: 50px;
    float:right;
    position: fixed;
}

.form-item .button {
  floate:right;  

}

fieldset,img {
border:0;
}

address,caption,cite,code,dfn,th,var {
font-style:normal; 
font-weight:normal;
}

li {
list-style:none;
}

caption,th {
text-align:left;
}

h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

.class2 A:link {text-decoration: none; color:#ffffff;}
.class2 A:visited {text-decoration: none; color:#ffffff;}
.class2 A:active {text-decoration: none; color:#ffffff;}
.class2 A:hover {text-decoration: none; color:#ffffff;}

.class3 A:link {text-decoration: none; color:#acec30;}
.class3 A:visited {text-decoration: none; color:#acec30;}
.class3 A:active {text-decoration: none; color:#acec30;}
.class3 A:hover {text-decoration: none; color:#acec30;}
.class3 h1,h2,h3,h4,h5,h6 {color#fff;}

.class3 {
	font-size:15px;
	color:fff;
}

q:before,q:after {
content:'';
}

abbr,acronym {
border:0;
font-variant:normal;
}

sup {
vertical-align:text-top;
}

sub {
vertical-align:text-bottom;
}

input,textarea,select {
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}

input,textarea,select {
font-size:100%;
}

legend {
color:#000;
}

del,ins {
text-decoration:none;
}

body,html {
height:100%;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:60%;
	background-color: #787746;
}

a {
outline:none;
text-decoration:none;
color:#acec30;
}

.clearfix:after {
content:".";
visibility:hidden;
display:block;
height:0;
clear:both;
}

* html .clearfix {
height:1%;
}

h1,h2,h3,h4,h5,h6,.caps,.switcher_nav {
font-family:'Calibri', serif;
}



/* Header */

#header_wrap {
	width:100%;
	height:200px;
	background-image: url(images/head.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#header {
	width:auto;
	height:200px;
	background-image: url(head.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header h1 {
width:416px;
height:198px;
padding:30px 0 0;
float:left;
margin-bottom:33px;
}

#header h1 a {
width:416px;
height:198px;
display:block;
background:url(images/logo.png);
text-indent:-9999px;
}

#upper_nav {
width:200px;
height:40px;
float:right;
background:url(images/uppernav_bg.png);
padding:6px 0 0 35px;
}

#upper_nav li {
display:inline;
}

#upper_nav li a {
display:block;
float:left;
height:22px;
text-indent:-9999px;
margin-right:7px;
}

#upper_nav li.contact a {
width:78px;
}

#upper_nav li.faqs a {
width:42px;
}

#upper_nav li.home a {
width:55px;
}

#site_nav {
clear:both;
position:relative;
}

#site_nav li {
display:inline;
position:relative;
float:left;
}

#site_nav a.parent {
display:block;
float:left;
height:27px;
text-indent:-9999px;
}

#site_nav li.the-tour a.parent {
background:url(images/thetour.png);
width:165px;
height:27px;
}

#site_nav li.interactive-map a.parent {
background:url(images/interactive.png);
width:227px;
height:27px;
}

#site_nav li.city-guide a.parent {
background:url(images/city.png);
width:152px;
height:27px;
}

#site_nav li.buy-tickets a.parent {
background:url(images/tickets.png);
width:203px;
height:27px;
}

#site_nav li:hover,#site_nav li.hover {
position:relative;
}

#site_nav li:hover ul,#site_nav li.hover ul {
display:block;
}

#site_nav li ul {
position:absolute;
top:25px;
left:0;
display:none;
border:1px solid #744d0c;
background-color:#f8eabd;
width:223px;
overflow:hidden;
z-index:2;
}

#site_nav li ul.drop-down-2 {
top:55px;
}

#site_nav li ul li {
list-style:none;
float:none;
background:url(images/nav_bottom.png) repeat-x bottom;
margin-bottom:-2px;
padding:2px 0;
width:100%;
vertical-align:top;
font-family:"Times New Roman", Times, serif;
font-size:1.3em;
display:block;
}

#site_nav li ul li a {
text-indent:0;
color:#2b271c;
text-transform:uppercase;
text-decoration:none;
padding:5px 5px 4px 11px;
width:213px;
height:auto;
display:block;
}

#site_nav li ul li a:hover {
background:#3c0502;
color:#fff;
}



/* Content */

#wrap_wrap {
	width:100%;
	background-color: #787746;
	background-image: url(images/con_back.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#wrap {
	width:900px;
	margin:0 auto;
	background-image: url(images/content_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	width:550px;
	float:left;
	color:#000;
	font-size:1.25em;
	padding:30px 0 0;
	line-height:20px;
}

#content p {
margin-bottom:15px;
}

#content_wide {
width:1000px;
float:none;
padding:30px 0 0;
font-size:1.25em;
color:#fff;
min-height:500px;
height:auto!important;
height:500px;
}

h2.page_title {
font-size:2.6em;
color:#111202;
margin-bottom:20px;
padding:13px 2px;
border-bottom: 5px solid #111202;
line-height:27px;
}
h2.single a {
cursor:text;
color:#dcc076;
text-decoration:none;
}

h3.heading {
clear:both;
font-size:1.75em;
text-transform:uppercase;
margin-bottom:10px;
}

h3.header {
font-size:2.25em;
color:#fff;
margin-bottom:25px;
font-weight:bold;
}

#welcome {
}

#welcome h3 {
font-size:1.4em;
color:#fff;
margin:20px 0;
line-height:10px;
font-weight:bold;
}

#welcome #slideshow {
width:320px;
height:240px;
background:url(images/slideshow_bg.png) no-repeat;
float:right;
padding:26px 32px 32px 27px;
margin-left:15px;
}

.details {
width:470px;
padding-right:15px;
float:left;
border-right:1px solid #be7f5b;
margin-bottom:60px;
margin-top: 25px;
}

.details h3 {
font-size:1.9em;
margin-bottom:10px;
}

.details ul {
margin-left:27px;
}

.details ul li {
list-style-image:url(images/fancy_bullet.png);
margin-bottom:3px;
}

.must-see {
width:180px;
float:right;
margin-bottom:60px;
margin-top: 25px;
}

.must-see h3 {
font-size:1.9em;
margin-bottom:10px;
}

.must-see ul {
margin-left:15px;
}

.must-see li {
list-style-image:url(images/bullet.png);
margin-bottom:3px;
}










/* Sidebar */

#sidebar {
	width:315px;
	float:right;
	background:url(images/side_back.gif) no-repeat;
	min-height:1000px;
	height:500px!important;
	height:1397px;
	font-size:1.25em;
	color:#fff;
}

#sidebar .widget {
padding:25px 25px 0;
background:url(images/sidebar_divider.png) no-repeat top center;
margin-bottom:15px;
line-height:20px;
}

#sidebar .widget h4 {
	font-size:1.65em;
	margin-bottom:5px;
	color:#acec30;
	font-weight: bold;
}

#sidebar .widget img.left {
float:left;
margin:10px 10px 10px 0;
}

#sidebar .widget img.right {
float:right;
margin:10px 0 0 10px;
}

#sidebar .widget img.center {
display:block;
margin:10px auto 0;
}

#sidebar .widget img.none {
margin-top:0;
}

#sidebar .forms {
padding:0;
background:none;
}

#sidebar .forms h4 {
margin-bottom:15px;
}

#sidebar .forms form {
float:left;
padding:10px 0 0;
width:185px;
margin-left:25px;
background:url(images/searchbg.png) no-repeat bottom left;
}

#sidebar .forms form #s {
padding:3px 2px;
margin:0 5px 0 35px;
width:96px;
float:left;
border:none;
font-size:1em;
display:inline;
}



/* Footer */

#footer_wrap {
	width:100%;
	height:200px;
	background-color: #787746;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer {
width:975px;
margin:0 auto;
padding:45px 0 90px;
color:#fff;
font-size:1.1em;
line-height:16px;
}

#footer .copyright {
float:left;
width:420px;
}
.footy {
	padding: 30px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	font-weight: bold;
	font-size: xx-large;
	background-image: url(images/footbg.png);
	background-color: #CCC;
}


#footer .copyright span {
color:#d0af6e;
}

#footer .copyright p {
margin-bottom:20px;
}

#footer .copyright a {
color:#d0af6e;
text-decoration:underline;
}

#footer .bottom_nav {
float:right;
width:540px;
text-align:right;
color:#d0af6e;
}

#footer .bottom_nav .nav {
color:#fff;
display:block;
margin-bottom:25px;
}

#footer .bottom_nav a {
color:#fff;
text-decoration:none;
text-transform:uppercase;
}

#footer .bottom_nav a:hover {
text-decoration:underline;
}
#footer_wrap #footer .adventures {
	font-size: 24px;
}
.k {
	font-size: 24px;
}
.footbin {
	padding: 10px;
	height: 150px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #6f6e40;
}
.fb_3 {
	padding: 10px;
	float: right;
	height: 230px;
	width: 400px;
}
.fb_2 {
	padding: 10px;
	float: right;
	width: 230px;
	height: 240px;
}
.fb_1 {
	padding: 10px;
	float: right;
	height: 230px;
	width: 240px;
}

.inset {
	padding: 25px;
	float: left;
	width: 400px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #121203;
	color: #fff;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #646340 url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}
/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #fff;
  background: transparent url(images/bg-navigation-item.png) no-repeat 50% 0;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #fff;
  background: transparent url(images/bg-navigation-item-hover.png) no-repeat 50% 0;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #646340 url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}
