/***************
ESSENTIAL TAGS
***************/ 

body { 
   font-family: verdana, helvetica, sans-serif; 
   height: 100%;
   background-color: #fcf6e6;
   color: #000000;
   text-align: center; /*for old IE browsers*/
   }

* {
   margin: 0px;
   padding: 0px; 
   border: 0;
   }

.clearfloats { 
   clear: both; 
   }
   
a:link { 
   color: #fff; 
   font-weight: bold; 
   text-decoration: none; 
   }
   
a:visited { 
   color: #fff;
   font-weight: bold; 
   text-decoration: none; 
   }
   
a:hover { 
   color: #fcf6e6;
   font-weight: bold; 
   text-decoration: none; 
   }

p {
   color: #000000;
   font-family: verdana, helvetica, sans-serif;
   font-size: .8em;
   padding: 0 0 .7em 0;
   margin: 0 20px 0 20px;
   }
     
p span {
   font-weight: bold;
   }   
   
h1, h2 {
   color: #ECA021;
   font-family: verdana, helvetica, sans-serif;
   font-size: .8em;
   font-weight: bold;
   margin: .5em 0px 0px 10px;
   padding-bottom: 0;
   text-transform: uppercase;
   }   
   
h2 {
   font-size: .8em;
   margin: .5em 0px -.2em 20px;
   text-transform: capitalize;
   }   

ul {
   margin: 3px 30px 20px 50px;
   list-style-type: disc;
   list-style-position: outside;
   }   
   
ul li {
   font-family: verdana, helvetica, sans-serif;
   font-size: .8em;
   font-weight: normal;
   margin: 0px 0px 3px 0px;
   float: none;
   color: #F2DB9B;
   }      
   
/*************
CONTAINERS
*************/   
   
#page_container {
   margin-right: auto; 
   margin-left: auto;
   margin-top: 15px;
   width: 750px;
   text-align: left; /*to fix center align in body*/
   }
   
#text_container { /*image for faux columns*/
   width: 750px;
   background: url(../pix/layout/text_bkg.jpg) repeat-y 0 0;
   margin: 0;
   padding: -5px 0 0 -10px;
   }   
      
.text_btm { /*bottom image for faux columns*/
   background: url(../pix/layout/text_btm.jpg) no-repeat 0 0;
   width: 750px;
   height: 18px;
   }
      
/*************
NAVIGATION
*************/                          
   
#left_side {
   width: 226px;
   float: left;
   } 
       
#nav {
   padding: 11px 0px 0px 18px;
   /*firefox*/
   margin-top: 0px;
   /*ie*/
   #margin-top: -3px;
   }
         
#nav a { 
   text-decoration: none; 
   font-weight: bold;
   color: #000000; 
   font-size: 10px;
   padding: 6px 0px;
   margin: 0;
   display: block;
   width: 200px;
   text-transform: uppercase;
   text-align: left;
   }
   
#sub_nav {
   padding-left: 10px;
   }   
   
#sub_nav a {
   text-transform: capitalize;
   padding: 4px 0;
   font-weight: normal;
   width: 190px;
   }    
   
#nav a:link { 
   color: #000; 
   }

#nav a:visited { 
   color: #000; 
   }

#nav a:active { 
   color: #fff; 
   }

#nav a:hover {
   color: #fff;
   }  

#nav a b {
   color: #fff;
   }   
   
/***************
BOTTOM OF PAGES
***************/   
   
#footer {
   font-family: verdana, helvetica, sans-serif;
   font-size: .7em;
   margin-top: 4px;
   padding-top: 10px;
   background: url(../pix/layout/footer.jpg) no-repeat 0 0;
   width: 750px;
   height: 37px;
   }     
   
.footer_left {
   float: left;
   padding-left: 20px;
   }     

.footer_right {
   float: right;
   text-align: right;
   padding-right: 20px;
   }   

.footer_left span, .footer_right span {
   font-weight: bold;
   }   
        
#design { 
   font-family: verdana, helvetica, sans-serif;
   text-align: center;
   font-size: .6em; 
   margin-top: 2px;
   padding-bottom: 5px;
   color: #000000;
   }

#design a:link, #design a:visited {
   color: #4F7282;
   }

#design a:hover {
   color: #ECA021;
   }      

#design img {
   border: 0;
   }
  
/***************
SPECIFIC PAGES
***************/ 

/* all except index */

#right_side {
   width: 524px;
   float: right;
   }

* html #right_side { /*needed for ie*/ 
   position: relative;
   z-index: 50;
   }
   
.right_text, .right_text_club {
   width: 524px;
   height: 100%;
   margin: 10px 0 0 0;
   float: left;
   }   

.right_text p, .right_text_club p {
   color: #F2DB9B;
   padding: .3em 35px .8em 0px;
   }   

.right_text a:hover, .right_text_club a:hover {
   color: #ECA021;
   }   
   
/*for club page*/
.right_text_club {
   width: 280px;
   }
   
/***************
VACATION PACKAGES ON ALL PAGES
****************/
   
.pkgs {
   background: url(../pix/index/vacation_pkgs.jpg) no-repeat 0 0;
   width: 175px;
   height: 202px;
   border: 0;
   padding-top: 36px;
   margin: 20px 0px 0 32px;
   float: left;
   }   
   
.pkgs h1, .pkgs p, .pkgs a {
   font-size: 10px;
   margin: 0;
   padding-right: 8px;
   padding-left: 8px;
   padding-bottom: 0;
   }
   
.pkgs h1 {
   text-transform: uppercase;
   font-weight: bold;
   padding-top: 14px;
   color: #0A3542;
   }   
      
.pkgs a:link, .pkgs a:visited {
   padding-left: 20px;
   color: #4F7282;
   }
   
.pkgs a:hover {
   color: #ECA021;
   }   
   
.pkgs a sub {
   font-size: 8px;
   vertical-align: 0;
   padding-left: 2px;
   }       
   
/* sidebar on all pages */

.book_now {
   margin: 20px 0 15px 72px;
   }

.weekend_getaway {
   margin: 0 0 0 32px;
   }
      
/* index page */

#nav_index {
   background: url(../pix/layout/text_bkg.jpg) repeat-y 0 0;
   }

#index_bottom {
   width: 750px;
   height: 281px;
   background: url(../pix/index/bottom.jpg) no-repeat 0 0;
   margin-top: 0px;
   }   
   
.index_booknow {
   float: right;
   margin: 4px 0px 10px 20px;
}   
   
.index_text {
   float: left;
   margin: 35px 0 0 5px;
   width: 500px;
   }   
   
.index_text p {
   color: #F2DB9B;
   font-size: .8em;
   line-height: 1.1em;
   padding-bottom: 1em;
   padding-right: 0;
   margin-right: 0;
   }   
   
.index_text a {
   color: #ECA021;
   }
   
.index_text a:hover {
   color: #fff;
   }      
   
/* club page */

.club_photos {
   float: right;
   width: 200px;
   margin: 14px 30px 0px 0px;
   }

.club_photos img {
   margin-bottom: 10px;
   } 
   
.club_text p {
   padding-right: 0;
   }   
      
/* rates pages */

table {
   width: 480px;
   font-family: verdana, helvetica, sans-serif;
   font-size: .8em;
   margin: 4px 0 30px 20px;
   text-align: center;
   }
      
th {
   border-bottom: 1px solid #ECA021;
   color: #ECA021;
   padding: 1px 0;
   }
   
.th_blank {
   border: 0;
   }   
   
td {
   color: #F2DB9B;
   padding: 3px 0;
   }         

.td_left {
   text-align: left;
   }   
      
td span {
   font-weight: bold;
   }      
      
/* vacation packages pages */

.img_right {
   float: right;
   margin: 10px 30px 10px 10px;
   }      
      
/* seasonal rentals page */      
      
.rentals_seasonal_desc {
   float: left;
   font-family: verdana, helvetica, sans-serif; 
   font-size: .8em;
   width: 300px;
   margin: 12px 0px 12px 20px;
   color: #F2DB9B;
   }   

.rentals_seasonal_desc span {
   font-weight: bold;
   }   
   
.rentals_seasonal_desc img {
   border: 0;
   float: left;
   margin-right: 13px;
   }   

.rentals_seasonal_price {
   float: left;
   font-family: verdana, helvetica, sans-serif; 
   font-size: .8em;
   width: 120px;
   text-align: right;
   margin: 12px 0px 12px 0px;
   color: #F2DB9B;
   }        
      
/* real estate pages */

.re_prop {   
   width: 460px;
   margin: 14px 0 16px 20px;
   border-bottom: 1px solid #F2DB9B;
   padding: 0 0 16px 14px;
   }
   
.re_prop img {
   float: left;
   margin-right: 10px;
   }    
   
.re_floorplan {
   margin: 8px 0 10px 12px;
   width: 465px;
   border-bottom: 1px solid #F2DB9B;
   padding: 0 0 16px 14px;
   }           
   
.re_floorplan p {
   margin: 0;
   }   
   
.re_floorplan p span {
   margin-left: 88px;
   font-weight: normal;
   }   
   
.re_floorplan img {
   vertical-align: top;
   margin-right: 6px;
   }   
      
/* virtual tour pages */

.vtour {
   width: 450px;
   margin: 20px 0 0 40px;
   }

.vtour p {
   margin: 12px 0 0 0;
   }   
         
/* directions page */

.map {
   float: right;
   margin: 10px 20px 10px 10px;
   }      
   
.driving_times td {
   text-align: left;
   }   
        
/* contact pages - real_estate_info & contactus */

#contactform {
   font-family: verdana, helvetica, sans-serif;
   font-size: .8em;
   width: 450px;
   padding: 0px 20px 0px 40px;
   color: #F2DB9B;
   }
   
.formitem {
   margin-top: 20px;
   }   
      
.submit { 
   margin: 10px 0 10px 0;
   border: 0;
   }
                     
.disclaimer { 
   font-size: .9em;
   font-style: italic; 
   text-align: left;
   color: #F2DB9B; 
   }   
   
.address {
   margin: 50px 15px 20px 10px;
   padding-top: 10px;
   border-top: 1px solid #F2DB9B;
   width: 450px;
   }    
   