body{
	color: #2e3030;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	
}

a:link{
	color: #649741;
	text-decoration: none;
}

a:hover{
	color: RGB(58, 94, 44);
	text-decoration: underline;
}

a:visited{
	color: #649741;
	text-decoration: none;

}

h1{
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 20px;
}

h2{
	
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	margin-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

dd{
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-size: 100%;
}

dt{
	margin-top:0px;
	padding-top: 0px;
}


li{
	padding:5px 5px 5px 0px;
	margin: 5px 5px 5px 20px;
}

p{
	margin: 0px;
	padding: 0px;
}






#header{
	padding:0px;
	width: 1000px;
	position:relative;
	line-height: 100%;
}


img { 
    border: 0px none; 
    } 
    
#header a:link{
	text-decoration: none;
}

#header a:hover{
	text-decoration: none;
}

#header a:visited{
	text-decoration: none;
}

#nav {
	margin: 20px 0px 0px 0px;
	padding: 0;
	position:relative;
}

#nav a {
	text-decoration: none;
}

a img{
	text-decoration: none;
}

#nav li.on ul, #nav li.off ul {
	margin: 0;
	padding: 0;
}

#nav li { /*float the main list items*/
	margin: 0;
    float: left;
    display: block;
	padding: 0px 20px;

	text-align: center;
}

#nav li ul {
	display: none;
}

#nav li.off ul{ /*put the subnav below*/
	margin-left: auto;
	position:absolute;
	top: 35px;

	left: 0;
	padding-top: 10px;
	background: URL(subnavbg.jpg);
	height: 28px;
	width: 1000px;
}

#nav li.on ul {
	margin-left: auto;
	position:absolute;
	top: 35px;

	left: 0;
	padding-top: 10px;
	background: URL(subnavbg.jpg);
	height: 28px;
	width: 1000px;
}

#nav li a {
	color: RGB(91, 138, 59);
	font-weight: light;
	font-size: 100%;
	display: block;
	padding: 3px 0px 20px 0px;
	width: 100px;
	margin-bottom: -20px;
}

#nav li.on a {
	background-color: RGB(91, 138, 59);
	color: white;
}
	
#nav li.on ul li a {
	background:none;
	height: 40px;
	color: white;
	
}

#nav li.on ul a{
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: #7a8566;
	width: auto;
	margin-right: 0px;
}

/*Font colour for sub nav on hover*/
#nav li.off ul a {
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: white;
	width: auto;
	margin-right: 0px;
	background: transparent;
}

/*Font colour for sub nav on hover*/
#nav li.off ul:hover a {
	float: left; /*ie doesn't inherit the float*/
	border: 0;
	color: white;
	width: auto;
	margin-right: 0px;
	background: transparent;
}

#nav li.on ul {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
	float:left;
}

#nav li.off a:hover{
	background:  RGB(91, 138, 59);
	color: white;
}

#nav li:hover a, #nav li.over a {
	background:   RGB(91, 138, 59);;
	color: white;
}















#container{
	width: 1000px;
	margin: 0px auto;
}

#main{
	margin-top: 10px;
}


#left{
	padding: 10px 20px 20px 0px;
	margin-top: 50px;
	width: 610px;
	float: left;
	text-align: right;
}

#left h2{
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

#staff{
	text-align: left;
}

.green{
	background-color: #c4e4b6;
}

.white{
	background-color: white;
}

#right{
	padding:10px 20px 20px 20px;
	margin: 50px 0px 50px 0px;
	width: 330px;
	background-image: URL(newsbg.png);
	float: right;
	line-height: 150%;
}

#leader{
	float: left;
	padding: 0px 10px 5px 0px;
}

#news{

}



#name{
	width: 230px;
}

#specialisation{
	width: 210px;
}

#office{
	width: 120px;
}

#footer{
	font-size: 70%;
	clear: both;
	background: URL(subnavbg.jpg) repeat-x;
	width: 740px;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 130px;
	padding-right: 130px;
	color: grey;
	line-height: 100%;
}

#footer a:link{
	color: rgb(94, 138, 59);
	text-decoration: none;
}

#footer a:visited{
	color: rgb(94, 138, 59);
	text-decoration: none;
}

#footer a:hover{
	color: rgb(94, 138, 59);
	text-decoration: underline;
}


