/******************************************** GENERAL STYLES **********************************************/

/* RESET */
* {	margin: 0; padding: 0; }
img { border: none 0; }
body, h1, h2, h3, h4, h5, h6, div, hr, form, img, ul, li, p, li li, p p {
	margin:				0;
	padding:			0;
	font-size:			1em;
}
html {
	height:				100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 76%;
}


/* GENERAL STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
}
h1 {
	font-size: 1.8em;
	font-weight: normal;
}
h6 {
	font-size: 1.1em;
	margin-bottom: 1em;
}

p {
	line-height:		1.4em;
	font-size:			1em;
	margin-bottom:		.9em;
}
ul {
	list-style: none;
}
ul li {
	line-height:		1.4em;
	font-size:			1.1em;
	margin-bottom:		.7em;
}
ul li li {
	margin-bottom:		.7em;
}
ol li {
	margin-left: 3em;
	margin-bottom: 1em;
}
label {
	width: 120px;
	display: block;
	float: left;
	margin-top: .5em;
}
a:link, a:visited {
	color:				#009f91;
	background-color:	transparent;
	text-decoration:	none;
}
a:hover, a:active {
	color:				#009f91;
	background-color:	transparent;
	text-decoration:	underline;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; width: 100%; height: 1px; visibility: hidden;}



/* LAYOUT */
div.body {
	width: 824px;
	margin: 0 auto 0 auto;
	text-align: left;
}
#header {
	width: 100%;
	height: 168px;
}
#header .left {
	width: 140px;
}
#header .right {
	width: 684px;
	text-align: left;
}
#header .right .left {
	width: 302px;
	height: 116px;
}
#header .right .right {
	width: 382px;
	height: 116px;
}

#footer {
	width: 100%;
}


#page {
	width: 100%;
}
#page .left {
	width: 140px;
}
#page .right {
	width: 684px;
}
#page .right .left {
	width: 476px;
}
#page .right .right {
	width: 208px;
}
#page .left .contents {
	width: 100%;
}
#page .right .left .contents {
	width: 100%;
}
#page .right .right .contents {
	padding-left: 10px;
}


/* general styles */
#site-title {
	width: 140px;
	height: 168px;
}
#site-title img {
	margin-top: 5px; 
}
#page-title {
	color: #009f91;
	margin-left: 12px;
	margin-top: 50px;
}

#body {
	text-align: justify;
}
#success-message {
	font-style: italic;
}

#menu, #menu ul {
}
#menu {
	margin-top: 0em;
	padding-left: 10px;
}
#menu li {
	display: inline;
	background: transparent url(../images/blt_menu_default.png) no-repeat 0% 50%;
	padding-left: 14px;
	padding-right: 10px;
	margin-left: -8px;
	height: 16px;
}
#menu a {
	color: #009f91;
	font-size: 0.9em;
}
#menu li.first {
	background: transparent;
}
#menu li.last {
	padding-right: 0;
	background: transparent url(../images/blt_menu_end.png) no-repeat 0% 50%;
}

#menu li.on {
	background: #009f91 url(../images/blt_menu_current.png) no-repeat 0% 50%;
}
#menu ul li.on a {
	color: #ffffff;
}

#photo-list .item {
	margin-bottom: 1em;
}
#photo-list .item .caption {
	width: 120px;
	font-size: .9em;
}


#testimonial {
	width: 382px;
	height: 116px;
	background: transparent url(../images/scribble.gif) no-repeat 0% 0%;
}




#enrol {
	width: 134px;
	height: 123px;
	background-color: #ddddde;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 1em;
}
#enrol .title {
	background: transparent url(../images/blt_enrolment.gif) no-repeat 0% 0%;
	padding-left: 20px;
}
#enrol .number-places {
	width: 24px;
	height: 16px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	margin-top: .5em;
	margin-bottom: 1em;
}
#enrol .book-now {
	background: transparent url(../images/blt_book-now.gif) no-repeat 0% 0%;
	padding-left: 20px;
	margin-top: .5em;
	margin-bottom: .5em;
	height: 20px;
}
#enrol .book-now a {
	color: #000000;
}

#info-box-list .item {
	width: 134px;
	background-color: #009f91;
	text-align: left;
	color: #ffffff;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 1em;
}
#info-box-list .title {
	background: transparent url(../images/blt_info-box.gif) no-repeat 0% 0%;
	padding-left: 20px;
}
#info-box-list .title h6 {
	margin-bottom: .4em;
}
#info-box-list .summary {
	padding-right: 4px;
}
#info-box-list .btn-more {
	background: transparent url(../images/blt_more.gif) no-repeat 0% 0%;
	padding-left: 20px;
	margin-top: .5em;
	height: 20px;
}
#info-box-list .btn-more a {
	color: #ffffff;
}

#page-part-list hr {
	border-bottom: 1px solid #ffffff;
	border-top: 1px dashed #009f91;
}


form {
	margin: 1em 0 1em 0;
}
form fieldset {
	padding: 1em;
}
form div {
	margin-top: 1em;
}
form input.field {
	width: 250px;
}
form textarea {
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
form div.button {
	text-align: center;
}

#terms {

}

#footnote {
	font-size: 0.8em;
}


#footer .contents {
	text-align: center;
	font-size: .9em;
}


#headline {
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 1em;
}
#signature {
	width: 100%;
	text-align: right;
	margin: .5em 0 .5em 0;
}
#body ul {
	list-style: disc;
}
#body ul li {
	margin-left: 20px;
}

#body_2 {
	
}
