body {
	background-color:#FFFFFF;
	background-image:url(../images/bg.gif);
	background-attachment:fixed;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0px 0px 0px;
	line-height: 18px;
	color:#666666;
	text-align:justify;
}

a:link {color : #9AA338;}
a:visited {color : #9AA338;}
a:active {color : #9AA338;}
a:hover {color : #9AA338;}

.heading {
	font-size: 14px;
	font-weight: bold;
/*	color:#B0B865; */
color:#9AA338;
}
.smhead {
	font-size: 12px;
	font-weight: bold;
/*	color:#B0B865; */
color:#9AA338;
}
.intro {
/*	font-size: 11px;
	color:#999999;
	line-height: 16px;
	font-weight: bold; */
	font-size: 12px;
	line-height: 18px;
}
.small {
	font-size: 8px;
	color:#CCCCCC;
}


.attrib {
	font-size: 11px;
	color:#777777;
}
.small {
	font-size: 10px;
}
.hlbox {
	font-size:11px; 
	color: #003366;	
	margin: 0px 20px 0px 10px;
	padding: 14px 20px;
	background-color: #B5D6E6;
	text-align:left;
	line-height: 18px;
}

.hlboxborder {
	font-size:11px; 
	margin: 0px 20px 0px 10px;
	padding: 14px 20px;
	text-align:left;
	line-height: 18px;
	border: 1px solid #999999;
}

.hlboxcontact {
	font-size:11px; 
	margin: 0px 20px 0px 10px;
	padding: 14px 20px;
	text-align:left;
	line-height: 18px;
}

.hlboxmedtext {
	font-size:13px; 
	color: #000066;	
	margin: 0px 20px 0px 10px;
	padding: 14px 20px;
	background-color: #94A6C9;
	text-align:left;
	line-height: 22px;
}

.formfield {
	font-size:11px; 
}

.formtext {
	font-size:11px; 
}
.frame {
	border: solid 1px #000000;
}
.frameright {
	margin-left: 20px;
	border: solid 1px #000000;
	/*padding : 4px;*/
}
.frameleft {
	margin-right: 20px;
	border: solid 1px #000000;
	/*padding : 4px;*/
}

/* ================================================================ 
The original version of thes menu stylesheet and the associated (x)html
are available at http://www.cssplay.co.uk/menus/pro_left_right_line.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.pro_linedrop {
height:30px;
width:700px;
position:relative;
	top: -10px; 
	float: right;
	padding-right: 10px;
font-family:Arial, Helvetica, sans-serif; 
font-size:10px;
z-index:500;
}
.pro_linedrop .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}
.pro_linedrop li {
float:right;
}
.pro_linedrop .select a {
display:block; 
height:30px; 
float:left; 
padding:0px; 
text-decoration:none; 
line-height:24px; /* height of olive block */
white-space:nowrap; 
}
/*main menu colour*/
.pro_linedrop .select li.line a {
color:#666666; /*dark grey*/
}
.pro_linedrop .select a b {
display:block;
padding:0px 6px; /*space between words*/
}
.pro_linedrop .select a:hover, 
.pro_linedrop .select li:hover a {
cursor:pointer; 
}
.pro_linedrop .select li a:hover b, 
.pro_linedrop .select li:hover a b {
color:#FFFFFF;
background-color:#9AA338; /*olive*/
}
.pro_linedrop .sub {
display:none;
}
/* IE6 only */
.pro_linedrop table {
border-collapse:collapse; 
margin:-1px; 
/*font-size:1em; */
font-size:10px; 
width:0; 
height:0;
}
.pro_linedrop ul ul {
display:none;
}

.pro_linedrop .sub {
	margin-right:10px; 
padding:0;
list-style:none;
}
.pro_linedrop .sub li {
	background: transparent;
	}
.pro_linedrop .select :hover .sub {
height:25px;
width:689px;
display:block; 
position:absolute;
top:24px; 
right:0; /*controls pos of drop line*/
text-align:right;
background-color:#524518; /*brown*/
}
.pro_linedrop .select :hover .rt li {
float:right;
}
.pro_linedrop .select :hover .sub li a {
display:block; 
height:25px; 
line-height:22px; 
float:left;  /*right here works in FF not in IE*/
padding:0px 6px; /*space between words*/
margin:0; 
white-space:nowrap; 
color:#FFFFFF;
font-size:10px;
}
.pro_linedrop .select :hover .sub li.subline a ul{
	/*color: yellow;*/ /*colour to show which have dropdown menus*/
} 
.pro_linedrop .select :hover .sub li a:hover,
.pro_linedrop .select :hover .sub li:hover {
color:#FFFFFF; 
line-height:22px; 
position:relative; 
right: 0;
bottom: 0;
background-color:#9AA338; /*olive*/
/*background-color:#B0B865;*/ /*light olive*/
}
.pro_linedrop .select :hover .sub li:hover > a {
	/*color:green;*/
	color:#FFF;
}
.pro_linedrop .select :hover .sub :hover ul {
	padding:0; 
	margin:0; 
	list-style:none; 	
	display:block;
	width:auto; 
	position:absolute; 
	right:0px; 
	top:25px; 
	border:1px solid #524518; 	
	/*background:#fff;*/
	background:#524518;
}
.pro_linedrop .select :hover .sub :hover ul li a {
	width:90%; /* xxx I made this change. It was 80px */
	text-align:right; 
	height:20px; 	
	line-height:18px;
	/*color: black;*/ /*colour of text in dropdown menus*/
	color:#FFF; /*colour of text in dropdown menus*/
}
pro_linedrop .select :hover .sub :hover ul li a:hover{
	width:100%; /* xxx I thought auto here would fix it but no luck */
	text-align: right;
	line-height:18px;
	/*background-color:blue;*/ /*background colour of dropdown menus*/
	background-color:#9AA338; /*olive*/
}

.fullcolour	{
clear: both;
border: 0px;
width: 100%;
float:right;
text-align: right;}

.subhead {
	color : #CC3300;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	line-height : 22px;
	font-weight : bold;
}
