/*
  Default style sheet for My Beach House on Tybee
  Copyright 1999-2009, RAE, Inc.
  File: styles/default.css
  Author: John A. Lock, RAE, Inc. <http://www.relevantarts.com/>
  Date: 2008-10-16
  Version: 2.0
*/

/* Font specs
*******************************************************************/  
html {
  font-size: 100%;
}

body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 12px;
  color: #555555;
  background-color: #ffffff;
  margin: 0px 0px 0px 0px;
}

h1 {
  color: #333333;
  font-size: 1.666em;
}
h2 {font-size: 1.666em; font-weight: bold;}
h3 {font-size: 1.333em; font-weight: bold;}
h4 {font-size: 1.000em; font-weight: bold;}
h5 {font-size: 0.833em; font-weight: bold;}
h6 {font-size: 0.667em; font-weight: bold;}

.smallest {font-size: 0.500em;}
.smaller  {font-size: 0.667em;}
.small    {font-size: 0.833em;}
.normal   {font-size: 1.000em;}
.big      {font-size: 1.333em;}
.bigger   {font-size: 1.666em;}
.biggest  {font-size: 2.000em;}

input, textarea {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 1.000em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

img {border: 0px;}

form {margin: 0px 0px 0px 0px;}

dd, ul, ol {
  margin-left: 20px;
  padding-left: 20px;
}

p, ul, ol, dl {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Text tweaks
******************************************************************/
.underline  {text-decoration: underline;}
.moreleading {line-height: 150%;}
.indent10    {margin-left: 10px;}
.indent20    {margin-left: 20px;}
.credit      {
  width: 100%;
  text-align: center;
  font-family: serif;
  font-style: italic;
}
.redtext {
  color: #cc0000;
  font-weight: bold;
}
.greentext {
  color: #3f7910;
  font-weight: bold;
}
.bigboldgreen {
  font-size: 1.250em;
  font-weight: bold;
  color: #3f7910;
}
.textbox {
  padding: 2px 2px 2px 2px;
  border: 1px solid #666666;
}
.note_star {
  font-size: 0.667em;
  vertical-align: super;
}
.form_button {
  cursor: pointer;
  overflow: visible;
  padding: 0px 10px 0px 10px;
  color: #ffffff;
  background-color: #3f7910;
  font-weight: bold;
  border: 1px solid #000000;
  border-radius: 0.500em;
  -moz-border-radius: 0.500em;
}
.clearall {
  float: none;
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
  height: 0px;
  line-height: 0;
  font-size: 0;
}
* html .clearall {
  height: 0;
}

/* Default link appearance
*******************************************************************/
a:link    {color: #3f7910; text-decoration: none; font-weight: bold;}
a:visited {color: #3f7910; text-decoration: none; font-weight: bold;}
a:hover   {color: #3f7910; text-decoration: underline; font-weight: bold;}
a:active  {color: #3f7910; text-decoration: underline; font-weight: bold;}

/* Layout specs
*******************************************************************
Padding syntax - padding: Top Right Bottom Left;
Margin syntax  - margin: Top Right Bottom Left;                  */

.wrapper {
  width: 780px;
  margin: 10px auto 0px auto;
}
.header {
  width: 100%;
  text-align: right;
  padding: 5px 0px 10px 0px;
}
div.header a {
  font-weight: normal;
  font-size: 0.833em;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 7px 0px 7px;
}
div.header a:link {
  color: #3f7910;
}
div.header a:visited {
  color: #3f7910;
}
div.header a:hover {
  color: #3f7910;
  text-decoration: underline;
}
.subhead {
  font-weight: bold;
  text-decoration: underline;
}
.photothumb {
	margin: 4px 4px 4px 4px;
	border: 3px solid #000000;
}
.largephoto {
	padding: 3px 3px 3px 3px;
	background-color: #000000;
}
.captext {
	padding-left: 10px;
}
.details {
	padding-bottom: 10px;
	background-color: #000000;
}
div.home_body h1 {
  font-size: 1.000em;
  text-align: justify;
  line-height: 150%;
}
.events {
  width: 600px;
  border: 2px solid #000000;
  background-color: #3f7910;
  color: #ffffff;
}
table.events a:link {
  color: #ffffff;
  text-decoration: underline;
}
table.events a:visited {
  color: #ffffff;
  text-decoration: underline;
}
table.events a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.home_quote {
  width: 460px;
  margin: 0px auto 0px auto;
  color: #3f7910;
}
.prop_summary {
  border-top: 3px solid #000000;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
}
.main_photo {
  background-color: #000000;
}
.decor_photo {
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #000000;
}
.prop_details {
  width: 100%;
  vertical-align: top;
  padding: 10px 10px 10px 10px;
  border-left: 3px solid #000000;
}
.prop_rates {
  vertical-align: middle;
  padding: 10px 10px 0px 0px;
}
.rate_quote {
  color: #000000;
/*  font-size: 1.25em;*/
  font-weight: bold;
  white-space: nowrap;
}
.note_star {
  color: #000000;
}
td.rate_quote a:link {
  color: #000000;
  text-decoration: none;
}
td.rate_quote a:visited {
  color: #000000;
  text-decoration: none;
}
td.rate_quote a:hover {
  color: #3f7910;
  text-decoration: underline;
}
.rates_table {
  color: #000000;
  font-size: 1.250em;
  font-weight: bold;
  border-bottom: 1px solid #000000;
}
.rates_head {
  color: #000000;
  white-space: nowrap;
}
.rates_amount {
  padding-right: 10px;
  white-space: nowrap;
}
.seasons {
  color: #ffffff;
  background-color: #3f7910;
  border: 1px solid #000000;
  border-collapse: collapse;
}
.detail_head {
  color: #000000;
  font-size: 1.250em;
  font-weight: bold;
  padding-right: 30px;
  border-bottom: 1px solid #000000;
}
.slides {
  width: 350px;
  float: right;
  background-color: #3f7910;
  border: 3px solid #000000;
}
.show_align {
  padding-top: 25px;
  text-align: center;
}
.bullets {
  list-style-type: circle;
  padding: 5px 0px 5px 0px;
}
.footer {
  width: 780px;
  border: 1px solid #000000;
}
#legend {
  position: absolute;
  top: 345px;
  color: #555555;
  font-size: 0.750em;
  cursor: default;
}
#propview {
  margin-top: 4px;
  width: 270px;
	color: #ffffff;
	position: relative;
  cursor: pointer;
}
#prop_maas {
	position: absolute;
	left: 0px;
	visibility: hidden;
	background-color: #000000;
}
#prop_mbb {
	position: absolute;
	left: 0px;
	visibility: hidden;
	background-color: #000000;
}
#prop_mbh {
	position: absolute;
	left: 0px;
	visibility: hidden;
	background-color: #000000;
}
#prop_mic {
	position: absolute;
	left: 0px;
	visibility: hidden;
	background-color: #000000;
}
#prop_mmm {
	position: absolute;
	left: 0px;
	visibility: hidden;
	background-color: #000000;
}
#prop_mov {
	position: absolute;
	left: 0px;
	visibility: hidden;
	background-color: #000000;
}
#prop_mss {
	position: absolute;
	left: 0px;
	visibility: hidden;
	background-color: #000000;
}
#prop_msl {
	position: absolute;
	left: 0px;
	visibility: hidden;
	background-color: #000000;
}
#prop_msr {
	position: absolute;
	left: 0px;
	visibility: hidden;
	background-color: #000000;
}
#prop_mta {
	position: absolute;
	left: 0px;
	visibility: hidden;
	background-color: #000000;
}
#prop_mtaa {
	position: absolute;
	left: 0px;
	visibility: hidden;
	background-color: #000000;
}
#prop_mtab {
	position: absolute;
	left: 0px;
	visibility: hidden;
	background-color: #000000;
}
#prop_mtb {
	position: absolute;
	left: 0px;
	visibility: hidden;
	background-color: #000000;
}
#prop_mtq {
	position: absolute;
	left: 0px;
	visibility: hidden;
	background-color: #000000;
}
