@charset "utf-8";
/* CSS Document */
/*-------------------------GLOBAL---------------------*/
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-color: #f6dea9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #3e2709;
	text-decoration: none;
}
a:hover {
	color: #736a62;
	text-decoration: none;
}
dl {
	margin-left: 0;
}
dt {
	font-weight: bold;
	font-size: 11px;
}
dd {
	line-height: 15px;
	float: left;
	margin-bottom: 10px;
	width: 500px;
}
.list {
	width: 200px!important;
	margin: 10px 30px 10px 30px!important;
	float: left;
	display: inline;
}
.title1 {
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin: 10px 0;
}
strong {
	font-weight: bold;
}
img {
	float: left;
}
.doc-pdf {
	width: 90%;
	float: left;
	padding: 5px 0 5px 20px;
	background-image: url(../images/pdf.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	display: inline;
}
.doc-word {
	width: 90%;
	display: block;
	float: left;
	padding: 5px 0 5px 20px;
	background-image: url(../images/word.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 20px;
}
.align-center {
	text-align: center!important;
	margin-top: 10px!important;
}
.align-right {
	text-align: right!important;
	margin-top: 10px!important;
}
.align-center img {
	float: none;
}

/*-------------------------TOP---------------------*/
.top-wrapper {
	width: 100%;
	height: 71px;
	background-image: url(../images/top-bg.jpg);
	background-repeat: repeat-x;
}
.top-container {
	width: 960px;
	margin: 0 auto;
	height: 71px;
}
.top-container img {
	float: left;
}
/*-------------------------NAVIGATION---------------------*/
#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;

}
#navigation li {
	  float: left;
}

#navigation a * {
	  display: none;
    	cursor: pointer;
}
#navigation a,
#navigation a .hover {
	height: 71px;
        position: relative;
        display: block;
        background: url(../images/nav-sprite.jpg) 0 0 no-repeat;
}
/*-------------------------INDIVIDUAL NAVIGATION---------------------*/
#navigation a.home {
	  background-position: 0 0;
	  width: 95px;
}
#navigation .highlight a.home:hover,
#navigation a.home .hover {
	  background-position: 0 -71px;
	  width: 95px;
}
#navigation a.vacation-club {
	  background-position: -95px 0;
	  width: 138px;
}
#navigation .highlight a.vacation-club:hover,
#navigation a.vacation-club .hover {
	  background-position: -95px -71px;
	  width: 138px;
}
#navigation a.master-plan {
	  background-position: -233px 0;
	  width: 119px;
}
#navigation .highlight a.master-plan:hover,
#navigation a.master-plan .hover {
	  background-position: -233px -71px;
	  width: 119px;
}
#navigation a.hotel-vida {
	  background-position: -352px 0;
	  width: 108px;
}
#navigation .highlight a.hotel-vida:hover,
#navigation a.hotel-vida .hover {
	  background-position: -352px -71px;
	  width: 108px;
}
#navigation a.vida-circle {
	  background-position: -460px 0;
	  width: 107px;
}
#navigation .highlight a.vida-circle:hover,
#navigation a.vida-circle .hover {
	  background-position: -460px -71px;
	  width: 107px;
}
#navigation a.faq {
	  background-position: -567px 0;
	  width: 79px;
}
#navigation .highlight a.faq:hover,
#navigation a.faq .hover {
	  background-position: -567px -71px;
	  width: 79px;
}
#navigation a.downloads {
	  background-position: -646px 0;
	  width: 110px;
}
#navigation .highlight a.downloads:hover,
#navigation a.downloads .hover {
	  background-position: -646px -71px;
	  width: 110px;
}
/*------------------------- Dropdown Menu -------------------------*/
#navigation li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 2;
}
#navigation li:hover ul {
	left: auto;
	color:#FFFFFF;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 138px;
}
#navigation li:hover ul li.drop-list {
	padding: 5px 5px;
	border-bottom: 1px solid #4f2f00;
	border-top: 1px solid #6e4100;
	background-color: #5c3702;
	width: 128px;
	display: block;
}
#navigation li:hover ul li.first {
	padding: 5px 5px;
	border-bottom: 1px solid #4f2f00;
	background-color: #5c3702;
	width: 128px;
	display: block;
}
#navigation li:hover ul li.last {
	padding: 5px 5px;
	border-top: 1px solid #6e4100;
	background-color: #5c3702;	
	width: 128px;
	display: block;
}
#navigation li ul li {
	font-size: 11px;
}
#navigation #subnav a  {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	background-image: none;
	height: 14px;
}
#navigation #subnav a .hover{
	color: #d4aa21;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	background-image: none;
	height: 14px;
}
#navigation #subnav a:hover{
	color: #d4aa21;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	background-image: none;
	height: 14px;
}
#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto;
}
/*-------------------------BANNER---------------------*/
.home-banner-wrapper {
	width: 868px;
	margin: 10px auto 0 auto;
	z-index: 1;
	position: relative;
}
.banner-wrapper {
	width: 720px;
	margin: 10px auto 0 auto;
	z-index: 1;
	position: relative;
}
.banner-wrapper img {
	float: left;
}
.banner-container {
	width: 844px;
	background-image: url(../images/home-banner-bg.png);
	background-repeat: repeat-y;
	padding: 0 12px;
	float: left;
}
.inside-banner-container {
	width: 696px;
	height: 150px;
	background-image: url(../images/banner-bg.png);
	background-repeat: repeat-y;
	padding: 0 12px;
	float: left;
}
.home-banner-wrapper a:link{
 color:#fff;
 text-decoration:none;
}
a img{
 border:0;
}
div.wrap{
 width:844px;
 margin:0 auto;
 text-align:left;
 background-color: #000000;
}
 div#top div#nav{
  float:left;
  clear:both;
  width:844px;
  height:52px;
  margin:22px 0 0;
  background:url url(../images/nav-bg.png) 0 0 no-repeat;
 }
  div#top div#nav ul{
   float:left;
   width:700px;
   height:52px;
   list-style-type:none;
  }
   div#nav ul li{
    float:left;
    height:52px;
   }
    div#nav ul li a{
     border:0;
     height:52px;
     display:block;
     line-height:52px;
     text-indent:-9999px;
    }
 
div#header{
 margin:-1px 0 0;
}
div#video-header{
 height:683px;
 margin:-1px 0 0;
}
 div#header div.wrap{
  height:323px;
 }
 div#header div#slide-holder{
  z-index:40;
  width:844px;
  height:323px;
  position:absolute;
 }
  div#header div#slide-holder div#slide-runner{
   width:844px;
   height:323px;
   overflow:hidden;
   position:absolute;
  }
  div#header div#slide-holder img{
   margin:0;
   display:none;
   position:absolute;
  }
  div#header div#slide-holder div#slide-controls{
   left:0;
   bottom:10px;
   width:844px;
   height:46px;
   display:none;
   position:absolute;
   background:url(../images/slide-bg.png) 0 0;
  }
   div#header div#slide-holder div#slide-controls p.text{
    float:left;
    color:#fff;
    display:inline;
    font-size:20px;
    line-height:16px;
    margin:15px 0 0 10px;
	font-family: "script MT Bold", "monotype Corsiva", Arial;
	font-style: italic;
   }
 
   div#header div#slide-holder div#slide-controls p#slide-nav{
    float:right;
    height:24px;
    display:inline;
    margin:11px 15px 0 0;
   }
    div#header div#slide-holder div#slide-controls p#slide-nav a{
     float:left;
     width:24px;
     height:24px;
     display:inline;
     font-size:11px;
     margin:0 5px 0 0;
     line-height:24px;
     font-weight:bold;
     text-align:center;
     text-decoration:none;
     background-position:0 0;
     background-repeat:no-repeat;
	 color: #444444;
    }
    div#header div#slide-holder div#slide-controls p#slide-nav a.on{
     background-position:0 -24px;
	 color: #FFFFFF;
    }
div#header div#slide-holder div#slide-controls p#slide-nav a{background-image:url(../images/silde-nav.png);}
div#nav ul li a{background:url(images/nav.png) no-repeat;}

/*-------------------------HOME CONTENT---------------------*/
#slideshow {
    position:relative;
    height:150px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow IMG.active {
    z-index:10;
}
#slideshow IMG.last-active {
    z-index:9;
}
/*-------------------------HOME CONTENT---------------------*/
.home-content-wrapper {
	width: 100%;
	height: auto;
	background-image: url(../images/home-content-bg.png);
	top: 415px;
	left: 0;
	position: absolute;
	float: left;
}

.home-content-wrapper-top {
	width: 100%;
	height: 5px;
	background-image: url(../images/home-content-bg-top.png);
	background-repeat:repeat-x;
	left: 0;
	float: left;
}
.home-content-wrapper-btm {
	width: 100%;
	height: 5px;
	background-image: url(../images/home-content-bg-btm.png);
	background-repeat:repeat-x;
	left: 0;
	float: left;
}
.home-content-wrapper strong {
	font-weight: bold;
}
.home-content-container {
	width: 860px;
	margin: 10px auto 0 auto;
}
.home-content-welcome {
	width: 265px;
	padding: 5px 10px 10px 10px;
	float: left;
	display: block;
/*	background-image: url(../images/home-divider.png);
	background-position: right;
	background-repeat: no-repeat;*/
}
.home-content {
	width: 266px;
	padding: 5px 10px 10px 10px;
	float: left;
	display: block;
}
.home-content span {
	width: auto;
	display: block;
	float: left;
	margin: 10px 0 0 80px;
}
.home-content h1,.home-content-welcome h1{
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #402500;
}
.home-content p, .home-content-welcome p{
	margin: 5px 0;
	line-height: 15px;
	text-align: justify;
	color: #FFFFFF;
}
/*-------------------------FOOTER---------------------*/
.footer-container-home-wrapper {
	width: 100%;
	padding: 10px 0;
	float: left;
	position: relative;
	top: 225px;
}
.footer-container-home p, .footer-container p {
	line-height: 23px;
	float: left;
	margin-left: 10px;
}
.footer-btn {
	float: right;
	width: 465px;
}
.footer-container-home img, .footer-container img {
	margin-right: 10px;
}
.footer-wrapper {
	width: 100%;
	height: auto;
	float: left;
}
.footer-container {
	width: 860px;
	height: 60px;
	border-top: 1px #ddbf7c solid;
	margin: 10px auto 0 auto;
	padding: 10px 0;
}
.footer-container-home {
	width: 860px;
	height: 60px;
	margin: 0 auto 0 auto;
	padding: 10px 0;
}
.footer-sprite {
	width: 450px;
	float: right;
}
.footer-sprite a * {
	  display: none;
}
.footer-sprite a,
.footer-sprite a .hover {
	height: 59px;
        position: relative;
        display: block;
        background: url(../images/footer-sprite.png) 0 0 no-repeat;
		float: left;
		margin-left: 10px;
}
.footer-sprite a.visit-gallery {
	  background-position: 0 0;
	  width: 177px;
}
.footer-sprite a.visit-gallery:hover,
.footer-sprite a.visit-gallery .hover {
	  background-position: 0 -59px;
	  width: 177px;
}
.footer-sprite a.contact-us {
	  background-position: -177px 0;
	  width: 233px;
}
.footer-sprite a.contact-us:hover,
.footer-sprite a.contact-us .hover {
	  background-position: -177px  -59px;
	  width: 233px;
}
/*-------------------------INSIDE CONTENT---------------------*/
.inside-content-wrapper {
	width: 720px;
	margin: 0 auto 0 auto;
}
.content-container {
	width: 720px;
	float: left;
	margin: 10px 0;
}
.breadcrumbs {
	width: 715px;
	padding: 0 0 10px 5px;
	float: left;
	border-bottom: 1px #ddbf7c solid;
	margin-bottom: 10px;
}
.breadcrumbs a{
	font-weight: bold;
}
.content-container h1 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #3e2709;
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 100%;
}
.content-container h2 {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3e2709;
	float: left;
	display: block;
	width: 100%;
	border-bottom: 1px #ddbf7c solid;
	margin-bottom: 10px;
}
.content-container h3 {
	font-weight:  bold;
	font-size: 11px;
	margin-bottom: 10px;
	float: left;
	width: 99%;
}
.content-container p{
	margin: 0 0 10px 0;
	line-height: 15px;
	float: left;
	width: 100%;
}
.left-panel {
	width: 520px;
	float: right;
}
.left-panel a{
	font-weight: bold;
}
.left-panel ul {
	margin: 0 0 10px 10px;
	width: 480px;
	float: left;
}
.left-panel ol {
	margin: 0 0 10px 10px;
	width: 480px;
}
.left-panel ol li{
	margin: 5px 0 5px 0;
	list-style-image: none;
	list-style: decimal;
}
.left-panel li {
	list-style-image: url(../images/arrow.gif);
	list-style-position: inherit;
	margin: 5px 0 5px 5px;
	line-height: 15px;
	width: 98%;
/*	float: left;*/
}
.left-panel ul li ul {
	margin: 0 0 0 10px;
	width: 95%;
}
.content-box {
	width: 510px;
	float: left;
	margin: 10px 0 20px 10px;
}
.content-box img {
	float: left;
	border: 3px #d9c5b4 solid;
}
.content {
	width: 360px;
	float: right;
}
.video {
	width: 425px;
	float: left;
	margin: 0 0 15px 40px;
	border: 5px #DDBF7C solid;
}
/*-------------------------SIDEBAR---------------------*/
.sidebar {
	float: left;
	width: 186px;
}
.sidebar-title {
	width: 186px;
	height: 31px;
	float: left;
	text-align: center;
	background-image: url(../images/sidebar-top.png);
	background-repeat: no-repeat;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #3e2709;
	padding-top: 8px;
}
.sidebar-content {
	width: 170px;
	float: left;
	padding: 0 8px;
	background-image: url(../images/sidebar-bg.png);
	background-repeat: repeat-y;
}
.sidebar-content ul {
	margin-left: 10px;
}
.sidebar-content li {
	list-style-image: url(../images/arrow.gif);
	margin: 5px 0 5px 5px;
}
.sidebar p {
	text-align: center;
	margin: 5px 0;
}
/*-------------------------FAQ---------------------*/

.fader{
	opacity:0;
	display:none;
	width: 520px;
	float: left;
	margin: 5px 0 10px 0;
	line-height: 15px;
	padding-left: 0; 
	}
.fader p {
	width: 98%;
	float: left;
	margin-left: 2%;
}
.fader table {
	margin: 0 0 10px 5px;
	float: left;
}
/*-------------------------GALLERY---------------------*/
.gallery img {
	margin: 5px;
	float: left;
}
/*-------------------------SITEMAP---------------------*/
.sitemap {
	float: left;
}
.sitemap ul {
	margin: 0 0 0 20px;
	width: 95%;
	float: left;
}
.sitemap ul li {
	list-style-image: url(../images/arrow.gif);
	margin: 2px 0 2px 5px;
	line-height: 15px;
	float: left;
	width: 98%;
}
/*--------------------Contact Form / Tool Form---------------------*/
#contactForm, .toolForm {
	width:500px;
	margin: 30px auto 0 auto;
	
}
#contactForm label, .toolForm label{
	width:100px;
	display:block;
	text-align:right;
	float:left;	
	margin:0px 10px 0;
}
#contactForm input{
	
}
p#success
{
	padding: 3px 10px;
	background: #e5cfb0;
	border: 2px solid #e0caaa;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

p#bademail, p#badserver,p#noname,p#nocomment,p#nowebsite,p#nophone,p#baddata,#thankyou
{
	padding: 3px 0;
	background: #e5cfb0;
	border: 1px solid #e0caaa;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#nameinput, #emailinput, #subjectinput, #websiteinput,
#companyinput, #phoneinput, #howinput, .input-bg {
	background-image: url(../images/input-bg.png);
	border: none;
	width: 265px;
	height: 26px;
	background-color: transparent;
	background-repeat: no-repeat;
	padding: 5px 3px 2px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height:18px;
}
#budget {
	background-image: url(../images/input-bg.png);
	border: none;
	width: 265px;
	height: 26px;
	background-color: transparent;
	background-repeat: no-repeat;
	padding: 2px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
#budget option {
	color: #FFFFFF;
}
#commentbox {
	background-image: url(../images/comment-bg.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: transparent;
	background-position: 0 0;
	width: 257px;
	height: 150px;
	border: none;
	padding: 3px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}
#commentinput{
	width: 250px;
	height: 143px;
	border: none;
	background-color: #FFFFFF;
	padding: 3px 0 3px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;

}
#submitinput {
	float: right;
	margin-right: 120px;
}
#submitinput:focus{
	border:none;
	
}
.submitinput {
	background:url('../images/btn-send.png') no-repeat;
	width:88px;
	height:28px;
	border:none;
	float: right;
	margin-right: 80px;
}

/* added March 26, 2010 */
.title-holder { display:block; clear:both; padding-bottom:5px; }
.hidden-content { display:none; clear:both; padding-bottom:5px; }

ol#casino { margin:0; padding:0 0 30px 30px; }

/* added april 22 2010 */
.clear { clear:both; }
hr {
	clear:both;
	border:1px dotted #caa57e;
	margin:10px 0;
}

.footer-container-home-wrapper1 {
	width: 100%;
	padding: 10px 0;
	float: left;
}
.footer-container-home1 p {
	line-height: 23px;
	float: left;
	margin-left: 10px;
}
