@charset "utf-8";

/* DROP IN CLUB RESORT CSS DOCUMENT */

body {
  font: 12px/24px Verdana, Arial, Helvetica, sans-serif normal;
}

.title {
  padding: 0;
  margin: 0;
  height: 38px;
  text-indent: -9000px;
}

/*-----------------------------------------------------------------
  BODY
-----------------------------------------------------------------*/
#body {
  clear: both;
  position: relative;
  padding: 0px 0 0 0;
}

#home_top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;

}

#home_bottom {
  font-size: 11px;
}

.home_content_dropin {
  border: 1px solid #3b352f;
  padding: 2px;
}

.home_content_dropin_nopadding {
  border: 1px solid #3b352f;
}

#home_bottom_dropin {
  clear: both;
}

#home_bottom_dropin_body {

  height: 250px;
  position: relative;
}

.home_bottom_dropin_body_pad {
  padding: 20px 20px 0 20px;
	position: absolute;
	top: 0px;
}

#content_2, #content_3, #content_4, #content_5 {
  visibility: hidden;
}

.photo_left {
  float: left;
  margin: 0 12px 8px 0;
  border: 5px solid #523821;

}

.photo_right {
  float: right;
  margin: 0 0 0 6px;
}

#home_bottom_dropin_footer {
  background: #0d0905;
	width: 814px;
	height: 31px;
	text-align: center;
	padding: 8px 10px 0 10px;
	position: absolute;
	top: 211px;
}

/* HOME BOTTOM CONTENT */
#home_body_dropin {
  position: relative; 
}

#dropin_panoramas {
  height: 234px;
  position: relative;
}

#dropin_panoramas em {
  position: absolute;
	top: 0;
}

/*-----------------------------------------------------------------
  BOTTOM CONTENT
-----------------------------------------------------------------*/
.dropin_panorama {
  width: 836px;
  height: 234px;
  display: block;
  text-indent: -9000px;
  margin: 0 0 2px 0;
}

/* CUSTOM ELEMENTS */
#panorama_1 {
  background: url(../images/home_body_panorama_1.jpg) no-repeat;
	z-index: 5;
}

#panorama_2 {
  background: url(../images/home_body_panorama_2.jpg) no-repeat;
}

#panorama_3 {
  background: url(../images/home_body_panorama_3.jpg) no-repeat;
}

#panorama_4 {
  background: url(../images/home_body_panorama_4.jpg) no-repeat;
}

#panorama_5 {
  background: url(../images/home_body_panorama_5.jpg) no-repeat;
}

.bottom_subtitle {
      height: 10px;
	width: 550px;
	text-indent: -9000px;
	margin: 0 0 4px 0;
	padding: 0;
	float: left;
	position: relative;
	left: -2px;
}

/* BOTTOM NAVIGATION */
#nav_home_bottom {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  z-index: 100000;
  position: relative;
}

#nav_home_bottom li {
  float: left;
}

#nav_home_bottom li a {
  display: block;
  height: 63px;
}

#nav_home_bottom li a span {
  display: none;
}

#nav_home_bottom li#nav_home_1 a {
  background: url(../images/nav_home_bottom_1.gif) no-repeat;
  width: 295px;
}

#nav_home_bottom li#nav_home_2 a {
  background: url(../images/nav_home_bottom_2.gif) no-repeat;
  width: 171px;
}

#nav_home_bottom li#nav_home_3 a {
  background: url(../images/nav_home_bottom_3.gif) no-repeat;
  width: 202px;
}

#nav_home_bottom li#nav_home_4 a {
  background: url(../images/nav_home_bottom_4.gif) no-repeat;
  width: 168px;
}

#nav_home_bottom li.on a:hover, #nav_home_bottom li.on a {
  background-position: 0 -126px !important;
}

#nav_home_bottom li a:hover {
  background-position: 0 -63px !important;
}

