body {
	padding:0px;
	margin:0px;
	font-family: Arial, Sans-Serif, Helvetica;
	font-weight: normal;
	color: #000;
	background-color: #C0D0F1;
	background-image:url(/images/page-background.jpg);
	background-position:top left;
	background-repeat: repeat-x;
	text-align: center; 
}

h1 {
	font-size: 1.5em;
	margin: 0px 0px 10px 0px;
	padding-top: 5px;
	font-weight: normal;
}

h2 {
	font-size: 130%;
	color: #595347;
	margin: 0px;
	font-weight: normal;
}

h3 {
	font-size: 1em;
}

a {
	color: #595347;
	text-decoration: dotted;
}

a:hover {
	color: #BA0E36;
	text-decoration: underline;
}

.clearboth {
	clear: both;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.hide {
	display: none;
}

.inner_tube {
	margin: 3px;
}

.align-left, .align_left {
	float: left;
	margin: 5px 10px 5px 0px;
}

.align-right, .align_right {
	float: right;
}

.tidy-up, .tidy_up {
	clear: left;
	margin: 0px;
	padding: 0px;
}

.warning {
	color: #990000;
	border: 1px solid #CBC6A7;
	background-color: #FAF2F2;
	padding: 8px;
	margin: 10px 0px 15px 0px;
	text-align: left;
}

.success {
	color: #009900;
	border: 1px solid #CBC6A7;
	background-color: #E5F5E5;
	padding: 8px;
	margin: 10px 0px 15px 0px;
	text-align: left;
}

/* TinyMCE specific rules START */

body.mceContentBody {
	background: #FFF;
	text-align: left;
	font-size: 10pt;
}

/* TinyMCE specific rules END */

/* Standard Page START */

#canvas {
	width: 982px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #595347;
}

#canvas .inner_tube {
	margin: 5px;
}

#sub_navigation {
	width: 982px;
	text-align: left;
	margin: 10px auto;
	font-size: 0.9em;
}

#sub_navigation #left-column {
	width: 400px;
	float: left;
}

#sub_navigation #right-column {
	width: 320px;
	float: right;
}

#sub_navigation ul {
	margin: 0px;
	padding: 0px;
}

#sub_navigation li {
	list-style: none;
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #595347;
}

#sub_navigation .last-item {
	margin-right: 0px;
	padding-right: 0px;
	border: none;
}

#sub_navigation .reduce-text {
	width: 18px;
	height: 15px;
	display: block;
	background-color: #595347;
	color: #fff;
	font-size: 0.6em;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
}

#sub_navigation .enlarge-text {
	width: 18px;
	height: 17px;
	display: block;
	background-color: #595347;
	color: #fff;
	font-size: 0.9em;
	text-decoration: none;
	text-align: center;
	padding-top: 1px;
}

#sub_navigation .reduce-text:hover, #sub_navigation .enlarge-text:hover {
	background-color: #BA0E36;
}

#header {
	height: 80px;
	background-color: #FFCA00;
}

#header #logo {
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-left: 20px;
}

#header #headline {
	float: right;
	width: 810px;
	margin-top: 29px;
}

#main_navigation {
	height: 33px;
	background-color: #595347;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 0.9em;
	overflow: hidden;
	z-index:8;
}


#main_content_area {
	overflow: hidden;
	position: relative;
}


#standard_page #main_content_area, #detail_page #main_content_area {
	height: 488px;
	overflow: hidden;
	position: relative;

}

#home_page {

}

#main_content_area div {

}

#standard_page #main_picture, #gallery_page #main_picture, #faqs_page #main_picture, #detail_page #main_picture {
	float: left;
	width: 580px;
	border-bottom: 2px solid #fff;
	border-right: 15px solid #fff;
/*	height: 486px; */
	position: relative;
	background-color: #fff;
}

#main_picture #main_image {
	width: 580px;
	height: 370px;
	overflow: hidden;
}

#detail_page #main_picture #main_image, #faqs_page #main_picture #main_image {
	height: 480px;
	margin-bottom: 20px;
}

#home_page #main_picture #main_image {
	width: 560px;
	height: 483px;
	overflow: hidden;
}


#main_picture #comments {
	position: absolute;
	top: 300px;
	left: 10px;
	text-align: center;
	width: 560px;
	color: #fff;
	font-size: 0.8em;
	background-image:url(/images/opaque_background.png);
	font-family: Lucida Sans Unicode, sans-serif;
}

#main_picture #comments .inner_tube {
	margin: 10px;
}

#main_picture #headline {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 480px;
	color: #fff;
	font-size: 2.1em;
	font-family: Lucida Sans Unicode, sans-serif;
	z-index: 5;
}

#main_picture #cyclepics {
	z-index: 1;
}



#main_picture #thumbnails {
	position: relative;
/*	background-color: #595347; */
	height: 140px;
}

#main_picture #thumbnails .thumbnail {
	float: left;
	margin: 7px 3px 7px 3px;
	width: 137px;
	height: 100px;
	overflow: hidden;
	position: relative;
	background-color: #000;
	border:1px solid #000;
}

#main_picture #thumbnails .title {
	position: absolute;
	text-align: center;
	bottom: 0px;
	color: #fff;
	font-size: 0.7em;
	text-align: center;
	background-image:url(/images/opaque_background.png);
	width: 137px;
	padding: 3px 0px 3px 0px;
	font-family: Lucida Sans Unicode, sans-serif;
}

#main_content_area #more_content {
	position: absolute;
	top: 450px;
	right: 10px;
	width: 370px;
	background-image:url(/images/more_content_background.png);
	background-repeat: repeat-x;
	height: 40px;
}

#main_content_area #more_content a {
	padding-top: 12px;
	display: block;
	text-decoration: none;
	padding-left: 7px;
	font-weight: bold;
}

#main_content .highlight {
	font-size: 1.1em;
	line-height:1.5em;
}

#main_content .divider {
	margin-top: 10px;
	border: 2px solid #DEDADA;
	margin-bottom: 10px;
}

#main_content table {
	border-collapse:collapse;
}


#main_content td {
	padding: 4px;
	border-color: #DEDADA;
}

#main_content ul {
	padding-left: 620px;
	margin: 5px 0px;
}

#main_faqs_page #main_content ul, #opening_times_prices_page #main_content ul {
	padding-left: 20px;
}

#opening_times_prices_page #current_location ul {
	padding-left: 0px;
}


#current_location {
	font-size: 0.8em;
}

#current_location ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

#current_location li {
	list-style: none;
	margin-right: 4px;
	display:inline;
}

#current_location li a {
	padding-right: 4px;
	border-right: 1px solid #595347;
}

#current_location .last-item {
	margin-right: 0px;
	padding-right: 0px;
	border: none;
}


#further_links {
/*	border-top: 1px solid #595347;
	margin-top: 15px; */
}

#further_links .inner_tube {
	margin: 0px;
}

#further_links #downloads {
	border-top: 1px solid #595347;
	padding-left: 15px;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 0.9em;
}

#further_links #downloads li {
	width: 240px;
	float: left;
	margin-top: 5px;
}


#standard_page #main_content, #gallery_page #main_content, #detail_page #main_content, #faqs_page #faqs {
/*
	float: left;
	width: 375px;
	margin-left: 10px;
*/
	font-size: 0.9em;
	line-height: 1.3em;
	overflow: hidden;
}

#main_content_tag {
	border-top: 1px solid #fff;
	height: 40px;
	background-color: #FFCA00;
}

#main_content_tag #content_tag {
	display: block;
	font-size: 1.4em;
	margin-left: 10px;
	padding-top: 5px;
	text-align: center;
}



#content_highlights {
	margin: 10px 0px;
}

.content_highlight {
	float: left;
	width: 180px;
	margin-left: 8px;
	margin-right: 7px;
	border: 1px solid #a29f9f;
	height: 85px;
	font-size: 0.8em;
	overflow: hidden;
}

.content_highlight a {
	text-decoration: none;
}

.content_highlight.first {
	margin-left: 0px;
}

.content_highlight.last {
	margin-right: 0px;
}

.content_highlight img {
	border: none;
}

#content_highlights #latest_news .title {
	background-image: url(/images/latest-news.gif);
	background-repeat: no-repeat;
	background-position:top left;
	display: block;
	width: 180px;
	height: 18px;
}

#content_highlights #latest_events .title {
	background-image: url(/images/latest-events.gif);
	background-repeat: no-repeat;
	background-position:top left;
	display: block;
	width: 180px;
	height: 18px;
}

#content_highlights #latest_news #news_headlines {
	margin: 5px;
}

#content_highlights #latest_events #event_headlines {
	margin: 5px;
}


#content_highlights #latest_news .title span, #content_highlights #latest_events .title span {
	display: none;
}


#content_highlights .register_link img {
	border: none;
}

#quick_links {
	height: 70px;
	background-color: #EFF3D2;
	background-color: #DEDADA;
}

#quick_links #quick_links_area {
	padding-top: 10px;
}

#quick_links #social_links {
	float: right;
	width: 200px;
}

#quick_links #social_links div {
	width: 50px;
	float: right;
	margin: 0px 10px;
}

#quick_links #social_links a span {
	display: none;
}

#quick_links #social_links a {
	width: 50px;
	height: 50px;
	display: block;
}

#quick_links #social_links #twitter a {
	background-image: url(/images/twitter-icon.png);
	background-repeat: no-repeat;
	background-position:top left;
}

#quick_links #social_links #twitter a:hover {
	background-position:bottom left;
}

#quick_links #social_links #facebook a {
	background-image: url(/images/facebook-icon.png);
	background-repeat: no-repeat;
	background-position:top left;
}

#quick_links #social_links #facebook a:hover {
	background-position:bottom left;
}

#quick_links #quick_links_area .title {
	font-family: Lucida Sans Unicode, sans-serif;
	color: #BA0E36;
	width: 120px;
	float: left;
	font-size: 1.2em;
	margin-top: 10px;
	margin-left: 10px;
}

#quick_links #quick_links_area ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

#quick_links #quick_links_area li {
	list-style: none;
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	border-right: 1px solid #595347;
	font-size: 0.9em;
	margin-top: 15px;
}

#quick_links #quick_links_area li a {
	color: #595347;
	text-decoration: none;
}

#quick_links #quick_links_area li a:hover {
	color: #BA0E36;
	text-decoration: underline;
}

#quick_links #quick_links_area .last-item {
	margin-right: 0px;
	border-right: 0px;
}


/* Standard Page END */

/* Main Navigation START */


#main-navigation-Level-1 {
	list-style-type: none;
	padding: 0;
	padding-left: 0px;
	margin: 0px;
	z-index: 9;
}

#main-navigation-Level-1 li {
	float: left;
	list-style: none;
	margin:0px;
	z-index: 10;
}

#main-navigation-Level-1 li a {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	display: block;
	padding: 8px 0px 8px 0px;
}


#main-navigation-Level-1 li .a-level-1 {
	width: 108px;
	text-align: center;
	margin: 0px;
	background-image: url(/images/main-navigation-bg.png);
	background-repeat: no-repeat;
	background-position:top left;
	overflow: hidden;
}

#main-navigation-Level-1 li .a-level-1:hover {
	background-position:bottom left;
	color: #fff;
}

#main-navigation-Level-1 li .a-level-1.current, #main-navigation-Level-1 li .a-level-1.selected {
	background-position:bottom left;
}

#main-navigation-Level-1 li .a-level-1.current{
	text-decoration:underline;
}

#main-navigation-Level-1 a:hover {
	color: #999;
	text-decoration:underline;
}

#main-navigation-Level-1 li ul li .current {
	color: #fff;
	background-image:url(/images/dropdown-nav-background_over.png);
}

#main-navigation-Level-1 li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	width: 180px;
	z-index: 11;
}

#main-navigation-Level-1 li ul li
{
	float: none;
	display: inline;
}

#main-navigation-Level-1 li ul li a
{
	text-align: left;
	width: auto;
	color: #fff;
	background-repeat: repeat;
	background-image:url(/images/dropdown-nav-background.png); 
/*
	background-color: #fff;
	color: #000;
*/
	padding-left: 5px;
}

#main-navigation-Level-1 li ul li a:hover {
	color: #fff;
	text-decoration: underline;
	background-image:url(/images/dropdown-nav-background_over.png);
}


#main-navigation-Level-1 li ul li a span {
	background-image:url(/images/dropdown-nav-marker.png);
	background-repeat: no-repeat;
	padding-left: 12px;
}


#main-navigation-Level-1 .menu-heading {
	text-decoration: none;
}

#main-navigation-Level-1 .menu-heading:hover {
	text-decoration: none;
}

/* Main Navigation END */

/* Home Page START */

#home_page {

}

#home_page #main_content_area {
	height: 483px;
	overflow: hidden;
}

#home_page div {

}

#home_page #main_picture {
	float: left;
	width: 560px;
	height: 483px;
	position: relative;
	margin-right: 5px;
}

#home_page #headline {
	font-family: "Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-style: italic;
	position: absolute;
	top: 330px;
	left: 10px;
	width: 540px;
	font-size: 3.2em;
	text-align: center;
}

#home_page #area_highlights {
	float: left;
	width: 240px;
	margin-left: 10px;
	height: auto;
}

#home_page .area_highlight {
	height: 110px;
	overflow: hidden;
}


#home_page #area_highlights #wildlife, #home_page #area_highlights #family_fun {
	margin: 20px 0px;
}

#home_page #area_highlights #gardens {
	padding: 30px 0px;
	border-top: 2px solid #DEDADA;
	border-bottom: 2px solid #DEDADA;
}


#home_page #area_highlights ul {
	margin-left: 145px;
}

#home_page .area_highlight li {
	font-size: 0.9em;
}

#home_page #area_highlights h2 {
	margin-bottom: 5px;
}

#home_page #information_highlights {
	float: left;
	width: 140px;
	margin-left: 10px;
	height: auto;
}


#home_page .information_highlight {
	height: 130px;
	border:1px solid #A39FA0;
	margin-top: 10px;
}

#home_page #information_highlights .latest_events {
	margin-top: 30px;
}

#home_page #information_highlights .latest_blog {
	margin-top: 30px;
}

#home_page .information_highlight img {
	display: none;
}

#home_page .information_highlight .title {
	background-color: #A39FA0;
	color: #fff;
	text-align: center;
}

#home_page .information_highlight .title span {
	padding: 2px;
	display: block;
}

#home_page .information_highlight a {
	text-decoration: none;
}

#home_page .information_highlight .inner_tube {
	height: 78px;
	overflow: hidden;
}

#home_page .information_highlight .more_link {
	text-align: center;
	height: 16px;
	padding-top: 2px;
	font-style: italic;
	font-size: 0.9em;
}

#home_page .information_highlight .more_link a {

}

#home_page .information_highlight .more_link a:hover {

}

#home_page .information_highlight .date {
	font-size: 0.8em;
	font-style: italic;
}

/* Home Page END */


/* Social Bookmarks START */

#social-bookmarks {
	border-top: 1px solid #595347;
	border-bottom: 1px solid #595347;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#social-bookmarks ul {
	margin: 0px;
	list-style-type: none;
	padding-left: 0px;
	text-align: center;
	font-size: 0.8em;
}

#social-bookmarks h4 {
	font-size: 0.9em;
	margin: 0px 0px 4px 4px;
	font-weight: normal;
}

#social-bookmarks li {
	display: inline;
	margin: 0px;
	background-position:0 0;
	background-repeat: no-repeat;
	padding: 0px 10px 0px 20px;
}

#social-bookmarks .delicious {
	background-image:url('http://www.wscreative.co.uk/social-bookmarks/delicious.gif');
}

#social-bookmarks .digg {
	background-image:url('http://www.wscreative.co.uk/social-bookmarks/digg.gif');
}

#social-bookmarks .facebook {
	background-image:url('http://www.wscreative.co.uk/social-bookmarks/facebook.gif');
}

#social-bookmarks .reddit {
	background-image:url('http://www.wscreative.co.uk/social-bookmarks/reddit.gif');
}

#social-bookmarks .stumbleupon {
	background-image:url('http://www.wscreative.co.uk/social-bookmarks/stumbleupon.gif');
}

#social-bookmarks .twitter {
	background-image:url('http://www.wscreative.co.uk/social-bookmarks/twitter.gif');
}


/* Social Bookmarks END */

/* input area START */

.row {
	margin-bottom: 8px;
	min-height: 27px;
}

.div_label {
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 20px;
	padding-top: 5px;
}

.div_input {
	float: left;
	width: 250px;
}

.just_text {
	padding-top: 5px;
}

.text_input {
	width: 200px;
}

fieldset {
	margin-top: 25px;
	border: 1px dotted #CBC6A7;
	padding-top: 10px;
}


/* input area END */

/* input fields START */

.text_input, textarea, file {
	background-image: url(/images/top-fade.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #fff;
	border: 1px solid #AAAAAA;
	padding: 4px;
	vertical-align: middle;
}

/* input fields END */


/* Blog START */

#blog {
	height: auto;
	font-size:0.9em;
	line-height:1.3em;
}

#blog_articles {
	float: left;
	width: 650px;
	border-top: 4px solid #DEDADA;;
	padding-top: 20px;
}

.blog_article {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 4px solid #DEDADA;;
}

.blog_article .image {
	width: 160px;
	margin-bottom: 5px;
}

.blog_article .image img {
	border: 1px solid #7E8083;
}

.blog_article .text {

}

.blog_article .text p {
	margin-bottom: 10px;
}

.blog_article .text .title {
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 6px;
	font-size: 1.5em;
}

.blog_article .text .date {
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 2px;
}

.blog_article .text .content {
	line-height:1.5;
}

.blog_article .text .read_more {
	margin-top: 3px;
}

.blog_article .text .read_more a {
	text-decoration: none;
}

.blog_article .text .posted-by {
	font-size: 70%;
	margin-top: 5px;
}

.blog_article .text .comment_link_area {
	width: 250px;
	float: right;
	text-align: right;
	font-size: 0.9em;
}

.blog_article .text .posted_by {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 40px;
}

.blog_article .text .posted_by img {
	float: left;
	margin-right: 10px;
}

#blog_navigation {
	float: right;
	width: 290px;
	height: 100%;
}

#blog_navigation h2 {
	margin-bottom: 5px;
}

#blog_navigation ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style-type: none;
}

#blog_navigation li a {

}

#blog_navigation li a img {
	border: 0px;
}

#blog_navigation li ul li {
	margin-bottom: 2px;
	padding: 0px 0px 0px 20px;
}

#blog_navigation li ul li ul li {
	margin-bottom: 6px;
	padding: 0px 0px 0px 10px;
	background-image: url(/images/blog-marker.gif);
	background-repeat:no-repeat;
	background-position:1px 7px;
}

#blog_navigation .month {
	margin-top: 8px;
}


#blog_navigation li ul li a {

}

#blog_navigation li ul li a .date {
	font-size: 0.7em;
}

#blog_navigation .posts-for-year {
	display: none;
}

#blog_navigation .year_link, #blog_navigation .month_label {
	font-size: 1.2em;
}

.blog_comments {
	display: none;
	padding: 5px;
	margin: 10px;
}

.blog_comments h3 {
	font-size: 1.1em;
	margin-bottom: 10px;
	background-color: #DEDADA;
	padding: 3px;
}

#blog_comments_title {
	border-bottom: 1px solid #7E8083;
	margin-bottom: 10px;
}

.blog_comment {
	margin-bottom: 10px;
	text-align: left;
}

.blog_comment_divider {
	font-size: 10%;
	border-top: 1px solid #DEDADA;
	margin-bottom: 10px;
	margin-top: 10px;
}

.blog_comment .comment_date {
	font-weight: normal;
	margin-bottom: 1px;
}

.blog_comment .comment_name {
	margin-bottom: 1px;
	font-weight: bold;
}

.blog_comment .comment_comment {
	margin-top: 3px;
	margin-bottom: 20px;
	font-style: italic;
}

#add_comment {
	font-size: 80%;
	border-top: 1px solid #7E8083;
	border-bottom: 1px solid #7E8083;
	margin-top: 20px;
	width: 400px;
}

.submission_form {
	margin: 0px;
}

#add_comment p {
	margin: 5px 0px 5px 0px;
	font-weight: bold;
	font-size: 90%;
}

.add_comment-row {
	width: 100%;
	height: auto;
	margin-bottom: 2px;
	font-size: 90%;
}


#add_comment legend {
	display: none;
}

#add_comment fieldset {
	border: none;
}

.submission_title {
	float: left;
	width: 80px;
}

.submission_input {
	float: left;
	width: 290px;
}

.submission_input_wide {
	float: left;
	width: 290px;
}

.add_comment_row .input {
	width: 200px;
}

.add_comment_row .input_wide {
	height: 150px;
	width: 300px;
}

/* Blog END */


/* News START */
#news h1 {
	margin:0px;
}

#news p {
	margin:0px;
}


#news-area, #events-area {
	width: 100%;
}

#news-area h2, #events-area  h2{
	font-size: 1.5em;
	color:#000;
}

#news-area h3, #events-area  h3 {
	font-size: 120%;
	margin: 0px;
	margin-top: 8px;
	font-weight: normal;
	color: #595347;
}

#news-area h4, #events-area  h4 {
	font-size: 110%;
	color: #5F2011;
	margin: 0px;
	margin-bottom: 4px;
	font-weight: normal;
}

#news-items {
	float: left;
	margin-left: 40px;
	width: 740px;
}

#single-item {
	float: left;
	margin-left: 40px;
	width: 740px;
}


#news-links {
	float: left;
	width: 180px;
}

#news-links ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#news-links li {
	margin: 0px;
	padding: 0px 0px 0px 7px;
	margin-bottom: 5px;
	background-image:url('/images/news-item-li.gif');
	background-repeat:no-repeat;
	background-position:0px 7px;
}

#news-links a {
	text-decoration: none;
}

#news-links a:hover {
	text-decoration: underline;
}

.news-item {
	width: 100%;
}

.news-divider {
	border-bottom: 4px solid #DEDADA;
	margin: 10px 0px;
}

.news-item a {
	text-decoration: none;
	color:#000;
}

.news-item a:hover {
	color: #BA0E36;
	text-decoration: underline;
}

.news-copy {
	float: left;
	width: 590px;
}

.news-wide{
	width: 740px;
}

.news-story {
	line-height: 1.6;
}

.news-picture {
	float: left;
	width: 150px;
	height: 150px;
}

#single-item .news-picture {
	float: right;
	width: 150px;
	height: 150px;
	margin: 0px 0px 10px 10px;
}

.previous-news-years {
	margin-top: 10px;
}

.news-download {
	float: right;
	height: 25px;
}

.news-download a {
	color: #990000;
	text-decoration: underline;
	background-image:url('/images/09/download-image.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
}

.news-download a:hover {
	color: #DB643C;
	background-image:url('/images/09/download-image_over.gif');
}

#content_highlights #latest_events #event_headlines img, #content_highlights #latest_news img{
	display: none;
}

#content_highlights #register {
	background-color: #990033;
}

#content_highlights img {
	border: none;
}



/* News END */

/* RSS START */
#rss {
	background-image:url('/images/rss.jpg');
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-top: 3px;
	height: 20px;
	display: block;
	font-weight: bold;
}
/* RSS END */

/* Sightings Board START */

#sightings_board_area {
	float:left;
	width:630px;
}

#sightings-board {
	width:630px;
	z-index:1;
}


#sightings_board_page #main_content_area {
	height: 500px;
}

/* Sightings Board END */

/* Location START */
#map {
	float:left;
	height:486px;
	position:relative;
	width:580px;
	margin-right:20px;
	margin-left:10px;
}
/* Location END */

/* FAQs START */

.show_faq_category{
	margin-top:15px;
}

.show_question{
	margin-top:10px;
}

#faq_category_links ul {

}

.return_to_top {
	margin-top: 5px;
}


#faq_category_links ul li {
	display: inline;
	margin-left: 5px;
	padding-left: 5px;
	border-left: 1px solid;
}

#faq_category_links ul li.first {
	margin-left: none;
	padding-left: none;
	border-left: none;
}


#faqs .title_link {
	text-decoration: none;
	color:#595347;
	font-size:1.1em;
	font-weight: bold;
}

#faqs .faq_link {
	text-decoration: none;
}

#faqs .faq_links {
	margin-top: 5px;
}

#faqs .faq_links a {

}

#faqs .faq_links li {
	margin-top: 2px;
}

#faqs h3 {
	font-size: 1.1em;
	color: #595347;
	margin-top: 15px;
	margin-bottom: 2px;
}

/* FAQs END */


/* Opening Time Prices START */

#opening_times_prices_page {

}

#opening_times_prices_page #left_column {
	width: 450px;
	float: left;
}


#opening_times_prices_page #right_column {
	width: 500px;
	float: right;
}

.filler {
	height: 29px;
}

/* Opening Time Prices END */