@charset "utf-8";
@import url("w3c.css");
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	background: #8d94aa url(/images/bgnd_vert-3.gif) repeat-x left top;
}

#bodycontainer {
	width: 698px;
	margin: 10px auto;
	position: relative;
	left: 0px;
	top: 0px;
	border: 2px solid #006600;
	border-top-width:1px;
	border-left-width:1px;	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	z-index: 11;
    box-shadow: 0px 0px 20px black;
	-moz-box-shadow: 0px 0px 20px black;
}

#header {
	height: 150px;
	width: 100%;
	background: url(../img/heading-2.jpg) no-repeat;
	border-bottom: 2px solid #006600;
/*	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	*/
}
.imgtop {
	width: 100%;
}



#rightCol {
	float: right;
	width: 20%;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #006633;
}
#rightCol text {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

#rightCol li {
	margin-left: -18px;
	list-style-image: url(../images/menu_arrow.gif);
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#rightCol li a{
	text-decoration: none;
	color: #006633;

}
#rightCol li a:hover{
	text-decoration: none;
	color: #ff0000;
}
.end     {
	margin-bottom: 12px;
	margin-top: -5px;
}
.centre {
	text-align: center;
}

.top {
	margin-top: 20px;
}
.n2 {
	color: #0000ff;
	background: #fff;
	text-align: center;
}

#rates .n2 {
	color: #fff;
	background: #025007;
}



a.n2:link, a.n2:visited {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	border: 2px solid #FF0000;
	margin-left: 15px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 200%;
	font-weight: bold;
	text-align: center;
}
a.n2:hover {
	color: #000000;
	text-decoration: none;
}

#hdr_top {
	background: url(/images/header-2.gif) no-repeat 50% 50%;
	margin: 10px 0 0 0;
	padding: 0px;
	width: 100%;
	float: left;
}
#hdr_top-cabins {
	margin: 10px 0 0 0;
	padding: 0px;
	width: 100%;
}
.hdr_right {
	font-size: x-small;
	color: #006633;
	width: 120px;
	display: inline-block;
	position: absolute;
	left: 573px;
	top: 109px;
}

#hdr_border {
	background: #fff;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	color: #006633;
	text-align: right;
	width: 688px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
	font-size: x-small;
}


#hdr_bottom {
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	clear: both;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
}
.left {
	float: left;
	margin-left: 10px;
}
.right {
	float: right;
	margin-right: 15px;
}
#wrap {
	width: 100%;
	float: left;
}

.border {
	padding: 4px 10px;
	border-top: 1px solid #999999;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	border-left: 1px solid #999999;
}

#mainCol {
	width: 554px;
	padding:18px 0 12px 0;
}
#content {
	text-align: left;
	padding: 10px;
	width: 80%;
	margin: 0 auto;
	background: #fff;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	z-index: 11;
	box-shadow: 0px 0px 20px black;
	-moz-box-shadow: 0px 0px 20px black;
}
.content {
	padding: 10px;
	width: 80%;
	margin: 5px auto 0;
	background: #fff;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	z-index: 11;
	box-shadow: 0px 0px 20px black;
	-moz-box-shadow: 0px 0px 20px black;
	text-align: center;
}

#cabin .content p {
	line-height: 120%;
}


.text {
	margin-left: 60px;
	margin-bottom: 10px;
}
.textSmaller {
	font-size: small;
}


.text-red {
	color: #FF0000;
}
.text-red-box {
	background: #fff;
	width: 120px;
	padding: 2px;
	text-align: center;
	margin: 0 auto;
	color: #ff0000;
	font-weight: bold;
	border: 1px solid #FF0000;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
}
.text-red-box a {
	color: #FF0000;
	text-decoration: none;
}
.text-red-box a:hover {
	color: #CCCCCC;
}



#flags {
	margin: 5px auto;
	padding: 0px;
	width: 400px;
	text-align: center;
}
.flagbdr {
	padding-right: 15px;
	padding-left: 15px;
	width: 68px;
}
#take-a-break {
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	width: 420px;
	display: block;
	text-align: center;
}
.imgBorderL {
	padding: 6px;
	border: 1px solid #006633;
	margin-right: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	
}
.imgBorderR {
	padding: 6px;
	border: 1px solid #006633;
	margin-left: 10px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.imgLeft {
	padding: 3px;
	width: 140px;
}
.imgRight {
	padding: 3px;
	width: 140px;
}

#footer {
	padding: 8px;
	color: #333;
	text-align: center;
	clear: both;
/*	background: #fff;*/
}
#table-wrap {
	margin:12px 0 0 0;
	background: #fff;
	padding: 12px 0;
	padding-top: 12px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	z-index: 11;
	box-shadow: 0px 0px 20px black;
	-moz-box-shadow: 0px 0px 20px black;;	

}


/*#home #footer {
	border: 1px solid #006633;
	border-top: 2px solid #006633;
	border-right:2px solid #006633;
	border-bottom-left-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;		
	}*/

#bcws {
	width: 698px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
address{
	font: normal 10px Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	margin-bottom:4px;
}
address a{
	color: #333;
	text-decoration: underline;
}
#rates address{
	font: normal 10px Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	margin-bottom:4px;
}
#rates address a{
	color: #333333;
	text-decoration: underline;
}
.listed {
	font: 12px Arial, Helvetica, sans-serif;
	color: #006600;
	width: 128px;
	padding: 3px 0;
	margin:4px auto;
	text-align: center;
	border: 1px solid #006600;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}
	
.listed:hover {
	 z-index: 11;
	 box-shadow: 0px 0px 20px black;
	 -moz-box-shadow: 0px 0px 20px black;
	 }	
.listed a {
	color: #ff0000;
	text-decoration: underline;
}
.listed a:hover {
	color: #999;
}
.spacer {
	padding-top: 15px;
	padding-bottom: 15px;
}

#home #t-home, #rack #t-rack, #park #t-park, #park2 #t-park2,#rates #t-rates, #winter #t-winter, #photos #t-photos, #cabin #t-cabin, #gallery #t-gallery {
	color: #CC0033;
}
.img {
	float: right;
	margin-top: 10px;
}
.imgthumbs {
	padding: 2px;
}

#cabin h4 {
	font-weight: bold;
	color: #FF0000;
}
#winter #bodycontainer #mainCol #content  img {
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#winter #bodycontainer #mainCol #content .imgContainer {
	text-align: center;
}

a.head-btn {
	margin: 0px 6px 0;
	display: block;
	width: 140px;
	height: 130px;
	font-size: 1em;
	background: url(img/dale_liz.jpg) no-repeat 0 0;
	text-decoration: none;
	float: right;
}
a:hover.head-btn{
  background-position: 0 -130px;
}
#notice {
	background: #dadada;
	margin: 0 auto;
	padding: .5%;
	width: 80%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	text-align: center;
}
#notice img {
	margin:5px 2px 0 2px;
}

#content li {
	margin-left: -20px;
}
