﻿html {
	overflow-y: scroll;
} 

body {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0 0 0 0;
	padding: 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: black;
	background-color: white;
	background-image: url('images/Background-Body.jpg');
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width: 980px;
	background-color: white;
	background-image: url('images/Background-Content.jpg');
	margin: 0 auto;
	padding: 0;
	border-left: 2px black solid;
	border-right: 2px black solid;
}


/* Masthead */

#masthead {
	width: 954px;
	height: 109px;
	margin: 0 auto;
	padding: 37px 30px 0 0px ;
	overflow: hidden;
	text-align: right;
	background-color: #C3A87D;
	background-image: url('images/Background-Header.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	color: Black;
	vertical-align: top;
	font-size: 90%;
	font-weight: bold;
}

#masthead h1 {
	display: none;
}

#masthead h2 {
	display: none;
}

#masthead h3 {
	background-image: none;
	color: Black;
	padding: 0px 0px 0px 0px;
}

#masthead p {
	line-height: 75%;
}

#masthead a, #masthead a:link, #masthead a:visited {
	color: Black;
	text-decoration: none;
}

#masthead a:hover {
	text-decoration: none;
	color: #111111;
}


/* Navigation */

#navigation {
	background-color: #9C8B71;
	background-image: url('images/Background-Navigation.jpg');
	background-repeat: no-repeat;
	background-position: left 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, #navigation a:visited, #navigation a:link {
	font-weight: bold;
	text-decoration: none;
	color: white;
	padding: 10px 10px;
}

#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: white;
}

/* Sidebar Area */

#sidebar {
	position: relative;
	float: left;
	margin: 0;
	width: 175px;
	padding: 15px;
	color: #111111;
	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;
}

#sidebar ul ul {
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
}

#sidebar a {
	text-decoration: none;
	color: #111111;
}

#sidebar a:hover {
	text-decoration: none;
	color: white;
}


/* Content Area */

#content {
	position: relative;
	float: right;
	width: 749px;
	padding: 15px 10px 0px 10px;
	margin: 0;
	font-size: 95%;
	background-color: white;
	background-image: url('images/Background-Content2.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
}

/* Footer */

#footer {
	overflow: auto;
	clear: both;
	padding: 5px;
	border-top: 2px black solid;
	border-bottom: 2px black solid;
	background-color: #B54827;
	color: #EEEEEE;
}

#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: white;
	text-decoration: none;
}

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

#footer p {
	margin: 0;
	padding-bottom: 5px;
}

/* General */

a:visited {
	color: #666666;
}

a:link {
	color: #666666;
}

a:hover {
	color: #666666;
}

h2 {
	color: #964C29;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 170%;
	margin: 0px 0px 0.5em 0px;
	xborder-bottom: thin #51371A solid;
	background-image: url('images/HorizontalLine.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 20px;
	
}

h3 {
	background-image: url('images/Icon-Heading.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 20px 0px 0px 45px;
	font-size: 130%;
	margin: 0px 0px 0.5em -30px;
	color: #964C29;
}

h4 {
	font-size: 110%;
	margin: 1em 0px 0.25em 0px;
}

ul {
	margin-left: 2em;
	padding: 0;
}

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: Calibri, Arial, Helvetica, sans-serif;
	margin-top: 0.5em;
}

input {
	width: 99%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: small;
	margin-top: 0.5em;
	padding: 0.25em;
	border: 1px solid  #7FA456;
}

table {
	width: 100%;
	margin: 0px 0px 1em 0px;
}

td  {
	vertical-align:top;
	padding: 0.25em;
}

#cart_contact td {
	padding: 3px;
}

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;
}

.noborder {
	border: none;
}

.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;
}

.featuredspeaker {
	background-color: #C5D5B1;
	border: 1px solid black;
	padding: 0.25em;
}

.featuredspeaker a {
	color: black;
}

.sponsors {
	text-align: center;
}

.sponsors img {
	margin: 0.3em;
}

.sponsors td {
	vertical-align: middle;
}

.sponsortext {
	font-size: 120%;
	color: #666666;
	padding: 0.5em;
}

.imagegallery img {
	margin-bottom: 2em;
}
