body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color:#000000;
	/* start */
	/* end */
margin: 0px;
}


html {
scrollbar-face-color:#FFFFFF;
scrollbar-shadow-color: #66ccff;
scrollbar-highlight-color:#66ccff;
scrollbar-3dlight-color: #66ccff;
scrollbar-darkshadow-color: #66ccff;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #000000;
}





#container{
background-color:#ffffff;
border:1px solid #000;
width:800px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
overflow:hidden;
position:absolute;
left:50%;
margin-left:-400px;
}



#top{
	position:relative;
	width:100%;
background-image:url(../images/top_bgnd.gif);
background-repeat:no-repeat;
margin-bottom:5px;
}
#top_booking_link{
	position:absolute;
	top:35px;
	right:10px;
	padding:0px 5px 0px 5px;
	background-color:#999999;
	color:#FFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	text-decoration:none;
}
#top_booking_link:hover{
	background-color:#000000;
}

#opening{
	float:left;
	display:inline;
	/*
	margin:63px 0px 0px 50px;
	width:255px;
	*/
	margin:63px 0px 0px 85px;
	font-size:10px;
	width:200px;
	height:24px;
	line-height:12px;
}

/************ search button **********************/
.search_button{
float:right;
}
.search_button input{
background:url(../images/search.gif) no-repeat; 
cursor:pointer; 
width: 18px; 
height: 18px; 
border: none;
}
/************ end search button **********************/

.booking_link{
	font-size:14px;
	line-height:20px;
	color:#333333;
    border: 1px solid #93d5ef;
	background-color: #93d5ef;
    border-radius: 4px;
    -moz-border-radius: 4px;
	padding:5px 10px 5px 10px;
	cursor:pointer;
}
.booking_link_grey{
	font-size:14px;
	line-height:20px;
	color:#999999 !important;
	text-decoration:none !important;
    border: 1px solid #cccccc;
	background-color: #cccccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
	padding:5px 10px 5px 10px;
}
.bd_pic{
margin:5px;	
}
#scroll{
	display:none;
height:96px;
	top:390px;
	position:absolute;
	z-index:0;
}
#scroll img{
	float:left;
	display:inline;
	border:none;

}

#main{
height:445px;
width:100%;
z-index:0;
}

#main iframe{
	width:100%;
}


#main_left{
	float:left;
	width:211px;
	margin-top:15px;
	z-index:100;
position:relative;
}
#main_right{
position:relative;
	float:right;
	width:211px;
	margin-top:15px;
	z-index:100;
}
#main_centre_home{
	float:left;
	width:317px;
	margin:10px 30px 0px 30px;
		z-index:100;
		overflow:hidden;

}

#main_centre{
	float:left;
	width:346px;
	margin:10px 15px 0px 15px;
		z-index:100;
		overflow:hidden;

}


#main_wide{
	margin:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color:#000000;
	overflow:visible;
}

#title{
	margin:0px 0px 0px 0px;
		z-index:100;
		text-align:center;
		overflow:hidden;
}

#main_centre_scroll{
	width:346px;
	float:left;
	height:355px;
	margin:10px 0px 0px 0px;
		z-index:100;
		overflow:auto;

}


#home_text{
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color:#000000;
overflow:hidden;
height:130px;	
}

#circles{
	margin:0px 0px 0px 0px;
	width:317px;
	height:146px;
	background-image:url(../images/centre_circles.gif);
}

.circle_text{
	width:95px;
	height:95px;
	line-height:16px;
font-size:13px;
margin-top:26px;
overflow:hidden;
text-align:center;	
}
.circle_text a{
color:#000000;
margin-top:10px;
display:block;
font-size:13px;	
color:#000;
text-decoration:none;
text-transform:uppercase;
}
.circle_text a:hover{
text-decoration:underline;
}
#weather{
width:50px;
height:50px;
float:left;
cursor:pointer;
margin:48px 0px 0px 16px;
}

#weather_pop{
	display:none;
	position:absolute;
	z-index:500;
	bottom:0px;
	right:0px;
	background-image:url(../images/tsp.png);
	padding:10px;
}
#weather_pop_text{
	text-align:center;
background-color:#ffffff;
width:100%;	
}

#mailing_list{
	width:316px;
	text-align:center;
	margin-top:120px;
}
#mailing_list a{
	font-size:14px;
color:#000000;
text-decoration:none;
margin:0px 20px 0px 20px;
font-weight:normal;
}
#mailing_list a:hover{
text-decoration:underline;
}


#mailchimp_signup{
	border:3px solid  #66ccff;
	display:none;
	width:350px;
	position:absolute;
	z-index:550;
	bottom:0px;
	right:0px;
	background-image:url(../images/white_bgnd.gif);
	padding:10px;
}





#footer{
	font-size:11px;
clear:both;
padding:10px 30px 10px 30px;
}
#footer a{
text-decoration:none;
}
#footer a:hover{
text-decoration:underline;
}

#footer_address{
padding:15px;
text-align:center;	
}
.footer_section{
	width:200px;
	height:40px;
	float:left;
	overflow:hidden;
	vertical-align:middle;
	line-height:40px;
	margin-bottom:5px;
}

.footer_section img{
vertical-align:middle;
margin-left:10px;
}

#blue{
clear:both;
background-image:url(../images/blue_bgnd.gif);
width:800px;
height:23px;	
}

#cookie_link{
font-size: 10px;
    text-align: center;
    padding: 5px;
}

/* ********************top navigation************************* 
comment or uncomment top nav tabs OR top nav no tabs

*/

/*************** top nav tabs ****************
note watch left and right tabs depending on float left or float right...
*/


/* ********************top navigation*************************/ 


.nav_link{
/*** style for link in menu - if not used keep empty */
}


.mob_menu{
	display:none;
}
.mob_menu_open{
	display:none;
}
.mob_pagination{
	display:none;
}



#topmenu1{
overflow:hidden;
background-image:url(../images/menu_bgnd.gif);
/* width:386px; 
width:450px;*/
width:500px;
height:19px;
float:right;
margin-top:62px;
padding-left:10px;
}
#topmenu1 a{
	float:left;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-top:1px;
	padding-left:6px;
	padding-right:6px;
line-height:19px;
text-transform:uppercase;
}

#topmenu1 a:hover{
	background-image:url(../images/menu_over.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#topmenu1 .page_selected {
	background-image:url(../images/menu_over.gif);
	background-repeat:no-repeat;
	background-position:center;
}

/*************** end  top nav tabs *****************/






/* ********************end top navigation************************* */



/************* bottom menu  *************/
#bottom_menu2 a{
	font-size:11px;
	color:#000000;
	margin:0px 5px 0px 5px;
	font-weight:normal;
}

/************* end  bottom menu  *************/




/* ********************side navigation************************* */

#sidemenu{
	font-family: Arial, Helvetica, sans-serif;
background-image:url(images/newsbackground.jpg);
float:left;
width:175px;
margin-bottom:10px;
}

#sidemenu a{
font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	color: #993399;
	background-image:url(../images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;

text-transform:uppercase;

text-decoration:none;
padding-left:15px;
}

.vert_menu_sub{
display:none;
}

#sidemenu .vert_menu_sub a{
line-height: 17px;
background-image:none;
text-transform:none;
font-size:10px;
}

#page_selected_vert{
background-image:url(../images/bgnd_dropdown.gif);
}

#page_selected_vert .side_top_page_selected{
background-image:url(../images/arrow_black.gif);
color:#333333;
}
#page_selected_vert .side_sub_page_selected{
color:#333333;
}
/*  ***end side nav ***********/


/************* side sub menus **********************/

#side_sub_menu{
background-image:url(../images/newsbackground.jpg);
float:left;
width:200px;
margin-left:7px;
}

#side_sub_menu a{
display:block;
width:100%;
font-size:14px;
	line-height: 20px;
	font-weight: bold;
	color: #006699;
	background-image:url(../images/sidemenu_background.gif);
text-transform:uppercase;
text-decoration:none;
padding:5px 0px 5px 10px;
margin-bottom:2px;
}

#side_sub_menu a:hover{
	background-image:url(../images/sidemenu_background_over.gif);
}

#side_sub_menu a.side_sub_page_selected{
	background-image:url(images/sidemenu_background_over.gif);
}
/************* end side sub menus **********************/


/* ********************end navigation************************* */








/************* search results********/


#search_results_left{
width:50%;
float:left;
margin-right:20px;
padding-right:20px;
border-right:1px solid #cccccc;
}

#search_results_left img{
width:90px;
height:90px;
float:left;
border: 1px solid #cccccc;
margin-right:5px;
margin-bottom:20px;
}
.search_item{
clear:both;
width:300px;
margin-bottom:20px;
}

#search_results_right{
float:left;
}

/************* end search stuff ********/



/* ************ login Stuff *********************** */
#login{
width:200px;
}


#login_onpage{
background-color:#FF9900;
border:1px solid #666666;
font-size:10px;
}
#login_onpage input{
font-size:10px;
}

#login_onpage #submit{
font-size:11px;
}

#login_onpage td{
padding:2px;
}
#login_onpage #username{
width:75px;
}
#login_onpage #password{
width:75px;
}

/*  user text - user logged in stuff */
#usertext{
padding:2px;
background-color:#FFFFFF;
border:1px solid #cccccc;
margin:0px;
color:#000000;
font-size:11px;
}
#usertext a{
text-decoration:none;
}
#usertext a:hover{
}
/*  end user text  */



/*  admin text  - admin logged in */
#admintext{
width:200px;
padding:2px;
background-color:#FFFFFF;
border:1px solid #cccccc;
margin:0px;
color:#999999;
font-size:10px;
}
#admintext a{
text-decoration:none;
color:#3366FF;
}
#admintext a:hover{
text-decoration:none;
background-color:#CCCCCC;
color:#FFFFFF;
}
/*  end admin text  */



.user_form_include{
border:1px solid #999999;
margin:5px;
width:700px;
background-image:url(images/form_bgnd.gif);
}

/* ************ end login Stuff *********************** */






/* *********** list styles *********


set number of columns by width of item div */

.item_list{
margin-left:0px;
margin-right:0px;
margin-bottom:10px;
margin-top:2px;
padding:0px;
/*border:1px solid #cccccc;
background-color:#9999CC;
overflow:scroll;
height:10px;*/
width:650px;
float:left;
}
.spacer{
clear:both;
}

#pagination a{
text-decoration:none;
}

#pagination .list_page_selected{
font-size:14px;
font-weight:bold;
}

/* *********end list styles ************ */




/* *********** site map *******************/
#site_map{
font-size:12px;
padding:20px;
background-color:#ffffff;
}

#site_map .site_map_indent{
font-size:10px;
margin-left:30px;
}

/* *********** end site map *******************/






/************ comment form ********************/
#comment_form{
display:none;
margin-top:10px;
clear:both;
float:left;
background-image:url(images/form_bgnd.gif);
border:1px solid #999999;
padding:10px;
}
#comment_form input{
margin-bottom:2px;
font-size:11px;
width:200px;
}
#comment_form #submit{
margin-top:5px;
font-size:11px;
width:100px;
}

#comment_form textarea{
margin-bottom:2px;
width:300px;
height:100px;
}

.close_top{
display:inherit;
/*
background-color:#666666;
padding:2px; */
float:right;
vertical-align:middle;
}
.close_top img{
padding:0px;
margin:-5px;
}

/******************* end comment form **********************/




/************ slide show ***********/
#image_container{
margin-left:auto;
margin-right:auto;
margin-top:20px;
}
.slideshow_text{
margin-left:20px;
color:#333333;
}
/************ end slide show ***********/





/* ************************ general styles ***************************/
.box{
border:1px solid #cccccc;
}

.spacer{
margin:0px;
padding:0px;
clear:both;
}

#breadcrumb{
color:#999999;
font-size:10px;
}

.share_social_networks img{
margin-bottom:2px;
}

#item_added_confirmation{
z-index:1000;
width:250px;
top:auto;
left:auto;
position:absolute;
background-image:url(images/white_transparent.png);
border:1px solid #000000;
margin:20px;
font-size:12px;
font-weight:bold;
padding:10px;
}
#item_added_confirmation p{
margin:10px;
}

#close_top{
display:inherit;
/*
background-color:#666666;
padding:2px; */
float:right;
vertical-align:middle;
}
#close_top img{
padding:0px;
margin:2px;
}


/* form stuff */
.general_form{
background-image:url(images/form_bgnd.gif);
border:1px solid #999999;
padding:10px;
}

form{
margin:0px;
padding:0px;
}
/* form buttons */

.search_button{display:inline;}
.search_button input{
background:url(images/search.gif) no-repeat; 
cursor:pointer; 
width: 18px; 
height: 18px; 
border: none;
}

/* end form stuff */




h1 {
text-decoration: none;
	font-size: 18px;
	color: #000000;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
	line-height:20px;
}

h2 {
	
text-decoration: none;
	font-size:14pt;
	color:#66CCFF;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:normal;
}

p{margin:0px;padding:0px;}

a {
color:#3399FF;
font-weight:bold;
text-decoration:none;
}
a:hover {
color:#666;
text-decoration:underline;
}


.admin_links{
font-size:10px;
font-weight:normal;
color:#3366FF;
}

a.admin_links{
font-size:10px;
font-weight:normal;
color:#3366FF;
text-decoration:none;
}

a.admin_links:hover{
background-color:#CCCCCC;
color:#FFFFFF;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.red {
	color: #FF0000;
}

#error{
color:#FF0000;
margin-bottom:2px;
}
/* ************************ end general styles *********************/

