html {
  height: auto;
  overflow-x: hidden;
}

body {
  /*
   * Image used under CC Attribution license.  
   * Image Source: http://www.flickr.com/photos/coral/
   * Date Accessed and Downloaded: 7/31/2008 - 1:23PM PST
   */
  background: #3d8bc9;/*url("images/background-01.jpg") top center fixed no-repeat;*/
  font-family: Georgia, serif;
  font-size: 12px;
  text-align: center;
  width: 100%;
}

/** html {
  overflow-y: hidden;
}

* html body {
  height: 100%;
  overflow: auto;
}*/
img#scaledBackgroundTrickery {
  color: #3d8bc9;
  height: 100%;
  left: 0;
  top: 0;
  top: expression( (( t=document.documentElement.scrollTop) ? t: document.body.scrollTop) +'px');
  position: absolute;
  width: 100%;
  z-index: -1;
}

body>img#scaledBackgroundTrickery {
  position: fixed;
}

#container {
  display: block;
  min-height: 600px;
  height: auto !important;
  height: 600px;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 978px;
}

body>#container {
  /*min-height: 600px;*/

}
 
#header {
  background: transparent url("images/header3.gif") top left no-repeat;
  height: 174px;
  width: 100%;
}

#homeLinkImg {
  height: 125px;
  margin: 0 0 0 300px;
  width: 390px;
}

#headerContact {
  color: #ff5a00;
  font-size: 14px;
  font-weight: 600;
  height: 42px;
  padding: 0 0 0 0;
  text-align: center;
  width: 100%;
}

.contactItem {
  font-style: oblique;
}

#container>#header {
  background: transparent url("images/header3.png") top left no-repeat;
}

#content {
  background: transparent url("images/content-bg2.gif") top left repeat-y;
  display: block;
  min-height: 550px;
  height: auto !important;
  height: 550px;
  
  padding: 5px 35px 35px 35px;
  width: 920px;
}

#container>#content {
  background: transparent url("images/content-bg2.png") top left repeat-y;
  min-height: 550px;
  height: auto;
  overflow: hidden;
}

#content #c1 {
  float: left;
  width: 200px;
}

#content #c2 {
  float: left;
  height: 500px;
  width: 700px;
}

#content>#c2 {
  height: auto;
  min-height: 500px;
}

#content h1 {
  color: #ff5a00;
  font-size: 20px;
  height: 45px;
}

#footer {
  background: transparent url("images/footer2.gif") top left no-repeat;
  height: 63px;
  text-align: center;
  width: 100%;
}

#footerInfo img, #footerText {
  display: inline;
}

#footer img {
  vertical-align: middle;
 }

#footerInfo {
  display: block;
  margin: 0 auto 0 auto;
  overflow: hidden;
  text-align: center;
  /*width: 500px;*/
  width: 700px;
}

#footerText {
  padding: 0;
}

#footerText a {
  margin: -20px 0 0 0;
}

#container>#footer {
  background: transparent url("images/footer2.png") top left no-repeat;
}

/**
 * Links
 */
a, a:visited {
  color: #437a8b;
  text-decoration: underline;
}

#searchBox a, #searchBox a:visited, #browseBox a, #browseBox a:visited {
  color: #20596b;
  text-decoration: underline;
}

a:active, a:hover, #searchBox a:active, #searchBox a:hover, 
#browseBox a:active, #browseBox a:hover {
  color: #ff5a00;
  text-decoration: underline;
}

/**
 * Search Box
 */
#searchBox {
  background: #a18b6b url("images/search-bg.jpg") top left repeat-y;
  font-weight: 700;
  margin: 50px 0 0 10px;
  padding: 0 0 10px 0;
  text-align: center;
  width: 142px;
}

#searchBoxHeader {
  background: #f96d20 url("images/search-header.jpg") top left no-repeat;
}

#searchBox h4 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 16px;
  padding: 5px 0 5px 0;
}

.searchInput {
  margin: 5px 0 5px 0;
  width: 125px
}

/**
 * Browse Box
 */
#browseBox {
  background: #a18b6b url("images/search-bg.jpg") top left repeat-y;
  font-weight: 700;
  margin: 10px 0 0 10px;
  padding: 0 0 10px 0;
  text-align: left;
  width: 142px;
}

#browseBoxHeader {
  background: #f96d20 url("images/search-header.jpg") top left no-repeat;
}

#browseBox h4 {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0 5px 0;
  text-align: center;
  text-decoration: none;
}

#browseBox ul {
  margin: 5px 0 0 5px;
}

#browseBox ul li {
  margin: 5px 0 0 0;
}

#browseBox .parent {
  color: #d9d0c3;
  font-size: 14px;
  text-decoration: none;
}

/**
 * Listing Boxes
 */
.listingBox {
  background: transparent url("images/listingBox-bg.gif") top left no-repeat;
  float: left;
  height: 215px;
  margin: 5px;
  width: 215px;
}

.listingBox img {
  margin: 10px 0px 0px 7px;
}

.listingSnippet {
  float: left;
  font-family: Trebuchet, sans-serif;
  font-size: 14px;
  margin: 5px 0 0 7px;
  width: 125px;
}

.listingPrice {
  border-left: 1px #c1c1c0 solid;
  color: #ff5a00;
  float: left;
  font-size: 14px;
  font-weight: 700;
  margin: 5px 0 0 0;
  padding: 0 0 0 5px;
  width: 75px;
}

.listingFrom {
  clear: both;
  float: left;
  font-style: oblique;
}

/**
 * Full Listing
 */
 #content h1#listingH1 {
  height: 25px;
}
 
 #listingInfo {
  float: left;
  font-size: 14px;
  line-height: 1.5em;
  width: 450px;
 }
 
#prices {
  color: #437a8b;
  font-size: 18px;
  padding: 10px 0 10px 0;
 }
 
#amenities, #specialOffers, #listingContact, #listingInfo, #listingReservation {
  display: block;
  overflow: hidden;
  padding: 0 0 15px 0;
}
 
#amenities h3, #specialOffers h3, #listingContact h3, #calendarBox h3, #listingReservation h3 {
  border-bottom: 1px solid #ff5a00;
  color: #ff4e00;
  font-size: 16px;
}

#amenities ul li, #specialOffers ul li {
  list-style-type: square;
  margin: 0 0 0 15px;
}

#amenities .amenityList {
  float: left;
  width: 150px;
}

#listingImages {
  float: left;
  margin: 0 0 0 10px;
  width: 450px;
}

.listingPreviewImage {
  float: left;
  height: 75px;
  margin: 5px;
  text-align: center;
  width: 75px;
}

#listingAddress {
  color: #ff5a00;
  font-size: 16px;
  height: 20px;
}

.contactType {
  color: #437a8b;
  line-height: 1.5em;
}

label {
  clear: both;
}

.formTextInput {
  margin: 0 0 10px 0;
  width: 400px;
}

.formTextArea {
  height: 150px;
  margin: 0 0 10px 0;
  width: 400px;
}

/**
 * Reservation form
 */

#reservation {
  display: block;
  overflow: hidden;
  padding: 0 0 15px 0;
}
 
#reservation h3 {
  border-bottom: 1px solid #ff5a00;
  color: #ff4e00;
  font-size: 16px;
}

#alternateDateChooser {
  display: block;
  height: 200px;
}

.reservationFormRow {
  clear: both;
  display: block;
  width: 760px;
}

.reservationFormCell {
  display: block;
  float: left;
  padding: 5px;
}

#reservationForm input {
  height: 20px;
  width: 610px;
}

#reservationForm input.half {
  width: 300px;
}

#reservationForm input.button {
  width: 125px;
}

#reservationForm input.normal {
  margin: 5px;
  width: auto;
}

#reservationForm label {
  clear: both;
  font-size: 14px;
}

#reservationForm textarea {
  width: 610px;
}

#htmlForm {
  margin-top: -100px;
}

/**
 * Pagination
 */
#pagination {
  clear: both;
  display: block;
  height: 50px;
  margin: 0 auto 0px auto;
  padding: 20 0 10px 0;
  text-align: center;
  width: 580px;
}

#pagination .pager {
  background: #fefefe;
  border: solid 1px #9b8462;
  display: block;
  float: left;
  font-weight: 700;
  height: 22px;
  margin: 5px;
  padding-top: 8px;
  width: 30px;
}

#pagination .pager:hover {
  background: #437a8b;
  border: solid 1px #ff5a00;
  display: block;
  float: left;
  font-weight: 700;
  height: 22px;
  margin: 5px;
  padding-top: 8px;
  width: 30px;
}

/**
 * Category, Location and Price Displays
 */
#content ul.catList li, #content ul.cityList li, #content ul.priceList li{
  /*list-style-type: square;*/
  margin: 0 0 0 15px;
}

#content ul.catList, #content ul.cityList, #content ul.priceList {
  float: left;
  width: 150px;
}

span.price {
  clear: both;
  display: block;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

/**
 * Calendar
 */
#calendarBox {
  float: left;
  width: 700px;
}

#calendarLegend {
  display: block;
  height: 45px;
  margin: 0 0 15px 30px;
  width: 400px;
}

.legendItem {
  background-color: #545454;
  float: left;
  height: 30px;
  width: 30px;
}

.calendar {
  height: 200px;
  margin: 0px;
	padding: 0px;
  width: 200px
}

.calendar caption {
	background: #437a8b;
  height: 25px;
  margin: 0;
	padding: .3em 0;
  text-align: center;
}

.calendar th {
  background: #fff;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
  text-align: center;
}

.calendar td {
  background: #c0c0bf;
	border: 1px solid #fff;
	padding: 5px 8px ;
	text-align: center;
  width: 1em;
}

.calendar a {
	color: #000;
	text-decoration: none;
}

.calendar td.today {
	background: #437a8b;
}

.calendar td.selected {
	/*border: 1px dotted #ff7800;*/
}

.calendar td.propertyReserved {
	background: #545454;
}
	
.calendar td:hover, .calendar td.today:hover, 
.calendar td.selected:hover, .calendar td.propertyReserved:hover {
	background: #fbad88;
}

table.calendar td.pad {
  background: #fff;
 	color: #999;
}

table.calendar td.pad:hover {
	background: none;
	border: 0;
}
	
.sunday, .saturday {
	background: #f0f0f0;
}
	
#year {
	list-style: none;
	padding: 0;
	width: 800px;
}

#year:after {
  clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

#year li {
	float: left;
  height: 200px;
  list-style: none;
  margin: 5px 10px 10px 10px;
	padding: 0px;
  width: 200px
} 

#calendarBox>#year li {
  margin: 10px 15px 10px 15px;
  padding: 10px;
}

/**
 * Search Results
 */
h2.searchResultHeader {
  font-size: 18px;
  height: 26px;
}

#searchResultsList li {
  padding: 5px 0 10px 0;
}

ol#searchResultsList  {
  font-size: 18px;
  list-style-type: decimal;
  margin: 0 0 0 30px;
}

.subText {
  font-size: 16px;
}

/**
 * Home Page
 */
#homeSpecialsBox {
  background: #f4f0e3;
  display: block;
  float: left;
  /*border: 5px solid #9e8767;*/
  height: 75px;
  margin: 5px 0 20px 12px;
  padding: 5px;
  width: 640px;
}
  
#aboutUsBox {
  background: #f4f0e3;
  border: 5px solid #9e8767;
  float: left;
  height: 265px;
  margin: 50px 10px 0 12px;
  padding: 5px;
  width: 220px;
}

#aboutUsBox h1 {
  height: auto; 
}

#slide-images {
	display: block;
  float: left;
	height: 283px;
	margin: 50px 0px 10px 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: 400px;	
}

#slide-images li {
	background-color: #ffffff;
  display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
}

#slide-images li img {
	background-color: #ffffff;
	display: block;
}

/**
 * Ordered Lists
 */
ol li {
  list-style-type: decimal;
}

.termsList {
  font-size: 14px;
  line-height: 1.5em;
  margin: 0 0 0 20px;
  width: 75%;
}