﻿body { 
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #fff;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Verdana', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

img { border: none; }

h1 {
	font-weight: 500;
	font-size: 19px;
	margin-bottom: 10px;
	color: #333;
}

h2 {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 10px;
	color: #333;
}

div#top { 
	margin-left: auto;
	margin-right: auto;
	height:80px;
	background-image:url(../images/backstrip.gif);
}

div#header { 
	width: 960px; 
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/header.gif);
}

div#menuArea {
	font-size: 9pt;
	line-height: 25px;
	padding-top: 10px;
	font-weight: 300;
	width: 960px;
	height: 40px;
	behavior: url(/scripts/csshover3.htc);
}
	
div#menuArea ul { list-style: none; }

div#menuArea li { 
	float: left;
	list-style-type: none;
	position: relative;
	margin-left: 10px;
}

div#menuArea li a {
	color: #000;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 5px solid #000;
}

div#menuArea li a:hover, div#menuArea li a.selected { border-bottom: 5px solid #a8c399; }

div#menuArea li ul {
	position: absolute;
	width: 250px;
	display: none;
	background-color: #fff;
	list-style-type: none;
	margin-top: 25px;
	top:0;
	left:0;
}

div#menuArea li:hover ul { display: block; }

div#menuArea li ul li { 
	width: 250px;
	margin-left: 0px;	
}

div#menuArea li ul li a { 
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.2; 
	display: block;
	width: 250px;
	border-bottom: none;
}

div#menuArea li ul li a:hover { 
	color: #fff;
	width: 230px;
	background-color: #333;
	border-bottom: none;
}

div#contentArea {
	width: 960px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

div#leftColumn {
	width: 450px;
	margin-right: 60px;
	float: left;
}

div#rightColumn {
	width: 450px;
	float: left;
}

div#contentArea ul { 
	margin-bottom:12px; 
	list-style-type: disc;
}

div.listHeading {
	font-size: 13px;
	color: #000;
	margin-top:5px;
}

.boldBlack { 
	color: #000; 
	font-weight :bold;
	font-size: 13px;
}

span.staffPosition {
	font-weight: bold;
	color: #a8c399;
}

span.qualification {
	font-weight: normal;
	font-size: 11px;
	font-style: italic;
}

div#contentArea li {
	color: #666;
	line-height: 16px;
	font-size: 11px;
	margin-left:45px;
}

div#mainImage { margin-bottom: 15px; }

div#content {
	float:left;
	width:660px;
	padding-right:40px;
}

div#content .subList { margin: 0; }

div#subMenuArea {
	float:right;
	width:175px;
}

div#subMenuArea ul {
	border-top:5px solid #000;
	list-style:none;
}

div#subMenuArea ul li{
	border-bottom:1px solid #000;
	margin:0;
}

div#subMenuArea ul li a {
	padding:10px 0 10px 15px;
	width:160px;
	display:block;
	line-height:14px;
	text-decoration:none;
	color:#666;
}

div#subMenuArea ul li a:hover, div#subMenuArea ul li a.selected { background-color: #a8c399; }

div#subMenuArea ul li a.selected { color: #000; }
 
div#footerArea {
	font-size: 10px;
	border-top: 1px solid #000;
	margin-top: 30px;
	padding-top: 10px;
	clear:both;
}

div#footerArea a {
	color: #000;
	text-decoration: none;
}

div#footerArea a:hover { color: #ccc; }

div#navControls { 
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

div#navLeft {
	float: left;
	text-align: left;
	width: 50%;
}

div#navRight {
	float: right;
	text-align: right;
	width: 50%;
}

div#navControls a {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

p {
	color: #666;
	line-height: 22px;
	font-size: 11px;
	margin-bottom: 10px;
}

a { color: #a8c399; }

a:hover { 
	color: #333;
	text-decoration: none;
}

td { padding: 3px; }

td.title {
	width: 150px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}

input, textarea { font-size: 11px; }

.reqd { 
	color: #f00;
	font-size: 11px;
}
.buttonLink {
	color: #fff;
	background-color: #a8c399;
	font-size: 13px;
	font-style: italic;
	display: block;
	text-decoration: none;
	width: 160px;
	text-align: center;
	margin-top: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.buttonLink:hover { color: #fff; }

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-table; }

/* backslash hack hides from IE mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* end backslash hack */