/****** HTML STYLES ******/
html {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: 100%;
	z-index: 0;
}

/****** BODY STYLES ******/
body {
	margin: 0px;
  padding: 0px;
  border: 0px;
  text-align: center;
	vertical-align: top;
	background-color: #695D54;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/****** CENTER STYLES ******/
center.main {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  border: 0px;
  z-index: 0;
  height: 100%;
}

/****** LINK STYLES ******/
a { 
  background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	color: #B4A851;
	z-index: 0;
}
a:visited {
  background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	color: #B4A851;
	z-index: 0;
}	
a:hover {
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	color: #B4A851;
	z-index: 0;
}

a.bold {
  font-weight: bold;
}

a.white { 
	color: #FFFFFF;
}
a.white:visited {
	color: #FFFFFF;
}	
a.white:hover {
	color: #FFFFFF;
}

a.brown { 
	color: #996633;
}
a.brown:visited {
	color: #996633;
}	
a.brown:hover {
	color: #996633;
}

/****** TABLE STYLES ******/
table {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  z-index: 0;
}
table.mainframe {
  width: 800px;
  height: 100%;
}
table.full_frame {
  width: 100%;
}
table.full_frame_gallery {
  width: 800px;
}
table.tall_frame {
  height: 100%;
}
table.really_full_frame {
  width: 100%;
  height: 100%;
}
table.header_frame_home {
  width: 800px;
  height: 580px;
}
table.header_frame_home_left {
  width: 580px;
  height: 580px;
}
table.header_frame_home_right {
  width: 220px;
  height: 580px;
}
table.left_content_home {
  width: 310px;
  height: 100%;
  
}
table.right_content_home {
  width: 490px;
  height: 100%;
  background-image: url(images/back.rightcontent_home.bottom.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
table.icon_frame {
  width: 490px;
  height: 60px;
  background-image: url(images/back.rightcontent_home.top.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}
table.icon_frame_int {
  width: 800px;
  height: 64px;
}
table.navicon_frame {
  width: 100%;
  height: 60px;
}

/****** SPAN/TEXT STYLES ******/
span {
  z-index: 0;
}


/****** FORM ELEMENT STYLES ******/
form {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
select.custom {
  margin: 0px;
  border: 1px solid #999999;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
}
textarea.textbox {
  margin: 0px;
  padding: 2px;
  border: 1px solid #000000;
  width: 100%;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
}
input.text {
  border: 1px solid #999999;
  color: #000000;
  background-color: #FFFFFF;
  z-index: 0;
  width: 85px;
}
input.radio {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
input.submit_button {
  margin: 0px;
  padding: 0px;
}
input.radio {
  margin-top: 2px;
}

/****** IMAGE STYLES ******/
img {
  margin: 0px;
  padding: 0px;
  border: 0px;
  z-index: 0;
}
img.paraleft {
  border: 0px solid #9F9B74;
  margin-right: 0px;
  margin-bottom: 0px;
  display: inline;
  float: left;
}
img.pararight {
  border: 0px solid #9F9B74;
  margin-left: 0px;
  margin-bottom: 0px;
  display: inline;
  float: right;
}
img.paranone {
  border: 0px solid #9F9B74;
  margin-right: 0px;
  margin-bottom: 0px;
  display: block;
}
img.paraleftNB {
  border: 0px solid #D0D0CF;
  margin-right: 0px;
  margin-bottom: 0px;
  display: inline;
  float: left;
}
img.pararightNB {
  border: 0px solid #D0D0CF;
  margin-left: 0px;
  margin-bottom: 0px;
  display: inline;
  float: right;
}
img.paranoneNB {
  border: 0px solid #D0D0CF;
  margin-right: 0px;
  margin-bottom: 0px;
  display: block;
}
img.gallery_thumb {
  border: 0px;
}


/****** PARAGRAPH STYLES ******/
p {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
p.header {
  font-weight: bold;
  font-size: 14pt;
  color: #000000;
  margin-bottom: 25px;
}


/****** TABLE CELL STYLES ******/
td {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #666666;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
td div {
  display: block;
}
td img {
  display: block;
}
td.header_home_left {
  height: 580px;
  width: 580px;
}
td.header_home_right {
  height: 580px;
  width: 220px;
}
td.header_home {
  width: 580px;
  height: 410px;
  background-image: url(images/header.photo_home.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}
td.footprint_home {
  height: 363px;
  background-image: url(images/back.footprint_home.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 8pt;
  color: #FFFFFF;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}
td.left_content_home {
  width: 310px;
  height: 100%;
  background-image: url(images/back.leftcontent_home.bottom.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
td.left_content_home_text {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100%;
  vertical-align: top;
  color: #4E4851;
}
td.right_content_home {
  width: 490px;
  height: 100%;
  background-color: #FFFFFF;
  background-image: url(images/back.rightcontent_home.bottom.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
td.right_content_home_text {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
  padding-bottom: 15px;
  height: 100%;
  vertical-align: top;
  color: #4E4851;
}
td.footer_image {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 13px;
  padding-left: 13px;
  vertical-align: middle;
}
td.footer_text_left {
  padding-top: 25px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 0px;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align: top;
}
td.footer_text_right {
  padding-top: 25px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: bold;
  color: #FFFFFF;
  vertical-align: top;
  font-size: 7.5pt;
}
td.icon_frame {
  height: 60px;
}
td.force_width_icons {
  width: 100%;
  color: #72694D;
  font-weight: bold;
  padding-left: 10px;
  padding-top: 7px;
}
td.icon {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 7px;
}
td.icon_text {
  height: 18px;
  text-align: right;
  font-weight: bold;
  color: #493829;
  font-size: 7.5pt;
  padding-right: 10px;
}
td.force_width_navicons {
  width: 100%;
}
td.navicon {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 332px;
}
td.navicon_text {
  padding-left: 15px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-top: 351px;
  height: 100%;
  width: 271px;
  text-align: left;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 10pt;
}
td.navicon2 {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 26px;
}
td.navicon_text2 {
  padding-left: 15px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-top: 43px;
  height: 100%;
  width: 169px;
  text-align: left;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 10pt;
}
td.page_header_about {
  width: 100%;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 17px;
}
td.page_header {
  padding-top: 25px;
  padding-left: 17px;
}
td.page_header_gallery {
  width: 419px;
  padding-top: 25px;
  padding-left: 17px;
}
td.page_content {
  padding-top: 25px;
  padding-left: 17px;
}
td.tour_anchors {
  width: 40%;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 25px;
}
td.tour_anchors a {
  color: #996633;
}
td.tour_text {
  width: 60%;
  padding-left: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 25px;
}
td.tour_left {
  width: 100%;
  padding-right: 10px;
  border-bottom: 1px solid #B4A851;
  padding-bottom: 30px;
}
td.tour_right {
  padding-left: 10px;
  border-bottom: 1px solid #B4A851;
  padding-bottom: 30px;
}
td.tour_thumb {
  padding-left: 0px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-top: 5px;
}
td.tour_thumb_right {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 5px;
}
td.gallery_image {
  width: 381px;
  padding-left: 20px;
  padding-bottom: 30px;
  padding-right: 15px;
  padding-top: 20px;
}
td.prev_photos {
  padding-right: 5px;
  padding-left: 15px;
  vertical-align: middle;
  text-align: center;
}
td.next_photos {
  padding-left: 5px;
  padding-right: 15px;
  vertical-align: middle;
  text-align: center;
}
td.gallery_thumb {
  padding-left: 10px;
  padding-right: 10px;
}


/****** DIV CELL STYLES ******/
div {
  margin: 0px;
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  font-family: Verdana, Tahoma, Arial;
  font-size: 8pt;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  vertical-align: top;
  text-align: left;
  z-index: 0;
}
div {
  display: block;
}
div img {
  display: block;
}
div.wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  vertical-align: top;
  height: 100%;
  width: 100%;
}
div.mainframe {
  width: 800px;
  height: 100%;
}
div.top_space {
  height: 60px;
}
div.bottom_space {
  height: 60px;
}
div.spacer {
  height: 10px;
}
div.header_frame_home {
  height: 580px;
  width: 800px;
}
div.header_frame_tours {
  height: 101px;
  width: 800px;
  background-image: url(images/header.tours_top.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
div.header_frame_gallery {
  height: 101px;
  width: 800px;
  background-image: url(images/header.gallery_top.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
div.header_frame_aboutus {
  height: 101px;
  width: 800px;
  background-image: url(images/header.aboutus_top.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
div.header_links {
  height: 64px;
  width: 800px;
  background-image: url(images/back.int_header.bottom.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
div.content {
  width: 800px;
  padding-top: 0px;
  vertical-align: top;
  background-color: #FFFFFF;
}
div.content2 {
  width: 800px;
  padding-top: 0px;
  vertical-align: top;
  background-color: #FFFFFF;
}
div.content_int {
  z-index: 1;
  width: 800px;
  background-image: url(images/back.content_bottom.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
div.content_int_frame {
  z-index: 2;
  width: 800px;
  background-image: url(images/back.content_top.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
div.footer {
  width: 800px;
  height: 94px;
  background-image: url(images/back.footer_home.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}
div.large_photo_overlay {
  float: left;
  margin: -288px 0 0 0px;
  position: relative;
  background-image: url(images/overlay.large_photo.gif);
  z-index: 5;
  width: 381px;
  height: 288px;
}
div.large_photo_overlay_left {
  float: left;
  display: inline;
  margin: -0px 0px 0px -388px;
  position: relative;
  background-image: url(images/overlay.large_photo.gif);
  z-index: 5;
  width: 381px;
  height: 288px;
}
div.large_photo_overlay_right {
  float: right;
  display: inline;
  margin: -0px -388px 0px 0px;
  position: relative;
  background-image: url(images/overlay.large_photo.gif);
  z-index: 5;
  width: 381px;
  height: 288px;
}
div.thumb_photo_overlay {
  float: left;
  margin: -95px 0 0 0px;
  position: relative;
  background-image: url(images/overlay.thumb_photo.gif);
  z-index: 5;
  width: 125px;
  height: 95px;
}
div.small_photo_overlay {
  float: left;
  margin: -151px 0 0 0px;
  position: relative;
  background-image: url(images/overlay.small_photo.gif);
  z-index: 5;
  width: 200px;
  height: 151px;
}
div.small_photo_overlay_left {
  float: left;
  display: inline;
  margin: -0px 0px 0px -200px;
  position: relative;
  background-image: url(images/overlay.small_photo.gif);
  z-index: 5;
  width: 200px;
  height: 151px;
}
div.small_photo_overlay_right {
  float: right;
  display: inline;
  margin: -0px -200px 0px 0px;
  position: relative;
  background-image: url(images/overlay.small_photo.gif);
  z-index: 5;
  width: 200px;
  height: 151px;
}
div.tour_frame {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
div.tour_title {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-top: 0px;
  color: #514826;
  font-weight: bold;
  font-size: 10pt;
}
div.tour_info{
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-top: 0px;
  color: #B4A851;
  font-weight: bold;
}
div.tour_price{
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-top: 0px;
  color: #B4A851;
  font-weight: bold;
  font-size: 10pt;
}
div.tour_description {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-top: 0px;
  color: #666666;
}
div.tour_links {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-top: 0px;
  line-height: 16px;
}
div.tour_largephoto {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
div.tour_photo_title {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 10px;
  color: #B4A851;
  font-weight: bold;
}
div.tour_photo_caption {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 1px;
  color: #666666;
}
div.tour_photo_thumbnails {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-top: 25px;
}
div.cat_select {
  padding-top: 10px;
  font-weight: bold;
  color: #514826;
}
