/* --------------------------------------- */
/* JAMARCO general css */
/* --------------------------------------- */

html,body					{ margin: 0; padding: 0; }

body
	{
	background: url(/grfx/background.gif) #ffefae repeat-x;
	font-family: trebuchet MS,arial,helvetica,sans-serif;
	font-size: 0.9em;
	color: #000;
	}

div#wrapper
	{
	background: transparent url(/grfx/bgwrapper.png) repeat-y top left;
	position: relative;
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	}

.button						{ cursor: hand; cursor: pointer; }
.clear						{ clear: both; }

a							{ color: #7b7a7b; text-decoration: underline; }
a:hover						{ color: #244994; text-decoration: underline; }

/* ======================================= */

/* --------------------------------------- */
/* HEADER */
/* --------------------------------------- */

#wrapperhdr
	{
	background: url(/grfx/wrapperhdr.png) no-repeat top left;
	padding: 2px;
	}

div#header
	{
	background: url(/grfx/bghdr.gif) repeat-x;
	height: 246px;
	position: relative;
	margin: 0px 3px;
	}

div#header h1
	{
	background: url(/grfx/logo.png) no-repeat;
	width: 169px;
	height: 71px;
	position:absolute;
	top: 128px;
	left: 30px;
	margin: 0px;
	}

div#header h1 a
	{
	background: transparent;
	text-indent: -9999px;
	display: block;
	}

#photobar
	{
	background: url(/grfx/photobar.jpg) no-repeat;
	height: 246px;
	}

/* ======================================= */

/* --------------------------------------- */
/* MENU */
/* --------------------------------------- */

#navigation
	{
	background: #0f5a49;
	font-size: 0.9em;
	text-align:left;
	position:relative;
	width: 774px;
	height:26px;
	margin:0 auto;
	padding:0;
	list-style-type:none;
	z-index: 2;
	}

ul#nav						{ padding-top: 4px; }

#nav, #nav ul { /* all lists */
	float: left;
	width: 750px;
	list-style: none;
	line-height: 1;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 0;
	}

#m1, #m2, #m3, #m4, #m5, #m6, #m7, #m8, #m9, #m10 {
	background: url(/grfx/menubarstripe.gif) no-repeat right;
	}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.1em 0.6em;
	}

#nav a:hover {
	display: block;
	color: #ffd429;
	text-decoration: none;
	}

#nav li { /* all list items */
	float: left;
	padding: 0;
	}

#nav li ul { /* second-level lists */
	background: #1d62a0;
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	height: auto;
	width: 215px; /* width */
	font-weight: normal;
	border:1px solid #a6c4ec;
	margin: 0;
	}

#nav li li 					{ width: 100%; }

#nav li ul a {
	height: 20px;
	padding-top:9px;
	padding-bottom:1px;
	padding-right:0.25em;
	}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
	margin: -1.7em 0 0 13.95em;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li ul li a:hover { /* lists nested under hovered list items */
	color: #bcc51d;
	background: #1d62a0;
	}

/* Support for the "iehover-fix.js" */

ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	}

* html ul.nav li { z-index: 201; }

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */


#nav li#m2 #highlight, #nav li#m3 #highlight, #nav li#m4 #highlight, #nav li#m5 #highlight,
#nav li#m6 #highlight, #nav li#m7 #highlight, #nav li#m8 #highlight, #nav li#m9 #highlight
	{
	color: #ffd429;
	text-decoration:none;
	}

/* ======================================= */

/* --------------------------------------- */
/* CONTENT */
/* --------------------------------------- */

div#main
	{
	position:relative;
	min-height: 600px;
   	height: auto;
   	_height: 600px;
	}

div#content, div#content_full
	{
	font-size: 0.9em;
	position:relative;
	float:left;
	width: 510px;
	/* http://wellstyled.com/css-underscore-hack.html */
	background: transparent;
	text-align: left;
	margin: 12px;
	}

div#content_full
	{
	width: 710px;
	}

h3
	{
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	}

h4, h5
	{
	font-size: 1.2em;
	font-weight: bold;
	}

#special
	{
	background-color: #9ee000;
	position: relative;
	color: #fff;
	display: block;
	padding: 10px;
	}

#spec1
	{
	position: relative;
	float: left;
	width: 240px;
	}

#spec2
	{
	position: absolute;
	right: 10px;
	width: 240px;
	}

#special img
	{
	border: 2px solid #fff;
	margin-right: 5px;
	}

#sidebar
	{
	color: #000;
	width:204px;
	margin-top: 10px;
	margin-right:3px;
	margin-left: 550px;
	}

.photo
	{
	background-color: #ffd429;
	font-size: 0.85em;
	display: block;
	padding: 4px;
	}

#gallery img
	{
	margin: 5px;
	margin-top: 0px;
	}

#note
	{
	background-color: #f90;
	font-weight: bold;
	font-size: 1.6em;
	color: #fff;
	width: 234px;
	height: auto;
	min-height: 60px;
	padding: 10px;
	}

#note a						{ color: #ff0; text-decoration: underline; }

/* ======================================= */

/* --------------------------------------- */
/* FOOTER */
/* --------------------------------------- */

div#addressbar
	{
	background: url(/grfx/bgaddressbar.gif) repeat-x;
	font-size: 0.75em;
	color:#fff;
	line-height: 1.2em;
	width: 740px;
	height: 60px;
	position: relative;
	margin: 10px auto;
	}

div#addressbar a 				{ color: #ffd427; text-decoration: none; }
div#addressbar a:hover 			{ color: #9ee000; text-decoration: none; }

div#addressbar table#address	{ width: 300px; position: relative; }
div#addressbar table#specials	{ width: 435px; position: absolute; top: 0px; margin-left: 305px; }

div#addressbar table#address p	{ margin-top: 10px; margin-left: 5px; }
div#addressbar table#specials p	{ margin-top: 10px; margin-left: 5px; }

table#specials img				{ border: 2px solid #ffd427; margin-right: 5px; }

#footer
	{
	background: transparent url(/grfx/wrapperftr.png) no-repeat bottom left;
	position: relative;
	clear:both;
	height: 5px;
	}

/* ======================================= */

/* --------------------------------------- */
/* BUNGALOWS */
/* --------------------------------------- */

.bungalowinfo				{ position:relative; display:block; background:#ffd528; padding:5px; border: 1px solid #fff;}
.infoleft					{ float:left; position:relative; width:110px; left:0px; }
.infoleft a					{ font-weight: bold; color: #f63; text-decoration: underline; }
.infoleft a:hover			{ font-weight: bold; color: #000; text-decoration: underline; }

.inforight					{ float:right; position:relative; width:130px; right:0px; }

.infocenter					{ margin-left:120px; margin-right:140px; position:relative; display:block; height:1%; }
.infocenter	h4				{ font-weight: bold; font-size: 1.1em; text-transform:uppercase; margin: 0px;}
.infoprice					{ background-color: #ffeda7; border: 1px solid #ffb128; width: 100%; padding: 2px; }

.infoleft img				{ border: 2px solid #fff; }

#bungalowphotos				{ position: relative; width: 508px; margin: 5px auto; }

#bungalowphotos p
	{
	background-color: #ffd429;
	font-size: 0.85em;
	display: block;
	padding: 4px;
	}

/* ======================================= */

/* --------------------------------------- */
/* POPUP CALENDER */
/* --------------------------------------- */

#calendar					{ display: block; text-align: center; }
#caltable					{ width: 100%; }

.monthtable					{ border: solid #fff; border-width:1px 0px 0px 1px; font-family:Arial; font-size:11px; text-align:center; margin: 0px auto; margin-bottom: 10px; }
.month
	{
	background-color:#ffefae;
	font-weight: bold;
	border: solid #fff;
	border-width: 0px 1px 1px 0px;
	}

.day, .wday
	{
	background-color:#ffd427;
	border: solid #fff;
	border-width: 0px 1px 1px 0px;
	width: 18px;
	height: 15px;
	}

.wday						{ background-color:#ffe26f; }
.emptyday					{ background-color:#ffefae; }

.vacantday, .vacantwday
	{
	background-color: #9f3;
	border: solid #fff;
	border-width: 0px 1px 1px 0px;
	font-size: 10px;
	text-align: center;
	width: 18px;
	height: 15px;
	}

.vacantwday					{ background-color: #cf9; }

.occupiedday, .occupiedwday
	{
	background-color: #f63;
	border: solid #fff;
	border-width: 0px 1px 1px 0px;
	font-size: 10px;
	text-align: center;
	width: 18px;
	height: 15px;
	}

.occupiedwday				{ background-color: #f96; }

.arrivalday, .departureday
	{
	background: url(/grfx/bgarrival.gif) no-repeat center;
	border: solid #fff;
	border-width: 0px 1px 1px 0px;
	font-size: 10px;
	text-align: center;
	width: 18px;
	height: 15px;
	}

.departureday				{ background: url(/grfx/bgdeparture.gif) no-repeat center; }

#legend						{ border: 1px solid #ccc; font-family:Arial; font-size:11px; text-align:left; width: 98%; margin: 0px auto; }

/* ======================================= */
/* ======================================= */
/* ======================================= */
