@import url('reset.css');

/* Common
------------------------------------------------------------------------------*/

.bb_left { float: left; }
.bb_right { float: right; }
.bb_header, .bb_header { clear: both; }

.bb,
.bb_main,
.bb_header,
.bb_header,
.clearfix {
	overflow: hidden; /* Prevents wrapping around floats */
}

/* Horizontal Menu Prototype */
.hz.menu { overflow: hidden; /* Prevents wrapping around floats */ }
.hz.menu li { float: left; display: block; }
.menu a { float: left;  display: block; }

/* Image Replacement */
.img_rep { text-indent: -9999px; text-align: left; /* Hide the contents - image replacement */ }
.hide { position: absolute; margin-left: -9999px; }

.hz li { display: inline; }

.clear {
	clear: both;
}


body {
	min-width: 960px; /* Ensures the 100% widths work properly when scrolling */
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
}

div.wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	overflow: hidden; /* Clearfix */
}

a {
	color: #0069a7;
}


/* Headings
------------------------------------------------------------------------------*/

/* Page Headings */
h1.page {
	color: #fff;
	font-size: 26px;
	padding: 7px 0 0 0;
	height: 37px;
}
h1.page a { color: #ffec00; }
h1.page a:link, h1.page a:visited { text-decoration: none; }
h1.page a:hover, h1.page a:active { text-decoration: underline; }

h2 {
	margin: 0 0 20px 0;
	font-size: 18px;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 14px;
}


#page_content div.main_standard h2 {
	margin: 0 0 20px 0;
	font-size: 16px;
}

#page_content div.main_standard h2 {
	color: #701b78;
	border: 1px solid #ccc;
	width: 580px;
	padding: 12px 15px 10px 35px;
	background-image: url('/img/layout/icons/star_blue_bullet.png');
	background-position: 10px 10px;
}



#page_content div.main.standard h4 {
	color: #701b78;
	margin: 20px 0 10px 0;
	padding-bottom: 10px;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	width: 630px;
}

body.bookings.update #page_content h2,
body.bookings.update #page_content h4 {
	color: #0069A7;
}

body.bookings.update #page_content h2 {
	margin-top: 10px;
}


#page_content div.main.standard h3 {
	margin: 20px 0 20px 0;
	font-size: 14px;
}


/* Graphical Headings */
h1.gh_barracudas_kids_camps {
	margin: 0 0 18px 0;
	width: 414px; height: 32px;
	padding: 0 0 4px 0;
	background-image: url('/img/layout/gh_barracudas_kids_camps.png');
	background-position: 3px 5px;
}

h2.gh_the_uks_no1 {
	margin: 0 0 22px 0;
	padding: 0;
	width: 416px; height: 16px;
	background-image: url('/img/layout/gh_the_uks_no1.png');
	background-position: 2px 0;
}
/*----------------------------------------------------------------------------*/


/* Header
------------------------------------------------------------------------------*/
div#header {
}

div#header_buttons {
	margin: 0 -8px 0 0;
	float: right;
	overflow: hidden;
}

div#header_buttons a.button { float: left; }

div#header a.main_logo {
	display: block;
	background-image: url('/img/layout/logo_barracudas.png');
	width: 385px; height: 95px;
	position: relative;
	left: 0;
}

div#header div.content { text-align: right; }

div#header div.wrapper {
	width: 954px;
	min-height: 100px;
	padding: 23px 15px 0 0;
	margin: 0 auto 20px auto;
	position: relative;
	overflow: visible;
}

p#parent_line {
	float: right;
	width: 398px; height: 39px;
	background-image: url('/img/layout/gt_parent_line.png');
	clear: both;
}

div#header p.aux_text_content {
	font-size: 120%;
	margin: 15px 0 5px 0;
	padding: 0px 0 0 0;
	float: right;
	clear: both;
}

div#header p a { color: #0069a7; }
div#header p a:link, div#header p a:visited { text-decoration: none; }
div#header p a:hover, div#header p a:active { text-decoration: underline; }
/*----------------------------------------------------------------------------*/


/* Main Menu
------------------------------------------------------------------------------*/
div#main_menu { border-bottom: 11px solid #0069A7; }
div#main_menu div.wrapper { height: 35px; }

ul#menu {
	margin-left: 15px;
	width: inherit;
	height: 35px;
	overflow: visible; /* Dropdown menus need to be visible outside menu */
}

ul#menu li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 100%;
	text-align: center;
	white-space: nowrap;
	background-image: url('/img/layout/menu_div.png');
	background-position: left 0;
}


ul#menu li.home a span { padding-left: 40px; }

ul#menu li * { cursor: pointer; }

ul#menu li {
	text-align: center;
	background-image: url('/img/layout/menu_shadow.png');
	background-position: bottom;
	background-repeat: repeat-x;
}

ul#menu li span {
	display: block;
	background-image: url('/img/layout/menu_div.png');
	background-position: right 0;
	padding: 11px 17px 8px 17px;	
}

ul#menu li.home img {
	position: absolute;
	margin: -5px 3px 0 -25px;
}

ul#menu li a:link, ul#menu li a:visited { color: #fff; }

ul#menu li a:hover
ul#menu li a:active,
ul#menu li a.active,
ul#menu li.hover a {
	color: #fff !important; /* !important is for IE6 */
}

/* Tab Colours */
ul#menu li.home { background-color: #0069A7; }
ul#menu li.camps { background-color: #701b78; }
ul#menu li.activities_extras { background-color: #68af21; }
ul#menu li.news { background-color: #e00009; }
ul#menu li.testimonials { background-color: #008ac8; }
ul#menu li.useful_links { background-color: #e07900; }
ul#menu li.faqs { background-color: #d4007b; }
ul#menu li.contact_us { background-color: #007d30; }

/* Tab Widths */
ul#menu li.home a span { width: 50px; }
ul#menu li.camps a span { width: 119px; }
ul#menu li.activities_extras a span { width: 132px; }
ul#menu li.news a span { width: 40px; }
ul#menu li.testimonials a span { width: 95px; }
ul#menu li.useful_links a span { width: 95px; }
ul#menu li.faqs a span { width: 40px; }
ul#menu li.contact_us a span { width: 72px; }

/* Tab Hovers (shadow removed on hover) */
body.hl_home ul#menu li.home { background-image: none; }
body.hl_camps ul#menu li.camps { background-image: none; }
body.hl_activities_extras ul#menu li.activities_extras { background-image: none; }
body.hl_news ul#menu li.news { background-image: none; }
body.hl_testimonials ul#menu li.testimonials { background-image: none; }
body.hl_useful_links ul#menu li.useful_links { background-image: none; }
body.hl_faqs ul#menu li.faqs { background-image: none; }
body.hl_contact_us ul#menu li.contact_us { background-image: none; }

/* Section colours (changes bar colours) */
body.hl_home div#main_menu { border-bottom-color: #0069A7; }
body.hl_camps div#main_menu { border-bottom-color: #701b78; }
body.hl_activities_extras div#main_menu { border-bottom-color: #68af21; }
body.hl_news div#main_menu { border-bottom-color: #e00009; }
body.hl_testimonials div#main_menu { border-bottom-color: #008ac8; }
body.hl_useful_links div#main_menu { border-bottom-color: #e07900; }
body.hl_faqs div#main_menu { border-bottom-color: #d4007b; }
body.hl_contact_us div#main_menu { border-bottom-color: #007d30; }
/*----------------------------------------------------------------------------*/


/* Main Area Layout
------------------------------------------------------------------------------*/
div#left_col {
	width: 264px;
	float: left;
	padding-bottom: 105px;
	margin-right: -10px;
}

div#main_content {	
	padding: 24px 0 0 0;
	width: 686px;
	overflow: hidden; /* Clearfix */
	float: right;
}

div#main div.wrapper {
	width: 944px;
	min-height: 550px;
	
	margin-bottom: 150px;
}

div#main {
	background-image: url('/img/layout/bg_main.png');
	background-repeat: repeat-x;
}
/*----------------------------------------------------------------------------*/


/* Footer
------------------------------------------------------------------------------*/
div#footer {
	color: #fff;
	clear: both;
	background-image: url('/img/layout/bg_footer.png');
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #0069a7;
	
	margin-top: -120px;
}

div#footer div.wrapper {
	padding: 58px 0 20px 0;
	position: relative;
	overflow: visible;
}

div#footer a {
	font-weight: bold;
	font-size: 120%;
	color: #fff;
}

div#footer a:link, div#footer a:visited {
	text-decoration: none;
}

div#footer a:hover, div#footer a:active {
	text-decoration: underline;
}

div#footer ul {
	background-image: url('/img/layout/footer_hr.png');
	background-position: bottom;
	padding: 0 10px 22px 10px;
	margin: 2px 0 8px 0;
}

div#footer ul li {
	background-image: url('/img/layout/footer_link_div.png');
	background-position: 0 50%;
	padding: 1px 11px 0 16px;
	line-height: 100%;
}

div#footer ul li.first-child {
	padding-left: 0;
	background-image: none;
}

div#footer p {
	font-size: 110%;
	padding: 12px 0 0 10px;
}

div#footer p.copyright {
	position: absolute;
	right: 10px; bottom: 20px;
}


#footer_silhouette_basketball,
#footer_silhouette_skipping {
	position: absolute;
	top: -110px;
}

#footer_silhouette_basketball {
	left: 65px;
}

#footer_silhouette_skipping {
	right: 20px;
}

div.stamps_footer {
	width: 740px;
	margin: -70px 0 0 -80px;
	position: absolute;
}

div.stamps_footer img {
	display: inline-block;
	margin: 0 8px 0 8px;
}
/*----------------------------------------------------------------------------*/

div.stamps_page {
	padding: 10px 0 20px 5px;
}

div.stamps_page img {
	display: inline-block;
	margin: 0 15px 0 15px;
}

div.stamps_right {
	text-align: right;
	padding: 0 0 10px 0;
}

div.stamps_right.float {
	float: right;
	margin: 10px 10px 10px 10px;
}

div.stamps_right img {
	display: inline-block;
	margin: 0 0 0 16px !important;
	border: none !important;
}

div.images_right {
	text-align: right;
	padding: 0 0 10px 0;
}

div.images_right.float {
	float: right;
	margin: 3px 10px 10px 10px;
}

div.images_right img {
	display: inline-block;
	margin: 0 0 0 16px !important;
	border: none !important;
}


/* Buttons
------------------------------------------------------------------------------*/
a.button {
	display: inline-block;
	text-decoration: none;
	margin: 0 8px 0 0;
	padding: 0 0 0 10px;
	background-image: url('/img/layout/bg_buttons_left.png');
	background-position: 0 0;
	overflow: visible;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	white-space: nowrap;
	line-height: 15px;
}

a.button.icon img {
	position: absolute;
	z-index: 20;
	left: 6px; top: 6px;
}

a.button.icon.s16 img {
	position: absolute;
	z-index: 20;
	left: 8px; top: 8px;
}

a.button.icon span { padding-left: 22px !important; }

a.button:link, a.button:visited { text-decoration: none; }

a.button:hover, a.button:active { text-decoration: underline; }

a.button span {
	height: 23px;
	display: inline-block;
	padding: 10px 15px 0 5px;
	position: relative;
	background-image: url('/img/layout/bg_buttons_right.png');
	background-position: right 0;
	text-decoration: inherit;
}

a.button.dark_blue { background-position: 0 0; }
a.button.dark_blue span { background-position: right 0; }

a.button.purple { background-position: 0 -33px; }
a.button.purple span { background-position: right -33px; }

a.button.light_green { background-position: 0 -66px; }
a.button.light_green span { background-position: right -66px; }

a.button.red { background-position: 0 -99px; }
a.button.red span { background-position: right -99px; }

a.button.light_blue { background-position: 0 -132px; }
a.button.light_blue span { background-position: right -132px; }

a.button.orange { background-position: 0 -165px; }
a.button.orange span { background-position: right -165px; }

a.button.pink { background-position: 0 -198px; }
a.button.pink span { background-position: right -198px; }

a.button.dark_green { background-position: 0 -231px; }
a.button.dark_green span { background-position: right -231px; }

a.button.grey { background-position: 0 -264px; }
a.button.grey span { background-position: right -264px; }

div.bt_div.left { /* Used in header */
	background-image: url('/img/layout/header_menu_div.png');
	background-position: left 50%;
	padding-left: 10px;
	overflow: hidden;
	float: left;
	margin: 0 0 0 1px;
}

div.standard_button_row {
	margin: 10px 0 20px 0;
}

ul.buttons {
	text-align: left;
	width: 445px !important;
	font-size: 100% !important;
	margin: -5px 15px 0 0 !important;
	padding: 0 0 5px 0 !important;
}
ul.buttons li {
	background-image: none !important;
	margin: 0 0 10px 0 !important;
	padding: 0 0 0 0 !important;
}
/*----------------------------------------------------------------------------*/


/* Grass Panels
------------------------------------------------------------------------------*/
div.grass_panel {
	width: 264px;
	margin: 8px 0 8px 0;
}

div.plain_panel {
	margin: 8px 0 0 0;
}

div.grass_panel div.main,
div.plain_panel div.main {
	width: 240px;
	margin: 0 12px 0 7px;
	overflow: hidden;
}

div.grass_panel div.header {
	height: 33px;
	padding: 40px 0 0 20px;
}

div.grass_panel div.footer,
div.plain_panel div.footer,
div.plain_panel div.header {
	height: 9px;
	margin: 0 12px 0 7px;
}

div.grass_panel div.main .content {
	padding: 15px;
	margin: 0 10px 0 10px;
}

div.countdown_timer {
	margin: 24px 0 0 0;
}

div.countdown_timer div.timer {
	margin: 0 10px 0 10px;
}

div.countdown_timer div.timer .digits {
	display: inline-block;
	width: 63px;
	padding-right: 3px;
	margin-top: 0;
}

div.countdown_timer div.timer .digits span {
	text-align: left;
	text-indent: -9999em;
	display: block;
	float: left;
	width: 21px; height: 24px;
	background: url('/img/layout/sprite_countdown_numbers.png') no-repeat;
}

p.not_much_longer {
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin: 5px 0 0 0;
	line-height: 14px;
}

div.countdown_timer div.timer .digits span.number_0 { background-position: 0 0; }
div.countdown_timer div.timer .digits span.number_1 { background-position: 0 -24px; }
div.countdown_timer div.timer .digits span.number_2 { background-position: 0 -48px; }
div.countdown_timer div.timer .digits span.number_3 { background-position: 0 -72px; }
div.countdown_timer div.timer .digits span.number_4 { background-position: 0 -96px; }
div.countdown_timer div.timer .digits span.number_5 { background-position: 0 -120px; }
div.countdown_timer div.timer .digits span.number_6 { background-position: 0 -144px; }
div.countdown_timer div.timer .digits span.number_7 { background-position: 0 -168px; }
div.countdown_timer div.timer .digits span.number_8 { background-position: 0 -192px; }
div.countdown_timer div.timer .digits span.number_9 { background-position: 0 -216px; }
div.countdown_timer div.timer .digits span.number_x { background-position: 0 -240px; }


div.countdown_timer div.timer p.countdown_title {
	color: #ffed04;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 3px 0;
}

div.countdown_timer div.timer p.countdown_message {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	display: block;
	line-height: 20px;
	text-align: center;
	padding-top: 3px;
}

div.countdown_timer div.timer * {
	vertical-align: middle;
}

.alpha85 {
	
	/* Fallback for web browsers that doesn't support RGBa */
	background: #ffffff; /* solid color */
	
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.85);
	
}

div.grass_panel.dark_blue div.header { background-image: url('/img/layout/grass_panels/dark_blue_top.png'); }
div.plain_panel.dark_blue div.header { background-image: url('/img/layout/grass_panels/dark_blue_plain_top.png'); }
div.grass_panel.dark_blue div.footer,
div.plain_panel.dark_blue div.footer { background-image: url('/img/layout/grass_panels/dark_blue_bottom.png'); }

div.grass_panel.purple div.header { background-image: url('/img/layout/grass_panels/purple_top.png'); }
div.plain_panel.purple div.header { background-image: url('/img/layout/grass_panels/purple_top.png'); }
div.grass_panel.purple div.footer,
div.plain_panel.purple div.footer { background-image: url('/img/layout/grass_panels/purple_bottom.png'); }

div.grass_panel.light_green div.header { background-image: url('/img/layout/grass_panels/light_green_top.png'); }
div.plain_panel.light_green div.header { background-image: url('/img/layout/grass_panels/light_green_plain_top.png'); }
div.grass_panel.light_green div.footer,
div.plain_panel.light_green div.footer { background-image: url('/img/layout/grass_panels/light_green_bottom.png'); }

div.grass_panel.red div.header { background-image: url('/img/layout/grass_panels/red_top.png'); }
div.plain_panel.red div.header { background-image: url('/img/layout/grass_panels/red_plain_top.png'); }
div.grass_panel.red div.footer,
div.plain_panel.red div.footer { background-image: url('/img/layout/grass_panels/red_bottom.png'); }

div.grass_panel.light_blue div.header { background-image: url('/img/layout/grass_panels/light_blue_top.png'); }
div.plain_panel.light_blue div.header { background-image: url('/img/layout/grass_panels/light_blue_plain_top.png'); }
div.grass_panel.light_blue div.footer,
div.plain_panel.light_blue div.footer { background-image: url('/img/layout/grass_panels/light_blue_bottom.png'); }

div.grass_panel.orange div.header { background-image: url('/img/layout/grass_panels/orange_top.png'); }
div.plain_panel.orange div.header { background-image: url('/img/layout/grass_panels/orange_plain_top.png'); }
div.grass_panel.orange div.footer,
div.plain_panel.orange div.footer { background-image: url('/img/layout/grass_panels/orange_bottom.png'); }

div.grass_panel.pink div.header { background-image: url('/img/layout/grass_panels/pink_top.png'); }
div.plain_panel.pink div.header { background-image: url('/img/layout/grass_panels/pink_plain_top.png'); }
div.grass_panel.pink div.footer,
div.plain_panel.pink div.footer { background-image: url('/img/layout/grass_panels/pink_bottom.png'); }

div.grass_panel.dark_green div.header { background-image: url('/img/layout/grass_panels/dark_green_top.png'); }
div.plain_panel.dark_green div.header { background-image: url('/img/layout/grass_panels/dark_green_plain_top.png'); }
div.grass_panel.dark_green div.footer,
div.plain_panel.dark_green div.footer { background-image: url('/img/layout/grass_panels/dark_green_bottom.png'); }

div.grass_panel.dark_blue div.main,
div.plain_panel.dark_blue div.main { background-color: #0069A7; }
div.grass_panel.purple div.main,
div.plain_panel.purple div.main { background-color: #701b78; }
div.grass_panel.light_green div.main,
div.plain_panel.light_green div.main { background-color: #68af21; }
div.grass_panel.red div.main,
div.plain_panel.red div.main { background-color: #e00009; }
div.grass_panel.light_blue div.main,
div.plain_panel.light_blue div.main { background-color: #008ac8; }
div.grass_panel.orange div.main,
div.plain_panel.orange div.main { background-color: #e07900; }
div.grass_panel.pink div.main,
div.plain_panel.pink div.main { background-color: #d4007b; }
div.grass_panel.dark_green div.main,
div.plain_panel.dark_green div.main { background-color: #007d30; }

div.grass_panel select { width: 100%; }
div.grass_panel input.text { width: 97%; }
div.grass_panel input.text.labelled { color: #999 !important; }

div.grass_panel div.error-message { padding: 8px 0 0 0; font-size: 120%; color: #ff0000; }

div.grass_panel div.input { margin: 0 0 15px 0; }

div.grass_panel div.input.radio label {
	display: block;
	padding: 0 0 12px 0;
	font-size: 140%;
	font-weight: bold;
}

div.grass_panel div.input.radio { margin: 0 0 3px 0; }

div.grass_panel div.input.radio input {
	float: left;
	clear: left;
	margin: 0 8px 0 0;
}
/*----------------------------------------------------------------------------*/


/* Graphical Text Replacement
------------------------------------------------------------------------------*/
.gh.brochures { background-image: url('/img/layout/gh_brochures.png'); }
.gh.make_a_booking { background-image: url('/img/layout/gh_make_a_booking.png'); }
.gh.whats_on { background-image: url('/img/layout/gh_whats_on.png'); }
.gh.free_newsletter { background-image: url('/img/layout/gh_free_newsletter.png'); }

.gh {
	text-indent: -9999px; text-align: left; /* Hide the contents - image replacement */
	width: 100%;
	height: 25px;
}

p.gt_slogan {
	margin: 5px 0 13px 0;
	width: 653px; height: 16px;
	background-image: url('/img/layout/gt_giving_every.png');
}

p.gt_latest_news {
	width: 147px; height: 30px;
	background-image: url('/img/layout/gt_star_latest_news.png');
}


/*----------------------------------------------------------------------------*/


/* Forms
------------------------------------------------------------------------------*/
.form_buttons {
	text-align: right;
	margin-right: -10px;
}

.form_buttons.left {
	text-align: left;
	margin-left: -15px;
}
/*----------------------------------------------------------------------------*/


/* News Fader
------------------------------------------------------------------------------*/
div#news_fader {
	position: relative; /* Establish containing box */
	z-index: 99;
}

div#news_fader a {
	color: #fff;
	font-size: 150%;
}

div#news_fader li {
	display: none;
	position: absolute;
	right: 30px; top: 9px;
	width: 490px;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 0 4px 0;
}

div#news_fader li { z-index: 100; }

div#news_fader a:link, div#news_fader a:visited { text-decoration: none; }

div#news_fader a:hover, div#news_fader a:active { text-decoration: underline; }

span#news_fade_out {
	display: block;
	position: absolute;
	top: 0; right: 0;
	width: 200px;
	height: 30px;
	background-image: url('/img/layout/news_fade_out.png');
	z-index: 1000;
}

span.news_silhouette {
	display: block;
	width: 75px; height: 75px;
	position: absolute;
	right: -8px; top: -26px;
	z-index: 1000;
	display: none;
	background-image: url('/img/layout/news_silhouettes.png');
}
/*----------------------------------------------------------------------------*/


/* Wide Boxes
------------------------------------------------------------------------------*/
div.wide_box {
	width: 686px;
	margin-bottom: 14px;
}

div.wide_box div.top, div.wide_box div.bottom {
	height: 8px;
	overflow: hidden; /* IE needs this */
}

div.wide_box div.main {
	padding: 0 13px 0 13px;
}

div.wide_box div.standard {
	padding: 5px 13px 5px 13px;
}

div.wide_box.light_blue_alt div.main { background-color: #7cb2d2; }
div.wide_box.light_blue_alt div.top { background-image: url('/img/layout/boxes/light_blue_686_top_alt.png'); }
div.wide_box.light_blue_alt div.bottom { background-image: url('/img/layout/boxes/light_blue_686_bottom_alt.png'); }

div.wide_box.dark_blue div.main, body.hl_home div.full_page_box div.main  { background-color: #0069A7; }
div.wide_box.dark_blue div.top, body.hl_home div.full_page_box div.top  { background-image: url('/img/layout/boxes/dark_blue_686_top.png'); }
div.wide_box.dark_blue div.bottom, body.hl_home div.full_page_box div.bottom  { background-image: url('/img/layout/boxes/dark_blue_686_bottom.png'); }

div.wide_box.purple div.main, body.hl_camps div.full_page_box div.main { background-color: #701b78; }
div.wide_box.purple div.top, body.hl_camps div.full_page_box div.top { background-image: url('/img/layout/boxes/purple_686_top.png'); }
div.wide_box.purple div.bottom, body.hl_camps div.full_page_box div.bottom { background-image: url('/img/layout/boxes/purple_686_bottom.png'); }

div.wide_box.light_green div.main, body.hl_activities_extras div.full_page_box div.main { background-color: #68af21; }
div.wide_box.light_green div.top, body.hl_activities_extras div.full_page_box div.top { background-image: url('/img/layout/boxes/light_green_686_top.png'); }
div.wide_box.light_green div.bottom, body.hl_activities_extras div.full_page_box div.bottom { background-image: url('/img/layout/boxes/light_green_686_bottom.png'); }

div.wide_box.red div.main, body.hl_news div.full_page_box div.main { background-color: #e00009; }
div.wide_box.red div.top, body.hl_news div.full_page_box div.top { background-image: url('/img/layout/boxes/red_686_top.png'); }
div.wide_box.red div.bottom, body.hl_news div.full_page_box div.bottom  { background-image: url('/img/layout/boxes/red_686_bottom.png'); }

div.wide_box.light_blue div.main, body.hl_testimonials div.full_page_box div.main { background-color: #008ac8; }
div.wide_box.light_blue div.top, body.hl_testimonials div.full_page_box div.top { background-image: url('/img/layout/boxes/light_blue_686_top.png'); }
div.wide_box.light_blue div.bottom, body.hl_testimonials div.full_page_box div.bottom { background-image: url('/img/layout/boxes/light_blue_686_bottom.png'); }

div.wide_box.orange div.main, body.hl_useful_links div.full_page_box div.main { background-color: #e07900; }
div.wide_box.orange div.top, body.hl_useful_links div.full_page_box div.top { background-image: url('/img/layout/boxes/orange_686_top.png'); }
div.wide_box.orange div.bottom, body.hl_useful_links div.full_page_box div.bottom { background-image: url('/img/layout/boxes/orange_686_bottom.png'); }

div.wide_box.pink div.main, body.hl_faqs div.full_page_box div.main { background-color: #d4007b; }
div.wide_box.pink div.top, body.hl_faqs div.full_page_box div.top { background-image: url('/img/layout/boxes/pink_686_top.png'); }
div.wide_box.pink div.bottom, body.hl_faqs div.full_page_box div.bottom { background-image: url('/img/layout/boxes/pink_686_bottom.png'); }

div.wide_box.dark_green div.main, body.hl_contact_us div.full_page_box div.main { background-color: #007d30; }
div.wide_box.dark_green div.top, body.hl_contact_us div.full_page_box div.top { background-image: url('/img/layout/boxes/dark_green_686_top.png'); }
div.wide_box.dark_green div.bottom, body.hl_contact_us div.full_page_box div.bottom { background-image: url('/img/layout/boxes/dark_green_686_bottom.png'); }

div.wide_box.white div.main { background-color: #ffffff; }
div.wide_box.white div.top { background-image: url('/img/layout/boxes/white_686_top.png'); }
div.wide_box.white div.bottom { background-image: url('/img/layout/boxes/white_686_bottom.png'); }


/*----------------------------------------------------------------------------*/


/* Intro Box
------------------------------------------------------------------------------*/
#barracudas_video_launcher { float: right;	}
#home_intro { overflow: hidden; }
/*----------------------------------------------------------------------------*/


/* Photo Fader
------------------------------------------------------------------------------*/
#home_photo_fader {
	width: 430px;
	height: 242px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}

#home_photo_fader {
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#home_photo_fader img {
	height: auto;
	left: 10px;
	top: 10px;
	display: none;
	position: absolute;
}
/*----------------------------------------------------------------------------*/

#side_logos {
	padding: 20px 0 10px 0;
	width: 217px;
	border: 1px solid #ccc;
	margin: 15px 6px 7px 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
}



div.rad {
	position: absolute;
	width: 8px;
	height: 8px;
	background-image: url('/img/layout/ie_border_radius.png');
}

div.rad.top_left {
	left: -1px; top: -1px;
	background-position: top left;
}

div.rad.top_right {
	right: -1px; top: -1px;
	background-position: top right;
}

div.rad.bottom_left {
	left: -1px; bottom: -1px;
	background-position: bottom left;
}

div.rad.bottom_right {
	right: -1px; bottom: -1px;
	background-position: bottom right;
}

#side_logos li, #side_logos p {
	font-size: 15px;
	color: #999999;
	text-align: center;
	display: block;
	margin: 0 auto 14px auto !important;
	padding: 0 20px !important;
	line-height: 1.3em !important;
	background: none !important;
}

#side_logos ul {
	background: url('/img/layout/divider_3.png') 5px 0 no-repeat;
	padding-top: 25px;
}

#side_logos .smaller {
	font-size: 13px;
}

#side_logos p.follow_us {
	background: url('/img/layout/divider_3.png') 15px 0 no-repeat !important;
	padding-top: 25px !important;
}

#side_logos ul {
	background: none !important;
	padding: 0;
}

#page_content {
	color: #333;
	margin-bottom: 120px;
}

#main_content_area.standard {
	background-color: #fff;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

#main_content_area.standard.tabs {
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topleft: 0;
	border-top-left-radius: 0;
}

#main_content_area.home {
	padding: 10px 0 10px 17px;
	width: 415px;
}

div.modal {
	padding: 20px;	
}

div.modal.pre_booking_notice {
	width: 500px;
	height: 260px;
}

#pre_booking_notice_trigger {
	display: none;
}

#page_content p,
#page_content ul,
#page_content ol,
div.modal p,
div.modal ul,
div.modal ol {
	font-size: 14px;
	line-height: 1.7em;
	margin-bottom: 12px;
}

#page_content ul,
#page_content ol,
div.modal ul,
div.modal ol {
	font-weight: bold;
	margin-left: 10px;
}

#page_content ul.no_indent, #page_content ol.no_indent {
	margin-left: 0;
}

#page_content ul li,
div.modal ul li {
	padding: 0 0 0 25px;
	background-image: url('/img/layout/icons/star_blue_bullet.png');
	background-position: 0 0.2em;
}

#page_content ol li,
div.modal ol li {
	margin: 0 0 0 25px;
	list-style-type: decimal;
}

.icon_link {
	padding: 2px 0 3px 28px;
	background-position: 0 4px;
	font-weight: bold;
	display: block;
	font-size: 13px;
}

a.icon_link:link, a.icon_link:visited { text-decoration: none; }
a.icon_link:hover, a.icon_link:active { text-decoration: underline;	 }

.icon_link.video {
	background-image: url('/img/layout/icons/video.png');
	color: #e00009;
}

#page_content hr, #page_content .hr, #pre_booking_notice .hr {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 20px 0 20px 0 !important;
	left: 0; right: 0;
	position: relative;
	width: 419px; height: 4px;
	background-image: url('/img/layout/divider_1.png');
	background-position: 0 0;
}

#pre_booking_notice .hr {
	background-position: center 0;
	width: auto;
}

#aux_right_content {
	width: 250px;
	padding: 0 0 20px 0;
}

div.right_side_panel {
	width: 250px;
	margin-bottom: 14px;
}

div.right_side_panel.activity_programme {
	height: 208px;
}

div.right_side_panel.activity_programme a {
	z-index: 500;
}

div.right_side_panel.save_5_pounds {
	height: 97px;
	z-index: 999;
}

div.right_side_panel.save_5_pounds p {
	position: absolute;
	width: 127px;
	height: 23px;
	background-image: url('/img/layout/side_panels/save_5_pounds_text.png');
	z-index: 1000;
	margin: 25px 0 0 77px;
}

div.right_side_panel.save_5_pounds img {
	overflow: visible;
	position: absolute;
	margin: -12px 0 0 21px;	
}

div.right_side_panel a {
	overflow: visible;
	position: absolute;
	margin-left: 16px;
}

.flower_header {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 130%;
	color: #0069a7;
	padding: 0 0 5px 3px !important;
	margin: 0 0 10px 0;
	text-align: center;
	background: #fff; /* Fixed odd IE7 bug */
}

div#side_blog {
	width: 218px;
	padding: 20px 10px 50px 10px;
	position: relative;
	border: 1px solid #ccc;
	margin: 15px 6px 7px 7px !important;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	position: relative;
}

div#side_blog p.image {
	margin-bottom: 15px;
	text-align: center;
}

div#side_blog ul {
	padding: 15px 0 5px 0;
	background-image: url('/img/layout/divider_2.png');
}

div#side_blog ul li {
	border-top: 1px solid #fff;
	background-image: url('/img/layout/divider_2_faded.png');
	background-position: 50% top;
	padding: 15px 13px 10px 13px;
	line-height: 1.8em !important;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}

div#side_blog ul li:first-child,
div#side_blog ul li.first-child {
	background-image: none;
	padding-top: 0;
}

div#side_blog ul li span {
	display: block;
	font-size: 12px;
	color: #e00009;
	font-weight: bold;
}
div#side_blog ul li a {
	font-size: 14px;
	color: #333333;
}

a.read_more_news_page {
	background-image: url('/img/layout/divider_2.png');
	padding: 18px 0 0 0;
	text-align: center;
	left: 12px;
	width: 212px;
	font-size: 14px;
	display: block;
	position: absolute;
}

iframe.camps_map {
	border: 2px solid #ccc;
	float: right;
	width: 430px;
	height: 600px;
}

iframe.camps_map.individual {
	width: 400px;
}

div.camp_list {
	width: 185px;
}

.in_page_menu_container {
	padding: 0;
}

.in_page_menu_container ul {
	margin: 0 !important;
	padding: 0 !important;
}

.in_page_menu_container li {
	background-image: none !important;
	padding: 1px 2px 0 0 !important;
	margin: 0 !important;
}

.in_page_menu_container li a {
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	
	display: block;
	background-color: #ffffff;

	background-position: bottom !important;
	background-repeat: repeat-x;

	
	padding: 9px 15px 0 15px;
	margin: 0 !important;
	height: 30px;
	text-decoration: none;
	
	line-height: 1.2em;
	
}

.in_page_menu_container li a:link,
.in_page_menu_container li a:visited {
	background-image: url('/img/layout/menu_shadow.png');
	color: #666;
}

.in_page_menu_container li a.current {
	background-image: none !important;
	color: #000 !important;
	height: 32px;
}

.in_page_menu_container li a:hover,
.in_page_menu_container li a:active {
	background-image: none !important;
	color: #000 !important;
}


/* Optional double-height tabs */
.in_page_menu_container.double li a { height: 48px; }
.in_page_menu_container.double li a.current { height: 48px; }


p.form_footer_links {
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

p.form_footer_links a.button {
	margin-top: 10px;
	font-size: 16px;
}

p.form_footer_links a.button span {
	line-height: 100%;
}


/* Tables */

table {
	font-size: 120%;
	margin: 0 0 15px 0;
	line-height: 1.2em;
	border-collapse:collapse
}

div.preview table {
	float: right;
	margin: 15px 0 15px 0;
}

div.preview {
	overflow: hidden;
}

table.full_width {
	width: 630px;
}

table.left_align th, table.left_align td {
	text-align: left;
	vertical-align: top;
}

table.left_align td.checkbox label {
	float: left;
	width: 50px !important;
	padding-left: 5px;
	font-weight: normal;
}

table.left_align td.checkbox input {
	float: left;
}

table th {
	color: #fff;
	background-color: #0069A7;
	vertical-align: bottom;
}

table.dark_blue th { background-color: #0069A7; }
table.purple th { background-color: #701b78; }
table.light_green th { background-color: #68af21; }
table.red th { background-color: #e00009; }
table.light_blue th { background-color: #008ac8; }
table.orange th{ background-color: #e07900; }
table.pink th { background-color: #d4007b; }
table.dark_green th { background-color: #007d30; }

table td, table th {
	border: 1px solid #999;
	padding: 5px 8px;
	text-align: center;
}

body.camps.check_availability table td {
	vertical-align: top;
}

table td span {
	color: #fff;
	display: block;
	font-size: 11px;
	padding: 4px;
	font-weight: bold;
	line-height: 1.1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bad span { background-color: #e00009; }
.good span { background-color: #007d30; }
.limited span { background-color: red; }
.closed span {
	line-height: 2.2em;
}

/* forms */

form.standard {
	margin: 0 0 10px 0;
	width: 450px;
	border-top: 1px dotted #ccc;
}

form.directions {
	width: 200px;
}

form.directions div.input {
	margin: 0 0 10px 0;
}

form.directions div.input input {
	width: 100%;
}

form.directions label {
	display: block;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 5px; 0;
}

body.bookings.select_places form.standard,
body.bookings.update form.standard {
	border-top: none;	
}

form.standard.auto {
	width: auto;
}

div.standard_container {
	margin: 0 0 30px 35px;
}


form.standard.auto {
	width: auto;
}

form.standard label {
	display: block;
	float: left;
	width: 150px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 0 10px 0 0;
}

form.standard div.input,
form.standard div.submit {
	overflow: hidden;
	padding: 15px;
}

div.week {
	width: 630px;
	background-position: bottom;
	background-image: url('/img/layout/divider_4.png');
	padding-bottom: 20px;
}

div.places_child {
	width: 630px;
	background-position: bottom;
	background-image: url('/img/layout/divider_4.png');
	padding-bottom: 20px;
	margin-bottom: 20px
}

div.places_child h2 {
	margin: 0;
}

div.places_child h3 {
	margin: 10px 0 !important;
}

form.standard.places {
	width: 630px;
}

form.standard.places h2 {
	margin: 20px 0 5px 0;
}

form.standard div.text input,
form.standard div.password input,
form.standard div.textarea textarea {
	border: 1px solid #999;
	padding: 3px;
	font-size: 13px !important;
	font-family: inherit;
	width: 250px;
	float: left;
}

form.standard div.inline {
	display: inline-block !important;
	border-bottom: none !important;
	padding-top: 5px;
	padding-bottom: 0;
}

form.standard div.inline select {

}

form.standard div.inline label {
	width: auto !important;
}

form.standard div.text.inline input {
	width: 140px;
}

form.standard div.text.short input {
	width: 50px;
}



form.standard div.checkbox input,
form.standard div.radio input {
	clear: left;
	float: left;
	margin: 1px 6px 0 5px;
	width: auto !important; /* For IE 6 */
}

form.standard div.radio input {
	margin: 0 6px 0 5px;
}

form.standard div.checkbox,
form.standard div.radio {	
	padding-left: 170px;
	overflow: hidden;
}

form.standard div.checkbox.multiple,
form.standard div.checkbox.multiple div.checkbox,
form.standard div.checkbox.multiple div.radio {	
	padding-left: 0;
}

form.standard div.checkbox.multiple div.error-message {
	padding: 10px 0 0 10px;
	width: 410px;
}

form.standard div.radio div.error-message {
	padding: 10px 0 0 10px;
	width: 410px;
}


form.standard div.checkbox label,
form.standard div.radio label {
	width: 225px;	
	font-weight: normal;
	margin: 0 0 0 0;
	padding-top: 0.1em;
}

label.disabled,
label.disabled {
	color: #ccc !important;
}

form.standard div.radio label {
	padding-bottom: 10px;
	margin-top: -0.3em;
}


form div select {
	width: 253px;
}

div.date select {
	width: auto;
}

form.standard div textarea {
	height: 100px;
}

form div.field.description textarea {
	height: 200px;
}

form.standard div textarea.short {
	height: 150px;
}


form.standard div.input {
	display: block;
	margin: 0 0 0 0;
	border-bottom: 1px dotted #ccc;
}

form.standard div.error-message {
	float: left;
	padding: 10px 0 0 160px;
	color: red;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 255px;
	line-height: 1.4em;
}

form.standard div.cpp-error-message {
	float: none;
	padding: 10px 0 10px 0;
	color: red;
	font-size: 12px;
	font-weight: bold;
	display: block;
	width: 255px;
	line-height: 1.4em;
	margin-top: -5px;
}

form.standard div.cpp {
	width: 250px;
}

form.standard div.cpp fieldset label,
form.standard div.cpp fieldset input {
 	display: inline-block;
	clear: none;
	vertical-align: middle;
	line-height: 100%;
}

form.standard div.cpp legend {
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4em;
	padding: 0 10px 5px 0;	
}

form.standard div.skill {
		float: right;
}

form.standard div.skill label,
form.standard div.skill select {
	display: block;
	clear: both;
}

form.standard div.skill label {
	margin-bottom: 5px;
}

span.form_field_help {
	position: absolute;
	margin: 0px 0 0 470px;
	width: 130px;
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
	background-color: #fff6c2;
	border: 1px solid #ffdc63;
	
	display: none;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
}

span.form_field_help p {
	font-size: 12px !important;
	line-height: 1.4em !important;
	background-image: red;
	margin: 0 0 5px 0 !important;
}

span.form_field_help span.arrow {
	display: block;
	position: absolute;
	width: 9px;
	height: 22px;
	background-image: url('/img/layout/help_box_pointer.png');	
	margin: 7px	 0 0 -19px;
}

#flash_message_outer {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	z-index: 5000;
	background-color: #fff6c2;
	overflow: hidden;
	display: none;
	border-bottom: 2px solid #ffdc63;
}

#flash_message_inner {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 20px 105px 20px 55px;
	background-image: url('/img/silk/information.png');
	background-position: 30px 1.35em;
	position: relative;
	line-height: 140%;
}

#flash_message_inner p {
	
}

#flash_message_inner a.close {
	position: absolute;
	right: 20px;
	top: 0;
	background-image: url('/img/silk/cancel_yellow.png');
	background-position: 0 60%;
	height: 16px;
	margin: 13px 10px 0 0;
	display: block;
	cursor: pointer;
	padding: 5px 0 5px 0;
	text-indent: 23px;
}

#flash_message_inner.error {
	color: red !important;
	background-image: url('/img/silk/error.png');
}

#flash_message_inner.success {
	color: green !important;
	background-image: url('/img/silk/tick.png');
}

#flash_message_inner.info {
	background-image: url('/img/silk/information.png');
}

/* Icons */

.link_icon {
	background-position:left center;
	background-repeat:no-repeat;
	padding:2px 0 2px 22px;
}

.link_icon.add { background-image:url('/img/silk/add.png'); }
.link_icon.arrow_left { background-image:url('/img/silk/arrow_left.png'); }
.link_icon.bin { background-image:url('/img/silk/bin.png'); }
.link_icon.cross { background-image:url('/img/silk/cross.png'); }
.link_icon.disk { background-image:url('/img/silk/disk.png'); }
.link_icon.doc { background-image:url('/img/silk/page_word.png'); }
.link_icon.email_go { background-image:url('/img/silk/email_go.png'); }
.link_icon.envelope { background-image:url('/img/silk/email.png'); }
.link_icon.flag_blue { background-image:url('/img/silk/flag_blue.png'); }
.link_icon.money_pound { background-image:url('/img/silk/money_pound.png'); }
.link_icon.pdf { background-image:url('/img/silk/page_white_acrobat.png'); }
.link_icon.pencil { background-image:url('/img/silk/pencil.png'); }
.link_icon.tick { background-image:url('/img/silk/tick.png'); }

/* CMS Content */
body.webpages div#main_content_area.standard img {
	float: left;
	margin: 10px 20px 20px 20px;
	border: 1px solid #ccc;
}

/* The above is for specific images, not ones in a paragraph by themselves (such as the timetable). */
body.webpages div#main_content_area.standard p img {
	float: none;
	margin: 0;
	border: 0;
}

p.booking_details {
	width: 250px;
	float: left;
	border-right: 1px dashed #ccc;
	margin-right: 20px;
}

p.booking_actions {
	float: left;
}

div.booking {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

ul.photo_gallery {
	width: 650px;
	margin: 0 -20px 0 -8px !important;
	padding: 0;
	overflow: visible !important;
}

ul.photo_gallery li {
	background-image: none !important;
	display: block;
	width: 200px;
	height: 150px;
	overflow: hidden !important;
	float: left;
	margin: 0 0 10px 10px !important;
	padding: 0 !important;
	border: 1px solid #ccc;
}

div.testimonial {
	margin-bottom: 15px;
	overflow: hidden;
	background-position: bottom;
	background-image: url('/img/layout/divider_4.png');
	padding-bottom: 5px;
}

div.pager {
	background-position: bottom;
	background-image: url('/img/layout/divider_4.png');
	margin-bottom: 15px;
	overflow: hidden;
	text-align: right;
}

div.pager span.current {
	font-weight: bold;
}
div.pager span {
	padding: 0 2px 0 2px;
}

div.pager span.prev, div.pager span.next {
	color: #999;
}

div.testimonial h2 {
	margin: 0 0 0 0 !important;
}
div.testimonial p.date {
	margin: 0 0 5px 0 !important;
}

ul.links {
	margin-left: 5px !important;
}

ul.links li {
	background-image: none !important;
	padding: 0 15px 0 0 !important;
	font-weight: normal;
}

table.money_total th {
	border: none;
	border-right: 1px solid #ccc;
	text-align: right;
	color: #0069A7;
	background-color: transparent;
}

table.money_total td {
	text-align: right;
	border: none;
}

table.money_total tr.total {
	font-size: 16px;
	font-weight: bold;
}

div.info_links {
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	overflow: hidden;
}

div.info_links li {
	white-space: nowrap;
	padding-right: 3px;
}

div.info_links p {
	font-weight: bold;
	float: left;
	padding-right: 10px;
}

div.discount_offer {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #ccc;	
	padding: 0 15px 0 15px;
	margin-bottom: 15px;
	position: relative;
}
div.discount_offer h3 {
	color: #701B78;
	margin-top: 15px !important;
	margin-bottom: 10px !important;
}

div.discount_offer p {
	font-size: 12px !important;
	margin-bottom: 10px !important;
}

div.all_discount_offers {
	padding-top: 55px;
	float: right;
	width: 310px;
}

div.offer_table {
	clear: both;
	float: left;
	width: 300px;
}

div.offer_table table {
	width: 100%;
}

table.remaining_payments {
	text-align: left;
	font-size: 16px;
}

table.remaining_payments .date,
table.remaining_payments .amount {
	width: 100px;
}

table.remaining_payments td {
	font-weight: bold !important;
}

table.remaining_payments td.amount {
	color: #0068a6;
}

table.remaining_payments td, table.remaining_payments th {
	padding: 10px 15px 10px 15px;
}

table.remaining_payments * {
	text-align: left;
}

table.remaining_payments tr.odd td {
	background-color: #e5f0f6;
}

p.remaining_payment {
	font-size: 16px !important;
	padding: 10px;
	border: 1px solid #ccc;
	float: left;
	clear: both;
	width: 250px;
	text-align: center;
}

p.remaining_payment strong {
	padding: 0 5px 0 5px;
}


p.remaining_payment .amount {
	color: #0068a6;
}

p.help_box {
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
	background-color: #fff6c2;
	border: 1px solid #ffdc63;
	border-radius: 5px;
	-moz-border-radius: 5px;

	font-size: 12px !important;
	line-height: 1.4em !important;
	background-image: red;
	margin: 0 0 5px 0 !important;
}

.budge_up_a_bit {
	margin-top: -42px;
}

span.requires_consent_disabled {
	background-image: url('/img/layout/transparent.png');
	display: block;
	height: 50px;
	position: absolute;
	width: 210px;
	z-index: 10;
	zoom: 1;
}

div.facebook_like_button {
	display: block;
	width: 90px; width: 20px;
	overflow: visible;
	position: absolute;
	left: 50%;
	top: 28px;
	margin: 0 0 0 50px;
	z-index: 10000;
}

body.webpages div#main_content_area.standard p img.first_of_two {
	float: left;
	margin: 0 12px 0 0;
}

body.webpages div#main_content_area.standard p.solo_image {
	text-align: center;
	padding-top: 8px;
}

img.main_camp_photo {
	float: left;
	margin: 0 20px 20px 0;
}

/* Pennies Donation Box
------------------------------------------------------------------------------*/
div.pennies_donation_box {
	padding: 15px 15px 5px 15px;
	margin-top: 15px;
	border: 2px dashed #ccc;
	overflow: hidden;
}

div.pennies_donation_box  h2 {
	color: #7fc31d;
	font-size: 15px;
	line-height: 1.4em;
}
div.pennies_donation_box  p.logos {
	width: 180px;
	margin-left: 20px;
	float: right;
	text-align: center;
}
div.pennies_donation_box  p.give {
	text-align: center;
	padding-bottom: 10px;
}

div.pennies_donation_box  p.donation_included {
	color: #7fc31d;
	font-weight: bold;
}
div.pennies_donation_box  p.donation_included a {
	float: right;
}
div.pennies_donation_box  p.logos img {
	margin: 0 0 25px 0;
}
/*----------------------------------------------------------------------------*/

p.season_specific {
	color: #701B78;
	font-weight: bold;
}

#page_content div.discount_offer p.small_print {
	font-size: 10px !important;
}

#social_box {
	padding: 15px;
	text-align: center;
	position: relative;
	border: 1px solid #ccc;
	margin: 15px 16px 7px 7px !important;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#social_box p {
	color: #666;
	font-size: 14px;
	margin: 0 0 15px 0;
}

ul.social_icons a {
	margin: 0 8px 0 8px;
}

