@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	background:url("../images/bg-slice.jpg") repeat-x scroll center top #94d263;
	
}

h1, h2, h3 {
	clear: both;
	font-size: 1.4em;
	color: #4f8b23;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 0;
}

h3 {	font-size: 1.1em	}

p {	margin: 0 0 1em 0	}

a {
	color: #333333;
	outline: none;
	}

td {	padding: 2px	}

.tree {	background:url('../images/tree.png') no-repeat scroll center top	}




/* --------------------      timetable styles      -------------------------- */


/* this is the green bit on the classes page with the timetable */

ul.breakout {
	width: 260px;
	color: #fff;
	list-style-type: none;
	}
	
.home ul.breakout { 
	position: relative;
	left: 70px;
	}
	
ul.breakout li,
.book {
	text-align: center;
	background-color: #007A43;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 10px;
}

ul.breakout li:hover {	background-color: #85C23D	}

ul.breakout h2 {	color: #cccccc	}
	
ul.breakout a {
	display: block;
	color: #fff;
	padding: 8px 4px;
	text-decoration: none;
}

ul.breakout a:hover {	color: #333333;	}


.book {	
	text-decoration: none;
	color: #fff;
	display: block;
	width: 200px;
	padding: 8px 4px;
	}

.book:hover {	
	text-decoration: none;
	background-color: #85C23D;
	color: #333333;	
	}


/* ul.breakout a:hover {	text-decoration: underline	} */



/* ------------------------- */

.clear {	clear: both	}
.border {	border: 1px solid #333333	}
.float-right {
	float: right;
	margin-left: 12px;
	margin-bottom: 12px;
	}
.float-left {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	}
	
/* ------------------------- */

	
div#container {
	width: 1020px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 20px;
	text-align: center; /* this overrides the text-align: center on the body element. */
}

div#mainContent {
	padding-left: 60px;
	padding-right: 40px;
	padding-top: 0px;
	margin-top: 10px;
	text-align: left;
}

div#mainContent.home {
	padding-left: 20px;
	padding-right: 20px;
}

h2#footer {
	text-align: center;
	margin: 0px auto;
	padding: 8px 0 40px 0;
	border-top: 1px solid #cccccc;
}

 /* - - - - - - - - -        book now button         - - - - - - - - - - - */
/*
 
.book { 
	border: 1px solid #666666;
	padding: 2px 6px;
	color: #666666;
	background-color: #cccccc;
	margin: 2px;
	text-decoration: none;
	}

.book:hover {
	text-decoration: none;
	background-color: #DCDEDF;
	}
*/

/* --------------                main  menu              ---------------------*/

div#navcontainer {
	line-height:1.4em;
	display: block;
	width: 100%;
/*	border: 1px solid #E5F5DA; */
	margin-bottom: 60px;
	}
	
div#navcontainer ul {
	margin: 0;
	padding: 12px 0px 0 33px;
	list-style:none;
	font-size: 16px;
	}
	
div#navcontainer li {
	float:left;
	background:url("../images/btn-left2.jpg") no-repeat left top;
	margin:0;
	padding:0 12px 0 9px;
	}
div#navcontainer a {
	display:block;
	background:url("../images/btn-right2.jpg") no-repeat right top;
	padding:8px 20px 15px 11px;
	text-decoration:none;
	color:#333333;
	}

div#navcontainer a:hover {
	color: #DCDEDF;
	color: #ffffff;
	}



/* this si the menu on the homepage with timetables, maps etc */

ul#homeMenu {
	width: 300px;
	line-height:1.4em;
	display: block;
	}
	
ul#homeMenu {
	margin-left: 40px;
	padding-top: 12px;
	list-style:none;
	font-size: 16px;
	}
	
ul#homeMenu li {
	background:url("../images/btn-left2.jpg") no-repeat left top;
	margin-left: 10px;
	padding: 0;
	text-align: center;
	}
ul#homeMenu a {
	display:block;
	background:url("../images/btn-right2.jpg") no-repeat right top;
	padding: 8px 0px 15px 0px;
	margin-left: 10px;
	text-decoration:none;
	color:#333333;
	}

ul#homeMenu a:hover {
	color: #DCDEDF;
	color: #ffffff;
	}


	
/* -------------------------------------------------------*/


div.class {
	margin: 0 220px 0 0;
}

div.class h2 {
	clear: none;
}

div.outline {
	margin: 10px;
	padding: 10px;
	border: 1px solid #333333;
}

p.quote {
	margin: 20px;
	}
	
img.contact {
	margin: 20px 60px 0 0;
	}
	
/* ---------------------          homepage        -------------------*/

div#rightCol {
	width: 480px;
	margin-left: 460px;
	margin-top: 60px;
	}

p.intro {
	color: #4f8b23;
	font-size: 1.4em;
	line-height: 1.2em;
	clear: both;

	margin-bottom: 20px;
	}
	
div#map {
/*	border: 1px solid #4f8b23; */
	}
	
div#message {
	color: #39442f;
	margin-bottom: 20px;
	font-size: 0.9em;
	text-align: center;
	background-color: #cbe1b8;
	padding: 8px;
	border: 3px solid #4f8b23;
	}
div#message strong {
	color: #4f8b23;
	font-size: 1.2em;
	line-height: 1.6em;
	}
div#message h2 {
	clear: none;
}
div#message p {
	margin: 0;
	text-align: center;
	}
	
div#message table {
	margin: 4px;
	width: 380px;
	}
div#message td {
	padding: 3px;
	border: 1px solid #4f8b23;
	}
	
div#timetable {
	width: 116px;
	border: 1px solid #4f8b23;
	}
	
p#mantra {
	text-align: center;
	color: #4f8b23;
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	}

p#address {
	margin: 10px 0 0 0;
	}	

div#collage {

	margin-left: 80px;
	margin-top: -40px;
	clear: both;
	}
	
	
	
	
/* ------------------       courses       ------------------- */

.Courses h2 { margin-bottom: 01em; clear: none;	}

.Courses h3 { clear: none;	}

.Courses table {
	width: 100%;
	margin-bottom: 1em;
	}
	
.Courses td { 
	padding 2px;
	text-align: center;
	border: 1px solid #b1b1b1;
	margin: 0;
	}
	
	
.Courses #mainContent div {
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 4px dashed #a1a1a1;
	}
	
.Courses .mental {
	
}






.Courses #mainContent .breakout,
.Courses #mainContent .class,
.Courses #mainContent .mental {
	border: none;
	}

.Courses #mainContent  .class {	
	width: 520px;
	margin: 0 380px 0 0;
	}



.Courses #mainContent .breakout {
	display: inline;
	width: 360px;
	padding: 10px;
	background-color: #C5E7AA;
	-moz-border-radius: 15px;
	border-radius: 15px;
	}
	
	
	
/* - - - - - - - - -     forms     - - - - - - - - - - - - - */	


#mailform {
	margin-right: 210px;
	width: 600px;
	padding-left: 20px;
	}
.contactRightCol {
	width: 200px;
	text-align: center;
	float: right;
}
.contactRightCol img {
	margin-bottom: 20px;
}
input,
textarea,
select,
submit {
  background: #ccc;
  color: #333;
  /*color: #fff;*/
  width: 400px;
/*  border: 1px solid #666; */
  font-size: 0.9em;
  padding: 4px 0px 4px 0px;
	margin-left: 20px;
  border: 1px solid #333;
}
label {
	margin-left: 20px;

}
textarea {
height: 10em;
	}
textarea.smaller {
height: 5em;
	}
input.checkbox {
	display: inline;
	width: 1em;
}
input.submit {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
	width: 6em;
	}

input.input:focus,
textarea:focus,
select:focus {
  background: #ccc;
}
input.short,
input#comment-captcha-answer {
	width: 180px;
}
input.medium {
	width: 220px;
}


p.success,
p.error {
	width: 450px;
	margin: 80px 0 1em 60px;
	padding:.8em;
	border:2px solid #FBC2C4;
	background:#FBE3E4;
	color:#8a1f11;
	}
	
p.success {
	border:2px solid #007a43;
	background:#c6e3c8;
	color:#024b2a;
	}

.required {
	color: red;
	}

