/* @override http://dallam.haywyre.co.uk/css/screen.css */

/* @group html */

body {
	background: #a7b7ad;
}

a {
	text-decoration: none;
	color: #006bad;
	/*border-bottom: 1px dotted #006bad;*/
}
p {
	color: #333333;
}
a:hover {
	/*text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #333333;*/
}
	
/* @end */

div#frame {
	/*width: 760px;*/
	width: 960px;
	background: #a7b7ad url(../images/body/background.png) repeat-y -11px 0;
	/*background: #333333;*/
	/*border: 10px solid #d7d1a2;*/
	/*border: 10px solid #ffffff;*/
	margin: 10px auto auto;
}

div#header {
	background: url(../images/header/home6.jpg) #ffffff no-repeat 0px 0px;
	width: 959px;
	height: 129px;
	top: 6px;
	position: relative;
	left: 1px;
	margin-bottom: 5px;
}

div#header_top {
	background:  url(../images/header/header.jpg) no-repeat 0px 0px;
	width: 957px;
	height: 151px;
	/*top: 6px;*/
	position: relative;
	left: 1px;
	margin-bottom: 3px;
	display: block;
}

/* @group nav */

ul#nav {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	height: 32px;
	position: relative;
	top: 121px;
	background: #483248;
	border-top: 1px solid #875f8b;
	border-bottom: none;
	padding-left: 20px;
}

ul#nav li {
	background: #483248;
	/*background: #006BAD;*/
	/*border-right: 1px solid #005991;
	border-bottom: 1px solid #005991;*/
		border-right: 1px solid #483248;
	border-left: 1px solid #483248;
	border-top: 1px solid #483248;
	border-bottom: none;
	font: 11px/20px Arial, sans-serif;
	color: #ffffff;
	display: inline;
	margin-left: 1px;
	list-style-type: none;
	text-align: center;
	/*border-top: 1px solid #875f8b;*/
	float: left;
	padding: 4px;
}

ul#nav li a {
	text-decoration: none;
	color: #ffffff;
	border-bottom-style: none;
	
	}

ul#nav li:hover, ul#nav li.selected {
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #2c1f2d;
	border-left: 1px solid #2c1f2d;
	border-bottom: none;
	border-top: 1px solid #2c1f2d;
	background: #c8c690;
	height: 23px;
}

ul#nav li.selected a, 
ul#nav li a:hover, 
ul#nav li.selected a:hover{
	color: #333333;
}
/* @group nav goups*/
ul#nav li#home{
	width: 28px;
	background: #483248 url(../images/nav/home.jpg) no-repeat 0 -41px;
	height: 23px;
	overflow: hidden;
}
ul#nav li#home a#home{
	width: 28px;
	display: block;
	height: 23px;
}
ul#nav li#home.selected, ul#nav li#home:hover{
	background: #c8c690 url(../images/nav/home.jpg) no-repeat 3px -7px;
	height: 23px;
}

ul#nav li#about{
	width: 47px;
	background: #483248 url(../images/nav/about.jpg) no-repeat 3px -41px;
	
	height: 23px;
	overflow: hidden;
}
ul#nav li#about a#about{
	width: 47px;
	display: block;
	height: 23px;
}
ul#nav li#about.selected, ul#nav li#about:hover{
	background: #c8c690 url(../images/nav/about.jpg) no-repeat 2px -7px;
	height: 23px;
}

ul#nav li#useful{
	width: 60px;
	background: #483248 url(../images/nav/info.jpg) no-repeat 3px -41px;
	
	height: 23px;
	overflow: hidden;
}
ul#nav li#useful a#useful{
	width: 60px;
	display: block;
	height: 23px;
}
ul#nav li#useful.selected, ul#nav li#useful:hover{
		background: #c8c690 url(../images/nav/info.jpg) no-repeat 2px -7px;
	height: 23px;
}
ul#nav li#profiles{
	width: 75px;
	background: #483248 url(../images/nav/staff.jpg) no-repeat 3px -41px;
	
	height: 23px;
	overflow: hidden;
}
ul#nav li#profiles a#profiles{
	width: 75px;
	display: block;
	height: 23px;
}
ul#nav li#profiles.selected, ul#nav li#profiles:hover{
	background: #c8c690 url(../images/nav/staff.jpg) no-repeat 3px -7px;
	height: 23px;

}

ul#nav li#students{
	width: 72px;
	background: #483248 url(../images/nav/students.jpg) no-repeat 5px -41px;
	
	height: 23px;
	overflow: hidden;
}
ul#nav li#students a#students{
	width: 72px;
	display: block;
	height: 23px;
}
ul#nav li#students.selected, ul#nav li#students:hover{
	background: #c8c690 url(../images/nav/students.jpg) no-repeat 3px -7px;
	height: 23px;
}

ul#nav li#gallery{
	width: 42px;
	background: #483248 url(../images/nav/gallery.jpg) no-repeat 3px -41px;
	
	height: 23px;
	overflow: hidden;
}
ul#nav li#gallery a#gallery{
	width: 42px;
	display: block;
	height: 23px;
}
ul#nav li#gallery.selected, ul#nav li#gallery:hover{
	background: #c8c690 url(../images/nav/gallery.jpg) no-repeat 3px -7px;
	height: 23px;
}
ul#nav li#contact{
	width: 60px;
	background: #483248 url(../images/nav/contact.jpg) no-repeat 3px -41px;
	
	height: 23px;
	overflow: hidden;
}
ul#nav li#contact a#contact{
	width: 60px;
	display: block;
	height: 23px;
}
ul#nav li#contact.selected, ul#nav li#contact:hover{
	background: #c8c690 url(../images/nav/contact.jpg) no-repeat 3px -7px;
	height: 23px;
}

ul#nav li#booking{
	width: 53px;
	background: #483248 url(../images/nav/book.jpg) no-repeat 3px -41px;
	
	height: 23px;
	overflow: hidden;
}
ul#nav li#booking a#booking{
	width: 53px;
	display: block;
	height: 23px;
}
ul#nav li#booking.selected, ul#nav li#booking:hover{
	width: 54px;
	background: #c8c690 url(../images/nav/book.jpg) no-repeat 2px -7px;
	height: 23px;
}
/* @end */
/* @end */
ul#footer {
	
	height: 60px;
	padding: 0 0;
	display: block;
	list-style: none;
	text-align: right;
	clear: both;
	margin: 0 1px;
	background: url(../images/footer/background.jpg) repeat-x;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	line-height: 20px;
	/*visibility: hidden;*/
	
}

ul#footer li {
	font: 11px/20px Arial, Helvetica, sans-serif;
	color: #333333;
	display: block;
	text-align: right;
	padding: 0;
	margin: 0 auto;
	width: 420px;
	float: none;
	height: 55px;
	line-height: 55px;
}
ul#footer li a{
	color: #644764;
	text-decoration: none;
}
ul#footer li a:hover, ul#footer li a:active{
	color: #c8c690;
	text-decoration: none;
	cursor: pointer;
}
/* @group Activity Options */

div#side_bar_ao {
	width: 203px;
	float: right;
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 5px;
}

div#side_bar_ao a {
	text-decoration: none;
	color: #c1cefc;
	border-bottom: 1px dotted #c1cefc;
}

div#side_bar_ao a:hover {
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #333333;
}

div#side_bar_ao h1 {
	background: #644764;
	border-right: 1px solid #005991;
	height: 25px;
	color: #ffffff;
	font:  20px/25px Arial, sans-serif;
	letter-spacing: .08em;
	display: inline;
	margin: 0;
	padding: 2px 8px 3px 4px;
}

div#side_bar_ao h2 {
	background: #644764 url(../images/side_bar/ao_grab.png) no-repeat 0px 0px;
	color: white;
	font: bold 13px Arial, sans-serif;
	margin: 0;
	text-align: left;
	border-top: 1px solid #0081D3;
	padding: 4px 0 4px 15px;
	display: block;
}

div#side_bar_ao #sb_content {
	background: #644764;
	border-right: 1px solid #005991;
	border-bottom: 1px solid #005991;
	color: white;
	font: 11px/13px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

div#side_bar_ao #sb_content ul.sb_ao_nav {
	color: #c1cefc;
	font: 11px/16px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #005991;
	list-style: disc url(../images/side_bar/ao_bullet.png);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 10px 1px 10px 20px;
	display: block;
}

div#side_bar_ao p {
	border-bottom: 1px solid #005991;
	padding-bottom: 10px;
	margin: 0;
	padding-left: 15px;
	display: block;
}

div#side_bar_ao img {
	float: left;
	margin-right: 2px;
}

div#side_bar_ao div.sb_ao_item_content {
}

div#side_bar_ao a.sb_ao_more {
	float: right;
	padding-right: 2px;
}

div#side_bar_ao br {
	clear: both;
}
	
/* @end */

/* @group side bar */

div#side_bar {
	width: 200px;
	float: right;
	margin-top: 6px;
	margin-right: 2px;
	margin-left: 0px;
	background: #644764;
}

div#side_bar a {
	text-decoration: none;
	color: #c1cefc;
	border-bottom: 1px dotted #c1cefc;
}

div#side_bar a:hover {
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #333333;
}

div#side_bar h1 {
	background: #644764 url(../images/body/right-options.jpg) no-repeat 3px 10px;
	/*background: #176aac;*/
	/*border-right: 1px solid #005991;*/
	border-right: 1px solid #644764;
	height: 41px;
	color: white;
	/*color: #ffffff;*/
	font: 24px/41px Arial, sans-serif;
	letter-spacing: .08em;
	display: block;
	padding: 0 8px 3px 4px;
	/*border-bottom: 1px solid #875f8b;*/
	width: 180px;
	float: right;
	overflow: hidden;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

div#side_bar h2 {
	/*#176aac*/
	/*background: #644764 url(../images/side_bar/ao_grab.png) no-repeat 0px 0px;*/
	color: white;
	/*color: #cccccc;*/
	font: bold 13px Arial, sans-serif;
	text-align: left;
	padding: 13px 0 4px 14px;
	background: url(../images/body/options.jpg) repeat-x;
	width: 185px;
	float: left;
	margin: 0;
}
div#side_bar h2 img{
	margin-right: 5px;
}
div#side_bar #sb_content {
	background: #644764;
	/*background: #176aac;*/
	/*border-right: 1px solid #005991;
	border-bottom: 1px solid #005991;*/
	border-right: 1px solid #644764;
	border-bottom: 1px solid #644764;
	color: white;
	font: 11px/13px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 197px;
	float: left;
}
div#side_bar #sb_content p{
	margin-bottom: 0px;
	padding-bottom: 10px;
	
}
div#side_bar #sb_content ul.sb_ao_nav {
	color: white;
	/*color: #c1cefc;*/
	font: 11px/16px Arial, Helvetica, sans-serif;
	/*border-bottom: 1px solid #005991;*/
		border-bottom: 1px solid #644764;
	list-style: disc url(../images/side_bar/ao_bullet.png);
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 10px 1px 10px 20px;
}

div#side_bar p {
	color: white;
	/*border-bottom: 1px solid #005991;*/
	border-bottom: 1px solid #644764;
	padding-bottom: 10px;
	margin: 0;
	padding-left: 15px;
}

div#side_bar img {
	float: left;
	margin-right: 2px;
}

div#side_bar a.sb_ao_more {
	color: white;
	float: right;
	padding-right: 2px;
	border-style: none;
	height:22px ;
	width: 50px;
	display: block;
	background: url(../images/buttons/more.png) no-repeat;
	line-height: 100px;
	overflow: hidden;
	margin-top: 10px;
}
div#side_bar a.sb_ao_more:hover{
	background: url(../images/buttons/more.png) no-repeat 0 -22px;
	text-decoration: none;
	border: none;
}
div#side_bar br {
	clear: both;
}
	
	div.options {
display: block;
/*height: 115px;*/
height: 105px;
	float: left;
	clear: left;
}
div#side_bar div#sb_content 
div.options p{
	float: left;
	width: 180px;
	padding-bottom: 0;
	margin-bottom: 0;
}
/* @end */

/* @group content box */

div#content_box {
	width: 747px;
	/*background: #cccccc;*/
	background: #a7b7ad;
	/*border-bottom: 1px solid #5e7a76;*/
	/*border-right: 1px solid #5e7a76;*/
	float: left;
	margin-left: 1px;
	margin-top: 0px;
	margin-bottom: 2px;
	/*margin-bottom: 10px;*/
}

div#content_box h1 {
	margin-top: 0;
	height: 25px;
	color: #455d58;
	font: 18px Arial, sans-serif;
	letter-spacing: .08em;
	display: block;
	padding-top: 4px;
	padding-left: 10px;
	/*margin: 0 0 0 15px;*/
	margin: 0;
	width: 743px;
	background: #c8c690;
	padding-right: 0;
}
div#content_box h1 span.outdoors{
	background: black;
	padding: 2px 5px;
}

div#content_box p.flash, div#content_box_wide p.flash{
	margin: 0;
	padding: 2px 0 2px 70px;
	font-size: 13px;
	margin-left: 15px;
	background: #aebcba ;
	height: 30px;
	line-height: 25px;
	text-indent: 20px;
}
div#content_box p{
	padding-left: 0px;
	margin-left: 10px;
}
div#content_box div.content {
	width: 745px;
	/*margin-left: 15px;*/
	background: #ffffff url(../images/contentBlock/fade.png) repeat-x;
	border-top: 4px solid #c8c690;
	color: #333333;
	font: 12px/130% Arial, Helvetica, sans-serif;
	padding: 4px;
	float: left;
	/*border-left: 1px solid #c8c690;*/
	
}
div#content_box div.content p{
	width: 710px;
}
div#content_box h2 {
	color: #5e7a76;
	font: 14px Arial, sans-serif;
	letter-spacing: .08em;
	margin: 0;
	padding: 9px 0 4px;
	width: 710px;
	border-bottom: 1px dotted #999999;
	display: block;
	margin-left: 10px;
}

div#content_box h3 {
	color: white;
	font: bold 12px Arial, sans-serif;
	letter-spacing: .08em;
	margin: 0;
	padding: 4px 20px 4px 0;
	border-bottom: 1px dotted #999999;
	width: auto;
	display: inline;
}

div#content_box .address {
	margin-left: 15px;
}

.imgRight {
	float: right;
	margin: 4px 0 4px 4px;
	display: block;
}

.imgLeft {
	float: left;
	margin: 4px 4px 4px 0;
}



/* @end */

/* @group gallery */

ol.gallery {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	clear: both;
	width: 745px;
}

ol.gallery div.main_list_main{
	border-bottom: 1px dotted #999999;
	margin-top: 10px;
	width: 743px;
	float: left;
}

ol.gallery div.left-repeat{
	float: left;
	display: inline;
	/*width: 300px;*/
	/*clear: left;*/
}
ol.gallery div.right-repeat{
	float: left;
	/*width: 400px;*/
	/*clear: right;*/
	max-width: 420px;

	display: inline;
}
ol.gallery li.main_list {
	display: inline;
	width: 745px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*height: 110px;*/
	clear: both;
	float: left;
	/**/
	overflow: hidden;
}
ol.gallery li.main_list img{
	float: left;
}
ol.gallery_info_list {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 5px;
}

img.gallery_thumb {
	float: left;
	padding: 4px;
	clear: both;
}

ol.gallery_info_list .title {
	font-weight: bold;
	color: #333333;
	font-size: 14px;
	line-height: 130%;
}

ol.gallery br {
	clear: left;
}
/* @group new gallery style */

ol.gallery li.price{
	font-weight: bold;
	color: #644764;
	font-size: 13px;
	line-height: 130%;
}
ol.gallery li.ages{
	font-weight: bold;
	color: #644764;
}
ol.gallery li.info{
	font: 12px/130% Arial, Helvetica, Geneva, sans-serif;
}
ol.gallery li.date, ol.gallery li.date a{
	font-weight: bold;
	color: #644764;
	font-size: 13px;
	line-height: 130%;
}
	div.gallery{
	float: left;
	background: white;

}
	
	
	div.left-column{
	float: left;
	width: 350px;
	display: block;
}

	div.right-column{
float: right;
	width: 350px;
	display: block;
	margin-left: 10px;
}
div#content_box div.content div.gallery div.left-column h3.gallery, div#content_box div.content div.gallery div.right-column h3.gallery{
	color: #333333;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 340px;
	display: block;
	border: none;
	font-size: 15px;
}
div.gallery-block{
	float: left;
	width: 300px;
	display: inline;
	height: 300px;
	overflow: hidden;
	margin-right: 70px;
	margin-top: 10px;
}
div.gallery-block div.gallery-picture{
	/*background: #666;*/
	display: block;
	/*height: 250px;*/
	margin-left:10px;
}
div#content_box div.gallery-text h1.gallery{
background: none;
width: 280px;
float: left;
	font: 11px Arial, Helvetica, Geneva, sans-serif;
}
/* @end */



/* @end */
/* @group content box wide */

div#content_box_wide {
	width: 957px;
	background: #5e7a76;
	border-bottom: 1px solid #5e7a76;
	border-right: 1px solid #5e7a76;
	float: left;
	margin-left: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}

div#content_box_wide h1 {
	height: 25px;
	color: #ffffff;
	font: 20px Arial, sans-serif;
	letter-spacing: .08em;
	display: block;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 2px;
	margin: 0 0 0 15px;
	width: 720px;
	
}

div#content_box_wide div.content {
	width: 920px;
	margin-left: 15px;
	background: #ffffff url(../images/contentBlock/fade.png) repeat-x;
	border-top: 4px solid #c8c690;
	color: #333333;
	font: 12px/130% Arial, Helvetica, sans-serif;
	padding: 4px;
		border-left: 1px solid #c8c690;
}

div#content_box_wide h2 {
	color: #333333;
	font: 14px Arial, sans-serif;
	letter-spacing: .08em;
	margin: 0;
	padding: 4px 0;
	width: 720px;
	border-bottom: 1px dotted #999999;
	display: block;
}

div#content_box_wide h3 {
	color: white;
	font: bold 12px Arial, sans-serif;
	letter-spacing: .08em;
	margin: 0;
	padding: 4px 20px 4px 0;
	border-bottom: 1px dotted #999999;
	width: auto;
	display: inline;
}

div#content_box_wide .address {
	margin-left: 15px;
}
	
/* @end */
a.pdf {
	color: white;
	float: left;
	padding-right: 2px;
	border-style: none;
	height:22px ;
	width: 140px;
	display: block;
	background: url(../images/buttons/pdf.png) no-repeat;
	line-height: 100px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.pdf:hover{
	background: url(../images/buttons/pdf.png) no-repeat 0 -22px;
	cursor: pointer;
}
a.more-info {
	color: white;
	float: left;
	padding-right: 2px;
	border-style: none;
	height:22px ;
	width: 140px;
	display: block;
	background: url(../images/buttons/pdf.png) no-repeat;
	line-height: 100px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
a.more-info:hover{
	background: url(../images/buttons/pdf.png) no-repeat 0 -22px;
	cursor: pointer;
}
div.flash{
	width: 580px;
	float: none;
	margin: 0 auto;
}
iframe {
	width: 570px;
	height: 300px;
	display: block;
}
div.content p.style1,div.content p span, div.content p {
	line-height: 130%;
	font-size: 13px;
}