body {
	background-color: #FFFFFF;
	margin: 0;
	color : #6A5749;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	text-align:left;
}
.heading {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #F69628;
}
.subheading {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.6em;
	color: #FFFFFF;
}
.big {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.3em;
}
.emphasis {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}
.medium {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}
.mediumwhite {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color: #FFFFFF;
}
.smallfooter {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
}
.smallcaps {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.6em;
}
.smallcaps2 {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.6em;
	color:#569ABD;
}
.credit {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.6em;
}
.quote {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
}
.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;*/
}
a:link {
	color : #FACD8D;
}
a:visited {
	color : #FACD8D;
}
a:active {
	color : #FACD8D;
}
a:hover {
	color : #F49A1B;
}

ul#nav {
	list-style: none; 
	margin: 0px;
	padding: 0px;
	}
		
ul#nav li {
	display: block;
	}

ul#nav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
	font: 10px Arial, Helvetica, sans-serif;
	}

ul#nav li a:hover {
	background-color: #FFFFFF;
	color: #6A5749;
	}

/* ================================================================ 
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:960px;
position:relative;
	top: 5px; 
	float: left;
	padding-left: 0px;
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:left;
}
.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:#FACD8D; /*light orange writing*/
}
.pro_linedrop .select a b {
display:block;
padding:0px 10px; /*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*/
/*background-color:#F49A1B; orange*/
background-color:#162A83; /*blue*/
}
.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:0px; 
padding:0;
list-style:none;
}
.pro_linedrop .sub li {
	background: transparent;
	}
.pro_linedrop .select :hover .sub {
height:25px;
width:960px;
display:block; 
position:absolute;
top:24px; 
right:0; /*controls pos of drop line*/
text-align:left;
/*background-color:#524518; brown*/
/*background-color:#162A83; blue*/
background-color:#87756B; /*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 10px; /*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:#162A83; /*blue*/
/*background-color:#9AA338; olive*/
/*background-color:#B0B865;*/ /*light olive*/
}
.pro_linedrop .select :hover .sub li:hover > a {
	/*color:green;*/
	color:#FFFFFF;
}
.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:left; 
	height:20px; 	
	line-height:18px;
	/*color: black;*/ /*colour of text in dropdown menus*/
	color:#FFFFFF; /*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: left;
	line-height:18px;
	/*background-color:blue;*/ /*background colour of dropdown menus*/
	/*background-color:#9AA338; olive*/
	background-color:#162A83; /*blue*/
}

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