/* Copyright (c) 2009, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt Version: 2.7.0 */
/* Reset */html{color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* Fonts */body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}* html .clearfix{height:1%}

a {
	color: #00b6ff
}
a:hover {
	text-decoration: none
}

a.button {
	background: #e7a159 url(/images/bg_button.jpg) repeat-x;
	border: 1px solid #e87709;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	padding: 4px 10px;
	text-decoration: none;
}
a.button:hover {
	color: #6a3706
}

a.btn_delete {
	width: 16px;
	height: 16px;
	display: block;
	background: url(http://assets.churchapp.co.uk/img/fugue/minus-circle.png);
	border: 0px;
	text-decoration: none
}
a.btn_notes {
	width: 16px;
	height: 16px;
	display: block;
	background: url(http://assets.churchapp.co.uk/img/fugue/sticky-notes.png);
	border: 0px;
	text-decoration: none
}

body {
	background: #009bdb url('/images/bg.jpg') repeat-x fixed bottom left;
	color: #555;
	line-height: 140%
}
body._editor {
	background: #DBEBBC
}

div.basket_confirmation, div.basket_instructions {
	float: left;
	margin: 10px;
	width: 285px;
}
div.basket_confirmation {
	background: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: none;
	margin: 10px 0px 10px 305px;
	padding: 15px 20px;
	width: 250px;
}
div.basket_confirmation input.button {
	margin: 0px 0px 0px 30px;
}
div.basket_confirmation label.terms {
	display: block;
	height: auto;
	margin: -20px 0px 10px 30px;
}
div.basket_confirmation p.error {
	margin-left: 0px;
}

div.card {
	background: white url(/images/avatar.png) no-repeat 20px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px 10px 10px;
	padding: 20px 20px 20px 140px;
	position: relative;
}

div.card div.management.float {
	border: 0px;
	position: absolute;
	right: 20px;
	top: 20px;
}
div.card div.management a {
	background: #e7a159 url(/images/bg_button.jpg) repeat-x;
	border: 1px solid #e87709;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	margin-left: 5px;
	padding: 4px 10px;
	text-decoration: none;
}
div.card div.management a:hover {
	color: #6a3706
}
div.card div.save_as {
	font-weight: bold;
	margin-bottom: 10px;
}
div.card div.save_as a {
	background: #e6e6e6;
	border: 1px solid #aaa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	font-weight: normal;
	margin-left: 5px;
	padding: 3px 8px;
	text-decoration: none;
}
div.card div.save_as a:hover {
	border-color: #888;
	color: #444;
}
div.card dl dd, div.card dl dt {
	line-height: 22px;
}
div.card dl dd {
	margin-left: 130px;
}
div.card dl dt {
	color: #888;
/* 	font-weight: bold; */
	text-align: right;
	width: 120px;
}
div.card dl dt.full_width {
	float: none;
	text-align: left;
	width: 100%;
}
div.card dl dt.no_float {
	float: none;
}
div.card dl dt.full_width + dd, div.card dl dt.no_float + dd {
	margin-left: 65px;
}
div.card h2 {
	font-size: 170%;
	margin-bottom: 10px;
}
div.card h3 {
	font-size: 150%;
	margin-bottom: 10px;
}
div.card hr {
	margin: 20px 0px;
}

/*
div.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
*/

div.col_left {
	float: left;
	padding-left: 20px;
	width: 240px;
}
div.col_right {
	margin-left: 320px;
	width: 640px
}

div.crd-mydetails {
	background: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px 10px 10px;
	padding: 20px;
	position: relative;
}

div.card_contact.female {
	background-image: url(/images/avatar_female.png);
}
div.card_contact.male {
	background-image: url(/images/avatar_male.png);
}

div.card_holiday {
	padding: 20px;
}
div.card_holiday div.holiday_details {
	margin-left: 120px;
}

div.input_holder {
	margin: 4px 0px;
}
div.input_holder.ftextarea {
	height: inherit
}
div.input_holder input, div.input_holder select, div.input_holder textarea {
	float: left;
}
div.input_holder label {
	float: left;
	width: 120px;
	margin: 0px 20px 0px 0px;
	padding: 2px 0px 0px 0px;
}
div.input_holder.ficheckbox label {
	width: 360px;
	margin: 0px;
}
div.input_holder.ficheckbox input {
	margin-top: 6px;
}
div.input_holder.name input {
	color: #0058A3;
	font-size: 22px;
	font-weight: bold;
	height: auto;
}
div.input_holder.name input[name="name"] {
	margin-right: 10px;
}
div.input_holder.name input[name="surname"] {
	width: 185px;
}
div.input_holder.fselect {
	padding-bottom: 1px;
}
div.input_holder.fselect select {
	margin-top: 3px;
}
div.input_holder p.error {
	margin-left: 140px;
}

div.next_step {
	background: white url(/images/warning.png) no-repeat 25px 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 15px 10px;
	padding: 10px 15px 10px 100px;
}
div.next_step .address {
	display: block;
}
#content div.col_right.basket div.next_step h2 {
	margin-bottom: 10px;
}

div.payment_method {
	background: white url(/images/payment_paypal.jpg) no-repeat center 40px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	margin: 20px 10px 10px;
	padding: 10px 15px;
	width: 251px;
}
div.payment_method.cheque {
	background-image: url(/images/payment_cheque.jpg);
}
div.payment_method form input.button {
	margin: 5px 70px;
}
div.payment_method h3 {
	margin-bottom: 120px;
}
div.payment_method p {
	height: 54px;
}

div.registration_closed {
	width: 400px;
}
div.registration_closed p {
	background: #fff8e0 url(/images/warning.png) no-repeat 10px 10px;
	color: #6a490e;
	padding: 15px 10px 15px 70px;
}

div.thumb_grid_large {
	width: 630px;
	margin: 0px -8px;
}
div.thumb_grid_large div.thumb {
	width: 150px;
	height: 150px;
	margin: 5px 0px 0px 5px;
	float: left;
	background: url('/images/bg_grid_large.png') no-repeat;
	position: relative;
	z-index: 1
}
div.thumb_grid_large div.thumb div.img {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1
}
div.thumb_grid_large div.thumb h3 {
	background: url('/images/bg_black-70.png');
	color: #00B6FF;
	height: 18px;
	margin: 0px 5px;
	overflow: hidden;
	padding: 4px;
	position: absolute;
	top: 115px;
	white-space: nowrap;
	width: 132px;
	z-index: 3
}
div.thumb_grid_large div.thumb a {
	text-decoration: none
}
div.thumb_grid_large div.thumb h3 a:hover {
	text-decoration: underline
}
div.thumb_grid_large div.thumb p {
	background: url('/images/bg_black-50.png');
	position: absolute;
	visibility: hidden;
	z-index: 2;
	width: 130px;
	height: 130px;
	top: 5px;
	left: 5px;
	padding: 5px;
	overflow: hidden;
	color: white;
	font-size: 85%;
	cursor: pointer;
	line-height: 130%
}

div.thumb_grid_small {
	width: 230px;
	margin: -8px -8px -3px;
}
div.thumb_grid_small div.thumb {
	width: 105px;
	height: 105px;
	margin: 5px 0px 0px 5px;
	float: left;
	background: url('/images/bg_grid_small.png') no-repeat;
	position: relative;
	z-index: 1
}
div.thumb_grid_small div.thumb div.img {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1
}
div.thumb_grid_small div.thumb h3 {
	background: url('/images/bg_black-70.png');
	color: #00B6FF;
	font-size: 77%;
	height: 16px;
	margin: 0px 5px;
	overflow: hidden;
	padding: 1px 3px;
	position: absolute;
	top: 82px;
	white-space: nowrap;
	width: 89px;
	z-index: 3;
}
div.thumb_grid_small div.thumb a {
	text-decoration: none
}
div.thumb_grid_small div.thumb h3 a:hover {
	text-decoration: underline
}
div.thumb_grid_small div.thumb p {
	background: url('/images/bg_black-50.png');
	color: white;
	cursor: pointer;
	font-size: 85%;
	height: 85px;
	left: 5px;
	line-height: 130%;
	overflow: hidden;
	padding: 5px;
	position: absolute;
	top: 5px;
	visibility: hidden;
	width: 85px;
	z-index: 2;
}

dl dt {
	width: 70px;
	float: left;
	color: #222
}
dl dd {
	margin-left: 80px
}

dl.box_full dt{
	width: 90px;
	padding-top: 3px;
	text-align: right
}
dl.box_full dd {
	margin-left: 100px;
	padding-top: 3px;
	color: #555
}

dl.half {
	float: left;
	width: 268px;
	margin: 10px
}
dl.half dt {
	width: 100px
}
dl.half dd {
	margin-left: 110px
}

fieldset {
	border: 1px dotted #0058A3;
	padding: 10px
}
fieldset legend {
	text-transform: uppercase;
	font-weight: bold;
	color: #0058A3;
	padding: 0px 5px
}

form br {
	clear: both
}
form label {
	display: block;
	float: left;
	width: 150px;
	height: 20px;
	line-height: 20px;
	text-align: right;
	margin: 0px 5px 3px 0px
}
form label.radio {
	float: none;
	display: inline;
	width: auto
}
form input[type="text"], form input[type="password"] {
	border: 1px solid #aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 18px;
	margin-bottom: 3px;
	padding: 2px;
}
form input[type="submit"] {
	background: #e7a159 url(/images/bg_button.jpg) repeat-x;
	border: 1px solid #e87709;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	cursor: pointer;
	padding: 4px 10px;
	text-decoration: none;
}
form input[type="submit"]:hover {
	color: #6a3706
}
form input.button {
	margin-left: 154px
}
form textarea {
	margin-bottom: 3px
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 197%;
	letter-spacing: -0.03%;;
	margin: 10px 0px 5px 0px;
	color: #cf6b08;
	border-bottom: 1px solid #f1d1b3;
	padding-bottom: 5px
}
h1 strong {
	font-weight: bold;
	letter-spacing: -0.03em
}
h2 {
	color: #0058a3;
	font-size: 123.1%;
	margin-bottom: 5px;
	line-height: 140% 
}
h3 {
	color: #bc0202;
	font-size: 108%;
	margin-bottom: 5px
}

hr {
	border: 1px solid #aebe83;
	border-width: 1px 0px 0px 0px
}

ol {
	margin-left: 40px;
}
ol li {
	list-style: decimal
}

p {
	padding: 5px 0px
}
p.one_line {
	margin: 0px;
}
p.one_line input.button {
	margin-left: 10px;
}

strong {
	font-weight: bold;
}

table {
	width: 100%;
	margin-bottom: 20px
}
table td {
	padding: 5px 2px;
	vertical-align: top
}
table thead td {
	background-color: #0058A3;
	color: white;
	padding: 3px
}
table tbody td {
	border-bottom: 1px solid #c3d1a7
}

table.people p.error {
	font-size: 11px;
	margin: 0px 0px 0px 30px;
}
table.people td.telephone {
	color: #888;
}

ul.error li {
	list-style: disc
}

.address {
	margin-left: 50px;
}
.address strong {
	font-weight: bold
}
.error, ._req, .total_price, .price {
	color: #BC0202
}
.reduced {
	text-decoration: line-through;
	color: #CF6B08
}
.new_price {
	display: block;
	color: #BC0202;
	font-size: 110%
}
._req:after {
	content: ' *'
}

div.checkout_confirmation {
	background: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px 10px 10px;
	padding: 20px;
}
div.checkout_confirmation .address {
	display: block;
	margin-left: 20px;
	color: black
}
div.checkout_confirmation strong {
	color: #CF6B08
}

div.home_hook {
	width: 282px;
	background-color: #f0f8e2;
	background-repeat: no-repeat;
	background-position: 10px 40px;
	border: 1px solid #cfdeb1;
	padding: 8px;
	float: left
}
div.home_hook.locations {
	background-image: url('/images/hook_home-locations.png');
}
div.home_hook.my_account {
	background-image: url('/images/hook_home-my_account.png');
	background-position: 20px 40px;
	float: none;
	margin: 0px 0px 20px 310px
}
div.home_hook h2 {
	border-bottom: 1px solid #cde2e2
}
div.home_hook p {
	margin-left: 110px
}

div.registration {
	width: 400px;
	margin-top: 10px
}
div.registration h2{
	border-bottom: 1px solid #0058a3;
}
div.registration label {
	width: 85px
}
div.registration input.button, div.registration fieldset.registration p.password {
	margin-left: 89px;
}
p.password {
	margin-top: 5px
}

div.xhr_popout {
	width: 135px;
	height: 33px;
	background: url('/images/xhr_popout.png') no-repeat;
	position: absolute;
	line-height: 33px;
	padding-left: 10px;
	text-align: center
}

fieldset.child {
	margin: 5px
}

fieldset.registration {
	margin: 0px 20px 10px 20px
}
fieldset.registration p.password {
	margin-left: 154px
}

h2.acc_toggler {
	border: 1px solid #193950;
	border-width: 0px 0px 1px 0px;
	padding: 5px 10px;
	background: #202d4d;
	color: #00B6FF;
	cursor: pointer;
	margin-bottom: 0px
}
h2.acc_inactive {
	background: #1b4966 no-repeat bottom right
}
div.acc_content {
	padding: 5px 15px 80px 15px;
	background: url('/images/bg_acc_content.jpg') repeat-x;
	border: 1px solid #dbebbc;
	border-width: 0px 1px
}
div.management {
	border-top: 1px dashed #202d4d;
	padding: 5px
}
div.management a {
	text-decoration: none;
	border-bottom: 1px dotted #BC0202;
	color: #BC0202
}
div.management input.button {
	margin-left: 30px
}

label.terms {
	width: auto;
	float: none;
	text-align: left;
	display: inline;
	font-weight: normal
}

p.error {
	font-size: 90%;
	margin-left: 160px;
	padding-top: 0px;
}

#basket {
	background: #bbe2f2;
	border: 1px solid #6ec6eb;
	border-width: 1px 0px;
	text-align: right;
	padding: 5px 10px
}
#basket a {
	color: #0058A3
}

table#basket_contents {
	border-collapse: separate;
	border-spacing: 2px;
	margin: 20px 0px;
}
table#basket_contents td {
	padding: 8px 8px;
}
table#basket_contents tfoot td {
	background-color: #f9ffed;
	padding: 4px 8px;
}
table#basket_contents thead td {
	background: #0058A3;
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 8px;
}
table#basket_contents td.delete {
	text-align: center;
}
table#basket_contents td.delete a img {
	border: none
}
table#basket_contents td.price {
	padding-left: 4px
}
table#basket_contents td.product_name {
	width: 65%;
	padding: 5px
}
table#basket_contents td.quantity {
	text-align: center
}

#brochure {
	background: url('/images/download_booking-form.png') no-repeat top left;
	width: 92px;
	height: 92px;
	position: absolute;
	top: 20px;
	left: 280px;
	z-index: 999;
}
#brochure a {
	display: block;
	width: 92px;
	height: 92px;
	text-decoration: none
}
#brochure a i {
	visibility: hidden
}

#content {
	margin: 10px 0px;
	position: relative;
	top: 10px;
}
#content div.col_left {
	background: white;
	border: 5px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: none;
	left: 20px;
	padding: 10px;
	position: absolute;
	width: 210px;
}
#content div.col_right {
	background: #dbebbc;
	border: 5px solid black;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: none;
	left: 0px;
	margin-bottom: 30px;
	padding: 10px;
	position: absolute;
	width: 610px;
	z-index: 1;
}

#content div.col_right.basket h2 {
	font-size: 140%;
	margin: 10px 0px -10px 10px;
}
#content div.col_right.basket p.intro {
	font-size: 140%;
	line-height: 160%;
	margin: 10px 20px;
}

#feedback {
	letter-spacing: 0.05em
}
#feedback p.warning {
	background: white;
	border: 1px dashed red;
	border-width: 1px 0px;
	padding: 8px;
	margin: 5px 0px
}

#footer {
	display: none;
}
#footer a {
	color: #f8db68
}
#footer p.copyright {
	text-align: right;
	font-size: 85%;
	line-height: 120%;
	color: #dedede
}

#header h1.logo {
	background: url('/images/logo.png') no-repeat top left;
	width: 240px;
	height: 70px;
	margin: 0px;
	overflow: hidden;
	border: none;
	padding: none
}
#header h1.logo a {
	display: block;
	width: 240px;
	height: 70px;;
	text-decoration: none
}
#header h1.logo i {
	visibility: hidden
}
#header div.col_right {
	background: url('/images/bg_navigation.png') no-repeat top left;
	width: 640px;
	height: 70px;
}

#holiday {
	background: white no-repeat top right;
	margin: -10px;
	padding: 20px 10px 20px 20px
}
#holiday .desc, #holiday.desc {
	float: left;
	margin-bottom: 20px;
	width: 400px;
}
#holiday .img {
	margin-left: 430px;
	padding-top: 40px
}
#holiday .img img {
	border: 3px solid white;
	margin-bottom: 10px
}
#holiday a.map_link {
	font-size: 90%;
	text-decoration: none;
	color: #003c70
}
#holiday a.map_link:hover {
	border-bottom: 1px dotted #003c70
}
#holiday dl.details {
	background: url('/images/bg_notepad.png') no-repeat top left;
	margin: 10px 15px;
	padding: 15px 15px;
	border: 1px solid #cccc99;
	border-width: 0px 0px 1px 0px
}
#holiday dl.details dt {
	font-weight: bold;
	color: #444
}
#holiday dl.details b {
	color: #bc0202
}
#holiday dl.details .price {
	font-size: 120%;
	line-height: 120%;
	display: block
}

#holiday_map {
	display: none;
	width: 550px;
	height: 450px;
	visibility: none
}

#holiday_home_map {
	float: left;
	width: 400px;
	height: 600px;
}
#holiday_home_list {
	margin-left: 410px
}
#holiday_home_list div.map_desc {
	display: none
}
#holiday_home_list h2 {
	margin: 0px;
	font-size: 116%;
}
#holiday_home_list li {
	margin: 5px 0px
}
#holiday_home_list p {
	padding: 0px;
	font-size: 93%;
	line-height: 120%
}

#loader {
	height: 19px;
	background: url('/images/loader.gif') no-repeat top center;
	display: none;
	margin: 0px auto
}

#logout {
	height: 33px;
	left: 855px;
	position: absolute;
	top: 67px;
	width: 114px;
	z-index: 99;
}
#logout a {
	display: block;
	width: 114px;
	height: 33px;
	background: url('/images/btn_logout.png') no-repeat top left;
	text-decoration: none
}
#logout a:hover {
	background-image: url('/images/btn_logout-hover.png')
}
#logout i {
	visibility: hidden
}

#my_account {
	width: 600px;
	height: 33px;
	margin: -10px -10px 20px -10px;
	padding: 20px 0px 0px 30px;
	background-color: white;
	border-bottom: 1px solid #b5d17d
}
#my_account li {
	float: left;
	margin-right: 5px
}
#my_account li a {
	padding: 10px 15px 5px 15px;
	display: block;
	border: 1px solid white;
	border-width: 0px 1px;
	text-transform: uppercase;
	color: #6d7a52;
	text-decoration: none;
	font-size: 0.9em
}
#my_account li a.active {
	background: url('/images/bg_myaccount_gradient.jpg') repeat-x bottom left;
	border-color: #b5d17d
}
#my_account li a:hover {
	background: url('/images/bg_myaccount_gradient.jpg') repeat-x bottom left;
	border-color: #b5d17d
}

#nav {
	position: relative;
	z-index: 100;
}
#nav li a:hover {
	color: #00B6FF;
}
#nav table {
	border-collapse: collapse;
	height: 0px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 0px;
	z-index: 100;
}
#nav ul {
	list-style: none;
	margin: 0px 0px 0px 70px;
	padding: 5px;
	z-index: 100;
}
#nav ul li {
	float: left;
	margin-right: 5px;
}
#nav ul li a {
	color: #fff;
	float:left;
	padding: 40px 20px 7px;
	text-decoration: none;
	text-transform: uppercase;
}
#nav ul li a:hover {
	position:relative;
	z-index: 100;
}
#nav ul ul {
	background: #000;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	left:-9999px;
	position: absolute;
	z-index: 100;
}
#nav ul ul li {
	margin: 0px;
}
#nav ul ul li a {
	padding: 5px 10px;
	text-transform: none;
	width: 115px;
}
#nav ul li:hover {
	position:relative;
}
#nav ul :hover ul {
	left: -65px;
	top: 60px;
	width: 132px;
	z-index: 102;
}

#westrunton {
	position: relative;
}

#xhr_feedback {
	margin: 0px 0px 10px 50px
}
