@font-face {
	font-family: 'Josefin';
	src: url('fonts/josefin.eot');
	src: local('://'), url('fonts/josefin.svg#josefinsansstd-light') format('svg'), url('fonts/josefin.woff') format('woff'),  url('fonts/josefin.ttf') format('truetype');
}

/* ----- BASIC STYLESHEET ELEMENTS ----- */

body {
	background-color: #6F431C;
	background-image: url(images/page_elements/body_background.jpg);
	/*background-attachment: fixed;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F515A;
	margin: 0px;
	padding: 0px;
}

#page_container {
	background-color: transparent;
	background-image: url(images/page_elements/page_background.png);
	background-repeat: repeat-y;
	position: relative;
	top: 0px;
	width: 960px;
	min-height: 640px;
	height: auto !important;
	height: 640px;
	margin: auto;
	overflow: hidden;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}

table {
	background-color: transparent;
	border: 0px;
}

tr {
	vertical-align: top;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px;
	color: #3F515A;
	text-align: left;
}

a:link, a:visited, a:active {
	color: #3F515A;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #8F8E5E;
	text-decoration: underline;
	font-weight: bold;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F515A;
	line-height: 150%;
	margin-top: 0px;
}

.small {
	font-size: 10px;
}

.normal {
    font-size: 13px;
}

.large {
	font-size: 15px;
}

.right {
	text-align: right;
	float: right;
}

.center {
	text-align: center;
}

h1 {
	font-family: 'Josefin', Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #3F515A;
	font-weight: bold;
}

h2 {
	font-family: 'Josefin', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #3F515A;
	font-weight: bold;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F515A;
	font-weight: bold;
	line-height: 150%;
}

hr {
	width: 100%;
	height: 0px;
	border: 0px;
	border-top: 1px solid #3F515A;
	text-align: left;
}

ul {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
}

li {
	list-style-type: square;
	line-height: 150%;
}


/* ----- FORM ELEMENTS ----- */

fieldset{
    padding: 20px;
    border: 1px solid #3F515A;
    margin-bottom: 20px;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #3F515A;
    font-weight: bold;
}

.label {
    display: block;
    width: 180px;
    float: left;
    font-weight: bold;
}

.largelabel {
    display: block;
    width: 100%;
    float: left;
    font-weight: bold;
}

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F515A;
	background-color: #FFFFFF;
	border: solid #3F515A 1px;
	margin-bottom: 6px;
	width: 200px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3F515A;
	border: solid #FFFFFF 1px;
	margin-bottom: 6px;
	cursor: pointer;
	width: auto;
}

.radio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F515A;
	background-color: transparent;
	border: none;
	margin-bottom: 6px;
	width: auto;
}

.selectbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F515A;
	background-color: #FFFFFF;
	border: solid #3F515A 1px;
	margin-bottom: 6px;
	width: 200px;
}

.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3F515A;
	background-color: #FFFFFF;
	border: solid #3F515A 1px;
	overflow: auto;
	margin-bottom: 6px;
	width: 380px;
	height: 120px;
}

.validation {
    padding-left: 180px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 13px;
}


/* ----- IMAGE ELEMENTS ----- */

img {
	border: 0px;
}

img.border {
	border: 1px solid #3F515A;
}

img.no_margins {
	border: 0px;
	margin: 0px;
}

img.no_margins_border {
	border: 1px solid #3F515A;
	margin: 0px;
}

img.left_align {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	float: left;
}

img.right_align {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	float: right;
}

img.left_align_border {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 20px;
	border: 1px solid #3F515A;
	float: left;
}

img.right_align_border {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	border: 1px solid #3F515A;
	float: right;
}

img.gallery {
	cursor: pointer;
	border: 1px solid #3F515A;
}

img.lodge_image {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	border: 1px solid #3F515A;
	float: right;
	clear: both;
}


/* ----- WEBSITE HEADER ----- */

#header {
    width: 945px;
    height: 55px;
    background-color: #3F515A;
    /*background-image: url(images/page_elements/header_background.jpg);*/
    background-repeat: no-repeat;
    padding-top: 212px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 10px;
}

#header p {
    font-family: 'Josefin', Tahoma, Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0;
}

#logo {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: transparent;
    z-index: 3;
    width: 330px;
    height: 100px;
}

/* ----- WEBSITE NAVIGATION ----- */

#topnav {
    position: absolute;
    top: 0px;
    right: 10px;
    background-color: transparent;
    z-index: 2;
    width: 6200px;
    height: 20px;
    text-align: right;
    color: #FFFFFF;
}

#topnav a:link, #topnav a:active, #topnav a:visited {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

#topnav a:hover {
    font-size: 12px;
    font-weight: bold;
    color: #D9D8C6;
    text-decoration: none;
}

#leftnav {
    float: left;
    margin-left: 12px !important;
    margin-left: 6px;
    width: 220px;
    background-color: transparent;
}

#leftnav h2 {
    display: block;
    width: 219px;
    height: 26px;
    font-family: 'Josefin', Tahoma, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    background-color: #77838A;
    color: #FFFFFF;
    margin: 0;
    margin-bottom: 15px;
    padding-left: 5px;
}

#leftnav ul {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
}

#leftnav ul li {
	list-style-type: none;
	line-height: 150%;
}

#leftnav a:link, #leftnav a:active, #leftnav a:visited {
    color: #3F515A;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 199px;
	height: auto;
	padding-bottom: 13px;
	padding-right: 10px;
}

#leftnav a:hover {
    color: #8F8E5E;
    text-decoration: none;
    font-weight: bold;
	display: block;
	width: 199px;
	height: auto;
    padding-bottom: 13px;
    padding-right: 10px;
    background-image: url(images/page_elements/leftnavlink_background.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

#leftnav h2 a:link, #leftnav h2 a:active, #leftnav h2 a:visited {
    color: #FFFFFF;
}

#leftnav h2 a:hover {
    color: #D9D8C6;
    background: none;
}

/* ----- WEBSITE FOOTER ----- */

#footer {
    float: left;
    width: 960px;
    height: 60px;
    margin-top: 20px;
    background-color: #3F515A;
}

#footer p {
    font-size: 10px;
    line-height: 150%;
    margin: 0;
    color: #FFFFFF;
}

#footer a:link, #footer a:active, #footer a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

#footer a:hover {
    color: #D9D8C6;
    text-decoration: underline;
    font-weight: bold;
}

#footer img {
    border: 1px solid #000000;
    margin-right: 10px;
    float: left;
}

#disclaimer {
    float: left;
    width: 750px;
    height: 35px;
    margin-top: 5px;
    margin-left: 10px;
}

#development {
    float: right;
    width: 180px;
    height: 20px;
    margin-top: 5px;
    margin-right: 10px;
    text-align: right;
}

/* ----- WEBSITE CONTENT ----- */

#content {
    float: right;
    margin-right: 0px;
    width: 710px;
    min-height: 350px;
    height: auto !important;
    height: 350px;
    background-color: transparent;
}

div.content_container {
	position: relative;
	width: 100%;
	height: auto;
	clear: both;
	margin-bottom: 13px;
	margin-top: 13px;
}

.homepage_wrapper {
    width: 310px;
    float: left;
    /*text-align: justify;*/
}

.content_wrapper {
    width: 700px;
    float: left;
    /*text-align: justify;*/
}

.left_wrapper {
    width: 400px;
    float: left;
    /*text-align: justify;*/
}

.right_wrapper {
    width: 260px;
    float: right;
    /*text-align: justify;*/
    background-image: url(images/page_elements/right_background.png);
    background-repeat: repeat;
    padding: 10px;
}

#message {
    position: absolute;
    background-color: transparent;
    background-image: url(images/page_elements/message_background.png);
    background-repeat: no-repeat;
    top: 230px;
    right: 10px;
    z-index: 99;
    width: 326px;
    height: 252px;
    padding-top: 5px;
    padding-bottom: 27px;
    padding-left: 20px;
    padding-right: 27px;
}

#message h2 {
    margin-top: 10px;
}

.message {
    float: right;
    margin-top: 13px;
    margin-right: 30px;
    border: 1px solid #3F515A;
}

#banner {
    position: absolute;
    background-color: transparent;
    top: 539px;
    right: 22px;
    z-index: 97;
    width: 356px;
    height: 80px;
}

#assets {
    position: absolute;
    background-color: transparent;
    background-image: url(images/page_elements/assets_background.png);
    background-repeat: no-repeat;
    top: 649px;
    right: 10px;
    z-index: 98;
    width: 326px;
    height: 235px;
    padding-top: 5px;
    padding-bottom: 27px;
    padding-left: 20px;
    padding-right: 27px;
}

#assets h2 {
    margin-top: 15px;
}

.assets {
    float: right;
    margin-top: 13px;
    margin-right: 10px;
    border: 1px solid #3F515A;
}

.icons {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    font-size: 9px;
    font-weight: bold;
    line-height: 120%;
}

.program {
    width: 400px;
    height: auto;
    margin-bottom: 20px;
}

.reservation {
    width: 380px;
    height: 80px;
    border: 2px solid #3F515A;
    padding: 10px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    text-align: left;
}

.topprice {
    position: relative;
    float: right;
    width: 120px;
    height: 80px;
    font-weight: bold;
    text-align: center;
}

#reservationdetails {
    width: 380px;
    height: 150px;
    border: 2px solid #3F515A;
    padding: 10px;
    background-color: #FFFFFF;
    margin-bottom: 20px;
    text-align: left;
}

.available {
    color: #00CC00;
    font-weight: bold;
}

.unavailable {
    color: #CC0000;
    font-weight: bold;
}

.lodge_description {
    width: 360px;
    float: left;
    margin-right: 10px;
}

.lodge_images {
    width: 280px;
    float: left;
}


/* ----- JQUERY ROTATE IMAGE ----- */

v\:image {
    behavior: url(#default#VML);
    display: inline-block;
}

canvas {
    margin-top: -22px;
}

/* ----- JQUERY SLIDER ----- */

#messageslider {
    margin: 0px;
    padding: 0px;
}

#messageslider li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: block;
    height: 242px;
}

.imageslider {
    position: relative;
    width: 100%;
    height: 340px;
}

.image_wrapper {
    background-color: #666666;
    height: 280px;
    margin-top: -10px;
    margin-left: -10px;
}

.slider_prev, .slider_next {
    margin-right: 10px;
}

.program_wrapper {
    margin-top: -15px;
    padding-top: 15px;
}

.program_wrapper .slider_prev {
    position: absolute;
    top: 0px;
    left: 0px;
    
}

.program_wrapper .slider_next {
    position: absolute;
    top: 0px;
    left: 15px;
}

/* ----- JQUERY EXPANDABLE ----- */

.faq_container {
    margin-bottom: 12px;
}

.ui-expandable-title {
    font-weight: bold;
    cursor: pointer;
}

.ui-expandable .ui-widget-content {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 0px;
}

.ui-expandable .icon-closed {
    background-image: url(images/jquery/expandable_closed.png);
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-top: 3px;
    margin-right: 10px;
}

.ui-expandable .icon-open {
    background-image: url(images/jquery/expandable_open.png);
    display: block;
    float: left;
    width: 10px;
    height: 10px;
    margin-top: 3px;
    margin-right: 10px;
}

/* ----- END STYLESHEET ----- */
