html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	color: #fff;
	font-size: auto;
	font: inherit;
	vertical-align: baseline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h2{text-shadow: 3px 4px 4px #000; margin-bottom: 3px;}

body {
  line-height: 1;
  font-family: 'Source Sans Pro', sans-serif;

}.body {
 background:#532f15 url(../img/bg-pattern1.png) repeat;
 /*background: url("../img/bg-pattern1.png") repeat scroll 0 0 #532F15;
    color: #404040;
    font: 13px/20px "Lucida Grande",Tahoma,Verdana,sans-serif;*/
}

ol, ul {
  list-style: none;
  margin-left: 25px;
}

blockquote, q {
  quotes: none;
}

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

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

.about {
  margin: 80px auto;
  padding: 8px;
  width: 260px;
  font: 10px/18px "Lucida Grande", Tahoma, Verdana, sans-serif;
  color: #bbb;
  text-align: center;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #333;
  background: rgba(34, 34, 34, 0.75);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 6px rgba(0, 0, 0, 0.4);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.about a {
  color: #eee;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.about a:hover {
  text-decoration: none;
  background: #555;
  background: #a55121;
}

.about-links {
  height: 30px;
}
.about-links a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}
.about-author a {
  padding: 1px 3px;
  margin: 0 -1px;
}

.backtotop a { 
	color: #fa6500; !important
	text-align: right; !important
	text-decoration: underline; !important
	font: italic; !important
	text-transform: capitalize; !important
}

body {
  font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
  background:#876947 url(../img/bg.png) repeat;
  background-position: 0 2000 0 0;
}

header {
  width: 100%;
  height: 185px;
  background: #94785b;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
  /*font-family: 'Crimson Text', serif !important;*/
  position: fixed;
  z-index: 9999;
}

header table{
  margin-top: 8px;
}

header tr td{
  padding: 3px; !important
}

header tr td{
	font-size: 11px;
	vertical-align: middle;
!important
; 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.highlightlink a{
  color: #fa6500; !important
}

nav {
  font-family: 'Crimson Text', serif; !important;
  height: 34px;
  border-bottom: 5px solid #6c5842;
  -webkit-box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.03);
  
}

.nav {
  margin: 0 auto;
  width: 750px;
}
.nav a {
  display: block;
  text-decoration: none;
  font-family: 'Crimson Text', serif; !important;
}
.nav > li {
  float: left;
  margin-right: 3px;
  width:auto;
  font-family: 'Crimson Text', serif; !important;
}
.nav > li > a {
  font-family: 'Crimson Text', serif; !important;
  font-size:16px;
  height: 34px;
  line-height: 30px;
  padding: 0 20px;
  color: white;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #7f674e;
  border-radius: 8px 8px 0 0;
  background-image: -webkit-linear-gradient(top, #7f674e, #7f674e);
  background-image: -moz-linear-gradient(top, #7f674e, #7f674e);
  background-image: -o-linear-gradient(top, #7f674e, #7f674e);
  background-image: linear-gradient(to bottom, #7f674e, #7f674e);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.03), 0 2px white, 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(0, 0, 0, 0.03), 0 2px #7f674e, 0 0 2px rgba(0, 0, 0, 0.2);
}
.nav > li > a:hover {
  text-decoration: none;
  background: #a55121;
  background-image: -webkit-linear-gradient(top, #4a2916, #4a2916);
  background-image: -moz-linear-gradient(top, #4a2916, #4a2916);
  background-image: -o-linear-gradient(top, #4a2916, #4a2916);
  background-image: linear-gradient(to bottom, #4a2916, #4a2916);
  

}
.nav > li.active > a, .nav > li > a:active, .nav > .dropdown:hover > a {
  background: #6c5842;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: 0 2px #, 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px #6c5842, 0 0 2px rgba(0, 0, 0, 0.2);
  margin-top:-10px;
  padding-bottom:10px;
}
.nav a.icon {
  position: relative;
  width: 40.8px;
  padding: 0;
}
.nav a.icon > span {
  display: block;
  position: absolute;
  top: 9px;
  left: 12px;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}
.nav a.icon.home > span {
  background-image: url("../img/home.png");
}
.nav .active a.icon > span, .nav a.icon:active > span {
  background-position: 0 -16px; 
}
.nav > .active {
	background: #000;
	color: #fff;
	text-shadow: none;

  -webkit-box-shadow: 0 2px #, 0 0 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px #6c5842, 0 0 2px rgba(0, 0, 0, 0.2);
	font-weight: normal;
}
.over {
  background: #6c5842;
  color: #fff;
  text-shadow: none;
  -webkit-box-shadow: 0 2px #, 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px #6c5842, 0 0 2px rgba(0, 0, 0, 0.2);
  margin-top:-10px;
  padding-bottom:10px;
}

.dropdown {
  position: relative;
  border-bottom: 5px solid #6c5842;
  
}
.dropdown:hover ul {
  display: block;
}
.dropdown ul {
  display: none;
  position: absolute;
  top: 39px;
  left: -1px;
  min-width: 160px;
  padding: 0 0 5px;
  background: white;
  border: 1px solid #dadada;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.04);

}
.dropdown ul.large {
  min-width: 200px;
}

.dropdown li {
  display: block;
  margin: 0 18px;
  overflow: visible;
}
.dropdown li + li {
  border-top: 1px solid #eeeeee;
}
.dropdown li a {
  color: #555;
  /*padding: 8px 18px;*/
  margin: 0 -18px;
}
.dropdown li a:hover {
  color: black;
  
}
.logo {
  margin:auto;
  padding:auto;
  width:1000px;
  padding-top:12px;
}
.mvh-script {
	padding-bottom:60px;
	padding-left:170px;
}
.hotels {
	float: right;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: auto;
}
.content {
  width:1000px;
  margin: auto;
  padding:auto;
  text-align: justify;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px !important;
  padding-top: 165px;
}

.content td{
	max-width: 250px;
	max-height: 80px;
	padding-left:10px;
	padding:10px;
}

.column01 {
	width: 340px;
	padding: 10px;
	float: left;
}

.column02 {
	width: 300px;
	height: auto;
	padding: 20px;
	float: right;
}

.gallery tr td{
	text-align: center;
	vertical-align: middle;	
	padding: 20px;
}

.galleryimg{
	margin-right:13px;
}

.highlight{
	background-color: #391b03;
	color: #fff;
	border: none !important;
}

.highlight2{
	background-color: #47260d;
	color: #fff;
	border: none !important;
}

.highlight2 ul {
	list-style: circle;
}

.ratestable tr{
	border-bottom: 1px solid #FFF; !important
}

.left {
  width:70%;
  float:left;
}
.right {
  width:30%;
  float:left;
}
.clr {
	clear:both;
}
.title {
	letter-spacing: 3px;
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 30px;
	border-bottom: #a02215 solid 3px;
}
.text1 {
	/*padding-top:20px;
	padding-bottom:20px;*/
	color:#FFFFFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#ffa61a;
	margin-bottom: 15px;
}
.footer {
	width: 100%;
	background: #2c0f03 url(../img/foot.png) repeat;
}
.footerwrapper {
	width:1000px;
	margin:auto;
	padding:auto;
}
.social {
	float:right;
	width:200px;
	background:url(../img/follow.png) no-repeat;
	background-position: 10px 2px;
}
.contact {
	text-align:right;
	color:#FFFFFF;
	font-size:12px;
	line-height:12px;
	float:right;
	width:400px;
	background:url(../img/contact.png) no-repeat;
	background-position: 10px 2px;
}
.print{
	float:right;
	margin-right:80px;
	margin-top:10px;
	/*margin-top:auto;*/
}
.mapprint{
	text-align:center;
	padding-top:100px;
}
.line{
	
	letter-spacing: 3px;
    /*margin-top: 30px;*/
    padding-bottom: 20px;
    padding-left: 20px;
    width: 700px;
}
.directions{
	float:right;
	margin-right:50px;
}
.map{
	float:right;
}
.nopax{
	margin-left:50px;
}
.nopax2{
	float:right;
	margin-right:200px;
	margin-top:-100px;
}
.nopax3{
	float:right;
	margin-right:200px;
	margin-top:-80px;
}
	
