/* Start of CMSMS style sheet 'Cainbable ' */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #021302;
	font: 14px Arial, Verdana, Helvetica, Sans Serif;
	line-height: 1.5em;
	color: #fff;
	text-align: left;
}

img {
	display: block;
	border: none;
}

a {
color: #ffe68a;

}

a:hover {
color: #fff;
}

a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}


/*________ CONTAINER ________*/

#containerBg {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url(images/bg01.jpg) no-repeat top left;
}

#container {
	width: 920px;
}


/*________ TOP BAR ________*/

#topBar {
	height: 32px;
	background: url(images/bg-topbar.gif) repeat-x;
}

#topBar img {
	padding-left: 530px;
}



/*________ SIDEBAR ________*/

#sidebar {
	margin-right: 40px;
	float: left;
	width: 220px;
}

h1 {
	margin-bottom: 20px;
}

li a.home {
	background: url(images/nav-home.gif);
	background-position: 0 -49px;
}

li a.about {
	background: url(images/nav-about.gif);
	background-position: 0 -49px;
}

li a.area {
	background: url(images/nav-the-area.gif);
	background-position: 0 -49px;
}

li a.chalets {
	background: url(images/nav-the-chalets.gif);
	background-position: 0 -49px;
}

li a.contact {
	background: url(images/nav-contact.gif);
	background-position: 0 -49px;
}

li a {
	width: 167px;
	height: 49px;
	display:block;
	text-indent:-9999px;
}

li a:hover  {
	background-position:0 0;
}

ul {
	margin-bottom: 10px;
}

#sidebar h1 a img {
	margin: 0 0;
}

#sidebar a img {
	margin: 15px 0;
}

#weatherDetails, #birdSightings, #roadConditions {
display: none;
}


/*________ FLASH ________*/

#flash {
	margin-bottom: 30px;
	width: 660px;
	float: left;
}

/*________ CONTENT CONTAINER ________*/

#contentContainer {
	width: 620px;
	display: block;
	float: left;
}


/*________ CONTENT ________*/

#content{
	background: url(images/bg-content.png);
	width: 620px;
	padding: 20px 20px 10px 20px;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}

#content p {
	padding-bottom: 10px;
}

#content h2 {
	padding-bottom: 20px;
}

#content img {
	padding: 0 0 10px 10px;
	float: right;
}

#content img.map {
	padding: 0 10px 20px 0;
	float: none;
}

#content h3 {
	color: #ffe68a;
	padding-bottom: 10px;
}

#content .chalet p a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	background: url(images/bg-tour-link.jpg) no-repeat left;
	padding: 2px 0 4px 20px;
}

#content .chalet .virtualTour {
display: none;
}

#content p a:hover {
	text-decoration: underline;
}

#content p small {
	color: #5b955b;
}

#content .chalet {
	border-top: 1px solid #2a3b2b;
	padding: 10px 0;
}


/*________ NEWSLETTER ________*/

#newsletter {
	background: url(images/bg-content.png);
	width: 620px;
	padding: 20px 20px 20px 20px;
	display: block;
}

#newsletter p.newsletterHeading {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}

#newsletter p.newsletterHeading span {
	font-weight: normal;
	font-size: 12px;
}

#newsletter form fieldset {
border: 0;
float: left;
width: 545px;
}

#newsletter form label {
display: none;
}

#newsletter form fieldset input {
border: 1px solid #021302;
color: #021302;
font-size: 14px;
float: left;
width: 225px;
padding: 6px 0 6px 10px;
margin-right: 20px;
}

#newsletter form fieldset span {
float: left;
margin: 5px 20px 0 0;
font-weight: bold;
font-size: 14px;
}

/*________ Contact Us ________*/


#contactDetails {
padding-bottom: 30px;
width: 280px;
overflow: hidden;
font-size: 12px;
}

#contactDetails dt {
	font-weight: bold;
	float: left;
	clear: both;
	width: 80px;
	margin-bottom: 5px;
	color: #fff;
}

#contactDetails dd {
	display: block;
	overflow: hidden;
	margin-bottom: 5px;
}

#contactForm {
	padding-bottom: 20px;
	float: right;
	width: 320px;
font-size: 12px;
}

#contactForm fieldset {
	border: 0;
}

#contactForm legend {
	display: none;
}

#contactForm label {
	float: left;
	clear: both;
	width: 80px;
	text-align: right;
	margin: 0 5px 10px 0;
}

#contactForm fieldset input {
	display: block;
	width: 202px;
	padding: 2px 0 2px 3px;
	margin: 0 0 10px 0;
border: 1px solid #021302;
}

#contactForm textarea {
	display: block;
border: 1px solid #021302;
	width: 222px;
	height: 96px;
	padding: 2px 0 2px 3px;
	margin-bottom: 10px;
	overflow: auto;
	font: 12px Arial, Helvetica, sans-serrif;
}

#contactForm input {
	margin: 0 0 0 85px;
}

#contactForm #errorText {
border: 1px solid #c50000;
background-color: #ffc4c4;
color: #c50000;
padding: 10px;
margin-bottom: 10px;
font-size: 11px;
}

#contactForm #errorText p {
padding-bottom: 2px;
margin: 0;
font-weight: bold;
}

#contactForm #errorText ul {
padding: 0 0 0 20px;
margin: 0;
}

#contactForm #successText {
border: 1px solid #178a00;
color: #178a00;
background-color: #c4ffb8;
padding: 10px 0;
margin-bottom: 10px;
text-align: center;
font-size: 11px;
}

#contactForm #successText p {
padding: 0;
margin: 0;
}

#verification {
clear: both;
overflow: hidden;
width: 310px;
}
#contactForm #verification label {
clear: both;
}
#contactForm #verification input {
float: left;
width: 120px;
}
#verification img {
float: left;
margin: 0 5px 0 70px;
}
#verification a {
overflow: hidden;
display: block;
padding-top: 3px;
font-size: 10px;
}

/*________ FOOTER ________*/

#footer {
	background: url(images/bg-footer.jpg) repeat-x bottom;
	clear: both;
	height: 206px;
}

#footer p {
	font-size: 10px;
	padding: 5px 0 0 260px;
	color: #334533;
}

#footer p a {
	color: #334533;
	text-decoration: none;
}

#footer p a:hover {
	color: #495a49;
	text-decoration: underline;
}
/* End of 'Cainbable ' */

