/* RESET CSS */
body {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6,form, p, ol, ul, li , dl, dt, dd, blockquote,fieldset,legend {
    margin: 0px;
    padding: 0px;
}
ol, ul{
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: underline;
}
a:focus {
    outline: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img{
	border:0px;
}

.invalid {
	background-color: #fee;
	color: #800;
}
#content .invalid a {
	text-decoration:underline;
	color: #800;
}

.wai{
    display:none;
}
.cb{
    clear:both;
}
.cl{
    clear:left;
}

/*  site's CSS */

body{
    font-family:helvetica, arial, sans-serif;
    font-size:0.625em;
    text-align:left;
    background:#f3f6ee;
}
#page{
    margin: 0 auto 0 auto;
    width:973px;
    background:#fff;
    position:relative;
    color:#817e7b;
    padding:10px;
}
/*  the header  */
#header{
    height:93px;
}
#logo{
    float:left;
    width:102px;
    height:93px;
    background: url("../img/logo.gif") no-repeat top left;
}
#logo h1 a{
    text-indent:-5000px;
    overflow: hidden;
    width:102px;
    height:93px;
    display:block;
}

/*  upper links  */

ul#flaglinks{
    position:absolute;
    top:12px;
    right:130px;
}
ul#flaglinks li{
    float:left;
}
ul#flaglinks li a{
    text-indent:-5000px;
	overflow: hidden;
	height: 0px;
    display:block;
    width:27px;
    height: 16px;
    margin-right:6px;
}
ul#flaglinks li a#ukflag{
   background: url("../img/uk_flag.gif") no-repeat top left;

}
ul#flaglinks li a#frflag{
   background: url("../img/fr_flag.gif") no-repeat top left;

}
ul#flaglinks li a#deflag{
   background: url("../img/de_flag.gif") no-repeat top left;

}
ul#flaglinks li a#jpflag{
   background: url("../img/jp_flag.gif") no-repeat top left;
    margin-right:0px;
}

ul#social{
    position:absolute;
    top:10px;
    right:4px;
}
ul#social li{
    float:left;
}
ul#social li a{
    text-indent:-5000px;
    overflow: hidden;
    height: 0px;
    display:block;
    width:32px;
    height:32px;
    margin-right:6px;
}
ul#social li a#youtube{
   background: url("../img/youtube.gif") no-repeat top left;

}
ul#social li a#twitter{
   background: url("../img/twitter.gif") no-repeat top left;

}
ul#social li a#facebook{
   background: url("../img/facebook.gif") no-repeat top left;

}
/*  upper search  */

form#upper_search{
	width:246px;
    position:absolute;
    top:75px;
    right:10px;
	height:20px;
    font-size:110%;
}
form#upper_search label,form#upper_search br{
	display: none;
}
form#upper_search input{
    float:left;
    width:180px;
    height:16px;
    border:1px solid #bebebe;
}
form#upper_search input#searchButton {
    width:52px;
    border:0px;
    height:18px;
    background: url("../img/search_btn.gif") no-repeat left top;
    text-indent:-5000px;
    overflow:hidden;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
    float:right;
}

/* upper menu */
ul#uppermenu {
    width:885px;
    position:absolute;
    top:120px;
    left:10px;
    height:18px;
    font-size:110%;
    background:#C3DBBC;
    text-transform: uppercase;
    z-index:998;
}
ul#uppermenu li a{
    padding:0 10px;
    line-height:18px;
    border-right:1px solid #fff;
    color: #58716b;
}
ul#uppermenu li{
	float:left;
}
ul#uppermenu li a:hover,ul#uppermenu li a.clicked{
    color:#003366;
    text-decoration:none;
}

h3#booknow{
    width:88px;
    position:absolute;
    top:120px;
    font-weight:normal;
    right:10px;
    height:18px;
    font-size:110%;
    background:#F55D1B;

    color:#fff;
    text-align:center;
    line-height:18px;
    text-transform: uppercase;
}
h3#booknow a{
    color:#fff;
}

/* stage */

#stage {
    clear:both;
    position: relative;
    margin-bottom:15px;
    margin-top: -15px;
    overflow: hidden;
    width: 480px;
    height: 293px;
}

#stage span {
    top: 0;
    position: absolute;
    background: 0 0 no-repeat;
    height: 293px;
}
.stageleft {
    left: 0;
    width: 480px;
}
.stageright {
    left: 247px;
    width: 234px;
}

/*  the wrapper gives the coloured background to the left side  */
#wrapper{
    background: url("../img/wrapper_default.gif") no-repeat bottom left;
    height:100%;
    padding: 55px 0 9px 0;
    border:0;
}
#wrapper.nobg {
    background:none;
    padding-bottom: 0;
}
#wrapper h1{
    display:block;
    padding:10px 0;
    background:#c3dbbc;
    font-weight:normal;
    color:#003366;
    font-size:190%;
}
#wrapper h1 span{
    display:block;
    width:250px;
    float:left;
    text-indent:10px;
}

#inner {
    width: 973px;
    background: url("../img/leftsidebar_bg_default.gif") top left repeat-y;
}

/*  content wrapper allows us to display the content in a certain order without positioning absolute  */

#content_wrapper{
    float:right;
    width:739px;
    background:#fff;
}
#content_wrapper.fullwidth{
    width:100%;
}
/* left menu */
ul#leftmenu {
    width:234px;
    font-size:140%;
    float:left;
    background-color: #c3dbbc;
    padding-bottom: 50px;
    margin-right: -3px;
}
ul#leftmenu li{
    overflow: hidden;
    margin-bottom:1px;
    width:234px;
    clear:both;
}
ul#leftmenu li span{
    background:#aea998;
    height:25px;
    width:100%;
    display:block;
}

ul#leftmenu li a{
    display:block;
    width:220px;
    text-indent:10px;
    background:#3b3a36;
    color:#cdcab8;
    line-height:25px;
}
ul#leftmenu li a:hover,ul#leftmenu li a.clicked{
    color:#fff;
    text-decoration:none;
}

/* the submenu  */
ul#leftmenu  li ul{
    background:transparent;
    font-size:90%;
    padding:10px 0 10px 10px;
    width: 210px;
}
ul#leftmenu  li ul li{
    background:transparent;
}
ul#leftmenu  li ul li a{
     width:99%;
}
/*
ul#leftmenu li ul li a {
    color:#fff !important;
    background: url("../img/white_arrow.gif") no-repeat left 9px;
}
html>body ul#leftmenu li ul li a {
    background-image: url("../img/white_arrow.png");
}
*/
ul#leftmenu li ul li a {
    color:#000 !important;
    background: url("../img/black_arrow.gif") no-repeat left 9px;
}
html>body ul#leftmenu li ul li a {
    background-image: url("../img/black_arrow.png");
}
ul#leftmenu li ul li a:hover {
    text-decoration:underline;
}
ul#leftmenu li ul li a.clicked {
    text-decoration:underline;
    font-weight:bold;
}
/* the sub-submenu  */
ul#leftmenu  li ul li ul{
    background: none;
    font-size:90%;
    padding:0 4px;
}
ul#leftmenu  li ul li ul li{
    background:transparent;
}
ul#leftmenu  li ul li ul li a {
    color:#000 !important;
    background-image:none;
    line-height:18px !important;
}

/*  boxes in the sidebar */

#sidebar{
    float:right;
    width:213px;
    line-height:160%;
    border-left:1px solid #AEA998;
    margin-left: -3px;
    padding: 15px 0 0 15px;
}

#sidebar .block {
    width: 200px;
    position: relative;
    padding-bottom: 10px;
}

#sidebar .clickblock a {
    color:#7d7e81;
}
#sidebar .clickblock .icon {
    display:block;
    margin:0 auto 10px auto;
    padding-top:110px;
    font-size:120%;
    text-align:center;
    background: center top no-repeat;
}
#sidebar .clickblock a:hover.icon{
   text-decoration:none;
}
#sidebar .clickblock .icon strong{
    font-size:120%;
    display:block;
}

/* color definition */
.lakes{
    background:#f55d1b !important;
}
.leisure{
    background:#1cb2ee !important;
}
.conservation{
    background:#a0b52f !important;
}

/* index blocks navigation */

#content h1.heading {
	margin: 0;
	height: 63px;
	width: 506px;
	background: url(../img/welcome.gif) 0 0 no-repeat;
	overflow: hidden;
}

#content h1.heading span {
	visibility: hidden;
}
	

ul#indexnav{
    margin:0 0 10px 0;
    overflow:auto;
    position: relative;
}
ul#indexnav li{
    float:left;
    display:inline;
    width:316px;
    position:relative;
}
ul#indexnav li.leisure,
ul#indexnav li.conservation{
    margin-left:10px;
}
ul#indexnav li ul a,
ul#indexnav li a.title {
    color:#fff;
    font-size:120%;
    text-indent:13px;
    display:block;
}
ul#indexnav li a.title{
    padding-top:180px;
    position:relative;
}

ul#indexnav .navimg {
    top: 0;
    left: 0;
    background: 0 0 no-repeat;
    position: absolute;
    width: 316px;
    height: 214px;
    text-indent: 0;
}

ul#indexnav .text{
    background: url("../img/index_li_shadow.png") repeat-x left bottom;
    display:block;
    padding-bottom:20px;
}
ul#indexnav ul{
    overflow:auto;
    height:100%;
    padding-bottom:15px;
}
ul#indexnav ul li{
    width:95%;
    margin-left:13px;
}
ul#indexnav li.lakes ul {
    background: url("../img/index_submenu_bg_lakes.gif") no-repeat bottom left;
}
ul#indexnav li.lakes ul li a{
    color:#fff;
    font-size:95%;
    background: url("../img/orange_arrow.gif") no-repeat left center;
    padding:0 !important;
}
ul#indexnav li.leisure ul {
    background: url("../img/index_submenu_bg_activities.gif") no-repeat bottom left;
    padding-bottom:25px;
}
ul#indexnav li.leisure ul li a{
    color:#fff;
    font-size:95%;
    background: url("../img/blue_arrow.gif") no-repeat left center;
    padding:0 !important;
}
ul#indexnav li.conservation ul {
    background: url("../img/index_submenu_bg_conservation.gif") no-repeat bottom left;
    padding-bottom:25px;
}
ul#indexnav li.conservation ul li a{
    color:#fff;
    font-size:95%;
    background: url("../img/green_arrow.gif") no-repeat left center;
    padding:0 !important;
}

/* the hats */

#indexnav #indexnav_top1{
    background: url("../img/indexnav_top1_1.png") no-repeat top left;
    position:absolute;
    top:0;
    left:0;
    width:316px;
    height:21px;
}
#indexnav #indexnav_top2{
    background: url("../img/indexnav_top2_1.png") no-repeat top left;
    position:absolute;
    top:0;
    left:0;
    width:316px;
    height:21px;
}
#indexnav #indexnav_top3{
    background: url("../img/indexnav_top3_1.png") no-repeat top left;
    position:absolute;
    top:0;
    left:0;
    width:316px;
    height:21px;
}

.indexblock{
    width:165px;
    float:left;
    padding:0px 50px 10px 100px;
    font-size:90%;
    background: top left no-repeat;
    position: relative;
    height: 82px;
    margin-left: 11px;
}
html>body .indexblock{
    min-height: 82px;
    height: auto;
}
.indexblock p,.indexblock h2{
    padding:0px !important;
}
.indexblock h2 a{
    text-indent:0px !important;
    float:none !important;
    overflow:auto !important;
    margin:0px !important;
}
.cl {
	margin-left: 0;
}

/* main content area  */

div#content{
    width:480px;
    float:left;
    font-size:130%;
    line-height:140%;
    padding:15px 15px 20px 15px;
    border-right:1px solid #AEA998;
    height: 400px;
    margin-right: -3px;
}
html>body #content {
    height: auto;
    min-height: 400px;
}

#content.fullwidth{
    width:100%;
    padding:0;
    border:none;
    height: auto;
}
html>body #content.fullwidth {
    min-height: 0;
}

#content.fullwidth1{
    width:725px;
    padding:0 0 10px 14px;
    border:none;
}


#content p{
    padding:0;
    margin-bottom: .5em;
}
#content h1{
    font-size:170%;
    line-height:120%;
    color:#9AAF97;
    background:none;
    font-weight:normal;
    margin-bottom: .5em;
}
#content h2{
    font-size:130%;
    line-height:120%;
    margin-bottom: .5em;
}
#content h3{
    font-size:115%;
    line-height:120%;
    margin-bottom: .5em;
}
a {
    color: #333;
}
a:hover{
   text-decoration:underline;
}
a.plain {
    color:#817e7b;
}

#content .clickblock a {
    display:block;
    float:left;
    text-indent:-5000px;
    overflow:hidden;
    margin-right:10px;
    margin-top:20px;
}

/* link list for the content */

.linklist{
    overflow: hidden;
    margin-bottom:20px;
    font-size:90%;
}
.linklist .half {
	margin-left: 10px;
	width: 235px;
	float: left;
}
.linklist .c0 {
	margin-left: 0px;
}

#content .linklist li a {
    color: #7f7d7a;
    background: url("../img/grey_link_arrow.gif") no-repeat left 9px;
    padding: 6px 10px 6px 20px;
}
#content .linklist li a:hover{
    text-decoration:none;
}
.linklist .bordered{
    border-top:1px solid #aea998;
}
.linklist .bordered li{
    border-bottom:1px solid #aea998;
}

.linklist.nonlink li{
    background: url("../img/grey-square.gif") no-repeat left 5px;
    padding-left:20px;
    line-height:20px;
}

/* news/events page */

.news {
    margin-bottom:20px;
}
#page #inner .news h3 a {
    color:#7d7e81;
    background: 0 0 no-repeat;
    padding-top:120px;
    display:block;
}
#page #inner .news h4 a {
    color:#7d7e81;
}

#sidebar .news {
    margin-bottom:10px;
}
#sidebar .news h4 {
    font-size: 110%;
    display: inline;
}
#sidebar .news p {
    display: inline;
}
#sidebar .news {
    overflow: hidden;
}

a.moreinfo{
    text-align:right;
    font-weight:bold;
}

.more a {
    color:#7d7e81;
}

/* landing page & fixing for IE6*/
ul.categories{
    margin-bottom:10px;
    overflow:hidden;
    float:left;
    display:inline;
    margin-left:-13px;
}

ul.categories .box{
    background:#c3dbbc;
    width:233px;
    float:left;
    display:inline;
    margin:0 0 13px 13px;
    position: relative;
}

#wrapper #content ul.categories a.boxlink {
    background: top left no-repeat;
    padding-top:170px;
    padding-bottom:5px;
    text-indent:10px;
    font-size:120%;
    color:#3b3a36;
    display:block;
}

/* the tables */

.data table{
    margin-bottom: .5em;
    border-top:1px solid #aea998;
}
.data table{
    font-size:95%;
    width:100%;
}

.data table td{
    border-bottom:1px solid #aea998;
}
.data table td.firstcol{
    width:140px;
    padding-right:10px;
}

/* Symbol list */
.symbolblock{
  float:left;
  border-top:1px solid #aea998;
  border-bottom:1px solid #aea998;
  width:100%;
  margin:20px 0 0px 0px;
}

.symbolblock ul{
    padding-bottom:5px;
    margin-left:-5px;
    float:left;
}
.symbolblock ul li{
    height:40px;
    float:left;
    width:40px;
    display:inline;
    margin:5px 0 0 5px;
}
.symbolblock ul li span{
    display:block;
    width:0px;
    height:0px;
    overflow:hidden;
}

.symbolblock ul li.symbol-bird-watching{
    background: url("../img/symbols/bird-watching.gif") no-repeat left center;
}
.symbolblock ul li.symbol-camping{
    background: url("../img/symbols/camping.gif") no-repeat left center;
}
.symbolblock ul li.symbol-canoeing{
    background: url("../img/symbols/canoeing.gif") no-repeat left center;
}
.symbolblock ul li.symbol-coarse-fishing{
    background: url("../img/symbols/coarse-fishing.gif") no-repeat left center;
}
.symbolblock ul li.symbol-cycle-paths{
    background: url("../img/symbols/cycle-paths.gif") no-repeat left center;
}
.symbolblock ul li.symbol-disabled-access{
    background: url("../img/symbols/disabled-access.gif") no-repeat left center;
}
.symbolblock ul li.symbol-ice-cream{
    background: url("../img/symbols/ice-cream.gif") no-repeat left center;
}
.symbolblock ul li.symbol-meeting-room{
    background: url("../img/symbols/meeting-room.gif") no-repeat left center;
}
.symbolblock ul li.symbol-no-dogs{
    background: url("../img/symbols/no-dogs.gif") no-repeat left center;
}
.symbolblock ul li.symbol-pay-display-parking{
    background: url("../img/symbols/pay-display-parking.gif") no-repeat left center;
}
.symbolblock ul li.symbol-picnic-area{
    background: url("../img/symbols/picnic-area.gif") no-repeat left center;
}
.symbolblock ul li.symbol-play-area{
    background: url("../img/symbols/play-area.gif") no-repeat left center;
}
.symbolblock ul li.symbol-restaurant{
    background: url("../img/symbols/restaurant.gif") no-repeat left center;
}
.symbolblock ul li.symbol-rowing{
    background: url("../img/symbols/rowing.gif") no-repeat left center;
}
.symbolblock ul li.symbol-sailing{
    background: url("../img/symbols/sailing.gif") no-repeat left center;
}
.symbolblock ul li.symbol-tea-room{
    background: url("../img/symbols/tea-room.gif") no-repeat left center;
}
.symbolblock ul li.symbol-toilets{
    background: url("../img/symbols/toilets.gif") no-repeat left center;
}
.symbolblock ul li.symbol-trout-fishing{
    background: url("../img/symbols/trout-fishing.gif") no-repeat left center;
}
.symbolblock ul li.symbol-visitor-centre{
    background: url("../img/symbols/visitor-centre.gif") no-repeat left center;
}
.symbolblock ul li.symbol-windsurfing{
    background: url("../img/symbols/windsurfing.gif") no-repeat left center;
}
.symbolblock ul li.symbol-woodland-walk-footpath{
    background: url("../img/symbols/woodland-walk-footpath.gif") no-repeat left center;
}

/* VIDEO */

.video {
    position: relative;
}

.video span {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    width: 146px;
    height: 110px;
    background: url(../img/play-video.png) 50% 50% no-repeat;
    _background: url(../img/play-video.gif) 50% 50% no-repeat;
}


/* THUMBNAILS */

.thumb img {
	border: none;
}

.thumb a {
	display: block;
	height: 105px;
	width: 105px;
	text-decoration: none;
	text-align: left;
}

.details {
	display: block;
	margin-top: .25em;
	color: #7d7e81;
	background-color: inherit;
}

.cat_thumbs .thumb {
	float: left;
	width: 105px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.cat_thumbs .thumb a {
	height: auto;
}

.cat_thumbs .clear {
	clear: both;
}

/* GOOGLEMAP */

.map {
	clear: both;
	width: 480px;
	height: 316px;
}
.map .container {
	width: 480px;
	height: 316px;
}

/*footer style */

#footer{
    background: url("../img/footer_bg.gif") no-repeat left top #c3dbbc;
    color:#59726c;
    font-size:110%;
    margin-top:5px;
    height:55px;
}
#footer a{
    color:#59726c;
    text-decoration:none;
}
#footer a:hover{
    color:#003366;
}
#footer ul{
    padding:30px 0 10px 0;
}
#footer ul li{
    padding:0px 10px;
    border-right:1px solid #59726c;
    float:left;
}

p#copyright{
    width:983px;
    display:block;
    margin:0 auto 0 auto;
    color:#9999c0;
    padding:3px 0 30px 10px;
    font-size:110%;
}
p#copyright a{
    color:#9999c0;
    text-decoration:none;
}
p#copyright a:hover{
    color:#003366;
}

/* block styles */

.block{
    display:block;
    position:relative;
    margin-bottom: 10px;
}
.halfblock{
    width:46%;
    padding-right:15px;
    float:left;
}

.textblock ul {
	padding-left: 10px;
	list-style: square inside;
}
.textblock ol {
	padding-left: 10px;
	list-style: decimal inside;
}

.textblock table {
	width: 100%;
}

.textblock td {
	background-color: #f9f8f4;
	padding: 0 4px;
}
.textblock td.hi,
.textblock .hi td {
	background-color: #e9e8e4;
}

/* formfields */

.formfield {
	width: 300px;
}
