@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #E9E9E9;
	font-family: "Times New Roman", Times, serif;
}
#container {
	width: 979px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#header {
	height: 29px;
	padding-top: 288px;
}
#header address {
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 18px;
}
#menu {
	background-color: #8C0001;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	height: 29px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#menu li {
	float: left;
}
#menu a {
	padding-right: 25px;
	padding-left: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-size: 18px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#menu a:hover {
	background-color: #C40000;
}
#main {
	background-color: #FFF;
	position: relative;
	clear: left;
	padding-left: 345px;
	padding-right: 10px;
}
.indexleft {
	background-image: url(images/index-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
.accomleft {
	background-image: url(images/accom-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
.historyleft {
	background-image: url(images/history-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
.localleft {
	background-image: url(images/local-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
.contactleft {
	background-image: url(images/contact-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
}
.caravanleft {
	background-image: url(images/caravan-left.jpg);
	background-repeat: no-repeat;
	background-position: -1px 0;
	padding-bottom: 10px;
}
#main p#head1 {
	font-family: "Brush Script Std", serif;
	color: #990000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 40px;
	font-weight: normal;
}
#main p#head2 {
	font-family: "Brush Script Std", serif;
	color: #990000;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#main h1 , #main #map h1{
	color: #900;
	font-size: 1.3em;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main p , #main #map p{
	margin: 0px;
	font-size: 1em;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#main h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #900;
}

#main a {
	color: #900;
	text-decoration: underline;
}
#main a:hover {
	color: #666;
	text-decoration: none;
}
#main address {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-style: normal;
}
#main ul {
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size: 1em;
}


#main #index {
	background-image: url(images/index.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 300px;
}
#main #local {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 280px;
	background-image: url(images/local.jpg);
}
#main #accom {
	background-image: url(images/accom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 340px;
}
#main #caravan {
	background-image: url(images/caravan.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 477px;
}
#main address#footer {
	color: #900;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	padding-bottom: 10px;
	text-align: right;
}
#main #map {
	border: 1px solid #999;
	margin-top: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}
#main .rightbox {
	float: right;
	padding-left: 10px;
}
#main .rightbox div {
	border: 1px solid #900;
	background-color: #F7F7F7;
	width: 250px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}



#iis {
	color: #666;
	font-size: 0.8em;
	text-align: right;
	clear: both;
	position: relative;
	width: 979px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#iis a {
	color: #666;
	text-decoration: none;
}
#iis a:hover {
	color: #900;
	text-decoration: underline;
}
#logos img {
	margin: 5px;
	border: 1px solid #CCC;
	float: left;
}

.campsites-link{
	float: right;
}