
html{
	font-family: arial, tahoma, verdana;
	font-size: 1em;
	margin: 0px auto;
	}

body{
	margin: 0px auto;
	text-align: center;
	padding: 0 0 0 0;
	background-color: #ffffff;
	color: #000000;
	}
	
p{
	margin: 6px;
	text-align:left;
	}
	
a{
	text-decoration: none;
	}
	
a:hover{
	text-decoration: underline;
	}
	
a img{
	border: 0px;
	}
	
.bold{
	font-weight: bold;
	font-size: 1.1em;
	}
	
.smlprint{
	font-size: 0.7em;
	}
	
.error{
	color: red;
	}
	
.hide{
	display: none;
	}

.clear{
	clear:both;
	}	

ul, ol{
	text-align: left;
	margin-left: 50px;
	}
	
table{
	border-collapse: collapse;
	}
	
table tr td{
	vertical-align: top;
	margin: 0px;
	padding: 0;
	}
	
form fieldset, fieldset{
	margin: 12px;
	padding: 12px;
	border: 1px solid #cdcdcd;
	}
	
form fieldset legend, fieldset legend{
	margin:0;
	margin-bottom: 6px;
	padding:1px 3px;
	border: 1px dotted #cdcdcd;
	}
	
fieldset ul{
	width: auto;
	list-style:none;
	margin: 0;
	padding: 0px;
	text-align: left;
	}
	
fieldset ul li{
	background-color: #d7dcea;
	margin: 2px 0px;
	}
	
fieldset ul li p{
	padding:2px;
	line-height: 19px;
	}
	
form p{
	text-align:left;
	margin: 1px 0;
	line-height:1.8em;
	}

form label{
	text-align: right;
	vertical-align: top;
	width: 10em;
	margin-right: 0.5em;
	line-height:1.3em;
	display: inline-block;
	}

form label.err{
	color:red;
	}

form input.error, form textarea.error {
	background-color: #fcc;
	border: 2px dotted #f20;
	}

form label.error {
	text-align:left;
	color: #f00;
	margin-left: 13px;
	width: auto;
	display: inline;
	}
	
form input, form textarea{
	font-family: arial, tahoma, verdana;
	font-size: 1em;
	width:200px;
	}

	
form input.submit, .but{
	margin-left: 13em;
	margin-right: 0em;
	margin-top: 6px;
	width: 100px;
	background: #ffffff;
	border: 2px solid #cdcdcd;
	}
	
.but{
	margin-left: 0.5em;
	}
	
/* TAGS */
h2{
	margin: 6px;
	text-align: left;
	}
		
.title, h2{
	font-weight: bold;
	font-size: 1.3em;
	}
	
.date{
	font-weight: bold;
	font-size: 1.2em;
	}
	
.header{
	position: relative;
	z-index: 1;
	margin: 0px;
	height: 73px;
	background-image: url('images/bg-top.jpg');
	background-position: center 30px;
	background-repeat: repeat-x;
	background-color: #01a3b2;
	}
	
.header .inner{
	position: relative;
	width: 960px;
	margin: 0 auto;
	}
	
.header .inner .top_menu{
	position: relative;
	float: left;
	clear: right;
	}
	
.header .inner .top_menu{
	margin-top: 7px;
	}
	
.header .inner .top_menu .menu{
	
	}
	
.header .inner .top_menu .menu ul{
	margin:0px;
	padding:0px;
	list-style: none;
	position:relative;
	z-index: 10;
	}
	
.header .inner .top_menu .menu ul li{
	margin: 0px 0px 0px 0px;
	list-style:none;
/*	display: table-cell;
	float:left; */
	position: relative;
	border: 1px solid #000000;
/*	border-right: 0px solid #ffffff; */
	background-color: #ffffff;
	}
	
.header .inner .top_menu .menu ul li.right{
	border-right: 1px solid #000000;
	}
	
.header .inner .top_menu .menu ul li.right{
	border-right: 1px solid #000000;
	}
	
.header .inner .top_menu .menu ul li a{
	display: block;
	padding: 6px 10px;
	background-color: #F2F2F2;
	color: #808080;
	}
	
.header .inner .top_menu .menu ul li a:hover, .header .inner .top_menu .menu ul li.current a{
	background-color: #ffffff;
	color: #000000
	}

.header .inner .top_menu .menu ul li.current{
	background-color: #ffffff;
	border-bottom: 1px solid #ffffff;
	color: #000000
	}
	
.header .inner .nav{
	float: left;
	clear: right;
	position: relative;
	}
	
.header .inner  ul.nav{
	margin:0px;
	padding:0px;
	list-style: none;
	position:relative;
	z-index: 10;
	}
	
.header .inner  ul.nav li{
	margin: 0px 0px 0px 0px;
	padding: 3px 0px;
	list-style:none;
	display: table-cell;
	float:left;
	position: relative;
	}
	
.header .inner  ul.nav li a{
	display: block;
	font-size: 13px;
	padding: 0px 4px;
	color: #000000;
	border-right: 1px solid #000000;
	position: relative;
	}
	
ul.dropdown{
	background-color:#ffffff;
	margin:0px;
	padding:5px;
	display:block;
	position:absolute;
	z-index: 999;
	top: 100%;
	display:none;
	left:0px;
	width: 220px;
	overflow:hidden;
	border: 1px solid #000000;
	border-top: 0px solid #000000;
	}
	
ul.dropdown ul.dropdown{
	top:0;
	left:95%;
	}
	
ul.dropdown li{
	text-align:left;
	margin:0px; 
	padding: 0px;
	float: none;
	position:relative;
	list-style:none;
	display:block;
	float: none;
	border:0px;
	border-bottom:1px solid #000000;
	width: 100%;
	}

.header .inner  ul.nav li ul.dropdown li a{
	font-size: 13px;
	padding: 0px 4px;
	display: block;
	z-index: 0;
	border: 0px;
	}
	
.googlesearch{
	float:right;
	margin-top: 0px;
	padding: 0px;
	}

.googlesearch .search{
	font-size: 0.6em;
	width: 120px;
	margin-top: 0px;
	padding: 0px;
	}
	
.googlesearch .submit{
	margin:0px;
	width: 80px;
	font-size: 0.6em;
	}

	
.container{
	margin: 6px auto 0 auto;
	border: 0px solid #e2e2e2;
	width: 960px;
	position:relative;
	background-image: url('images/bg-container.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	}
	
.content{
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	}
	
.left_col, .right_col{
	float: left;
	clear: right;
	width: 240px;
	position: relative;
	}
	
.left_col .left_menu{
	list-style: none;
	margin: 10px auto 0 auto;
	padding: 0px;
	display:block;
	width: 220px;
	}
	
.left_col .left_menu li a{
	font-size: 0.9em;
	font-weight: bold;
	border: 1px solid #000000;
	background-color: #01b0c1;
	color: #ffffff;
	display: block;
	width: 208px;
	margin:4px 0;
	padding: 3px 5px;
	}
	
.main_content{
	margin-left: 0px;
	padding-left: 0px;
	float: left;
	clear: right;
	width: 720px;
	}
	
.right_col{
	margin-left: 10px;
	width: 240px;
	}
	
/* POI */
	
.poi.right{
	border: 0px solid #000000;
	margin: 0px 0px 0 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	width: 240px;
	background-color: #a7dbd7;
	}
	
.poi.right .img{
	margin: 6px auto 8px auto;
	width: 160px;
	height: 125px;
	border: 1px solid #000000;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	}
	
.poi.right img{
	width: 160px;
	height: 100px;
	position: absolute;
	top:0px;
	left:0px;
	border:0px;
	}
	
.poi.right .img .cap{
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #01b0c1;
	display: block;
	width: 100%;
	height: 25px;
	cursor: pointer;
	}
	
.poi.right .img .cap p{
	font-weight: bold;
	color: #ffffff;
	line-height: 25px;
	margin:0;
	text-align: center;
	cursor: pointer;
	font-size: 0.8em;
	}

	
.center_col{
	margin-left: 10px;
	float: left;
	clear: right;
	width: 710px;
	font-size: 0.9em;
	}
	
.titlebar{
	color: #ffffff;
	background-color: #4D4D4D;
	margin: 0 0px 6px 10px;
	padding: 6px 0px 4px 10px;
	text-align: left;
	font-size: 20px;
	}
		
.sidemenu_bar{
	color: #ffffff;
	background-color: #4D4D4D;
	margin: 0px 0 6px 0;
	padding: 4px;
	line-height: 14px;
	font-size: 0.8em;
	color: #FFFFFF;
	}
		
.sidemenu_bar a{
	color: #FFFFFF;
	display: block;
	}

.address{
	font-size: 0.7em;
	margin-top: 4px;
	margin-bottom: 4px;
	}

.credit{
	width: 100%;
	color: #ffffff;
	font-size: 0.9em;
	}
	
.credit p{
	text-align: center;color:#808080;background: #ffffff;margin:0px;padding: 6px 0;
	}
	
.credit a{
	color:#808080;
	}
	
/* ADVERTS */
.header .inner .top_ad{
	position: absolute;
	top: 6px;
	right: 0px;
	overflow: hidden;
	height: 60px;
	width: 468px;
	background-color: #ffffff;
	padding: 0px;
	}

.right_ad{
	overflow: hidden;
	height: 60px;
	width: 234px;
	margin: 0px auto 6px auto;
	background-color: #ffffff;
	padding: 0px;
	}

	
/* SLIDER */
.slider{
	margin-left: 0px; border: 1px solid #000000;
	width:460px; height:290px; overflow:hidden; position:relative; cursor:pointer;
	}
	
.slides {
	position:absolute; top:0; left:0;
	}
	
.slide {
	float:left; clear:right; width:460px; height:290px;
	background-repeat: no-repeat;
	}
	
.slideImage{
	width:460px; height:290px;
	}

.slider span{
	position: absolute; 
	bottom: 0px; left: 0;
	height: 30px; width: 100%;
	color: #ffffff;
	font-weight: bold;
	background-color:#000000;
	display:block;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	}

/* NEWS/EVENTS LISTS */
.news_list{
	width: 220px;
	margin: 6px auto;
	position: relative;
	}
	
.news_list p.text, .ven_list p.text{
	margin: 4px 0px 0px 0;
	padding: 3px 5px;
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #000000;
	border-bottom: 0px;
	background-color: #01b0c1;
	}
	
.newsbody{
	width: 218px;
	margin: 0px auto;
	background: #ffffff;
	border: 1px solid #000000;
	height: 125px;
	overflow: auto;
	}

.newsbody p{
	font-size: 0.6em;
	color: #000000;
	}
	
.newsbody ul{
	list-style: none;
	margin:0px;
	padding: 0px;
	}
	
.newsbody ul li{
	display:block;
	height: 125px;
	}
	

/* VENUE LISTS */
.ven_list{
	width: 220px;
	margin: 6px auto;
	}
	
.ven_list .text span{
	display: inline-block;
	width: 50%;
	text-align: center;
	cursor: pointer;
	}
	
.ven_list .text span:hover, .ven_list .text span.current{
	text-decoration: underline;
	}
	
.ven_list .list{
	background-color:#ffffff;
	height: 100px;
	overflow: auto;
	border: 1px solid #000000;
	}
	
.ven_list .list ul{
	margin:0px 3px;
	padding:0px;
	list-style: none;
	}
	
.ven_list .list ul li a{
	font-size: 0.7em;
	display: block;
	}

/* FEATURED LISTING */

.featured{
	margin: 6px;
	width: 97%;
	float: left;
	}
	
.featured p{
	margin-left: 0px;
	margin-right: 0px;
	}
	
.featured .left, .featured .right{
	font-weight: bold;
	font-size: 1.1em;
	width: 50%;
	float: left;
	clear:right;
	}
	
.featured .right p{
	text-align: right;
	}
	
/* MAP */

.map_menu{
	width: 460px;
	display: block;
	margin: 0px auto;
	background-color: #4d4d4d;
	height:27px;
	}
	
.map_menu ul.nav{
	margin:0px 0 0 2px;
	padding:0px;
	list-style: none;
	position:relative;
	z-index: 10;
	}

.map_menu  ul.nav li{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style:none;
	display: table-cell;
	float:left;
	position: relative;
	}
	
.map_menu ul.nav li a{
	display: block;
	font-size: 13px;
	padding: 0px 6px;
	margin: 4px 0;
	color: #ffffff;
	border-right: 1px solid #ffffff;
	position: relative;
	line-height: 20px;
	}
	
.map_menu ul.nav li.last a{
	border: 0px;
	}
	
.map_menu .postcode_input{
	margin-top: -2px;
	}
	
.map_menu .postcode_input input{
	font-size: 10px;
	width: 60px;
	}
	
.map_menu .postcode_input button{
	font-size: 10px;
	border: 1px solid #808080;
	line-height: 16px;
	}
	
.map_menu ul.nav li ul.dropdown a{
	color: #000000;
	text-align: left;
	line-height: 14px;
	}
	
ul.list_dir{
	list-style: none;
	margin: 0 12px;
	padding: 0px;
	}
	
#map{
	margin: 4px auto;
	width: 458px;
	height: 300px;
	border: 1px solid #4d4d4d;
	}
	
#directions, #myDirections{
	width: 458px;
	margin: 4px auto;
	}

#map, #directions, #myDirections{
	text-align: left;
	z-index: 1;
	}
	
#directions, #myDirections{
	height: auto;
	margin-bottom: 12px;
	display: none;
	border: 0px solid #000000;
	}

#directions table{
	width: 458px;
	}

#myDirections .warning, .map_warning{
	width: 458px;
	background-color: #ffff9f;
	margin:4px 0px;
	}
	
#myDirections .warning p, .map_warning p{
	padding: 6px 4px;
	font-weight:bold;
	}
	
#myDirections .high{
	width: 458px;
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	background-color: #e8e8e8
	}
	
#myDirections .high p{
	width: 458px;
	font-size: 1.2em;
	font-weight: bold;
	padding: 6px 4px;
	}
	
#myDirections .step{
	width: 458px;
	border-top: 1px solid #cdcdcd;
	}

#myDirections .step span.steps{
	width: 30px;
	display:inline-block;
	clear:right;
	vertical-align:top;
	}
	
#myDirections .step span.step_text{
	width: 338px;
	display:inline-block;
	margin-left: 5px;
	vertical-align:top;
	}
	
#myDirections .step span.step_text p{
	margin:0px;
	}

#myDirections .step span.distance_text{
	width: 80px;
	display:inline-block;
	margin-left: 5px;
	vertical-align:top;
	text-align: right;
	}
	
#myDirections .step span.distance_text p{
	text-align: right;
	margin:0px;
	}

#myDirections .step div{
	margin-top: -6px;
	}
	
#myDirections .copyright p{
	color: #cdcdcd;
	font-size: 0.9em;
	}	
	
.useful{
	float:right;
	position: relative;
	border: 1px solid #000000;
	margin: 6px 0px; 
	padding:5px;
	width: 370px; 
	background-color:#ffffff;
	}	

p.cookie_msg{
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	color: #9a9a9a;
	}

/* paginate LIST */

.paginate{
	border: 0px solid #000000;
	}
	
.paginate ul{
	list-style: none;
	margin:0px;
	padding: 0px;
	}
	
.paginate ul li{
	margin-bottom: 12px;
	}
	
.paginate li .title{
	margin: 4px 6px;
	}
	
.paginate li p{
	margin: 4px 6px;
	}

.pagination {list-style:none; margin:0px; padding:0px;}  
.pagination li{float:left; margin:3px;}  
.pagination li a{   display:block; padding:3px 5px; color:#000000; background-color:#dcefdb; text-decoration:none;}  
.pagination li a.active {border:1px solid #000; color:#000; background-color:#fff;}  
.pagination li a.inactive {background-color:#eee; color:#777; border:1px solid #ccc;}

	
/* ################### */
