BODY {
  color: #eeeeff;
  font-family: sans-serif;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

#info-box {
  background-color: #095999;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
  text-align: center;
  border-top: 15px solid #cccc99;
  border-bottom: 15px solid #cccc99;
  font-size: 100%;
  border-left: 15px solid #cccc99;
  border-right: 15px solid #cccc99;
}

#left-pic {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  text-align: left;
  border-top: 15px solid #cccc99;
  border-bottom: 15px solid #cccc99;
  vertical-align: top;
}

#right-pic {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  text-align: right;
  border-top: 15px solid #cccc99;
  border-bottom: 15px solid #cccc99;
  vertical-align: top;
}

#left-nav {
  padding-left: 0px;
  padding-bottom: 10px;
  padding-top: 0px;
  text-align: left;
  vertical-align: top;
  background: #095999;
  border-bottom: 15px solid #cccc99;
  font-weight: normal;
  line-height: 125%;
  background-image: url(images/threepalms.gif);
  background-repeat: no-repeat;
  background-position: -30px 160px;
}

#right-nav {
  padding-right: 0px;
  padding-bottom: 10px;
  padding-top: 0px;
  text-align: right;
  vertical-align: top;
  background: #095999;
  border-bottom: 15px solid #cccc99;
  font-weight: normal;
  line-height: 125%;
  background-image: url(images/threepalmsr.gif);
  background-repeat: no-repeat;
  background-position: -5px 160px;
}

#title-helper {
  font-style: italic;
  font-size: 80%;
  margin-top: -25px;
  font-weight: normal;
}

A {
  color: #eeeeff;
  border-bottom: solid #eeeeff 1px;
  text-decoration: none;
}

A:hover {
  background-color: #CCCC99;
  color: #000000;
  border-bottom: 0px;
}

INPUT {
  color: #095999;
}

li.spaced {
  margin-bottom: 10px;
}

li.spaced ul {
  padding-top: 10px;
}

#amenity {
  font-weight: bold;
  font-variant: small-caps;
  font-family: serif;
  font-size: 120%;
  color: #CCCC99;
}

#season {
  font-weight: bold;
  font-variant: small-caps;
  font-family: serif;
  font-size: 120%;
  color: #095999;
  white-space: nowrap;
}

#mini-amenity {
  font-weight: bold;
  font-variant: small-caps;
  font-family: serif;
  font-size: 100%;
  color: #CCCC99;
}

#emphasis {
  font-weight: bold;
  font-variant: small-caps;
  font-family: serif;
  font-size: 120%;
  color: #CCCC99;
}

#slideshow {
  background-color: #095999;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 0px solid #cccc99;
  border-bottom: 0px solid #cccc99;
  border-left: 0px solid #cccc99;
  border-right: 0px solid #cccc99;
  margin-top: 10px;
}	

#pics {
  text-align: right;
}

#blurb {
  font-size: 100%;
}

.rev-link {
  color: #095999;
  border-bottom: solid #095999 1px;
  text-decoration: none;
}

A.rev-link:hover {
  /*background-color: #095999;*/
  color: #095999;
  border-bottom: 1px solid #ffffff;
}

.res-input {
	background-color: #D8D8D8;
}

#validation_error_message {
	border: 2px solid orange;
	padding: 5px;
	width: 30%;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 20px;
	text-align: left;
	font-weight: bold;
}

.required {
	/* border: 3px solid orange; */
	background-color: orange;
}

.isHidden {
	display: none;
}

.isShown {
	display: block;
}
