/*
 *		###### LAYOUT ######
 *		Source: http://blog.html.it/layoutgala/LayoutGala19.html
 * 		3-column layout with fixed 300px left hand navigation, 75% body and 25% right hand margin 
 *
 * 02 May 2010		RB	altered size of right hand "extra" bar to give space for the BIG lottery fund logo
 * 26 July 2008		RB	changed /images/ to ../images/ in menu definitions to reflect new folder structure
*/
html,body{
	margin:0;
	padding:0;
}
div#wrapper{
	float:left;
	width:100%;
	background: white url(../images/purple.gif) 2em 0 repeat-y;
}
div#content{
	margin: 0 25% 0 15%; /* right: 300px */
}
div#navigation{
	float: left;
	width: 15%;	/* 300px */
	margin-left: -100%;
}
div#extra{
	float:left;
	width:15%;
	margin-left:-15%;
}
div#footer{
	clear:left;
	width:100%;
}
/*
###### END OF LAYOUT ######
*/

BODY	{
	color: #000000;
	font: 100% Tahoma, Geneva, Verdana, Sans-Serif;	/* 76% */
	background: white;
}
.purpleBlob {
	background: url(../images/purple30px.gif);
	height: 30px;
	width: 30px;
	margin-top: 3em;
	margin-left: 1em;
}
.leftFloatPadded { 
	float: left;
	margin: 1em; 
}
.rightFloatPadded {
	float: right;
	margin: 1em; 
}
.rightFloat {
	float: right;
}
.leftFloat {
	float: left;
}
.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: #773C80;
	font: 1.75em Tahoma, Verdana, Geneva, Sans-Serif; /* 20px */
	font-weight: normal;
	border-bottom: 1px solid #106ECF;
	margin-bottom: 0.63em; /* 10px */
}
h2	{
	color: #773C80;
	font: 1.25em Tahoma, Verdana, Geneva, Sans-Serif; 	/* 15 px */
	font-weight: bold;
}
h3	{
	color: #4D8D41;
	font: 1.25em Tahoma, Verdana, Geneva, Sans-Serif; /* 15 px */
	font-weight: bold;
}
h4	{ 
	color: #773C80;
	font: 1.1em Tahoma, Verdana, Geneva, Sans-Serif;
	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 {
	margin-bottom: 1em;
}
.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: #773C80; 
	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;
}
a.external:link, a.external:visited {
	background: url(../images/external.png) 99% 40% no-repeat;
	padding-right: 15px;
}
/* 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 where data is logically in columns */
.blueHeader {
   background:#773C80;
   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;
}
/* CSS "table" styles where data is logically in rows */
/* Source: http://www.alistapart.com/articles/practicalcss/ */
div.row {
  clear: both;
  padding-top: 0.7em;
  }
div.row span.col1 {
  float: left;
  width: 30%;
  text-align: left;
  padding-left: 1em;
  }
div.row span.col2 {
  float: right;
  width: 65%;
  text-align: left;
  }
div.spacer {
  clear: both;
  }
/* traditional table styles */
.dataTable {
   border:1px solid #000000;
	text-align: center;
	margin-bottom: 1em;
}
.dataTable td {
	vertical-align: top;
	border:1px solid #000000;
}
.dataTable th {
	background:#773C80;
}
.dataTable .special {
	background: #418D5A;
}
.dataTable .holiday {
	background: Silver;
}
.dataTable .provisional {
	background: #99CC99;
}
/* 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 */
}
.hide {
	/* For "Skip Navigation" and other links to be shown to text only browsers */
	position: absolute;
	left: -9999px;
}
/* Pullquotes from http://www.sitepoint.com/test/pullquote.htm */
.pullquote {
	width: 20%;
	font-size:125%;
	line-height:140%;
	margin:10px;
	background: url(../images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(../images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}
/* ########## 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;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
}
.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:1em;	/*11px*/
	font-weight:normal;
	padding:0 0 0 10px;
	background: url(../images/menu.gif) no-repeat;
}
.navmenu li a.topLink span {
	float:left;
	display:block;
	padding:0 20px 0 10px;
	height:28px;
	background:url(../images/menu.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:24em;
}

/* ##### END ##### */
.navmenu :hover ul {
	left: 0;
	top: 27px;
	background: #D2ABD8;
	padding: 3px;
	border: 1px solid #773C80;
	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:1em;	/*11px*/
	height:20px;
	line-height:20px;
	width:auto;
	padding:0 10px;
	color:#000;
	text-decoration:none;
}
.navmenu :hover ul li a:hover {
	background:#D2ABD8;
	color:#fff;
}
