/*  css for n e t s c a p e   -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -   */

/*   R E S P E C T to: mezzoblue.com, simplebits.com, digital-web.com, alistapart.com, thewoodley.com, squidfingers.com */

*{ 
	margin:0; 
	padding: 0;
}

a{ 
	overflow: hidden; 
	color: #369; 	
}


body {
	background-color: #fff;
	/* background-color: #eaf2fa; */ 
	margin: 0;
	padding: 0; 		
	font: normal 14px Arial, Georgia, sans-serif; 
	color: #384143;
	text-align: center;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight:normal;
	color: #407db6;	
	margin: 0 0 20px 0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight:normal;
	color: #A2968A;	
	margin: 0 0 20px 0;
	padding: 5px 0 0px 0px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight:normal;
	color: #A2968A;	
		padding: 5px 0 10px 0px;
		border-bottom: 1px dashed #A2968A;
}

/* image replacement for H1 tags  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -   */

	#h1_index {
	text-indent: -5000px;
	background: url(images/h1_index.gif) no-repeat;
	height: 36px;
	}
	
	#h1_about {
	text-indent: -5000px;
	background: url(images/h1_about.gif) no-repeat;
	height: 36px;
	}
	
	#h1_services {
	text-indent: -5000px;
	background: url(images/h1_services.gif) no-repeat;
	height: 36px;
	}
	
	#h1_programmes {
	text-indent: -5000px;
	background: url(images/h1_programmes.gif) no-repeat;
	height: 36px;
	}
	
	#h1_location {
	text-indent: -5000px;
	background: url(images/h1_location.gif) no-repeat;
	height: 36px;
	}
	
	#h1_jobs {
	text-indent: -5000px;
	background: url(images/h1_jobs.gif) no-repeat;
	height: 36px;
	}
	
	#h1_contact {
	text-indent: -5000px;
	background: url(images/h1_contact.gif) no-repeat;
	height: 36px;
	}
	
/*   -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  */

	
a:link {
	color: #407db6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #407db6;
}
a:hover {
	text-decoration: none;	
		color:#87AF4E;
	/* border-bottom: 1px solid #87AF4E;
	padding-bottom:1px; */
}
a:active {
	text-decoration: none;
	color: #87AF4E;
}

p {
	padding: 5px 15px 10px 5px;
	color:#555;
	line-height:20px;
	text-align:left;
	font-size:13px;
}

ul {
	padding: 5px 15px 10px 45px;
	color:#666;
	line-height:20px;
	text-align:left;
	font-size:13px;
}

li {
	list-style-type: circle;
}

.current {
	color: #6D561F;
	letter-spacing:1px;

}	

.inlineleft {
	float:left;
	display:inline;
}
#topcontainer {	
	margin:0px auto;
	text-align:center;
	padding:0;
	width:100%;
	height:190px;
	background: url(images/top_bg.gif) repeat-x;
}

#top {
	margin:0px auto 0 auto;
	text-align:center;
	padding:0;
	width:780px;
	height:190px;
	background:url(images/logo.jpg) no-repeat top;
}

#quote {
	margin-left:34px;
	width:562px;
	height:140px;
	
}

.mainImage {
	padding:5px;
	border: #bcbcbc 1px solid;
	float:left;
	margin: 5px 10px 5px 0;
}

.leftImage {
	padding:5px;
	float:left;
	margin: 5px 10px 0px 0;
}

.rightImageBdr {
	padding:5px;
	background: #F2EBDF;
	float:right;
	margin: 0px 0px 0px 10px;
}

/* Navigation menu   -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -   */

ul.navmenu {
	list-style: none;
	text-align: center;
	padding: 160px 0 10px 0;
	margin: 0;
	}
	.navmenu li {
		display: inline;
		font-family: arial, helvetica; 
		margin-left: 2.5em;
		text-transform:lowercase;
		font-size: 17px;
		font-weight:bold;
		}
		.navmenu li a:link, a:visited, a:active{
			color: #fff;
			text-decoration: none;
			letter-spacing:1px;
			font-size: 17px;
		font-weight:bold;
			}
			.navmenu li a:hover {
				color: #75685E;
				}

/* Content area  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -   */

#contentwrapper {
	margin:20px auto 0px auto;
	padding: 15px;
	width:780px;
	background:#fff;
	/* border: #FAF5ED 2px solid; */
	/* #FAF5ED cfdbe9*/
}

#contentmid {
	margin:20px auto 20px auto;
	text-align:left;
	padding:0;
	width:640px;

}
#contentleft {
	margin:0 40px 0 0;
	padding:0;
	float:left;
	width:500px;
	text-align:left;
}

#contentright {
	margin:0;
	padding:20px;
	float:right;
	width:200px;
	text-align:left;
	background: #FAF5ED;
}

 #contentright h3 {
 	/* #9F917B */
 	font-family: "Century Gothic", Arial, Helvetica, sans-serif; color: #758C5E; font-size:13px; font-weight:normal;
	margin: 0px 0 10px 0;
	padding: 0 5px 5px 0;
	line-height: 20px;
	border-bottom: 1px solid #D5D3BF;
	letter-spacing: 2px;
	}

#contentright a:hover {
	text-decoration: none;	
	color:#369;
}

 #contentright ul {
	padding: 5px 15px 10px 15px;
	color:#555;
	line-height:20px;
	text-align:left;
}

#contentright li {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}


 #contentright p {
 	font-family: Verdana, Arial, Helvetica, sans-serif;  	font-size:11px; color:#675C4B;
	padding: 5px 15px 5px 0;	
	line-height:20px;
	text-align:left;
}

.home{
	text-align:right;
	padding:60px 2px 0 0;
	color:#B89265;
}

#contentwrapper a:link {
	color: #84B71A;
	text-decoration: none;
	font-size:13px;
	letter-spacing:normal;
	font-weight:normal;
}
#contentwrapper a:visited {
	text-decoration: none;
	color: #84B71A;
	font-size:13px;
	letter-spacing:normal;
	font-weight:normal;
}
#contentwrapper a:hover {
	text-decoration: none;	
		color:#444;
		font-size:13px;
		letter-spacing:normal;
		font-weight:normal;

}
#contentwrapper a:active {
	text-decoration: none;
	color: #84B71A;
	font-size:13px;
	letter-spacing:normal;
	font-weight:normal;
}

/* footer -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -   */

#footerwrapper {
	width:100%;
	height:81px;
	background: url(images/footer_bg.jpg) repeat-x;	
	margin: 0 auto;
	text-align:center;
}

#footer {
	margin: 0 auto;
	text-align:center;
	width:780px;
	height:81px;
	text-align:left;
}


ul.footermenu {
	list-style: none;
	text-align: center;  
	padding: 25px 0 10px 0;
	margin: 0;
	}
	.footermenu li {
		display: inline;
		margin-left: 1.5em;
		text-transform:lowercase;
		font-size: 11px;
		}
		.footermenu li a{
			text-decoration: none;
			letter-spacing:1px;
			color: #555;
			}
			.footermenu li a:hover {
				color: #87AF4E;
				}

ul.bottom {
	list-style: none;
	text-align: center;  
	padding: 0px 0 10px 0;
	margin: 0;
	}
	.bottom li {
		display: inline;
		margin-left: 1.5em;
		font-size: 11px;
		color:#FFFFFF;
		letter-spacing:1px;
		}
		.bottom li a{
			text-decoration: none;
			letter-spacing:1px;
			color: #fff;
			}
			.bottom li a:hover {
				color: #444;
				}
				.bottom li a:visited {
				color: #fff;
				}
/*  forms   -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -   */

form {
	margin-left:100px;
}

fieldset {
	width:420px;
	padding:0px 0px 0px 120px;

}
legend {
	font-weight:normal;
	padding:5px;
	color: #706452;
	letter-spacing:1px;
}

label {
 	font-family: Verdana, Arial, Helvetica, sans-serif;  	font-size:11px; color:#675C4B;
	padding: 0;	
	line-height: 15px;
	height:15px;
	text-align:left;
	margin: 2px 0 2px 0;
	display:block;
}

	
.formfield {
 	font-family: "Century Gothic", Arial, Helvetica, sans-serif; color: #706452; font-size:13px; font-weight:normal;
	margin: 2px 0 2px 0;
	padding: 0 0 0 2px; 
	line-height: 15px;
	border: 1px solid #D5D3BF;
	letter-spacing: 2px;
	background:#fff;
}

.submit {
 	font-family: Verdana, Arial, Helvetica, sans-serif;  	font-size:11px; color:#666;
	margin: 0px;
	padding: 2px;
	line-height: 20px;
	border: 1px solid #D5D3BF;
	letter-spacing: 2px;
	background:#fff;
}

