* {
	margin:0;
	padding:0;
}

body {
	font-size: 100%; 
	font-family: Arial, Verdana, sans-serif; 
	background: #e5e5e5; 
	color: #8b7046;
	}
	
.clear {clear: both;}

.l {float: left;}

.r {float: right;}

ul {
	list-style: none; 
	list-style-image: none;
	}

a {
	text-decoration: none; 
	color: #8b7046;
	}
	
a:hover {text-decoration: underline;}		

img {
	border: 0;
}

/***********************************************/
/* Width styles                                */
/***********************************************/
/**** fixed widths (for use in e.g. form input boxes) ****/
.s50 {width:50px;}
.s70 {width:70px;}
.s80 {width:80px;}
.s90 {width:90px;}
.s100 {width:100px;}
.s120 {width:120px;}
.s130 {width:130px;}
.s140 {width:140px;}
.s150 {width:150px;}
.s170 {width:170px;}
.s200 {width:200px;}
.s230 {width:230px;}
.s250 {width:250px;}
.s300 {width:300px;}
.s350 {width:350px;}
/**** percentage widths (for use in e.g. tables) *********/
.pc5 {width:5%;}
.pc10 {width:10%;}
.pc20 {width:20%;}
.pc30 {width:30%;}
.pc33 {width:33%;}
.pc40 {width:40%;}
.pc50 {width:50%;}
.pc60 {width:60%;}
.pc70 {width:70%;}
.pc80 {width:80%;}
.pc90 {width:90%;}
/*********************************************************/

#container {
	background-color:#FFFFFF;
	margin:auto;
	padding:0 25px;
	text-align:center;
	width:980px;
}	

#leftcol {
	margin-right: 4px;
	width:238px;
	text-align: left;
	float:left;
}

#rightcol {
	width:738px;
	float:left;
}

#navigation {
	margin-bottom:4px;
	background: #8b7046;
	width:738px;
	height:36px;
}

#booking {
	margin-top:4px;
	background:#6e090a;
	color:#fff;
	font-size:12px;
	height:223px;
}

#booking table {
	color:#fff;
}

#bookinginside {
	margin-top:4px;
	padding:0 0px;
	background:#6e090a;
	color:#fff;
	font-size:12px;
	height:196px;
}

#bookinginside table {
	color:#fff;
}

h1 {
	padding: 10px 0;
	font-weight:300;
	color:#fff;
	background: #8b7046;
	font-size:15px;
	text-align:center;
}

h1.inside {
	background: none;
	padding:10px 0 0px 0;
}

#subnav {
	margin-top:4px;
}

#subnav h2 {
	padding:8px 12px;
	background: #947d59;
	color:#fff;
	font-size:15px;
	font-weight: 500;
	text-transform:uppercase;
}

#subnav ul {
	border: 1px solid #e4e6e2;
	font-size:12px;
}

#subnav ul li {
	padding:5px 0 5px 20px;
	border-bottom: 1px dotted #919191;
}

#subnav ul li.on {
	background:#f2f2f1 url(../images/bullet.gif) 5% 55% no-repeat;
}

#subnav ul li a {
	color:#000;
}

#subnav ul li a:visited { color: #000; text-decoration: none; }
#subnav ul li a:hover { color: #000; text-decoration: underline; }
#subnav ul li a:active { color: #000; }

#subnav ul li.on a {
	color:#800000;
	font-weight: bold;
}


#flash {
	margin-bottom:4px;
	width:738px;
	height: 277px;
	background:black;
	overflow: hidden;
}

#welcome {
	position:relative;
	left:613px;
	bottom:20px;
	z-index:3;
	width:125px;
}

#panel {
	padding:12px;
	background: #FFF;
	height: 200px;
	display: none;
	color: #4b4a49;
	font-size:13px;
	line-height:19px;
	text-align:left;
}

#panel h1 {
	padding:0px 0 2px 0;
	font-size:20px;
	color:#261d10;
	background:none;
	text-align:left;
}

.btn-slide {
	cursor:pointer;
}

#flashinside {
	margin-bottom:4px;
	width:738px;
	height: 196px;
	background:none;
}

.location {
	margin:4px 0;
}

#resortinside {
	margin-top:4px 0;
}

#content {
	padding:0px 0px 0px 0px;
	text-align: left;
}

#contentleft {
	padding-left:12px;
	width:530px;
}

#contentleft ul {
	margin:5px 0 5px 20px;
}

#contentleft ul li {
	padding:5px 0 5px 20px;
	list-style-type: disc; 
}


#content .rightinsert {
	float:right;
	width:183px;
}

#content .rightinsert img {
	margin-bottom:4px;
}

#content h1 {
	padding:10px 0 2px 0;
	font-size:20px;
	color:#261d10;
	background:none;
	text-align:left;
}

#content h2 {
	padding:0px 0 6px 0;
	font-size:12px;
	color:#261d10;
	font-weight:300;
}

#reviewform h2 {
	padding:10px 0 2px 0;
	font-size:20px;
	color:#261d10;
	background:none;
	text-align:left;
}


#content p strong {
	color: #000;
	font-size:14px;
	font-weight: 500;
}

#content p {
	padding:7px 20px 7px 0px;
	color: #4b4a49;
	font-size:13px;
	line-height:19px;
}

#content h3.forth {
	margin-top:26px;
	padding:5px 12px;
	background: #e6e1d8;
	color:#000;
	font-size:13px;
	width:140px;
}

#eventsinside {
	margin-bottom:4px;
	padding:5px 0;
	border:1px solid #ddd8d4;
	border-left:none;
	border-right:none;
	display:block;
}

#meeting {
	margin-right:4px;
	float:left;
}

#convention {
	margin-right:0px;
	float:left;
}

#events {
	margin-top:4px;
	background:#F5F5F5 none repeat scroll 0 0;
	float:left;
	height:206px;
	overflow:hidden;
	width:738px;
}

.newsevent {
	padding-top:5px;
	/*border:1px solid #d1cdc7;
	border-top:0;
	border-bottom:0;
	width:184px;
	height:205px;
	display:inline;
	float:left;*/
	text-align: center;
}

.newsevent img {
	margin:5px 0;
}

.newsevent p {
	padding:0 10px;
	font-size: 11px;
	color:#4f4f4f;
}

.newsevent p a {
	color:#4f4f4f;
	text-decoration: none;
}

.detail {
	display:none;
}

#content table {
	font-size:13px;
	color:#261D10;
}

#content table td {
	padding:3px 0;
}

.error {
	color:#6E090A;
}

/*#############################     BKE CLASSES     ##############################*/

.detail {
	display: none;
}

table.roomchoice {
	background: #DEDACF;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

table.roomchoice td {
	padding:4px 0;
	/*font-size:12px;
	color:#fff;*/
}

table.roomsavailability td.tariffname {
	padding:4px 0;
	background: #977f59;
	color:#fff;
}

table.roomsavailability td.tariffnamespecial {
	padding:4px 0;
	background: #a89474;
	color:#00;
}

table.roomsavailability {
	background:#f3f1ea;
	border:1px solid #f3f1ea;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}

table.roomsavailability td {
	padding:4px 0;
}

table.roomsavailability tr.alt {
	background: #fff;
}


table.roomlist {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#DEDACF;
}

table.roomlist td.roomimage img {
	float:left;
	margin-right:8px;
}

table.roomlist td.roomdesc {
	background: #fff;
	font-size:11px;
	padding:5px;
}

table.roomlist td.roomtotal {
	background: #fff;
	font-size:11px;
	padding:5px;
}

td.bke_roomheadcell {
	font-size:11px;
	padding:4px;
	font-weight: bold;
}

td.bke_roomheadtotal {
	font-size:11px;
	padding:4px;
	font-weight: bold;
}

.availtableiframe {
	width:520px;
	height: 186px;
}


table.noavailroomlist {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	background:#DEDACF;
	padding:4px;
}

table.noavailroomlist td {
	padding:4px;
}


table.noavailroomlist td.roomtable {
	background: #fff;
	font-size:11px;
	padding:5px;
}

table.noavailroomlist td.bke_remark {
	font-size:11px;
	padding:5px;
}

table.quicksearch img {
	margin:3px;
	vertical-align:top;
}

tr.detail td img {
	margin:5px 10px;
	float:left;
}

.bke_roomfiller {
width:60%;
}

.bke_specials_image {
	margin:5px 10px;
}

.evt_img img {
	border:3px solid #e8dac1;
	margin:5px 15px 0px 15px;
}
.evt_name {
	font-size:18px;
}
.evt_date {
	font-size:12px;
	color:#CCCCCC;
}
.evt_desc {
	font-size:14px;
	font-weight:bold;
}
.evt_dur {
	font-size:11px;
	color:#CCCCCC;
}

table.bke_roomtable {
	background:#F6F5F2 none repeat scroll 0 0;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}

.enh_img img {
	display: none;
}


/*#############################     FOOTER     ##############################*/

#footer {
	margin-top:10px;
	padding:10px 0;
	width:980px;
	border-top:1px solid #e9ebe5;
	font-size:10px;
	line-height:18px;
}

#footer h4 {
	font-size:12px;
	color: #8b7046;
}

#footer .footerleft {
	width:490px;
	float:left;
	text-align: left;
	color: #8b7046;
}

#footer .footerright {	
	margin-bottom:30px;
	width:450px;
	float:right;
	text-align: right;
	color: #8b7046;
}

#footer a {
	text-decoration: underline;
	color: #8b7046;
}

#footer a:hover {
	text-decoration: none;
}

#footer table td.pad {
	padding:0 2px;
}

#footer input {
	font-size:11px;
}

.footerlogos {
	width:680px;
	float:right;
}

a.mansfield {
background:transparent url(../images/mansfield.gif) no-repeat scroll left top;
display:block;
float:left;
height:77px;
margin:0px 0px 0 0;
width:121px;
}

a.mansfield:hover {
	background-position:left bottom;
}

a.living {
background:transparent url(../images/cwliving.gif) no-repeat scroll left top;
display:block;
float:left;
height:77px;
margin:0px 0px 0 0;
width:168px;
}

a.living:hover {
	background-position:left bottom;
}

a.weston {
background:transparent url(../images/weston.gif) no-repeat scroll left top;
display:block;
float:left;
height:77px;
margin:0px 0px 0 0;
width:150px;
}

a.weston:hover {
	background-position:left bottom;
}

a.finnstown {
background:transparent url(../images/finnstown.gif) no-repeat scroll left top;
display:block;
float:left;
height:77px;
margin:0 0px 0 0;
width:132px;
}

a.finnstown:hover {
	background-position:left bottom;
}

a.palmerstown {
background:transparent url(../images/palmerstown.gif) no-repeat scroll left top;
display:block;
float:left;
height:77px;
margin:0 0px 0 0;
width:106px;
}

a.palmerstown:hover {
	background-position:left bottom;
}
.flash_message {
	background:#F3F1EA;
	border:3px solid #58472C;
	color:#000;
	padding:10px;
	font-weight:bold;
}

div#reviewform table {
width:60%;
}

div#reviewform td {
margin:2px;
padding:5px;
text-align:left;
}

.textbox {
font-family:Tahoma,Verdana,Arial;
font-size:11px;
width:400px;
}

#review_pagination a:hover, #review_pagination a.review_pagination_on {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#AA8A38 none repeat scroll 0 0;
border:1px solid #906B2F;
color:#FFFFFF;
}

#review_pagination a {
border:1px solid #666666;
color:#666666;
display:block;
float:left;
font-family:Tahoma,Verdana,Arial;
font-size:10px;
font-weight:normal;
height:15px;
margin:0 2px 0 0;
text-align:center;
text-decoration:none;
width:15px;
}

#review_pagination {
	height:30px;
}

.flash_message {
color:red;
font-size:14px;
}