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

#header {
	width: 1000px;
	height: 175px;
	color: #FEE0CF;
	text-align: center;
	letter-spacing: normal;
	background-repeat: no-repeat;
	background-image: url(../imges/banner-.gif);
}
#navbar {
	width: 800px;
	height: 40px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: small;
	left: 9px;
	margin-top: 60px;
	margin-left: 170px;
}
#main  {
	background-color: white;
	width: 1000px;
	height: 500px;
}
#titleTxt  {
	text-shadow: 0px 0px;
	color: #AC4714;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.bdyTxt {
	color: #AC4714;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	margin-left: 20px;
	padding-bottom: 30px;
}
.lnkTxt {
	color: #BE7E59;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	margin-left: 20px;
}
.lnkTxt:hover {
	color: #827B00;
	font-size: 14px;
}
.footerTxt {
	background-color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #9A532B;
	margin-left: 20px;
}

#image1   {
	background-color: white;
	width: 600px;
	height: 400px;
	margin-left: 300px;
	border: medium solid #AC4714;
}

#footer {
	background-color: white;
	width: 1000px;
	height: 150px;
	float: left;
	margin-top: 50px;
}
.img {
	background-color: white;
	width: 300px;
	height: 400px;
	border-style: solid;
	border-color: #9A532B;
	float: right;
	clear: left;
	position: relative;
	margin-left: 10px;
	margin-top: 10px;
	right: 32px;
}
#image {
	background-color: white;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
}
#img1 {
	background-color: white;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
}
#img2 {
	width: 500px;
	height: auto;
	float: right;
	position: relative;
}
.map {
	width: 500px;
	float: right;
	margin-right: 100px;
}
#img3{
	width: 390px;
	height: auto;
	background-color: #FFFFFF;
}
#body {
	background-color: #9A532B;
	width: auto;
	height: auto;
	left: 0px;
}


.heading  {
	color: #AC4714;
	font-size: 24px;
	padding-left: 12px;
	letter-spacing: 0px;
	word-spacing: normal;
	margin-top: 30px;
}
.heading1  {
	color: #AC4714;
	font-size: 18px;
	padding-left: 12px;
	letter-spacing: 0px;
	word-spacing: normal;
	text-align: left;
}
.button {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 2px;
	font-size: 15px;
	margin-top: 1px;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
	text-align: left;
	background-color: #9A532B;
	padding-top: 2px;
}

.button1 {
	color: #EBC2AA;
	border: 1px solid #EBC2AA;;
	text-align: left;
}

.button1:hover {
	background-color: #BE7E59;
	color: white;
	text-align: left;
	font-size: 15px;
} 
#slideshow {margin-top: 30px;
	background-color: white;
	height: auto;
	width: auto;

}
.imgnav {
	
}
.button2 {
	color: #EBC2AA;
	text-align: center;
	font-size: 20px;
	margin-top: 80px;
	margin-right: 130px;
	margin-left: 100px;
	background-color: #AC4714;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 130px;
	float: left;
	position: static;
}
.container{
	background-color: white;
	display: block;
	margin: auto;
	width: 1000px;
	height: auto;
	left: auto;
	}
.butBK {
	color: #EBC2AA;
	font-size: 20px;
	margin-top: 30px;
	margin-left: 700px;
	text-align: center;
	background-color: #9A532B;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	width: 120px;
	height: 50px;
	border: 2px solid #FFFFFF;
}

.but1BK {
	color: #EBC2AA;
}

.but1BK:hover {
	background-color: #BE7E59;
	color: white;
	text-align: left;
	font-size: 20px;
}
* {
  box-sizing: border-box;
}

.img1 {
	vertical-align: middle;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 5px;
}

.icon {
	width: 50px;
	height: 50px;
	margin-left: 800px;
	background-image: url(../imges/facebook.gif);
	float: none;
	position: absolute;
	clear: none;
	margin-top: 50px;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
.icon1 {
	float: left;
	width: 50px;
	height: 50px;
	margin-left: 870px;
	background-image: url(../imges/tripadvisor.gif);
	position: absolute;
	margin-top: 50px;
}
.icon1 {
}
#firstname {
	width: auto;
}
#lastname {
	width: auto;
}
#address {
	width: 20%;
}
#city {
	width: 10%;
}
#state {
	width: 10%;
}
#zip {
	width: 10%;
}
#phone {
	width: 12%;
}
#email {
}
#textarea {
}
.frmBG {
	background-color: #9A532B;
}
.reqField{
	content: "*";
	color: #FF0004;
	font-size: 20px;
}	
.Ibtxt {
	text-shadow: 0px 0px;
	color: #070727;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
