﻿html {
	overflow-y: scroll;
} 

body {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 20px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color:  #CADEC9;
}

#container {
	width: 980px;
	background-color: white;
	background-image: url('images/Background-Content.jpg');
	margin: 0 auto;
	padding: 0;
	border: 3px black solid;
	border-bottom: none;
}


/* Masthead */

#masthead {
	width: 705px;
	height: 112px;
	margin: 0 auto;
	padding: 15px 15px 0px 260px ;
	text-align: right;
	background-image: url('images/Background-Header.jpg');
	background-repeat: no-repeat;
	color: #DEE8D2;
	vertical-align: top;
	font-size: 90%;
	font-weight: bold;
	border-bottom: 2px solid black;
}

#masthead h1 {
	display: none;
}

#masthead h2 {
	padding-top: 0.25em;
	background-image: none;
	color: white;
	border-top: yellow 1px solid;
	font-size: 120%;
	border: none;
}

#masthead h3 {
	background-image: none;
	color: white;
	padding: 0.5em 0px 0px 0px;
	border: none;
	font-size: 100%;
}

#masthead p {
	line-height: 75%;
}

#masthead a, #masthead a:link, #masthead a:visited {
	color: #DEE8D2;
	text-decoration: none;
}

#masthead a:hover {
	text-decoration: none;
	color: white;
}


/* Navigation */

#navigation {
	background-color: #7FA456;
	background-image: url('images/Background-Navigation.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	text-align: center;
	padding: 10px 20px 10px 0px;
	border-bottom: 2px black solid;
	font-size: large;
	text-align: right;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
}

#navigation li {
	display: inline;
}

#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #DEE8D2;
	padding: 10px 10px;
}

#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

/* Sidebar Area */

#sidebar {
	position: relative;
	float: left;
	margin: 0;
	width: 190px;
	padding: 15px;
	color: white;
	font-size: large;
	font-weight: bold;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin: 0.35em 0px 0 0px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul ul {
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
}


#sidebar a {
	text-decoration: none;
	color: white;
}

#sidebar a:hover {
	text-decoration: none;
	color: yellow;
}


/* Content Area */

#content {
	position: relative;
	float: right;
	width: 725px;
	padding: 15px 10px 0px 10px;
	margin: 0;
	font-size: 95%;
}

/* Footer */

#footer {
	overflow: auto;
	clear: both;
	padding: 0px;
	border-top: 2px black solid;
	background-image: url('images/Background-Footer.jpg');
	background-repeat: no-repeat;
	background-color:  #DEEF98;
	color: black;
	font-size: 75%;
	height: 100px;
}

#footer ul {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 110%;
}

#footer li {
	list-style: none;
	display: inline;
	padding: 0px 0px 0px 20px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color: black;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0;
	padding-bottom: 5px;
}

/* General */

a:visited {
	color: #3E643D;
}

a:link {
	color: #3E643D;
}

a:hover {
	color: black;
}

h2 {
	color: #3E643D;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 170%;
	margin: 0px 0px 0.5em 0px;
	border-bottom: 1px solid #3E643D;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 0px;
	font-size: 130%;
	margin: 0px 0px 0.75em 0px;
	color: #3E643D;
}

h4 {
	font-size: 110%;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0.75em 0px;
	color: #3E643D;
}

ul {
	margin-left: 2em;
}

li {
	margin: 0.5em 0px 0 0px;
}

p {
	line-height: 160%;
	margin: 0px 0px 0.75em 0px;
}

em {
	font-weight:bold;
}

ul li ul {
	font-size: 85%;
}


blockquote {
}

textarea {
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0.5em;
}

input {
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0.5em;
}

table {
	width: 100%;
	margin: 0px 0px 1em 0px;
}

td  {
	vertical-align:top;
	padding: 0.25em;
}

table.twocolumns td {
	width: 50%;
}

table.threecolumns td {
	width: 33%;
}

.center {
	text-align: center;
}


.right {
	text-align: right;
}


th  {
	vertical-align:top;
	padding: 0.25em;
}

th {
	text-decoration: underline;
}

img.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

a img {
	border: none;
}

.davidnote {
	background-color: #FFFFCC;
	color: black;
	border: black 1px solid;
	padding: 5px;
	font-family: "Trebuchet MS";
	font-size: 80%;
	font-weight: normal;
}

.davidnote a {
	color: black;
	text-decoration:underline;
}

.disclaimer {
	clear: both;
	margin-top: 1em;
	padding-top: 0.5em;
	font-size: 80%;
	border-top: 1px dashed black;
}

.border {
	border: 1px solid black;
}

.contactform {
	margin: 0 auto;
}

p.photoparagraph img {
	margin: 0 .5em .5em 0;
	border: 1px solid black;
}

.photoandcaption {
	float: right;
	margin: 0 0 1em 1em;
	text-align: center;
	font-size: 95%;
	font-variant: small-caps;
	border-bottom: 1px solid black;
}

.photoandcaption img {
	border: 1px solid black;
}

.noscreen {
	display: none;
}


div.newsletter {
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 4px black dotted;
	font-size: 50%;
}

div.newsletter input {
	margin: 0em;
}

div.newsletter h3, div.newsletter h4, div.newsletter form {
	margin: 0;
	padding: 0;
	background-image: none;
}

div.newsletter input.field {
	width: 70%
}

div.newsletter input.submit{
	width: 20%
}

iframe.frame {
	border: 2px #652227 solid;
}

table.tourinfo td {
	width: 70%;
}

table.tourinfo td img {
	float: left;
	border: 1px  #73924C solid;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

table.tourinfo td+td {
	width: 35%;
	margin-left: 1em;
	padding-left: 0.5em;
	border-left: 1px  #73924C dashed;
	text-align: center;
}

table.tourinfo td+td p {
	margin-bottom: 0;
}

p.tourbook {
	padding: 0.25em;
	border: 1px  #73924C dotted;
	text-align: center;
	width: 80%;
	margin: 0.25em auto;
}

p.tourbook a, p.tourbook a:link, p.tourbook a:visited {
	text-decoration: none;
	width: 100%;
	display:block;
}

p.tourbook a:hover {
	background-color: #C5D5B1;
	color: white;
}

p.slogan {
	text-align: center;
	font-size: 80%;
	border-top: 2px yellow solid;
	margin: 1.5em 0 1.5em 0;
	padding: 1.5em 0 0 0;
}

div.otherlinks {
	text-align: center;
	font-size: 70%;
}

div.otherlinks h4 {
	border-top: 2px yellow solid;
	margin: 1em 0 1em 0;
	padding: 1em 0 0 0;
	color: white;
}