/* 
Exchange for kids :: Global Stylesheet
01-Mar-2007
Revision 1.0

** Colour Chart **

Dark Blue: #0f3a8f

*/

body {
	text-align: center;
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	
	scrollbar-3dlight-color: #0f3a8f;
	scrollbar-arrow-color: #fff;
	scrollbar-base-color: #0f3a8f;
	scrollbar-darkshadow-color: #0f3a8f;
	scrollbar-face-color: #0f3a8f;
	scrollbar-highlight-color: #0f3a8f;
	scrollbar-shadow-color: #0f3a8f;
	
	z-index: 1;

}


/* Main Site Layout */
#wrapper {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 540px;
	/* top: 50%; */
	left: 0;
	margin-top: 20px; /* -263 half of height */
	margin-left: 0;
	padding: 0;
	border: 0;
	background-image: url(../images/mainPageStripe.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

#bookingWrapper {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 540px;
	left: 0;
	margin-top: 20px; /* half of height */
	margin-left: 0;
	padding: 0;
	border: 0;
	background-image: url(../images/mainPageStripe.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

#container {
	position: absolute;
	width: 870px;
	height: 540px;
	top: 50%;
	left: 50%;
	margin-top: -270px;  /* was -270 */
	margin-left: -435px;
	padding: 0;
	border: 0;
	background-image: url(../images/dropShadow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#madeleine {
	position: absolute;
	padding: 0;
	border: 0;
	width: 870px;
	height: 540px;
	top: 60%;
	left: 50%;
	margin-left: -435px;
	margin-top: 40px;
}

#bookingContainer {
	position: absolute;
	width: 870px;
	height: 540px;
	top: 50%;
	left: 50%;
	margin-top: -270px;
	margin-left: -435px;
	padding: 0;
	border: 0;
	background-repeat: no-repeat;
	background-position: left;
}

	
#navMenu {
	position: relative;
	width: 831px;
	height: 26px;
	left: 10px;
	top: 6px;
	background-color: #0f3a8f;
	padding-top: 16px;
	padding-right: 20px;
	float: left;
	/* clear: both; */
}	


#photo {
	position: relative;
	width: 482px;
	height: 156px;
	left: 10px;
	top: 6px;
	background-color: #eee;
	float: left;
	clear: left;
}

#nonFormButton {
	position: absolute;
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	background-color: #0f3a8f;
	float: left;
	clear: left;
	z-index: 1;
}

#bigBox {
	position: relative;
	text-align: left;
	width: 810px;
	height: auto;
	min-height: 250px;
	left: -9px;
	top: 6px;
	/* margin-top: 42px; */
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../images/dropShadow_bigBox.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding: 0 30px;
	padding-top: 20px;
	float: left;
	/* clear: left; */
	z-index: 1;
}

#bigBoxFooter {
	position: relative;
	width: 870px;
	height: 80px;
	left: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/dropShadow_largeFooter.gif);
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	float: left;
	/* clear: left; */
	z-index: 1;
}

#logo {
	position: relative;
	width: 369px;
	height: 128px;
	right: 9px;
	top: 6px;
	padding-top: 28px;
	background-color: #e7ecf2;
	float: right;
}

#content {
	position: relative;
	text-align: left;
	width: 404px;
	height: 268px;
	left: 10px;
	top: 6px;
	background-color: #e7ecf2;
	padding: 20px 30px;
	border-top: 10px solid #e7ecf2;
	border-bottom: 10px solid #e7ecf2;
	overflow: auto;
	float: left;
}


#contentScrollbar {
	position: relative;
	text-align: left;
	width: 18px;
	height: 328px;
	left: 10px;
	top: 6px;
	background-color: #e7ecf2;
	float: left;
}

.scrollTable {
	height: 318px;
	padding-top: 10px;
}

#scroll_up {
    cursor: pointer;
}

#scroll_down {
	cursor: pointer;
}

#address {
	position: relative;
	width: 369px;
	height: 50px;
	right: 9px;
	top: 6px;
	padding-top: 36px;
	background-color: #fff;
	float: right;
}


/* Classes */
.addressText {
	font-size: 10px;
	color: #737373;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #0f3a8f;
	margin: 0;
	padding-top: 0;
	padding-bottom: 25px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #0f3a8f;
	margin: 0;
	padding-top: 0;
	padding-bottom: 5px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #0f3a8f;
	margin: 0;
	padding-top: 0;
	padding-bottom: 5px;
}

p {
	font-size: 11px;
	color: #555;
}

a:link {
	color: #0f3a8f;
	text-decoration: none;
}

a:visited {
	color: #0f3a8f;
	text-decoration: none;
}

a:hover {
	color: #0f3a8f;
	text-decoration: none;
}

a:active {
	color: #0f3a8f;
	text-decoration: none;
}


.cptable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #eee;
	background-color: #fefefe;
	}

.cptable th, .cptable td {
	padding: 0.7em;
	border-collapse: collapse;
	border: 1px solid #eee;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.6em;
	background-color: #fefefe;
	}

.cptable th {
	font-weight: bold;
	text-align: left;
	background-color: #fefefe;
	}
	
/* Form Elements */
.inputFields {
	border: #bbb 1px solid;
	background: #fff;
	padding: 3px;
	margin: 3px;
	font-size: 12px;
	font-family: Arial, Verdana, Geneva;
	font-weight: normal;
	color:#555;
}

.formTitles {
	padding: 10px;
	display: block;
	background-color: #fafafa;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.formTables {
	background: #fff;
	border: 1px solid #ddd;
	padding: 0px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.formSubmitButton {
	background-color: #f8f8f8;
	color: #999;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #bbb;
	font-size: 10px;
	height: 30px;
	margin-top: 5px;
	margin-right: 5px;
}

/* Navigation Menu */ 
#navMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: none;
	text-decoration: none;
	background-color: #transparent;
	float: right;
}

#navMenu ul li {
	float: left;
}

#navMenu ul a {
	display: block;
	padding: 0px 10px;
	margin: 0;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#navMenu ul a:hover {
	color: #bbb;
}

#navMenu ul a:active {
	color: #bbb;
}

/* Menu highlighting on current page */
#welcome #navMenu a#welcome,
#about #navMenu a#about,
#whyGo #navMenu a#whyGo,
#nextSteps #navMenu a#nextSteps,
#testimonials #navMenu a#testimonials,
#tandc #navMenu a#tandc,
#links #navMenu a#links {
	color: #bbb;
	text-decoration: none;
}

/* Expanding div */
.menutitle{
cursor:pointer;
padding: 0;
padding-bottom: 15px;
margin: 0;
width: 400px;
text-align:left;
font-size: 11px;
color: #793f0d;	
}

.bookingMenutitle{
cursor:pointer;
padding: 0;
padding-bottom: 15px;
margin: 0;
text-align:left;
font-size: 11px;
color: #793f0d;	
}

.submenu{
padding-bottom: 15px;
}

.bookingSubmenu{
padding-bottom: 15px;
	color: #555;
}

.squareBullet {
	padding-right: 10px;
}

.greyTitle {
	color: #555;
}

/* the entries below are for the validation system */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required { /* change this one to change the standard look and feel... */
	border: #bbb 1px solid;
	background: #fff;
	padding: 3px;
	margin: 3px;
	font-size: 11px;
	font-family: Arial, Verdana, Geneva;
	font-weight: normal;
	color:#555;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	color : #FF3300;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
	line-height: 22px;
}


.field-label {

}

.field-widget {

}

/* the above entries are for the validation system */