body {
	font: 12px Verdana, Helvetica, sans-serif;
	color: #666666;
}

.main-container {
	width: 100%;
	}
	
.header {
	height: 195px;

}

.logo {

float: left;

}

.tagline {
	color: #00B5D6;
	font: 2em Verdana, Helvetica, sans-serif;
	float: left;
	padding-left: 18px; 
	margin-top: 155px;
	
}

.navbar {
	display: block;
	height: 48px;
	background-color: white;
	margin-top: 15px;
/*	margin-right: 450px; */
/*	margin-left: 220px; */
	text-align: left;
	bottom-border: 1px solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	
		
}

.navbar ul {
	background-color: white;
	color: #00B5D6;
	list-style: none;
	line-height: normal;
	padding-left: 12px;
	margin-left: 12px;
	display: inline;
	position: relative;
	top: 15px;
	
}

.navbar li {

display: inline;
padding-right: 10px;
margin-top: 20px;
font-size: 12px;
}

.navbar a {

	display: inline;
	color: #00B5D6;
	text-decoration: none;
	font-weight: bold;

}

.navbar a:hover {
	font-weight: bold;
	text-decoration: underline;
}


/* Navbar left */
.leftnav {
	width: 200px;
	float: left;
position: relative;
top: 24px;

	
}
.leftnav ul {
	list-style: none;
	margin: 0;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
}

.leftnav a, #leftnav h2 {
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00B5D6;
	display: block;
	margin-bottom: 5px;
	padding: 6px 14px;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif, Tahoma;
	text-decoration: none; 
}

.leftnav a:visited {
text-decoration: none;
color: #FFFFFF;
}

.leftnav h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}


.leftnav .active {
color: #000;
/* background: #efefef; */
background: #05D905;
text-decoration: none;
border: 1px solid #F6CB9D;
border-bottom: 0;
font-weight: normal;
font-weight: bold;
}


.leftnav a:hover {


	background-color: #00B5D6; 
/* Purple /*
/*background-color: #8080FF;*/
/* Orange */
/*background-color: #FF5000;*/
	color: 	#FFFFFF;

}

.recruit a {

/* Purple */
	background-color: #8B78B3; 
	color: 	#FFFFFF;
}

.manage a {

/* Yellow */
	background-color: #EED109; 
	color: 	#FFFFFF;
}

.train a {

/* Orange */
/*	background-color: #F66212; */
	background-color: #FA752C;
	color: 	#FFFFFF;
}

.leftnav li {
	position: relative;
} 


.leftnav ul ul {
position: absolute;
top: 0;
/* One pixel less than the width of the menu (200), so that the borders overlap */
left: 199px; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}


div.leftnav ul ul,
div.leftnav ul li:hover ul
{display: none;}

div.leftnav ul li:hover ul,
div.leftnav ul ul li:hover ul
{display: block;}


.main-text {
	margin-top: 20px;
	margin-left: 200px;
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 300px;
	}

.main-text p {
	font-size: 1.2em;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666666;
	text-align: justify;
	
}

.main-text h1 {
	color: #000080;
	text-align: left;
//*	font-size: 2.5em; *//
	font-family: Verdana, Helvetica, sans-serif;
}

.bottom-text {
/*	margin-right: 450px;*/
	}

.title {
	color: #666666;
	text-align: left;
	font-size: 2.5em;
	font-family: Verdana, Helvetica, sans-serif;

}

.subtitle {
	color: #000080;
	text-align: left;
	font-size: 1.7em;
}

.main-text ul {
	text-align: left;
	padding-left: 25px;
	font-size: 1.3em;
	color: black;
	
}

.main-text li {
	text-align: left;
	padding-bottom: 5px;
}

.footer {
	border: 0px solid black;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

.right {
	border: 0px solid black;
	float: right;
	position: relative;
/*	left: 730px; */
	top: -350px;
	padding-right: 10px;
}

.right img {
float: right;
}

.booked {
font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;
font-size: 10px;
background:#009966;
width:100px;
}

.notbooked {
font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;
font-size: 10px;
background:#cc3333;
width:100px;
}

/* Contact form */

div.contact {
	 
	padding: 20px 20px 20px 20px;
	border: 0px solid #242323;
	
	}

div.contact label{
	display:block;
	color:#555555;
	padding: 0px 0px 15px 0px;
	
}


.input-text{
	border:1px solid;
	width:180px;
}

.textarea-style{
	font: 12px Tahoma, Helvetica, sans-serif;
	line-height: 1.5;
	border:1px solid;
	width:280px;
	height:180px;
	
}

div.contact label span{
	display:block;
	float:left;
	padding-right:6px;
	padding-top:4px;
	width:100px;
	text-align:right;
	
}

.button {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF;
font-size: 10px;
background:#666666;
width:100px;
margin: 0px 0px 0px 180px;
}

#error {
	color: red;
	 /* font-weight: bold; */
	padding: 5px 0px 15px 110px;
}



/* Don't delete anything below here */

	.dhtmlgoodies_control a {
	color: #000080;

}

.dhtmlgoodies_control a:visited {
	color: #000080;

}


.dhtmlgoodies_control a:hover {
	text-decoration: underline;
	color: red;
	
}



	.dhtmlgoodies_contentBox{
		
		height:0px;
		visibility:hidden;
		position:relative;
		overflow:hidden;
		width:750px;
	/*	background: #D0C8C8; */
		background: #FFFFFF;		
		color: black;
/*		border: 2.5px solid #000080; */
		
/*		margin-top: 4px;*/
						
	}

	.dhtmlgoodies_content{
	position:relative;
	width:96%;
	font-size: 14px;
	padding: 8px;
	text-align: justify;	
		
}