BODY {color:#000;position:relative;margin:0;padding:0;background:#f1f1f2;font:12px Arial,Helvetica,sans-serif;background-image:url(../images/BG_body.jpg);background-position:top center;background-repeat:repeat-y;}
.accessibility,.topLink {display:none}
.clear {clear:both}
A {color:#000}
DIV#siteOffline {color:#FFF;padding:3px 5px;text-align:center;margin-bottom:10px;border-bottom:2px solid black;background:red;font:bold 12px Verdana,Arial,Helvetica,sans-serif}
PRE {border:1px solid red;margin:10px;padding:10px;color:#000;background:#FFC}

DIV#container {
	width:698px;
	margin:0 auto;
	padding-left:1px;
}

DIV#header {
	background-image:url(../images/BG_header.jpg);
	background-repeat:no-repeat;
	position:relative;
	height:167px;
}

H1#siteTitle {
	margin:0;padding:0;
	position:absolute;top:20px;right:20px;
}

H1#siteTitle A {
	margin:0;padding:0;
	display:block;width:181px;height:148px;
	background-image:url(../images/logo.gif);background-repeat:no-repeat;
}

H1#siteTitle A SPAN {
	display:none;
}

H2#strapLine {
	display:none;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop3.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.
=================================================================== */
/* style the outer div to give it width */
DIV#mainNav {font-size:0.85em;padding-left:60px;padding-top:10px;}

/* remove all the bullets, borders and padding from the default list styling */
DIV#mainNav ul {padding:0;margin:0;list-style-type:none; height:3em; background:#fff;}

/* style the sub-level lists */
DIV#mainNav ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
DIV#mainNav ul li {float:left;}

/* style the sub level list items */
DIV#mainNav ul ul li {display:block;width:12em;height:auto;position:relative;line-height:1em;margin-top:5px;}

/* style the links for the top level */
DIV#mainNav a, DIV#mainNav a:visited {display:block;float:left;height:100%;font-size:1em;text-decoration:none;color:#fff;background:#1557AD;padding:5px;margin-right:5px;border:1px solid #000;font-weight:bold;}

/* style the sub level links */
DIV#mainNav ul ul a, DIV#mainNav ul ul a:visited {display:block;background:#1557AD; color:#fff;width:12em;height:100%;line-height:1em; padding:0.5em 1em;}
DIV#mainNav ul table ul a, DIV#mainNav ul table ul a:visited  {width:14em; width:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
DIV#mainNav table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
DIV#mainNav ul ul table {left:-1px;}
DIV#mainNav ul ul table ul.left {margin-left:-1px;}

DIV#mainNav li:hover {position:relative;}
* html DIV#mainNav a:hover {position:relative;}

/* style the third level background */
DIV#mainNav ul ul ul a, DIV#mainNav ul ul ul a:visited {background:#ccc;}
/* style the fourth level background */
DIV#mainNav ul ul ul ul a, DIV#mainNav ul ul ul ul a:visited {background:#ddd;}
/* style the sub level 1 background */
DIV#mainNav ul :hover a.sub1 {background:#ccc;}
/* style the sub level 2 background */
DIV#mainNav ul ul :hover a.sub2 {background:#ddd;}

/* style the level hovers */
/* first */
DIV#mainNav a:hover {color:#000;background:#bbb;}
DIV#mainNav :hover > a {color:#000;background:#bbb;}
/* second */
DIV#mainNav ul ul a:hover{color:#000;background:#ccc;}
DIV#mainNav ul ul :hover > a {color:#000;background:#ccc;}
/* third */
DIV#mainNav ul ul ul a:hover {background:#ddd;}
DIV#mainNav ul ul ul :hover > a {background:#ddd;}
/* fourth */
DIV#mainNav ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
DIV#mainNav ul ul {visibility:hidden;position:absolute;height:0;top:2.2em;left:0;width:14em;}

/* position the third level flyout menu */
DIV#mainNav ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
DIV#mainNav ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
DIV#mainNav ul li:hover ul, DIV#mainNav ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
DIV#mainNav ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
DIV#mainNav ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
DIV#mainNav ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
DIV#mainNav ul :hover ul :hover ul :hover ul {visibility:visible;}

DIV#mainNav ul li a.navSelected {
	background-color:#FFDE00;
	color:#000;
}

/* END MENU STYLE */

DIV#pageContent {
	padding:0px 40px 80px 40px;
	line-height:1.5em;
	clear:both;
}

DIV#pageContent TABLE {
	background-color:#E7E7E7;
}

H2#pageTitle {
	display:none;
}

DIV#pageContent H1,DIV#pageContent H2,DIV#pageContent H4,DIV#pageContent H5,DIV#pageContent H6	{
	font-size:16px;
	margin-bottom:10px;
	margin-top:0px;
}
DIV#pageContent H3 {
	font-size:14px;
	margin-bottom:10px;
	color:#1557AD;
}

DIV#contactDetails {
	display:none;
}

DIV#footer {
	font-size:10px;
	padding: 0 5px;
	color:#555;
}

DIV#footer A {
	color:#555;
	text-decoration:none;
}

DIV#footer A:hover {
	text-decoration:underline;
}

DIV#site-footer {
	float:left;
	width:45%;
}

DIV#gwp-footer {
	float:right;
	width:45%;
	text-align:right;
}

