@charset "UTF-8";
/* CSS Document */


* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image: url(../graphics/background/bg-tile.jpg);
	background-repeat: repeat;
}
h1 {
	font-size: 1.8em;
	margin-bottom: 20px;
	color: #0C5172;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-weight: normal;
	line-height: 1.3em;
}
p {
}
html, body {
height: 100%;
}
#container {
	min-height: 100%;
	width: 958px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
* html #container {
height: 100%;
}

#header {
	background-image: url(../graphics/background/camping-illustration.jpg);
	background-repeat: no-repeat;
	height: 231px;
	margin-right: auto;
	margin-left: auto;
	width: 956px;
	border: 1px solid #003366;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 253px;
	margin-top: 15px;
	border: 1px solid #DFDFDF;
	background-color: #ECEEED;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	clear: both;
}
#mainContent {
	margin-top: 0;
	margin-right: 290px;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 0;
} 
#footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 100px;
	padding-left: 0px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #666666;
	padding-right: 0;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}#container #top {
	height: 75px;
	position: relative;
}
#container #sidebar1 ul {
	list-style-type: none;
}
#container #sidebar1 li {
	height: 40px;
}
#container  #sidebar1 .titlebutton  {
	background-image: url(../graphics/buttons/findbycountry.jpg);
	background-repeat: no-repeat;
	height: 23px;
	color: #FFFFFF;
	font-size: 1.1em;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-bottom: 10px;
	line-height: 20px;
}
#container #sidebar1 li .countrybutton {
	background-image: url(../graphics/buttons/country.jpg);
	background-repeat: no-repeat;
	height: 23px;
	color: #333333;
	font-size: 1.1em;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	line-height: 20px;
}
#container #mainContent #map {
	height: 400px;
	width: 645px;
	border: 10px solid #FFFFFF;
}
#container #sidebar1 .FeatureWrap {
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #sidebar1 .FeatureWrap .topcorners {
	background-image: url(../graphics/featured-campsites/box-top-corners.jpg);
	background-repeat: no-repeat;
	height: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	[if IE 6]>
margin-bottom: -4px;
<![endif]
	
	margin-left: 0px;
}
#container #sidebar1 .FeatureWrap .midsides {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C4BAB1;
	border-left-color: #C2B9B2;
	background-color: #FFFFFF;
	width: 241px;
}
#container #sidebar1 .FeatureWrap .basecorners {
	background-image: url(../graphics/featured-campsites/box-base-corners.jpg);
	background-repeat: no-repeat;
	height: 11px;
	margin: 0px;
	padding: 0px;
}
#container #sidebar1 .FeatureWrap .midsides .content {
	margin: 0px;
	width: 200px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#container #sidebar1 .FeatureWrap .midsides .content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4E322D;
	font-size: 1.2em;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #mainContent #map .shadow {
	height: 30px;
}
#container #mainContent #map .mapshadow {
	height: 420px;
}
#container #mainContent .benefits {

}
#container #mainContent .benefits ul {
	list-style-image: url(../graphics/icons/tick.png);
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	font-size: 14px;
	color: #333333;
}
#container #mainContent .benefits li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	line-height: 2.8em;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 10px;
}

#container #mainContent .tickswrapright {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 300px;
	float: right;
}
#container #mainContent .benefits .tickswrap {
	float: left;
	width: 320px;
}
.hometextbox {
}
#container #mainContent .hometextbox img {
	float: right;
	margin-left: 40px;
	margin-bottom: 40px;
}
#container #mainContent .hometextbox p {
	color: #333333;
	line-height: 1.6em;
	margin-bottom: 15px;
	font-size: 1.1em;
}
#container #sidebar1 .FeatureWrap .midsides .content p {
	font-size: 0.8em;
	margin-top: 10px;
	line-height: 1.2em;
}
#container #sidebar1 .FeatureWrap .midsides .content a {
	color: #99B901;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}
#container #sidebar1 .FeatureWrap .midsides .content .campthumb {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
#container #mainContent .hometextbox {
	margin-top: 0px;
	height: auto;
	clear: left;
	overflow: visible;
}
#container #mainContent .hometextbox2 div {
	height: 20px;
}
#apDiv1 {
	position:absolute;
	left:3px;
	top:0px;
	width:321px;
	height:143px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:488px;
	top:34px;
	width:480px;
	height:44px;
	z-index:2;
}
#container #mainContent #clearbenefits {
	clear: left;
}
#container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #0E5373;
	font-weight: normal;
	margin-bottom: 10px;
}
#container #mainContent .mapshadow {
	margin-top: 17px;
}
#footer #footercontainer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 220px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #97806F;
	position: relative;
	background-color: #ECEEED;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
	border-top-width: 1px;
	border-top-color: #DBDBDB;
	clear: right;
}
#footer #footercontainer #sitemap ul {
	list-style-type: none;
}
#footer #footercontainer #sitemap li a:link {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
#footer #footercontainer #sitemap li a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
#footer #footercontainer #sitemap li a:hover {
	font-size: 12px;
	line-height: 20px;
	color: #AD9C90;
	text-decoration: none;
}
#footer #footercontainer #footercountries ul {
	list-style-type: none;
}
#footer #footercontainer #sitemap li a:active {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
#footer #footercontainer #sitemap {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 30px;
	top: 30px;
	width: 120px;
}
#footer #footercontainer #footercountries li a:link {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
#footer #footercontainer #footercountries li a:visited {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
#footer #footercontainer #footercountries li a:hover {
	font-size: 12px;
	line-height: 20px;
	color: #AD9C90;
	text-decoration: none;
}
#footer #footercontainer #footercountries li a:active {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-decoration: none;
}
#footer #footercontainer #footercountries {
	float: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	position: absolute;
	left: 167px;
	top: 30px;
	width: 320px;
}
#footer #footercontainer #businessaddress {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 498px;
	top: 28px;
	width: 140px;
	line-height: 16px;
}
#nav {
	list-style-type: none;
}
#nav a:link {
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../graphics/buttons/button.jpg);
	background-repeat: no-repeat;
	text-align: center;
	display: inline;
	height: 44px;
	width: 110px;
	background-position: left top;
}
#footer #footercontainer #footeradvertise {
	display: block;
	width: 234px;
	position: absolute;
	left: 681px;
	top: 28px;
	height: 167px;
	line-height: 16px;
}
#footer #footershadow {
	background-image: url(../graphics/footer/footer-shadow.jpg);
	background-repeat: repeat-x;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 9px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: right;
}
#footer h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #6B453D;
}
#footer #footerinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	height: 10px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	padding-bottom: 20px;
}
#footer #footercontainer #footeradvertise img {
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #sidebar1 .FeatureWrap .midsides .content .icons a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #top #apDiv1 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #sidebar1 .countrybutton a {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#navlinks {
	height: 44px;
}
#navlinks li {
	display: inline;
	float: left;
	text-align: center;
	height: 44px;
	width: 110px;
	line-height: 41px;
	padding-right: 10px;
}
#navlinks a:link {
	width: 110px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../graphics/buttons/button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navlinks a:visited {
	width: 110px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../graphics/buttons/button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#navlinks a:hover {
	width: 110px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../graphics/buttons/button.jpg);
	background-repeat: no-repeat;
	background-position: left -44px;
}
#navlinks a:active {
	width: 110px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../graphics/buttons/button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #mainContent p {
	color: #333333;
	font-size: 1.1em;
	line-height: 1.6em;
	font-weight: normal;
	}
.resultholder {
	border: 2px dotted #C4BAB1;
	background-color: #E8E8E8;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 25px;
	width: 650px;
}
.resultholder .campheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	background-color: #C7DDF1;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.resultholder .camppic {
	height: 200px;
	width: 310px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.resultholder p {
	margin-bottom: 10px;
	margin-right: 10px;
}
.detailslabel {
	color: #38667C;
}
#container #mainContent H1 a {
	color: #0C5172;
	text-decoration: none;
}
#container #mainContent H1 a:hover {
	color: #0C5172;
	text-decoration: underline;
}
#container #mainContent .benefits .tickswrapwide {
	float: left;
	width: 660px;
	color: #333333;
	padding-top: 25px;
}
#container #mainContent .benefits .tickswrapwide img {
	float: right;
	padding-left: 25px;
}
#container #mainContent .hometextbox2 {
	margin-top: 30px;
	height: auto;
	clear: left;
	overflow: visible;
}
