/* =BODY & TEXT
----------------------------------------------- */

body, html, td, th, ul, dl, li, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #362918;
}
body {
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background-color:#f1efea;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 24px;
	margin-bottom: 15px;
	color: #422110;
	margin-top: 25px;
}
h2 {
	font-size: 18px;
	color: #5d653d;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	color: #4C1506;
	margin-top: 20px;
	padding-bottom: 4px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
p {
	line-height: 1.7em;
	margin: 15px 0;
	padding: 0;
}
.smallprint {
	font-size:10px;
}	

/* =STRUCTURE
----------------------------------------------- */
#container {
	margin: 0 auto;
	width: 732px;
	text-align:left;
}
#header {
	height: 179px;
}
#banner img {
	margin: 0;
	
}
#wideleftcolumn {
	width: 400px;
	float: left;
	padding: 0 15px 10px 30px;
}
#halfleftcolumn {
	width: 310px;
	float: left;
	padding: 0 15px 10px 30px;
}
#halfrightcolumn {
	float: right;
	clear:right;
	width: 310px;
	padding: 0 30px 10px 30px;
}
#narrowrightcolumn {
	float: right;
	clear:right;
	width: 225px;
	padding: 0 30px 10px 30px;
	background: url(images/sidebar-background.png) no-repeat left top;
}
#wideleftcolumncontact {
	width: 400px;
	float: left;
	padding: 0 15px 10px 30px;
	background-image: url(images/thankyou.gif);
	background-position: 210px 60px;
	background-repeat: no-repeat;
}
#fullcolumn {
	width: 672px;
	clear:both;
	padding: 0 30px;
	margin-bottom:20px;
}
#footer {
	width: 692px;
	clear: both;
	text-align: center;
	padding: 20px;
	margin: 0;
	border-top: solid 1px #ccc;
}

/* =LINKS
----------------------------------------------- */

a:link {
	color: #631E10;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
color:#6B1B06;
}
a:hover {
color: #324852;
text-decoration: none;
}
a:active {
}

/* =MAIN NAVIGATION
----------------------------------------------- */
#mainnavigation ul {
	margin: 0px 0 28px;
	padding:0 0 0 30px;
	line-height: 33px;
	font-size: 14px;
	text-transform: uppercase;
}
#mainnavigation li {
	display: inline;
	list-style-type: none;
	padding: 0 20px 0 0;
	background-image: none;
}
#mainnavigation li a {
	color: #EFEBE4;
	text-decoration:none;
}
#mainnavigation li a:hover {
	color: #FFFFFF;
}
#mainnavigation #currentpage a {
	color: #73A4BA;
}
#secondarynavigation {
	padding: 0 0 0 0;
	margin: 0;
	font-family: "Century Gothic","Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-size: 12px;
	font-weight: bold;
	color: #004f38;
	letter-spacing: .1em;
}
#secondarynavigation li {
	list-style-type: none;
	padding: 0 12px 9px 0px;
	background-image: none;
}
#secondarynavigation li a {
	color: #004f38;
	text-decoration:none;
}
#secondarynavigation li a:hover {
	color: #00742c;
}
#secondarynavigation #currentpage a {
}
/* =LISTS
----------------------------------------------- */

ul {
	list-style-type: none;
	padding: 0;
	margin: 15px 0;
}
ul li {
	background-image: url(images/list-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.45em;
	padding: 0 0 8px 16px;
}

/* =FORMS
----------------------------------------------- */


/* =MISC
----------------------------------------------- */
.imageleft {
	text-align: left;
	margin-bottom: 20px;
	margin-right: 20px;
	clear: left;
	float: left;
}
.image-border {
	border: solid 1px #ccc;
	padding: 2px;
}
.tourthumbs {
	border: solid 1px #ccc;
	padding: 2px;
	margin-bottom: 8px;
	margin-right: 8px;
}
.imageright {
	text-align: right;
	margin-bottom: 20px;
	margin-left: 20px;
	clear: right;
	float: right;
}
.imageabout {
	margin-top:45px;
	border: solid 1px #ccc;
	padding: 2px;
}
.imagethumbnails {
	border: solid 1px #ccc;
	padding: 3px;
	margin: 4px;
}
.formrow {
	margin-bottom: 4px;
}

input {
margin: 3px 0 2px 0;
}

