/* http://blog.danbartels.com/archive/2005/03/14/416.aspx to fix IE6 double margin bug:) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

a {
	outline: none;
}

body {
	font: 12px/18px "Lucida Grande", Verdana, sans-serif; 
	font-size: 10pt;
	text-align: center;
	background: #c5dbd8;
	}
	
#container {
	width: 940px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: left;
	position: relative;
	color: #000000;
			background: #e7f0ef; 
			background-image: url("images/content_bg.gif");
			background-repeat: no-repeat;
		background-position: right 194px;
}
	
a:link, a:visited {
 color: #589dae;
 text-decoration: none;
 font-weight: bold;
 
}
a:hover {
 color: #c5dbd8;
 text-decoration: none;
 font-weight: bold;
} 

#header h1 {
	background: transparent url("images/header.jpg");
	background-repeat: no-repeat;
		height: 194px;
	text-align: left;
		
}

#header h1 span {
	display:none
	}
	
#nav {
	margin: 50px 0 50px 0;
	padding: 0;
	background: #629fae;
	width: 200px;
	
	list-style-type: none;
	float: left; /*contain float list items*/
		}

#nav li {
margin: 0;
padding: 0;
float: left; /*this corrects the */
width: 100%; /*IE whitespace bug*/
height: 60px;
		}
		
#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	width: 200px;
	height: 60px;
	
}
	
#nav #nav_home a {
	background-image: url(images/nav_home.gif);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -9999px;
}

#nav #nav_home a:hover {
	background-image: url(images/nav_home.gif);
	background-repeat: no-repeat;
    background-position: center -60px;
	text-indent: -9999px;
}
	
#nav #nav_pract a {
	background-image: url(images/nav_pract.gif);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -9999px;
}

#nav #nav_pract a:hover {
	background-image: url(images/nav_pract.gif);
	background-repeat: no-repeat;
    background-position: center -60px;
	text-indent: -9999px;
}

#nav #nav_biod a {
	background-image: url(images/nav_biod.gif);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -9999px;
}

#nav #nav_biod a:hover {
	background-image: url(images/nav_biod.gif);
	background-repeat: no-repeat;
    background-position: center -60px;
	text-indent: -9999px;
}

#nav #nav_bene a {
	background-image: url(images/nav_bene.gif);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -9999px;
}

#nav #nav_bene a:hover {
	background-image: url(images/nav_bene.gif);
	background-repeat: no-repeat;
    background-position: center -60px;
	text-indent: -9999px;
}

#nav #nav_sess a {
	background-image: url(images/nav_sess.gif);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -9999px;
}

#nav #nav_sess a:hover {
	background-image: url(images/nav_sess.gif);
	background-repeat: no-repeat;
    background-position: center -60px;
	text-indent: -9999px;
}

#nav #nav_courses a {
	background-image: url(images/nav_courses.gif);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -9999px;
}

#nav #nav_courses a:hover {
	background-image: url(images/nav_courses.gif);
	background-repeat: no-repeat;
    background-position: center -60px;
	text-indent: -9999px;
}


#nav #nav_cont a {
	background-image: url(images/nav_cont.gif);
	background-repeat: no-repeat;
    background-position: center 0;
	text-indent: -9999px;
}

#nav #nav_cont a:hover {
	background-image: url(images/nav_cont.gif);
	background-repeat: no-repeat;
    background-position: center -60px;
	text-indent: -9999px;
}

/*body id and you are here indicators - keeps current page in a hover status*/

#body_home #nav_home a, #body_pract #nav_pract a, #body_biod #nav_biod a, #body_bene #nav_bene a, #body_sess #nav_sess a, #body_cont #nav_cont a {
	background-position: center -60px;
	
} 

#content {
	float: left;
	display:inline;
		margin: 50px 50px 80px 50px;
		width: 600px;
						}

h2 {
	margin-left: -5px;
}

h3 {
	color: #408da0;
}

h4 {
	text-align: center;
}

h5 {
	font-size: 1em;
}

#heading_home  {
	background: transparent url(images/heading_home.gif);
	background-repeat: no-repeat;
		height: 34px;
		width: 250px;
	text-align: left;
	margin-left: 5px;
		
}

#heading_home span {
	display:none
	}					
						
	
#heading_pract  {
	background: transparent url(images/heading_pract.gif);
	background-repeat: no-repeat;
		height: 34px;
		width: 250px;
	text-align: left;
		
}

#heading_pract span {
	display:none
	}					
	
#heading_biod  {
	background: transparent url(images/heading_biod.gif);
	background-repeat: no-repeat;
		height: 34px;
		width: 250px;
	text-align: left;
	margin-left: -2px;
		
}

#heading_biod span {
	display:none
	}					
	
#heading_bene  {
	background: transparent url(images/heading_bene.gif);
	background-repeat: no-repeat;
		height: 34px;
		width: 250px;
	text-align: left;
		
}

#heading_bene span {
	display:none
	}					
	
#heading_sess  {
	background: transparent url(images/heading_sess.gif);
	background-repeat: no-repeat;
		height: 34px;
		width: 265px;
	text-align: left;
		
}

#heading_sess span {
	display:none
	}					
	
	#heading_after  {
	background: transparent url(images/heading_after.gif);
	background-repeat: no-repeat;
		height: 34px;
		width: 265px;
	text-align: left;
		
}

#heading_after span {
	display:none
	}					
	
	#heading_cost  {
	background: transparent url(images/heading_cost.gif);
	background-repeat: no-repeat;
		height: 34px;
		width: 265px;
	text-align: left;
		
}

#heading_cost span {
	display:none
	}					
	
	#heading_courses  {
	background: transparent url(images/heading_courses.gif);
	background-repeat: no-repeat;
		height: 34px;
		width: 263px;
	text-align: center;
	margin-left: 170px;
		
}

#heading_courses span {
	display:none
	}					
	
.courses ul {
	list-style-type: none;
}

.indent ul {
	margin-left: 20px;
}
	
#heading_cont  {
	background: transparent url(images/heading_cont.gif);
	background-repeat: no-repeat;
		height: 34px;
		width: 250px;
	text-align: left;
		
}

#heading_cont span {
	display:none
	}					
			
						
.leftphoto img {
	float: left;
	margin-right: 15px;
	margin-left: 5px;
}								
	

#practtext {
	width: 500px;
}

#stream img {
	float: left;
	margin-right: 25px;
	}								

.rightphoto img {
	float: right;
	margin: 0 30px 15px 30px;
	
}

#table td {
	width: 150px;
	height: 24px;
}

.benefits ul {
	margin-left: 30px;
}
/*form style*/

#enquiryform {
	float: right;
	margin-left: 30px;
}

label {
	display: block;
}

input {
	background-color: #c5dbd8;
	
}

textarea {
	background-color: #c5dbd8;
}		

/*end form style*/
	
#footer {
		background: #629fae; /*url("images/footer.gif") no-repeat;*/
		color: #fff;
		text-align: center;
		font-weight: bold;
		font-size: x-small;
		clear: left;
		/*height: 60px;*/
		padding: 10px;
	
	}
	

	.clear {
		clear: both;
	}	
	
#footer a {
	color: #a6c8c7;
	text-decoration: none;
	
}


#footer a:hover {
color: #c5dbd8;
}	