@charset "utf-8";

/* BEGIN Browser Style Reset - This ensures the same default behavior across all browsers*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,table
				{ margin:0; padding:0; }
table 				{ border-collapse:collapse; border-spacing:0; }
abbr,acronym,fieldset,img 	{ border:0; }
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var
				{ font-size:1em; font-style:normal; font-weight:normal; }
ol,ul				{ list-style:none; }
caption,th			{ text-align:left; }
q:before,q:after		{ content: ''; }
/*				{ position: relative; }*/ /* adding this to the right points (for <IE6 should solve hover issues! */
* html body#IEroot 		{ position: absolute !important; }
br /* test with ie5 to get address layout (<br/><br/>) working properly - then merge into sections above*/
				{ margin:0; padding:0; font-size:1em; line-height:1.5em;}

/* END Browser Style Reset - Add all styles BELOW this point! */

/* BEGIN Default element styles - Set element text sizes, line-heights, padding and margins to create a precise 'typeset grid' layout.*/

body
	{
	font-size: 12px; /* Base font size, for all good browsers... IE is given 75% by 'body#IEroot' below. */
	line-height: 1.5em; /* Base line height, 12px font x 1.5 gives 18px, and '18px' is inherited by descensdants */
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
		font-family: Verdana, sans-serif;
	text-align:left;
	}
 
	body#IEroot
		{
		font-size: 75%;  /* HACK - IE can't scale pixel based fonts so 75% ~ 12px (16px default = 100%) */
		}

a
	{
	color: #00009D;
	text-decoration: none;
	border-bottom: 1px solid #9D9DFF;
	}

a:hover, a:focus
	{
	text-decoration: none;
	background: #ffffac;
	border-bottom: 1px solid #00009D;
	color: #000000;
	}

acronym
	{
	text-transform: uppercase;
	}

abbr, acronym
	{
	display: inline;
	cursor: help;
	border-bottom: dotted 1px #aaf;
	}

a abbr, a acronym
	{
	border-bottom: dotted 1px #ddd;
	}

	* html #IEroot abbr, * html #IEroot acronym
		{ 	/* IE can't do 1px dotted border (sigh): */
		margin-bottom: -1px;
		padding-bottom: 1px;
		background: url(/images/dot.gif) repeat-x bottom left;
		text-decoration: none;
		border-bottom: none;
		}
/*
em
	{
	display: block;
	margin: 0 1em;
	padding: 0.75em 1.5em;
	background: #00009D url(/images/h3em5.png) repeat-x 0px 0px;
	color: #FFF;
	font-weight: bold;
	border: 1px solid #00009D;
	}
*/
strong
	{
	color: #00009D;
	font-weight: bold;
	}

p
	{
	margin: 0 0.75em 1.5em;
	text-indent: 0em;
/*zoom: 1;*/
	}
	
h1
	{
	margin: 0 0 1em 0;
	padding: 0.25em 0;
	text-align: center;
	font-size: 2em;
	line-height: 1.5em;
	clear:both;
	}

h2
	{
	margin: 0;/* 0 -0.8999em 0;*/
	padding: 0.4em 0 0.5em 0;
	color: #00009D;
	text-align: center;
	font-size: 1.6667em;
	line-height: 1.8em;
	clear:both;
	}

#IEroot h2
	{
	margin: -0.8999em 0 0;
	}

h3
	{
	display: block;
	margin: 1.5em 0;
	background: #FFCE00 url(/images/h3.png) repeat-y top left;
	color: #000;
	border-bottom: 1px solid #00009D;
	border-right: 1px solid #00009D;
	border-left: 12em solid #00009D;
	padding: 0 11px 0 1px;
	position: relative;
	clear: both;
height: 1%;
	}

	* html #IEroot h3
		{
		padding-right: 0;		/* IE5.x/win */
		padding-\right: 11px; 		/* IE6/win */
		}

h3 strong
	{
	position:relative;
	display: block;
	float:left;
	width: 100%;
	padding: 0 5px;
	margin: -2px -14px 0 0;
	background: url(/images/h3strong5.png) repeat-x 0px 0px;
	color: #000;
	font-weight: bold;
	border-top: 1px solid #00009D;
	border-right: 1px solid #00009D;
	border-left: 1px solid #fff;
	}

	* html #IEroot h3 strong
		{
		margin: 0 0 0 -2px;		/* IE5.x/win */
		margi\n: -2px -14px 0 0; 	/* IE6/win */
		}

h3 em
	{
	position:relative;
	left: -1px;
	display: block;
	float: left;
	width: 11em;
	margin: -2px -2px 0px -12em;
	padding: 0 0.5em;
	background: url(/images/h3em5.png) repeat-x 0px 0px;
	color: #FFF;
	font-weight: bold;
	border-top: 1px solid #00009D;
	border-right: 1px solid #fff;
	border-left: 1px solid #00009D;
	}

	* html #IEroot h3 em
		{
		width: 12em;			/* IE5.x/win */
		widt\h: 11em;			/* IE6/win */
		margin-left: -12em !important;
		position: relative;
		zoom: 1;
		left: 0px;
		}

/* needed? ---> */
h3 a
	{
	display: block;
	float: right;
	padding: 0 0 0 1em;
	width: 25%;
	background: #00009D;
	color: #FFF;
	}
/*
h3 *
	{
	height: 100%;
	}

/* <---- needed? */

h3:after /* float clearing fix (applied to float container) (Non IE browsers) */
	{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

h4
	{
 	position: relative;
 	top: -2px;
	display: block;
	margin: 0 0 1.3334em; /* bottom = 1.5em including borders */
	padding: 0 5px 0;
 	background: #FFCE00 url(/images/h3strong5.png) repeat-x 0px 0px;
	color: #000;
	font-weight: bold;
	border: 0.0833em solid #00009D; /* equiv to 1px border*/
 	clear:both; 
	}

	#IEroot h4
		{
		border-top: 0.2499em solid #00009D; /* + ~2px -> for some reason IE is taking 2px off the top border! */
		margin-bottom: 1.1668em ; /* - ~2px -> 1.5em including borders */
		top: -4px; /* shift up by another 2px for IE */
		}

h5
	{
	margin: 0 0 1em 0;
	padding: 0;
	color: #00009D;
	font-size: 1.5em;
	line-height: 1em;
	}

h6
	{
 	position: relative;
 	top: -2px;
	display: block;
	margin: 1.5em 0 1.3334em; /* bottom = 1.5em including borders */
	padding: 0 5px 0;
	background: #00009D url(/images/h3em5.png) repeat-x 0px 0px;
	color: #FFF;
	font-weight: bold;
	border: 0.0833em solid #00009D; /* equiv to 1px border*/
 	clear:both; 
	}

	#IEroot h6


		{
		border-top: 0.2499em solid #00009D; /* + ~2px -> for some reason IE is taking 2px off the top border! */
		margin-bottom: 1.1668em ; /* - ~2px -> 1.5em including borders */
		top: -4px; /* shift up by another 2px for IE */
		}


hr /* use hr's as a clearing element */
	{
	visibility:hidden;
	clear:both;
	height:0;
	}

img
	{
	margin: 0.75em 0.75em 0.75em 1.5em;
	padding: 0.25em;
	border: 1px solid #9D9DFF;
	background:#FFFFFF;
	float: right;
	}

table
	{
	margin: 0 auto 1.5em;
	text-indent: 0em;
	}

table table
	{
	margin: 0 auto;
	}

td
	{
	vertical-align: top;
	padding: 0 2em 0 0;
	}	

/* END Default element styles - Add more specific styles below this point. */


/* simple 2 column layout - #main 'center', and #nav 'left'. #wrapper is their container. */
body
	{
	margin:0 100px 1.5em;
								/*		margin: 0 auto 1.5em;
										width: 700px;*/
	padding:0 0 0 11em;
	}

	* html #IEroot body
		{
		margin-right: 101px;		/* IE5.x/win */
		margin-\right: 100px;		/* IE6/win */
		margin-left: 101px;		/* IE5.x/win */
		margin-\left: 100px;		/* IE6/win */
		padding-left: 0;		/* IE5.x/win */
		padding-\left: 11em;		/* IE6/win */
		}

#wrapper
	{
	float:left;
	width:100%;	
	border-left:11em solid #00009d; /* The width and color of the left rail */
	margin: 1em 0 4.5em -11em;
	display:inline; /* So IE plays nice */ /* move this to * html #IEroot? */ 
	}

	* html #IEroot #wrapper
		{
		margin-left: 0;			/* IE5.x/win */
		margin-\left: -11em;		/* IE6/win */
		}

#main
	{
								/* 	float:left;
								/* float:left is needed for 3 column layout to work - but float:right and removing the then uneeded margin-right solves some IE layout issues when window is very narrow.
										margin-right:-100%; */
	padding:0 0 3em 0;
	float:right;
	width:100%;
	}

#nav
	{
	position: relative;
	float: left;
	width: 11em;
	margin-left: -11em;
	padding:0 0 3em 0;
	color: #FFF;
	background: #00009D url(/images/logo5.png) no-repeat;
	}

/*	* html #IEroot #nav
		{
		height: 20px;
		}
*/
#footer
	{
	margin: 0 0 0 -11em;
	clear:both;
	}

	* html #IEroot #footer
		{
		margin-left: 0;			/* IE5.x/win */
		margin-\left: -11em;		/* IE6/win */
		}

/* End simple 2 column layout*/

#banner
	{
	margin: 0;
	display: block;
	color: #FFF;
	background: #00009D url(/images/h3em5.png) repeat-x 0px 1px;
	border-right: 1px solid #00009D;
	}

#content
	{
	padding: 1em 36px 0;
	background: url(/images/corner.gif) no-repeat;
	}

	#IEroot #content
		{
		padding: 2.5em 36px 0; 
		}

#address
	{
	margin: 1.5em 36px 3em;
	padding: 3em 0;
	}

#content ul
	{
	margin: 0 3em;
	list-style: disc;
	}

#content li
	{
	color: #00009d;
	margin: 1.5em 0 0;
	}

#content li p
	{
	color: #000;
	}

#nav ul
	{
	position: relative;
	margin: 9.125em 0 0 0; /* =6 lines (needed 'cos '#nav a' has line-height of 1.5 lines (27px) - to look better*/
	padding: 0 0 3.375em 0; /* due to #nav links taking 1.5 lines, one of these is better than - */
/*	padding: 0 0 4.125em 0; /* - the other but only matters if #main is shorter than #nav */
	overflow: hidden;
								/*		position: relative;  for some reason this isn't needed to cancel the -1px below - text is ok already! :S
										top: 1px;*/
	}

	* html #IEroot #nav ul
		{
		height: 100%;
		}


#nav li
	{
	padding: 0 0 0 10px;
	background: url(/images/link-sep-l.gif) no-repeat 10px 0px;
	position: relative;
	top: -1px;
	}

#nav a, #nav a:link, #nav a:visited
	{
	display: block;
	color: #FFF;
	border-right: 5px solid #00009D;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 2.25em; /* =1.5 lines (every other line on grid) -works with odd lines 'cos nothing 'below' it (see #nav) */
	}

#nav a:hover, #nav a:focus
	{
	background-color: transparent;
	border-right: 5px solid #FFCE00;
	color: #ffff59;
	}

#nav a.current
	{
	border-right: 5px solid #FFCE00;
	}

#nav a abbr, #nav a acronym
	{
	border-bottom: dotted 1px #4e4eb1;
	}

	* html #IEroot #nav a abbr, * html #IEroot #nav a acronym
		{ 	/* IE can't do 1px dotted border (sigh): */
		border-bottom: none;
		}

.clear
	{
	height: 0px;
	clear: both;
	}

#footer p 
	{
	font-size: 0.8334em; /* ~10px */
	}

/*
#charity
	{
	padding: 0 0 1.25em;
	margin: 0 0 0.25em; /* (1.25+0.25)*12px = 18px */
/*	width: 11em;
	background: #00009D;
	color: #FFF;
	}
*/

/*
#charity p /* ~10px */
/*	{
	margin: 0;
	padding: 1.8em 5px 0 18px;
	}
*/
				/* --- 9px version of footer text. --- */
				/*
					#footer p { font-size: 0.75em; }
				
					#charity p /* 9px */
				/*		{
						margin: 0;
						padding: 2em 5px 0 18px;
						}

				/* --- end 9px footer. --------------- */
/*
#charity br 
	{
	display: none;
	}
*/
#legal, #design, #charity
	{
	margin: 0 0 1.5em 11em;
	}

#legal p, #design p, #charity p/* ~10px */
	{
	margin: 0 1em;
	padding: 0 1em;
	text-align: center;
	}

#charity p
	{
	color: #808080;
	}

#design
	{
	display: none;
	}

#design p
	{
	color: #60411f;
	}

#design a, #design a:link, #design a:visited
	{
	color: #60411f;
	background: none;
	border-bottom: 1px solid #b0a08f;
	}

#design a:hover, #design a:focus
	{
	color: #60411f;
	background: #e7e7FF;
	color: #000000;
	}

/* BEGIN hasLayout Fix ----------- Give these elements the mystery IE 'hasLayout'. To remove many IE display bugs! - Required for IE5-7 */


/*these need #IEroot adding to make them IE only! - Then we need to do separate mac hacks to feed IEmac properly as it won't read #IEroot commands */


	/* Give 'hasLayout'. (For IE5.5/6/7 )*/
	#IEroot h3, #IEroot h3 *, #IEroot #banner, #IEroot #nav, #IEroot #nav a
		{ display: inline-block ; }
	 /* Return 'display:block;' or 'display:inline;' to those that need it. 'hasLayout' is set now from rule above, and can't be removed again. */
	#IEroot h3, #IEroot h3 *, #IEroot #banner, #IEroot #nav, #IEroot #nav a
		{ display:block; }
	/* Give 'hasLayout'. (For IE5.0/5.5 - (doesn't harm IE6) ) */
	* html #IEroot h3,  * html #IEroot h3 *, * html #IEroot #banner, * html #IEroot #content, * html #IEroot #nav, * html #IEroot #nav li, * html #IEroot #nav a /* , * html #IEroot p, * html #IEroot wrapper */
		{ height: 1%; }


	/* Give 'hasLayout'. (For IE/mac only). | HIDE from browsers other than IE/mac--> \*//*/
	h3, h3 *, #banner, #nav, #nav a
		{ display: inline-block ; }
	h3 *, #banner, #nav a
		{ display:block; }
	 /* Return 'display:block;' or 'display:inline;' to those that need it with the 2nd rule. 'hasLayout' is set now from 1st rule and can't be removed again.
	(IE/mac should be left with 'inline-block' for objects that need float clearing...) */


/* END hasLayout Fix ----------------------------------------------- */



* html #IEroot *
	{
	position: relative !important;
	}




/* TESTING Aids below
	-------------------------------------------------------------*/
/*
body
	{
	background: #fff url(/images/underline.gif) repeat-x bottom left;
	}
/*
body#IEroot { 	background: #c00; } /* HACK IE */

/*
#wrapper{opacity: 0.5;}

div, table, td
	{
	border: 1px solid #0d0;
	}
*//*
p, tr
	{
	border: 1px dashed #e00;
	}
/*
#wrapper
	{
	border: 2px #0ff;
	}*/