html * {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
	background-color: #FFF;
	text-align: center;
}
img {
	border: 0px;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 0.6em;
}
h3, h4, h5, h6 {
	color: #C60;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 0.9em;
}
p {
	margin-bottom: 1em;
}
address {
	margin-bottom: 1em;
}
blockquote {
	font-style: italic;
	padding: 0 2em;
}
td, th {
	padding: 3px;
}
fieldset {
	margin-bottom: 1em;
}
sup {
	font-size: 0.9em;
}

/* General Classes
   --------------- */

.error {
	color: #F00;
	font-weight: bold;
}
.checkPriceOK {
	color: #008000;
	font-weight: bold;
}
.clear {
	clear: both;
}
.dropCap {
	float: left;
	padding: 2px 2px 0 0;
	font-size: 3em;
	line-height: 80%;
	font-weight: normal;
	color: #000080;
	font-family: georgia, times;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.right2 {
	text-align: right;
}
.fLeft {
	float: left;
	margin-right: 10px;
}
.fRight {
	float: right;
	margin-left: 10px;
}
span.small {
	font-size: 0.8em;
}


/* Page
   ---- */

div#page {
	position: relative;
	margin: auto;
	width: 740px;
	text-align: left;
	background-image: url(../images/misc/page_background.gif);
	background-repeat: repeat-y;
}
div#page a {
	color: #06C;
	font-weight: bold;
	text-decoration: none;
}
div#page a:hover {
	color: #093;
	text-decoration: underline;
}
div#page .imgLabel {
	text-align: center;
	font-size: 0.7em;
}

/* Masthead
   -------- */

div#masthead {
	width: 740px;
}
div#masthead img {
	margin: 0 8px;
}
div#masthead a {
	position: absolute;
	top: 3px;
	right: 12px;
	color: white;
	font-size: 0.7em;
	text-decoration: none;
}
div#masthead a:hover {
	color: yellow;
	text-decoration: underline;
}
div#masthead h1, div#masthead h2 {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	color: white;
}
div#masthead h1 {
	position: absolute;
	top: 0px;
	left: 210px;
	font-size: 1.8em;
}
div#masthead h2 {
	position: absolute;
	top: 42px;
	/*left: 300px; - this is if we use the old wording 'a unique holiday experience... */
	left: 318px;
	font-size: 1em;
	text-align: center;
	line-height: 1.1em;
}

/* Navigation
   ---------- */

div#nav {
	width: 724px;
	margin: 0 8px;
	background-color: #0D180E;
	background-image: url(../images/misc/nav_fade.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#nav ul, div#nav ul ul {
	list-style: none;
	background-color: #0D180E;
}
div#nav ul li {
	float: left;
	margin: 0 0.4em;
	display: inline;
}
div#nav li:hover, div#nav li.hover {
    position: static; /* Fix for IE7 bug - see: http://www.builtfromsource.com/2006/10/23/a-fix-for-suckerfish-dropdowns-in-ie-7 */
}
div#nav ul li img {
	vertical-align: bottom;
}
div#nav ul a {
	display: block;
	color: white;
	font-size: 0.75em;
	font-weight: normal;
	text-decoration: none;
}
div#nav ul a.navExt {
	padding-right: 15px;
	background-image: url(../images/misc/arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#nav ul a:hover {
	color: yellow;
	text-decoration: underline;
}
div#nav ul ul {
	margin-left: -10px;
	line-height: 130%;
}
div#nav ul li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
div#nav ul ul li {
	width: 10em;
	padding-top: 2px;
	padding-bottom: 1px;
}
div#nav ul ul#ddExt, div#nav ul ul#ddExt li {
	width: 14em;
}
div#nav ul li:hover ul {
	left: auto;
}
div#nav ul li:hover ul, div#nav li.sfhover ul {
	left: auto;
}


/* Main Content
   ------------ */

div#main {
	clear: left;
	float: right;
	width: 440px;
	margin: 15px 28px 0 12px;
	display: inline;
	/*line-height: 150%;
	position: relative;*/
}
body#full div#main {
	clear: left;
	float: right;
	width: 600px;
	margin: 15px 70px 0 70px;
	display: inline;
}
body#about div#main {
	clear: left;
	float: right;
	width: 660px;
	margin: 15px 40px 0 40px;
	display: inline;
}
div#main p {
	font-size: 0.8em;
	line-height: 140%;
}
div#main address {
	font-size: 0.8em;
	line-height: 140%;
	font-style: normal;
	margin-left: 20px;
}
div#main ul {
	list-style: square;
	padding-left: 1em;
	margin: 0 0 1em 1em;
}
div#main ul#sitemap ul {
	margin: 0 0 0 1em;
}
div#main ul li {
	font-size: 0.8em;
}
div#main ul li li {
	font-size: 1em;
}
div#main table {
	border-collapse: collapse;
	background-color: #FFFFF0;
}
div#main th, div#main td {
	font-size: 0.8em;
	border: 1px solid #CCC;
}
div#main th {
	text-align: center;
}
div#main div.about {
	float: left;
	width: 210px;
	margin-right: 10px;
	display: inline;
}
div#main div#menu {
	width: 400px;
	text-align: center;
}
div#main div#menu p {
	margin: 15px;
	font-size: 0.9em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
div#main div.thumb {
	float: left;
	text-align: center;
	width: 130px;
	margin: 0 10px;
}
div#main div#map {
	width: 500px;
	height: 300px;
	border: 1px solid #FFFBDE;
	margin-bottom: 0.7em;
}

/* Secondary Content
   ----------------- */

div#second {
	clear: left;
	float: left;
	width: 220px;
	margin: 15px 12px 0 28px;
	display: inline;
}
div#second p {
	font-size: 0.8em;
	line-height: 135%
}
div#second p.LSmall {
	margin-top: 1em;
	font-size: 0.7em;
	text-align: left;
}
div#second p.imgDiv {
	font-size: 0.3em;
	margin-bottom: 0;
}
div#second ul {
	list-style: none;
	margin-left: 12px;
	font-size: 0.8em;
}
div#second ul li {
	margin-bottom: 0.5em;
}
div#second table {
	border-collapse: collapse;
	background-color: #FFFFF0;
}
div#second th, div#second td {
	font-size: 0.8em;
	border: 1px solid #CCC;
}
div#second th {
	text-align: center;
}

/* Footer
   ------ */

div#footerContainer {
	clear: both;
	width: 740px;
	margin-top: 12px;
	background-image: url(../images/misc/footer_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div#footer {
	position: relative;
	bottom: 7px;
	margin: 0 8px;
	padding: 7px 25px 3px 25px;
	text-align: center;
	background-color: #ECE9D8;
	background-image: url(../images/misc/footer_fade.gif);
	background-repeat: no-repeat;
	background-position: top;
}
div#footer p {
	font-size: 0.7em;
	margin: 0;
	line-height: 1.3em;
}

/* Calendar
   -------- */

div#calendar table {
	border-collapse: collapse;
	border: 0;
	background-color: #FFFFF0;
}
div#calendar th, div#calendar td {
	border: 2px ridge #CCC;
	font-size: 0.7em;
	text-align: center;
	padding: 3px;
}
div#calendar th.lpad, div#calendar th.lpad {
	padding: 5px;
}
div#calendar th#tableKey {
	background-color: #FFFBDE;
}
div#calendar td.nullCell {
	background-color: #CCF;
}
div#calendar td.booked {
	background-color: #FF9933;
}
div#calendar td.so3for2 {
	background-color: #FFF284;
}

/* Forms
   ----- */

div#main form table {
	width: 100%;
	background-color: #FFFFF0;
}
div#main form legend {
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 3px;
}
div#main form td {
	font-size: 0.8em;
	background-color: #CEDEF4;
}
div#main form td.right {
	background-color: #DBF0F7;
	width: 40%;
}
div#main form td.right2 {
	background-color: #DBF0F7;
	width: 25%;
}
div#main form td address {
	font-size: 1em;
	margin: 0;
}
div#main form select#day {
	width: 3.5em;
}
div#main form select#month {
	width: 7.5em;
}
div#main form select#year {
	width: 4.5em;
}
div#main form select#nights {
	width: 3.5em;
}

/* Dogspeople
   ---------- */
div#dogsPeople {
	display: none;
}
