body {
 margin: 0;
 padding: 0;
 font-size: 62.5%;
 font-family: arial, helvetica, sans-serif;
 background-color: #f5f8e0;
 color: #5d632b;
}

/* Hides from IE5-mac \*/
* html #container {height: 1%;}
/* End hide from IE5-mac */

h1 {
 margin: 10px 0 10px 0;
 padding: 5px;
 color: #5d632b;
 font-size: 1.8em;
 font-family: arial, helvetica, sans-serif;
}

h2 {
 margin: 0;
 padding: 5px;
 color: #5d632b;
 font-size: 1.5em;
 font-family: arial, helvetica, sans-serif;
}

p {
 margin: 0;
 padding: 5px;
 font-size: 1.2em;
 color: #5d632b;
 background-color: transparent;
}

#navcontainer{
	margin: 0;
	background-color: #fff;
	text-align: center;
	width: 900px;
	height: 3em;
	line-height: 3em;
}

#navcontainer ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

#navcontainer ul li {
 display: inline;
 margin: 0;
 padding: 0;
}

#navcontainer ul li a {
	background-color: #fff;
	color: #c60;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 1em;
 }

#navcontainer ul li a:hover {
 color: #fff;
 background-color: #c60;
 }

#navcontainer a:active {
 background: #5d632b;
 color: #fff;
 }

#navcontainer li#active a {
 background: #5d632b;
 color: #fff;
 }

#photobar {
	background-color: white;
	background-image: url(images/photobar_apt2.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 100px;
	padding: 0;
	width: 900px;
	margin: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#container {
	position: relative;
	width: 900px;
}

#secnav {
	position: absolute;
	margin: 0;
	top: 0;
	left: 200px;
	background-color: white;
	text-align: center;
	padding-top: 0px;
	padding-right: 1em;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 2em;
	line-height: 2em;
}

#secnav ul {
 display: inline;
 list-style-type: none;
 padding: 0;
 margin: 0;
}

#secnav li {
 display: inline;
 padding: 0;
 margin: 0;
}

#secnav li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: #C60;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1em;
}

#secnav a:hover {
 text-decoration: underline;
}

#secnav li#active a {
 color: #5d632b;
 text-decoration: none;
}

.pullquote {
	float: right;
	width: 160px;
	padding: 1em;
	margin: 0.5em;
	background-color: white;
}

.pullquote p {
	color: #5d632b;
	font-size: 1.2em;
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
}

.pullquoteimgl {
	float: left;
	clear: left;
	padding: 0;
	border: 2px solid white;
	background-color: white;
	margin-top: 5px;
	margin-right: 1em;
	margin-bottom: 5px;
	margin-left: 5px;
}

.pullquoteimgl img {
 display: block;
}

.pullquoteimgr {
	float: right;
	clear: right;
	padding: 0;
	border: 2px solid white;
	background-color: white;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 1em;
}

.pullquoteimgr img {
 display: block;
}

.centerimg {
 text-align: center;
 padding: 0;
 margin: 5px;
}

#logo {
 position: absolute;
 top: 0;
 right: 190px;
}

#content {
	background-color: #f0f6c3;
	line-height: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#content ul {
 font-size: 1.2em;
 color: #5d632b;
 padding: 0 20px 0 30px;
 margin: 10px 0 10px 0;
}

#content ol {
 font-size: 1.2em;
 color: #5d632b;
 padding: 10px 50px;
 margin: 0;
}

#content li {
 padding: 0 0 5px 0;
}

#content a {
 text-decoration: none;
 margin: 0;
 padding: 0;
}

#content a:link {
 color: #c60;
}

#content a:hover {
 text-decoration: underline;
}

#content a:visited {
 color: #96519e;
}

#spa table {
 table-layout: fixed;
 margin-top: 2em;
 margin-bottom: 1em;
 width: 100%;
 border-spacing: 10px;
}

#spa td, th {
 padding: 0;
 margin: 0;
 width: 50%;
}

#golflocation {
	padding: 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

#golflocation table {
 table-layout: auto;
}

#golflocation ul {
 margin-left: -15px;
 list-style: none;
}

#golflocation h2 {
 font-size: 1.2em;
 font-weight: normal;
 font-family: arial, helvetica, sans-serif;
}

#golflocation li {
 padding: 0;
 margin: 3px 0;
}

#golflocation span {
 margin: 0 5px 0 0;
 padding: 0;
 background-color: red;
 color: white;
}

#weather table {
 table-layout: fixed;
 width: 100%;
 clear: both;
 border-spacing: 5px;
 empty-cells: hide;
 font-weight: normal;
 font-size: 1em;
 font-family: arial, helvetica, sans-serif;
 color: #5d632b;
}

#weather td, th {
 padding: 2px 5px 2px 2px;
 border: 1px solid #5d632b;
}

.weatherhot {
 background-color: yellow;
}

.weathercold {
 background-color: #a7e7fe;
}

.weathercell {
 background-color: #dee87e;
}

#calender {
 margin: 0;
 padding: 0;
}

#calender div{
 float: left;
 height: 180px;
 background-color: white;
 padding: 2px;
 margin: 2px;
 color: #5d632b;
 text-align: center;
}

#calender div caption {
 background-color: #eff3ce;
 font-weight: bold;
 font-size: 1.1em;
 font-family: arial, helvetica, sans-serif;
 color: #5d632b;
}

.booked {
	background-color: #CCCCCC;
	color: #000066;
	text-decoration: line-through;
}

.gold {
 background-color: #ffc704;
 color: black;
}

.silver {
 background-color: silver;
 color: black;
}

.bronze {
 background-color: #b55712;
 color: white;
}

#prices table {
 padding: 0;
 margin: 1em 0;
 table-layout: fixed;
 width: 100%;
 clear: both;
 border-spacing: 5px;
 font-weight: normal;
 font-size: 1.2em;
 font-family: arial, helvetica, sans-serif;
 color: #5d632b;
 empty-cells: hide;
}

#prices td, th {
 padding: 2px 5px 2px 2px;
 border: 1px solid #5d632b;
}

.pricecell {
 background-color: #dee87e;
}

#signoff {
 text-align: right;
}

.offer {
	text-align: left;
	padding: 5px;
	margin: 0;
	background-image: url(images/med_triangle.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.offer a {
 padding: 0;
 margin: 0;
 text-decoration: none;
 font-weight: bold;
}

.offer a:link {
 color: #c60;
}

.offer a:visited {
 color: #96519e;
}

.offer a:hover {
 text-decoration: underline;
}

#extra {
 position: absolute;
 margin: 0;
 padding: 0;
 left: 0;
 top: 0;
 width: 198px;
 background-color: #dee87e;
}

#extra p {
 margin: 0;
 padding: 5px;
 font-size: 1.2em;
 color: #5d632b;
}

#extra ul {
 font-size: 1.2em;
 color: #5d632b;
 padding: 0 10px;
 margin: 0;
}

#extra li {
 padding: 0 0 5px 0;
 margin: 0;
}

#extra h3 {
	padding: 5px;
	color: white;
	font-size: 1.6em;
	background-color: #96519e;
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#extra table {
	font-size: 1.2em;
}


#footer {
	text-align: left;
	background-color: #dee87e;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
}

#footer p {
	font-size: 1.2em;
	padding: 0;
	font-weight: bold;
}

#footer a {
 margin: 0 5px;
 text-decoration: none;
}

#footer a:link {
 color: #c60;
}

#footer a:visited {
 color: #96519e;
}

#footer a:hover {
 text-decoration: underline;
}

#footerlinks {
	text-align: right;
}

#clientinfo {
 padding: 5px;
 margin: 5px;
 text-align: left;
 background-color: #dee87e;
 height: 1%;
}

#clientinfo .text {
 font-family: arial, helvetica, sans-serif;
 font-size: 1em;
 width: 250px;
 margin-left: 5px;
 background-color: white;
}

#clientinfo .textarea {
 font-family: arial, helvetica, sans-serif;
 font-size: 1em;
 width: 250px;
 margin-left: 5px;
 background-color: white;
}

.label {
 font-size: 1.2em;
 padding: 3px;
 color: #5d632b;
}

#buttons {
 padding: 0;
 margin-top: 5px;
 margin-left: 5px;
}

#traveloption {
 margin: 5px;
 padding: 0;
}

#traveloption div {
 float: left;
 text-align: left;
 width: 150px;
 height: 80px;
 padding: 5px;
 margin: 3px;
 border: 1px solid white;
 background-color: #dee87e;
 background-image: url(images/small_triangle.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
}

#traveloption p {
 padding: 0;
 margin: 0;
 font-size: 1em;
}

#traveloption h2 {
 padding: 0;
 margin: 0;
 font-size: 1.2em;
}

.clearboth { clear: both; }
.embolden {
	font-weight: bold;
}


/* Hides from IE-mac \*/
* html #traveloption {height: 1%;}
* html #calender {height: 1%; }
/* End hide from IE-mac */
.available {
	background-color: #00FF00;
	color: #000000;
	border: 1px solid #000000;
}
