/**
 * Resource Technology Management, Inc.  
 *
 * @copyright Copyright (c) 2010 - 2011, RTM, Inc.
 * @link    http://www.rtm-inc.com/
 * 
 */
  
/*
 *  Shared layout styles
 */

html, body {    
  font-size: 100%;  
  font-family: inherit;  
  font-weight: inherit;    
  font-style: inherit;
  list-style: none;
  border: 0px;  
  outline: none;
  padding: 0px;  
  margin: 0px;    
} 

body {
  display: none;
  background: url('images/layout_bg.jpg') no-repeat;
  background-position: center 99px;
  font-family: Arial, Helvetica, sans-serif;  
  color: #000;
  font-size: 11px;
}

#wrapper {  
  cursor: default;  
  width: 100%;
}

#container {
  width: 981px;
  margin: 0 auto;
}

.col-left {
  position: relative;  
  width: 677px;
  float: left;
}

.col-right {
  width: 287px;  
  float: left;  
}

.col-right .redbox {
  color: #fff;
  background-color: #83170e;
}

.list_style1 {
  margin: 0px;
  padding-left: 17px;
  padding-top: 10px;
}

.list_style1 li {
  list-style-type: square;
  font-size: 10px;
  padding: 0px 0px 20px 0px;
}

/* Header */

#header {
  position: relative;
  width: 981px;  
  font-size: 12px;    
  z-index: 9;  
}

#header h1 {  
  margin: 15px 0px 0px 0px;
  padding: 0px;
}

#header h1 a.logo {
  display: block;    
  background: center center no-repeat;    
  width: 130px;     
  height: 82px;  
  text-indent: -9999px;
  cursor: pointer;
}

#header #hotel_info {
  color: #8d8b00;
  font-size: 10px;
  position: absolute;
  right: 40px;
  margin: 15px 0px 0px 0px;
  top: 0px;
}

#header #hotel_info p {
  text-align: right;
  margin-bottom: 4px;
}

#header #hotel_info .social-links {
  float: right;
  margin-right: 3px;
}

#header #hotel_info .fb_icon {
  display: block;  
  float: left;  
  text-indent: -9999px;    
  
  width: 17px;
  height: 16px;
  margin-right: 9px;
}

#header #hotel_info .twitter_icon {
  display: block;  
  float: left;  
  text-indent: -9999px;    
  
  width: 17px;
  height: 16px;
}

#header #header-image {
  margin-bottom: 15px;  
}

/* Navigation */

#header #placemainmenu {
  float: left;
  width: 981px;  
  padding: 18px 0px 14px 2px;
}

#header #mainmenu {
  margin: 0;
  padding: 0;
  list-style: none;  
  z-index: 1;
}

#header #mainmenu li {
  float: left;
  color: #FFFFFF;  
  padding: 0px 31px 0px 0px;
  position: relative;
}

#header #mainmenu a.main {
  font-size: 18px;
  color: #b32318;
  text-decoration: none;
}

#header #mainmenu a.main:hover {
  text-decoration: underline;
  color: #8d8b00;  
}

/* Sub menu */

#header #mainmenu ul {
  display: block;
  position: absolute;
  top: 36px; 
  top: 35px\9; /* IE Only */
  padding: 0px;   
  list-style: none;  
  z-index: 1;   
  left: 0px;
  margin: 0px;
}

#header #mainmenu ul li {
  padding: 0px;
}

#header #mainmenu ul li a {
  color: #FFFFFF;
  display: block;
  background-color: #c1a677;
  border-bottom: 1px solid #cdb180;    
  padding: 10px;
  text-decoration: none;
  min-width: 150px;    
}

#header #mainmenu ul li a:hover {
  background-color: #dbbd88;  
}

/* Booking Box */

#booking-box {
  background-color: #f8f0e3;
  width: 287px;
  height: 292px;    
  margin: 0px 0px 17px 17px;
}

#booking-box .container {
  padding: 8px 0px 0px 13px;
}

#booking-box fieldset {
  margin: 0;
  padding: 0px;
  border: 0px;
}

#booking-box p {
  font-size: 10px;
  line-height: 16px;  
  padding: 0px;
  margin: 7px 14px 14px 0px;
}

#booking-box p.headline {
  color: #83170e;
  font-weight: bold;
  font-size: 12px;  
  padding-left: 3px;
}

#booking-box p.headline a {
  font-size: 12px;  
  color: #8d8b00;
  text-decoration: underline;
}

#booking-box label {
  clear: both;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
}

#booking-box input {
  border: 1px solid #797979;
  font-size: 11px;
  margin: 0 0 15px 0;
  width: 152px;
}

#booking-box .ui-datepicker-trigger {
  cursor: pointer;
  vertical-align: top;
  padding-left: 13px;
}

/* Specials */

#specials {
  background-color: #f0f0f0;
  width: 287px;
  margin-left: 17px;   
}

.index #specials {
  height: 197px;    
}

#specials .container {
  padding: 8px 0px 0px 13px;
}

/*
 *  Main Content
 */

#content {
  position: relative;  
  font-size: 11px;
  width: 981px;
  margin-top: 8px;
}

#content #ads a[href^="http:"] {
  background: none;
  padding: 0px;
  margin: 0px;
}

#content p {
  line-height: 15px;
}

#content #main_links {
  position: absolute;
  left: 0px;
  z-index: 2;
}

#content #main_links a {
  display: block;
  float: left;
  margin: 0px 15px 22px 0px;
  color: #fff;
}

#content #main_links img {
  display: block;
}

#content .col-right .redbox_internal {
  margin-left: 17px !important;
  margin-top: 20px !important;
  width: 267px;
}

#content .col-left {
  padding-top: 145px;
}

.index #content .col-right {
  padding-top: 145px;
}

#content .col-right .redbox {
  margin-left: 13px;
  margin-top: 40px;
  padding: 10px;
  min-height: 300px;
}

#content .col-right .redbox h2 {
  color: #fff;
  margin: 0px 0px 0px 4px;  
  padding: 0px;
}

#content .col-right .redbox a {
  color: #fff;
}

#content .col-right #ads {
  margin-left: 0px;
  margin-top: 10px;
  width: 287px;
}

#content .col-right.internal #ads {
  margin-left: 4px;
}

#content .col-right #ads img {
  padding: 17px 0px 0px 15px;
  vertical-align: middle;
}

/* Footer */  

#footer {  
  position: relative;
  width: 981px;
  padding: 30px 0px 15px 0px;
  clear: both;
  color: #666666;
}

#footer a {  
  color: #666666;
}

#footer ul {
  margin: 0px;
  width: 100%;
  float: left;
  padding: 12px 0px 12px 0px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  list-style: none;
}

#footer ul li {
  float: left;
  padding-right: 30px;
}

#footer p {
  padding: 0px;
}

#footer p.address {
  float: left;
  text-align: left;
  line-height: 17px;    
  padding-top: 2px;  
}

#footer p.copy {
  float: right;
  padding-top: 18px;
  vertical-align: bottom;
  line-height: 17px;      
  text-align: right;  
}

/* Gallery widget */

#gallery_widget {
  position: relative;
  z-index: 0; 
}

#gallery_slides { 
  margin: 17px 0px 17px 17px;
  padding: 0px;
}

#gallery_slides li { 
  float: left; 
  list-style: none 
}

#gallery_slides a { 
  width: 68px;
  margin: 0px 14px 17px 0px;   
  display: block;
  background: #1b1b1b;   
}

#gallery_slides a:focus { 
  outline: none; 
}

#gallery_slides img {
  opacity: 0.4;
  filter:alpha(opacity=40); 
  border: none;
  display: block 
}

#gallery_slides img:hover {
  opacity: 0.7;
  filter:alpha(opacity=70); 
}

#gallery_slides a.activeSlide img {
  opacity: 1;
  filter:alpha(opacity=100);  
}

#gallery_controls a {
  width: 8px;
  height: 66px;
  position: absolute;
  display: block;  
}

#gallery_controls .prev {
  background: url('images/gallery_prev.png') center center no-repeat;
  left: 0px;
}

#gallery_controls .next {
  background: url('images/gallery_next.png') center center no-repeat; 
  right: 0px;   
}

/*
 *  Elements
 */

a {
  color: #83170e;
  font-size: 11px;
  text-decoration: none;
}

a:hover {
  color: #83170e;
  text-decoration: underline;
}

form {
  padding: 0px;
  margin: 0px;
}

button {
  color: #FFFFFF;
  display: block;
  cursor: pointer;
  display: inline;
  font-weight: bold;  
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;  
  margin: 7px 0 10px 3px;
  border-radius: 5px 5px 5px 5px;
  padding: 4px 18px;
  background-color: #83170e;
  border: medium none;    
}

button:hover {
  background-color: #b72114;
}

h1, h2 {
  margin: 0px;
  font-size: 30px;
  color: #83170e;  
}

h1 span, h2 span { color: #8d8b00; }
h1 span.darkgreen, h2span.darkgreen { color: #8d8b00; }
h1 span.lightgreen, h2 span.lightgreen { color: #b6cb43; }

h2 {
  margin: 0px;
  font-size: 30px;
  color: #83170e;  
}

h2 span { color: #8d8b00; }
h2 span.darkgreen { color: #8d8b00; }
h2 span.lightgreen { color: #b6cb43; }

/*
 *  Misc
 */

.clr:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
} 

#ui-datepicker-div {
  display: none;
  z-index: 9;
}

