/* CSS Document */


body {
	background: url(../images/back_slice.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	background-position:center top;
	background-color: #990000;
}

#wrap{
	margin:0px auto;
	width:724px;
	}

#page{
	position:relative;
	width:724px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.clear {
	clear:both;
	height:1px;
}

.line {
	clear:both;
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	width:684px;
	height:1px;
	background-color:#533533;
}

.red {
	color:#990000;
}
.brown {
	color:#31130b;
}
.orange {
	color:#cc9900;
}
.yellow {
	color:#ffde53;
}

/*
HTML ELEMENTS
*********************************************************************************************************/
p {
	margin:0px 20px 20px 20px;
	padding:0px 0px 0px 0px;
	font-size: 80%;
	color:#ffffff;
	line-height:140%;
}

p.homelink {
	margin:0px 20px 0px 20px;
	padding:0px 0px 20px 0px;
	font-size: 80%;
	color:#ffffff;
	line-height:140%;
}

#content ul {
	margin:0px 20px 0px 45px;
	padding:0px 0px 20px 0px;
	font-size: 80%;
	color:#ffffff;
}

#content li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 25px;
	color:#ffffff;
	background: url(../images/bullet.gif) no-repeat top left;
	list-style-type:none;
}

h1 {
	margin:12px 20px 0px 20px;
	padding:0px 0px 10px 0px;
	font-size: 180%;
	color:#ffffff;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
}

h2 {
	margin:0px 20px 15px 20px;
	padding:0px 0px 15px 0px;
	font-size: 100%;
	color:#ffffff;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	border-bottom: solid 1px #533533;
}

h3 {
	margin:0px 20px 15px 20px;
	padding:0px 0px 0px 0px;
	font-size: 110%;
	color:#ffde53;
	font-weight:normal;
}

h4 {
	margin:0px 20px 15px 20px;
	padding:0px 0px 0px 0px;
	font-size: 95%;
	color:#cc9900;
}

h5 {
	margin:0px 20px 15px 20px;
	padding:0px 0px 0px 0px;
	font-size: 80%;
	color:#ffffff;
}

h6 {
	margin:0px 20px 15px 20px;
	padding:0px 0px 0px 0px;
	font-size: 80%;
	color:#cc9900;
}

a {
	color:#ffde53;
	text-decoration:underline;
}
a:hover {
	color:#ffde53;
	text-decoration:none;
}


/*
CONTAINER STYLES
*********************************************************************************************************/
#page{
	position:relative;
	width:724px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

/*
TITLE, TRIM and STRAPLINE
*********************************************************************************************************/
#title_strapline {
	position:relative;
	width:724px;
	margin:27px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#title_left {
	position:relative;
	width:424px;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

#title_right {
	position:relative;
	width:300px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	text-align:right;
}

#title_right img {
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;	
}

/*
NAVIGATION STYLES
*********************************************************************************************************/
#navhover {
	width:724px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-family:"Times New Roman", Times, serif;	
}

#navhover ul {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
list-style-type:none;
background-color:#FFFFFF;
}

#navhover a {
width:100px;
height:28px;
float:left;
text-decoration:none;
background-image:url(../images/nav_button.jpg);
background-repeat:no-repeat;
background-color:#ffcc00;
color:#990000;
font-weight:bold;
padding: 8px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-align:center;
}

#navhover a:hover {
background-image:url(../images/nav_button_hover.jpg);
background-repeat:no-repeat;
background-color:#FFDE53;
color:#990000;
}

#navhover a.on {
background-image:url(../images/nav_button_hover.jpg);
background-repeat:no-repeat;
background-color:#FFDE53;
color:#990000;
}

#navhover li {display:inline;}
#navhover li.nolink {
	display:inline;
	width:4px;
	height:1px;
	float:left;
}

/*
CONTENT STYLES
*********************************************************************************************************/
#topcurve {
	display:block;
	position:relative;
	width:724px; height:10px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#bottomcurve {
	display:block;
	position:relative;
	width:724px; height:10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#content {
	display:block;
	position:relative;
	width:724px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#31130b;
}

.content_top {
	position:relative;
	width:724px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.content_top img.photo_header {
	margin:10px 0px 0px 20px;
	padding:9px;
	border: solid 1px #533533;
}

.content_left {
	position:relative;
	width:362px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

.content_right {
	position:relative;
	width:362px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}


#content img.photo {
	margin:3px 20px 5px 12px;
	padding:8px;
	border: solid 1px #533533;
}

#content .content_right p.photo_desc {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	font-size: 80%;
	color:#ffde53;
	font-style:italic;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}

#content img.news-image {
	margin:0px 20px 10px 10px;
	padding: 8px;
	border: solid 1px #533533; 
	float:right;
}

#content .content_right img.feature_prices {
	margin:20px 43px 0px 20px;
	padding:0px 0px 0px 0px;
}
#content .content_right img.feature_lodges {
	margin:20px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}


/*
TARIFF STYLES
*********************************************************************************************************/
table.prices {
	width:90%;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
}

table.prices th p {
	color:#cc9900;
}

table.prices th, table.prices td {
	text-align:left;
	padding: 3px;
}

table.prices th p, table.prices td p {
	font-size:70%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.calendars {
	position:relative;
	margin:0px 20px 20px 20px;
	padding:0px 0px 0px 0px;
}

/*
FOOTER STYLES
*********************************************************************************************************/
#footer {
	position:relative;
	width:724px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#footer p {	
	margin:0px 20px 0px 20px;
	padding:10px 0px 10px 0px;
	font-size: 70%;
	color:#ffffff;
	text-align:center;
}

#footer a {
	color:#ffffff;
	text-decoration:underline;
}
#footer a:hover {
	color:#ffffff;
	text-decoration:none;
}

#footer a.hotscot {
	color:#ffde53;
	text-decoration:underline;
}
#footer a:hover.hotscot {
	color:#ffde53;
	text-decoration:none;
}

