@CHARSET "UTF-8";

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
body,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input,object { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
a:active, a:focus { outline: 0 }

body {
	font-family: Georgia, serif;
	font-size: 12px;
	background: url('../images/bodyBg.png') no-repeat center top;
}
.clear {
	clear: both;
}
.alignRight {
	text-align: right;	
}
.pageContainer {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.content {
	padding: 25px 51px 20px 52px;
}
.content h1 {
	font-size: 30px;
	margin-bottom: 10px;
}
.content h2 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #677989;
}
.content h2 a {
	color: #677989;
	text-decoration: none;
}
.content h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: normal;
	color: #677989;
}
.content h4 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #546374;
	font-weight: normal;
}
.content h4 a {
	color: #546374;
	text-decoration: none;
}
.content h5 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #546374;
	font-weight: bold;
}
.content p,
.content ul,
.content ol {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 22px;
	color: #666;
}
.content .smallTxt p {
	font-size: 12px;
	color: #5d5a5a;
	line-height: 17px;
	margin-bottom: 25px;
}

.content p.formHelp {
	font-size: 11px;
	font-family: arial;
	color: #333;
	margin-bottom: 0;	
}
	
.content ul,
.content ol {
	margin-left: 20px;
}

.content a {
	color: #00b0f9;
}

.content a:hover {
	color: #0074a5;
}

div.hr hr {
	display: none;	
}

div.hr {
	height: 1px;
	background: url('../images/hr.png') no-repeat;
	font-size: 1px;
	margin-bottom: 15px;
	clear: both;
}

.wideCol {
	width: 594px;
	float: left;
	margin: 0 15px 15px 0;
}

.mediumCol {
	width: 391px;
	float: left;
	margin: 0 15px 15px 0;
}

.narrowCol {
	width: 188px;
	float: left;
	margin: 0 15px 15px 0;
}

.bigSpace {
	margin-right: 70px;	
}

.last {
	margin-right: 0;	
}

#banner {
	margin-bottom: 20px;
}

.images img {
	padding-bottom: 10px;	
}

/**
  * Titles
  */

h1.title {
	text-indent: -9000px;	
}

#home h1.title {
	height: 26px;
	width: 66px;
	background: url('../images/titles/links.png') no-repeat;
}

#gallery h1.title {
	height: 26px;
	width: 126px;
	background: url('../images/titles/gallery.png') no-repeat;
}

#hosts h1.title {
	height: 26px;
	width: 126px;
	background: url('../images/titles/hosts.png') no-repeat;
}

#bookings h1.title {
	height: 31px;
	width: 317px;
	background: url('../images/titles/bookings.png') no-repeat;
	float: left;
}

#bookings h1.formTitle {
	height: 31px;
	width: 259px;
	background: url('../images/titles/form.png') no-repeat;
	text-indent: -9000px;
}

#triopetra h1.title {
	height: 31px;
	width: 204px;
	background: url('../images/titles/triopetra.png') no-repeat;
}

#retreats h1.title {
	height: 26px;
	width: 227px;
	background: url('../images/titles/retreats.png') no-repeat;
}

#contact h1.title {
	height: 26px;
	width: 220px;
	background: url('../images/titles/contact.png') no-repeat;
}

#imageViewer  {
	position: relative;
}

#imageViewer #mainImage {
	height: 422px;
	background: url('../images/loading.gif') no-repeat center center;	
}

#imageViewer #caption {
	height: 34px;
	position: relative;
	top: -37px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-family: arial;
	font-size: 14px;
}

#imageViewer #caption.caption {
	background: url('../images/caption.png');
}

#imageViewer #thumbs {
	margin: -20px 0 0 0;
	height: 44px;
}

#imageViewer #thumbs #scroll {
	float: left;
	overflow: hidden;
	height: 44px;
	width: 697px;
	position: relative;
}

#imageViewer #thumbs #scrollContainer {
	float: left;
	overflow: hidden;
	position: absolute;
	height: 44px;
	width: 697px;
}


#imageViewer #thumbs #scrollLeft {
	float: left;
	width: 50px;
	height: 42px;
	background: url('../images/scrollLeft.png');
	cursor: pointer;
}
#imageViewer #thumbs #scrollRight {
	float: left;
	width: 50px;
	height: 42px;
	background: url('../images/scrollRight.png');
	cursor: pointer;
}

#imageViewer #thumbs .thumb {
	float: left;
	display: block;
	height: 42px;
	width: 56px;
	margin: 1px 5px;
}
#imageViewer #thumbs .thumb:hover,
#imageViewer #thumbs .thumb.selected {
	margin: 0px 4px;
	border: 1px solid #555;
}

/**
  * Header
  */

.header {
	height: 39px;
	background: url('../images/navBar.png');
}

.header .pageContainer{
}
.header .logo {
	text-indent: -9000px;
	height: 26px;
	width: 98px;
	background: url('../images/logo.png') no-repeat;
	position: absolute;
	top: 7px;
}

.header .nav {
}

.header .nav ul {
	width: 721px;
	list-style: none;
	display: block;
	position: absolute;
	left: 179px;
	top: 7px;
}

.header .nav ul li {
	display: inline;
}

.header .nav ul li a {
	display: block;
	float: left;
	background: url('../images/nav.png');
	height: 24px;
	margin: 0 2px;
	text-indent: -9000px;
	
}

.header .nav ul li.home a {
	width: 57px;
	background-position: 0 0; 
}

#home .header .nav ul li.home a,
.header .nav ul li.home a:hover {
	background-position: 0 -24px; 
}

.header .nav ul li.gallery a {
	width: 57px;
	background-position: -60px 0; 
}

#gallery .header .nav ul li.gallery a,
.header .nav ul li.gallery a:hover {
	background-position: -60px -24px; 
}

.header .nav ul li.hosts a {
	width: 79px;
	background-position: -122px 0; 
}

#hosts .header .nav ul li.hosts a,
.header .nav ul li.hosts a:hover {
	background-position: -122px -24px; 
}

.header .nav ul li.bookings a {
	width: 189px;
	background-position: -205px 0; 
}

#bookings .header .nav ul li.bookings a,
.header .nav ul li.bookings a:hover {
	background-position: -205px -24px; 
}

.header .nav ul li.triopetra a {
	width: 120px;
	background-position: -395px 0; 
}

#triopetra .header .nav ul li.triopetra a,
.header .nav ul li.triopetra a:hover {
	background-position: -395px -24px; 
}

.header .nav ul li.retreats a {
	width: 130px;
	background-position: -521px 0; 
}

#retreats .header .nav ul li.retreats a,
.header .nav ul li.retreats a:hover {
	background-position: -521px -24px; 
}

.header .nav ul li.contact a {
	width: 61px;
	background-position: -657px 0; 
}

#contact .header .nav ul li.contact a,
.header .nav ul li.contact a:hover {
	background-position: -657px -24px; 
}

#banner {
	position: relative;	
	heiht: 387px;
}

#banner img {
	position: absolute;	
}

/**
  * FormBuilder
  */

.formBuilder fieldset {
	border: 0;
}

.formBuilder fieldset .last {
	margin-bottom: 20px;
}

.formBuilder ul {
	list-style: none;
	margin: 0;
}

.formBuilder label {
	display: block;
	color: #000;
	font-family: arial;
	font-size: 11px;
}

.formBuilder .required label {
	font-weight: bold;
}

.formBuilder .error label {
	color: red;
}

.formBuilder textarea,
.formBuilder input[type="text"] {
	display: block;
	height: 18px;
	width: 200px;
	font-family: arial;
	margin-bottom: 10px;
}
.formBuilder textarea {
	height: 80px;
}

#contact .formBuilder textarea {
	height: 150px;
	width: 300px;
}

.formBuilder input[type="checkbox"] {
	float: left;
	margin-bottom:10px;
}
.formBuilder .formBuilderListElement_subscribe label {
	float:right;	
	display: block;
	width: 370px;
	margin-top: -2px;
}
.formBuilder .formBuilderFieldset_right,
.formBuilder .formBuilderFieldset_left {
	width: 280px;
	float: left;
}

.formBuilder .formBuilderFieldset_bottom {
	clear: both;
	width: 390px;
}

.facebookLink {
}

/**
  * Bookings
  */
  
.bookNowLink a {
	display: block;
	width: 105px;
	height: 33px;
	background: url('../images/bookNow.png');
	text-indent: -9000px;
	margin: 40px auto;	
}


.straitToBooking {
	display: block;
	width: 211px;
	height: 19px;
	background: url('../images/straitToBooking.png');
	text-indent: -9000px;
	float: right;
	margin-top: 6px;
}

#contact .straitToBooking {
	margin-bottom: 20px;
	float: none;	
}

.featuredTeachers .heading {
	background: url('../images/featuredTeachers.png') no-repeat;
	height: 29px;
	text-indent: -9000px;
	margin-bottom: 0;
}

.featuredTeachers .scroller {
	height: 130px;
	overflow: auto;
	margin-bottom: 20px;
}

.featuredTeachers .scroller a {
	display: block;
	padding-top: 3px;
	color: #4f4f4f;	
}


.commingUp .heading {
	background: url('../images/commingUp.png') no-repeat;
	height: 29px;
	text-indent: -9000px;
	margin-bottom: 0;
	display:block;
}

.commingUp div {
	padding: 10px;
}

.commingUp .dates {
	margin-bottom: 0px;
	font-size: 13px;
}

.commingUp h5 {
	margin-bottom: 20px;
	font-size: 12px;
}

.commingUp h5 a {
	text-decoration: none;
	color: #546374;
}


.commingUp .copy {
	color: #000;
	font-size: 11px;
	line-height: 15px;
}

.listingItem .image {
	width: 80px;
	float: left;
	padding-bottom: 10px;
}

.listingItem .copy {
	width: 494px;
	float: left;
	padding-left: 20px;
}


.listingItem .copy p {
	font-size: 12px;
	line-height: 16px;
}

form.teacherBooking fieldset {
	border: 0;
	margin-bottom: 20px;
}

form.teacherBooking fieldset label {
	display: block;
	margin-bottom: 5px;
}

form.teacherBooking fieldset select {
	float: left;
}

form.teacherBooking fieldset button {
	text-indent: -9000px;
	border: 0;
	disply: block;
	height :19px;
	width: 151px;
	float: left;
	margin-left: 10px;
	background: url('../images/booking.png');
}

.teacher h2 {
	width :400px;
	float: left;
}

.teacher .back {
	width :176px;
	height: 19px;
	background: url('../images/back.png');
	text-indent: -9000px;
	display: block;
	float: right;	
	margin-top: 5px;
}

.teacher .images img {
	padding-right: 10px;	
}

.webLink {
	width :171px;
	height: 33px;
	background: url('../images/webLink.png');
	text-indent: -9000px;
	display: block;
	margin-top: 5px;
}

/**
  * Footer
  */

.footer {
	margin: 0 50px;
	padding: 10px 0;
	border-top: 1px solid #e5e2e2;
}

.footer p {
	color: #8a959e;
	font-size: 12px;
	margin-bottom: 5px;
}

.footer p a {
	color: #8a959e;
	text-decoration: none;
}

.footer p a:hover {
	color: #666;
}


.footer .rights{
	width: 400px;
	float: left;
	clear: both;
	font-size: 11px;
}

.footer .labelLink {
	width: 400px;
	float: right;
	text-align: right;
	font-size: 11px;
}