/* ---------- PAGE STRUCTURE ---------- */
* { margin: 0; padding: 0; }

body {
	font: 0.7em/1.6em Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	text-align: center;
	background-image: url(../images/headerbar-grey.gif);
	background-repeat: repeat-x;
	margin-top: 20px;
}

/*#outer {
  background: url(../images/header.jpg) no-repeat;
  width: 864px;
  height: 126px;
  text-align: center;
  }
*/
#wrapper {
	width: 760px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;/*margin-left: auto;
  margin-right: auto;  */
}

#navtabs {
	height: 26px;
	width:760px;
	text-transform:none;
  }

#header {
	height: 103px;
	background-image: url(../images/banner_contact.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
	margin-top: 8px;
}

#container {
	width: 760px;
	margin: 0 0 0 15px;
	}
	
#nav {
float:left;	
width: 150px;
}

.textpad {
	margin: 15px;
	font-size: 1em;
	color: #333333;
}

#content {
	float:left;
	width: 430px;
}

#relatedcontent {
float:left;
width: 160px;
padding: 15px 0 0 0;
}

#relatedcontent span#colourbar {
	background-color: #F97B23;
	height: 2.1em;
	display: block;
	margin: 0 0 1em 0;
}

#logos {
	float: right;
	position: relative; 
	bottom: 0px;
	}
	
#logos img {
padding: 0 7px 3px 0;
}

.clear {
clear:both;
}

#footer {
width: 760px;	
margin-left: auto;
  margin-right: auto;
}

#footer #terms {
float: left;
padding-left: 180px;
/*text-align: right;
margin: 0 0 0 175px;*/
}

#footer #termsblock {
	width: 405px;
	text-align: right;
	float:left;
	padding: 5px 0 0 0;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F97B23;
}

#footer #terms ul {
list-style-type: none; 
}

#footer #terms li {
float: right;
padding: 0 0 0 15px;
}

#footer #sitemap {
	float: left;
	width: 160px;
	padding: 5px 0 0 0;
	margin: 0 0 0 15px;
	text-align: left;
	background-color: #fff;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F97B23;
}

/* ------ TABBED NAVIGATION ------ */

#tabs {
	float: right;
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: 70px;
	margin-bottom: 0;
	margin-left: 0;
  }  
 
#tabs li {
  float:left;
  margin:0;
  padding:0 5px 0 0;
  }
#tabs   li#tabs-leadership {
  float:left;
  margin:0;
  padding:0 5px 0 0;
  }
  
 #tabs li#tabs-leadership a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#044b73;
	font-size: 1em;
	letter-spacing: 0em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 8px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
  }
 #tabs li#tabs-leadership a:hover {
	color:#F97B23;
  }
    
#tabs   li#tabs-team {
  float:left;
  margin:0;
  padding:0 5px 0 0;
  }
  
 #tabs li#tabs-team a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#990;
	font-size: 1em;
	letter-spacing: 0em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
  }
#tabs li#tabs-team a:hover {
	color:#F97B23;
  }
#tabs   li#tabs-organisational {
	float:left;
	margin:0;
	padding:0 5px 0 0;
	background-repeat: no-repeat;
	background-position: right top;
  }
  
 #tabs li#tabs-organisational a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#C90;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1em;
	letter-spacing: 0em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
  }
 
 #tabs li#tabs-organisational a:hover {
	color:#F97B23;
  }
  
 #tabs li#tabs-cultural {
	float:left;
	margin:0;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
  }
  
#tabs li#tabs-cultural a {
	float:left;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#C00;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 1em;
	letter-spacing: 0em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666;
	border-left-color: #666;
  }
  
#tabs li#tabs-cultural a:hover {
	color:#F97B23;
  }
#tabs li#tabs-cultural #current {
	color:#F97B23;
  }
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabs a {
	float:none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* End IE5-Mac hack */
#tabs a:hover {
  color:#fff;
  }
  
#tabs #current {
	background-image:url(right_on.gif);
	background-color: #CCCCCC;
  }
  
#tabs #current a {
  background-image:url("left_on.gif");
  color:#333;
  padding-bottom:5px;
  }
 
 /* ------ SIDE VERTICAL NAVIGATION ------ */
 
ul#nav
{
list-style: none;
padding: 15px 0 0 0;
border: none;
}

#nav li
{
border-bottom: 1px solid #666;
margin: 0;
}

#nav li#nav-home {
border-top:1px solid #666;
}

#nav li a
{
	display: block;
	padding: 3px 0px 3px 0.5em;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	width: 100%;
}

html>body #nav li a { width: auto; }

#nav li a:hover
{
	background-color: #999;
	color: #fff;
}
#nav .current {
	background-color: #E7E7E7;
}


/* ---------- PRESENTATION STYLES ---------- */

a { text-decoration: none; }

a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:active {
	color: #999999;
}
a:hover {
	color: #F97B23;
	text-decoration: underline;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #F97B23;
	color: #fff;
	padding: 3px 5px;
	margin: 0 0 1em 0;
	letter-spacing: 0.2em;
	text-indent: 6px;
}
#content h1b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	background-color: #F97B23;
	color: #fff;
	padding: 3px 5px;
	margin: 0 0 1em 0;
	letter-spacing: 0.2em;
	text-indent: 6px;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: normal;
	color: #F97B23;
	padding: 2px 0;
	margin: 0 0 1em 0;
	text-indent: 10px;
}

#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	/*text-transform:uppercase;*/
color: #6E5068;
	padding: 2px 0;
	margin: 0 0 0.8em 0;
}

#content h4 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	/*text-transform:uppercase;*/
color: #666;
	padding: 2px 0;
	margin: 0 0 0.8em 0;
	text-indent: 10px;
}

#content p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.4em;
	margin-left: 10px;
	}

#content ul {
	margin: 0 0 0 2.4em;
	list-style-image: url(../images/bullet.gif);
	}

#content ul li {
	margin: 0 0 1.4em 0;
	}

#content ul.nospace li {
	margin: 0 0 0 0;
	}

#content .nospace {
margin-bottom: 1.4em;
}

#content ol {
	margin: 0 0 1.8em 2.4em;
	}
	
#content ul li strong {
	color: #333;
	}
	
#relatedcontent ul {
list-style-type: none;
}

a img { 
border: 0;
}

.pdficon,
.ppticon {
line-height: 24px;
display:block;
 }
 
.pdficon {
	background: url(../images/page_white_acrobat.gif) no-repeat;
	 background-position: 0 50%;
	}

.ppticon {
	background: url(../images/page_white_powerpoint.gif) no-repeat;
	 background-position: 0 50%;
	}
	
.pdficon a, .ppticon a {
	padding-left: 24px;
	}

.imgleft { 
	float: left;
	margin: 0 8px 8px 0;
	}
	
.imgright {
	float: right;
	margin: 0 0 8px 8px;
	}

#content img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
  }

/* ---------- FORM STYLES ---------- */

form.enqform {
	color: #333;
	}
	
form.enqform legend { 
padding-left: 0; 
}

form.enqform legend strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #B44237;
}

form.enqform fieldset {
	padding-top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
form.enqform label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
  font-weight: bold;
}
form.enqform fieldset ol {
  margin: 0;
  padding: 0;
}
form.enqform fieldset li {
  list-style: none;
padding: 5px 10px 7px;
  margin: 0;
}
form.enqform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.enqform fieldset fieldset legend {
  padding: 0 0 0px;
  font-weight: bold;
}
form.enqform fieldset fieldset label {
  display: block;
  width: auto;
  font-weight:normal;
}
form.enqform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.enqform label {
  width: 100px; /* Width of labels */
}
form.enqform fieldset fieldset label {
  margin-left: 103px; /* Width plus 3 (html space) */
}

form.enqform p {
	padding: 0 0 0 133px;
	}

form.enqform .tickbox {
	border: 1px solid #ccc;
	margin-left: 25px;
	}
	
form.enqform .field {
	width: 240px;
	border: 1px solid #ccc;
	}
