/*
*		###### LAYOUT ######
*		Source: http://blog.html.it/layoutgala/LayoutGala19.html
* 		2-column layout with fixed 300px left hand navigation, 75% body and 25% right hand margin 
*
*		RB 26 July 2008 changed /images/ to ../images/ in menu definitions to reflect new folder structure
*/
html,body{
	margin:0;
	padding:0;
}
div#wrapper{
	float:left;
	width:100%;
}
div#content{
	margin: 20px 5% 0 300px;
}
div#navigation{
	float:left;
	width:300px;
	margin-left:-100%;
}
div#extra{
	float:left;
	width:5%;
	margin-left:-5%;
}
div#extracontent{
	margin-left: 3%;
	margin-right: 3%;
}
div#footer{
	clear:left;
	width:100%;
}
/*
###### END OF LAYOUT ######
*/

BODY	{
	color: #000000;
	font: 76% Tahoma, Geneva, Verdana;
	background: white;
}
.leftFloatPadded { 
	float: left;
	margin: 1em; 
}
.rightFloatPadded {
	float: right;
	margin: 1em; 
}
.spacer {
	clear: both;
}
.screenhide {
	display: none;
}
/* already in reset.css but really really need this one! */
img { 
	border: 0;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.centredText {
	text-align: center;
}
h1{
	 color: #106ECF;
	 font: 1.75em Tahoma, Verdana, Geneva;		/* 20px */
	 font-weight: normal;
	 border-bottom: 1px solid #106ECF;
	 margin-bottom: 0.63em;		/* 10px */
}
h2	{
	color: #106ECF;
	font: 1.25em Tahoma, Verdana, Geneva; 	/* 15 px */
	font-weight: bold;
}
h3	{
	color: #009999;
	font: 1.25em Tahoma, Verdana, Geneva; 	/* 15 px */
	font-weight: bold;
}
h4	{ 
	color: #3399CC;
	font: 1.1em Tahoma, Verdana, Geneva;
	font-weight: bold;
}
.subtitle {
	color: black;
	font-size: 1.1em;	/* 13px */
	font-weight: bold;
	display: block;
}
.subsubtitle {
	color: black;
	font-size: 0.9em;	/* 10px */
	font-weight: normal;
	font-style:italic;
}
.blueBullet li { 
	list-style-image: url(/images/bullet.gif) !important;
	list-style-type: disc;
	margin: 0 0 0 1.6em; /* 18px */
	padding: 0;
}
/* HEADER AREA CODE */
.vertmiddle	{
	/* Used to vertically align logo image with website heading text */
	vertical-align: middle;
}
.websitetitle {
	COLOR: #106ECF; 
	FONT: 2.4em "arial black", arial, geneva, sans-serif; /* 26px */
	font-weight: normal;
	margin-left: 2em;
}
.shadowHorizontal	{
	width: 100%;
	height: 10px;
	background: url("/images/shadow-horizontal.gif") repeat-x;
}
#TopLogo {
	text-align: left;
	padding-left: 0.63em;	/* 10px */
	vertical-align: top;
}
/* END OF HEADER AREA CODE */
.footerText {
	margin-top: 2.3em;		/* 30px */
}
#footerLinks a {
	border-right: 1px solid black;
	padding-right: 0.5em;	/* 7px */
	padding-left: 0.5em;	/* 7px */
}
#footerLinks a.LastFooterLink {
	border-right: 0;
	padding-right: 0.5em;	/* 7px */
	padding-left: 0.5em;	/* 7px */
}
.keepLinesTogether {
	line-height: 6pt;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
a:active	{
	color: #6633FF;
	text-decoration: none;
}
a:hover {
	color: #6699FF;
	text-decoration: none;
}
/* For Scrolling News */
#scroller {
	width: 150px;
	height: 200px;
	border: 0 Black solid;
	text-align: left;
	margin: 0 auto;
}
#scrollerWrapper {
	margin-top: 30px;
	margin-bottom: 1em;
}
/* END OF For Scrolling News */

/* FOR ACCESSIBLE ABBREVIATIONS */
a:link.glossary,
a:visited.glossary,
a:hover.glossary,
a:active.glossary {
  color: #000000; /* should be the same color as text */
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #000000; /* for IE 5, same color as above */
  font-style: normal; /* for use with dfn */
}
/* NB: IE6 doesn't allow styling of the abbr tag
abbr {
	font-size: 60%;
	font-family: "Courier New", Courier, monospace;
}
*/
dt {
	font-weight: bold;
	margin-top: 0.5em;
}
dd {
	margin-left: 0;
	margin-bottom: 0.5em;
}
em {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
/* CSS "table" styles */
.blueHeader {
   background:#106ECF;
   border-bottom:1px solid #000000;
	text-align: center;
	height: 4em;
}
.blueTable {
	border:1px solid #000000;
	width: 9em;
	height: 18em;
	float: left;
}
.blueTable p {
	width: 9em;				/* 140px */
	font-size: 0.9em;		/* 13px */
	color: #000000;
	vertical-align: top;
}
/* Form styling */
fieldset {  
	margin: 1.5em 0 0 0;  
	padding: 0;
}
legend {  
	margin-left: 1em;  
	color: #000000;  
	font-weight: bold;
}
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
}
fieldset li {  
	padding-bottom: 1em;
}
label {  
	display: block;
}
.hint {
	font-size: smaller;
	background: url(/images/information.gif) left center no-repeat;
	padding: 0 2px 1px 1.7em;	/* 0 2px 1px 20px */
}
.error {
	color: red;
	background: url(/images/error.gif) left center no-repeat;
	padding: 0 2px 1px 1.7em;	/* 0 2px 1px 20px */
}
.success {
	background: url(/images/tick.gif) left center no-repeat;
	padding: 0 2px 1px 1.7em;	/* 0 2px 1px 20px */
}
small.whythis a {
	cursor: help;
}
small.whythis a span {
	border:1px solid #FFFFFF;
	color:#FFFFFF;
}
small.whythis a:hover, small.whythis a:focus, small.whythis a:active {
	color:#000000;
	text-decoration:none;
}
small.whythis a:hover span, small.whythis a:focus span, small.whythis a:active span {
	background: yellow;
	border:1px solid #000000;
	color:#000000;
	font-weight:bold;
}
/* END OF FORM STYLING */
.pdf {
	background: url(/images/pdf.jpg) left center no-repeat;
	padding: 0.3em 0 0.3em 2.2em; /* 5px 2px 5px 30px */
}
.mp3 {
	background: url(/images/mp3_icon.gif) left center no-repeat;
	padding: 0.3em 0 0.3em 2.2em; /* 5px 2px 5px 30px */
}
.doc {
	background: url(/images/doc_icon.gif) left center no-repeat;
	padding: 0.3em 0 0.3em 2.2em; /* 5px 2px 5px 30px */
}
.hide {
	/* For "Skip Navigation" and other links to be shown to text only browsers */
	position: absolute;
	left: -9999px;
}
/* ########## STYLES FOR NAV MENU ########### */
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop4.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.
=================================================================== */
.navmenu {
	padding:0 0 0 28px;
	margin:0;
	list-style:none;
	height:28px;
	width:100%;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	background: url(../images/menu-background.gif);
}
.navmenu li.top {
	display:block;
	float:left;
}
.navmenu li a.topLink {
	display:block;
	float:left;
	height:28px;
	line-height:27px;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	padding:0 0 0 10px;
	background: url(../images/menu-background.gif) no-repeat;
}
.navmenu li a.topLink span {
	float:left;
	display:block;
	padding:0 20px 0 10px;
	height:28px;
	background:url(../images/menu-background.gif) right top;
}
.navmenu li a.topLink:hover {
	color:#000;
	background: url(../images/menuon.gif) no-repeat;
	line-height:25px;
}
.navmenu li a.topLink:hover span {
	background:url(../images/menuon.gif) no-repeat right top;
}
.navmenu li:hover > a.topLink {
	color:#000;
	background: url(../images/menuon.gif) no-repeat;
	line-height:25px;
}
.navmenu li:hover > a.topLink span {
	background:url(../images/menuon.gif) no-repeat right top;
}
.navmenu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Style the list OR link hover. Depends on which browser is used */
.navmenu a:hover {
	visibility:visible;
	position:relative;
	z-index:200;
}
.navmenu li:hover {
	position:relative;
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */
.navmenu ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
/* ################### RB 14 JUNE 2008 NOTE TO WEBSITE MAINTAINERS #################### */
/* When add new dropdowns need to add styles to this section, entering an appropriate width */
/* #################################################################################### */
.navmenu ul.sub1 {
	width:110px;
}
.navmenu ul.sub2 {
	width:127px;
}
.navmenu ul.sub3 {
	width:90px;
}
.navmenu ul.sub4 {
	width:100px;
}
.navmenu ul.sub5 {
	width:155px;
}
.navmenu ul.sub6 {
	width:112px;
}
/* ##### END ##### */
.navmenu :hover ul {
	left:0;
	top:27px;
	background: #b9d3fb;
	padding:3px;
	border:1px solid #3a93d2;
	border-width:0 1px 1px;
	white-space:nowrap;
	height:auto;
	z-index:300;
}
.navmenu :hover ul li {
	display:block;
	height:20px;
	position:relative;
	font-weight:normal;
	width:auto;
}
.navmenu :hover ul li a {
	display:block;
	font-size:11px;
	height:20px;
	line-height:20px;
	width:auto;
	padding:0 10px;
	color:#000;
	text-decoration:none;
}
.navmenu :hover ul li a:hover {
	background:#3a93d2;
	color:#fff;
}
