@charset "UTF-8";
#container {
	width: 950px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#header {
	width: 100%;
	height: 125px;
}
#logo {
	background-image: url(../images/bk_campville_cottage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 425px;
	float: left;
	height: 125px;
}
#navigation {
	float: left;
	height: 125px;
	width: 525px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation li {
	display: inline;
}
#navigation a {
	display: block;
	float: left;
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation a:hover {
	display: block;
	float: left;
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navigation li.active a {
	display: block;
	float: left;
	width: 125px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navigation a span {
	margin-left: -9999px;
}
.btn_home {
	background-image: url(../images/btn_home.jpg);
}
.btn_about {
	background-image: url(../images/btn_about.jpg);
}
.btn_attractions {
	background-image: url(../images/btn_attractions.jpg);
}
.btn_contact {
	background-image: url(../images/btn_contact.jpg);
}
#banner {
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
	width: 100%;
}
.home_banner  {
	background-image: url(../images/bk_national_forest_bed_breakfast.jpg);
}
.about_banner {
	background-image: url(../images/bk_banner_about.jpg);
}
.contact_banner {
	background-image: url(../images/bk_banner_contact.jpg);
}
.attractions_banner {
	background-image: url(../images/bk_banner_attractions.jpg);
}
#content {
	width: 100%;
	background-image: url(../images/bk_content.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#content .left_column {
	width: 574px;
}
#content .right_column {
	width: 376px;
}
#content .right_column p {
	padding-right: 35px;
}
#content h2 {
	padding: 0px;
	display: block;
	height: 60px;
	width: 574px;
	background-repeat: no-repeat;
	background-position: left top;
}
h2.home {
	background-image: url(../images/h2_welcome_home.jpg);
}
h2.about {
	background-image: url(../images/bk_welcome_about.jpg);
}
h2.contact {
	background-image: url(../images/bk_welcome_contact.jpg);
}
h2.attractions {
	background-image: url(../images/bk_welcome_attractions.jpg);
}
#booking {
	background-repeat: no-repeat;
	background-position: left top;
}
.booking_home {
	background-image: url(../images/bk_request_booking.jpg);
}
.booking_about {
	background-image: url(../images/bk_request_booking_about.jpg);
}
.booking_contact {
	background-image: url(../images/bk_our_location.jpg);
}
#booking  .booking  {
	height: 160px;
}
#booking .accommodation h3 {
	height: 45px;
	padding: 0px;
}
#footer {
	background-image: url(../images/bk_footer_repeat.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-size: 0.8em;
	color: #999999;
}
#footer .wrapper {
	float: none;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bk_footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 50px;
}
#footer .left_column {
	width: 64%;
	text-align: left;
}
#footer .right_column {
	width: 35%;
	text-align: right;
}
#footer div.sitemap {
	width: 24%;
}
#footer ul {
	list-style-type: none;
	margin-left: 25px;
}
#footer p {
	padding-top: 15px;
}
#footer li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer .left_column p {
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
}
#footer a {
	color: #999999;
}
#footer a:hover {
	color: #999999;
	text-decoration: underline;
}
#content .left_column h3 {
	padding: 0px;
	display: block;
	height: 24px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
}
#google_map iframe {
	background-image: url(../images/h3_campville_cottage_bed_breakfast.jpg);
}
h3.local_attractions {
	background-image: url(../images/h3_location_attractions.jpg);
}
h3.campville_cottage {
	background-image: url(../images/h3_campville_cottage_bed_breakfast.jpg);
}
h3.accommodation {
	background-image: url(../images/h3_campville_cottage_accommodation.jpg);
}
h3.breakfast {
	background-image: url(../images/h3_breakfast.jpg);
}
h3.tariff {
	background-image: url(../images/h3_tariff.jpg);
}
h3.booking_telephone {
	background-image: url(../images/h3_request_booking_tele.jpg);
	margin-bottom: 10px;
}
h3.booking_online {
	background-image: url(../images/h3_request_booking_online.jpg);
}
h3.our_location {
	height: 40px;
}
p.gallery {
	padding-bottom: 0px;
	padding-top: 12px;
}
a img {
	border: 4px solid #EEEEEE;
	margin-right: 12px;
}
.no_top_padding {
	padding-top: 0px;
}
.indent {
	padding-left: 40px;
	padding-bottom: 0px;
}
#google_map iframe {
	border: 1px solid #B8B8B8;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 25px;
	background-image: none;
}

