HTML, BODY
{
	background: #5C5A5B;
	margin:0 0 5px 10px;
	padding: 0;
	height: 100%;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#main
{
/*Holds the page items in place*/
	width: 980px;
	min-height: 99%;
	margin: 0 auto;
	padding: 0;
	background: #000 url(img/mainbg.gif) repeat-y;
}
#header
{
	height: 200px;
	background: #FFF url(img/header.jpg) no-repeat;
}
#pageheader
{
	padding: 30px 120px 0 300px;
}
#pageheader STRONG
{
	font-size: 16px;
}
#breadcrumbs
{
	height: 40px;
	background: #000 url(img/header.gif);
	clear: both;
}
#breadcrumbs SPAN
{
	background: transparent url(img/link.gif) no-repeat;
	padding: 6px 2px 0px 12px;
	font-weight: bold;
}
#breadcrumbs A
{
	border-bottom: 1px dotted #5A3B63;
	text-decoration: none;
}
#breadcrumbs A:hover
{
	border-bottom: 1px solid #5A3B63;
}
#breadcrumbs .menu-current A
{
	color: #000000;
}
#infobox
{
/*Currently holds the login box*/
	float: right;
	display: inline;
	width: 233px;
	margin-right: 40px;
}
#innerinfo
{
	margin-bottom: 20px;
}
#content
{
/*main content from the WYSIWYG goes in here*/
	width: 630px;
	float: left;
	display: inline;
	margin-left: 35px;
}
#rightbox
{
	width: 180px;
	float: left;
	display: inline;
	margin-left: 20px;
}
.clearcontent
{
	height: 10px;
	clear: both;
}
#footerbox
{
	margin: 0 auto;
	height: 61px;
	width: 980px;
	background: url(img/footer.gif) no-repeat;
}
#footer
{
	color: #fff;
	padding: 45px 0;
	text-align: center;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Search Box in header*/
#search_box
{
	color: #FFF;
	text-align: right;
}
#search_box
{
	float: right;
	clear: right;
	width: 150px;
	padding: 10px 0 0;
}
#search_box .searchstring
{
	width: 100px;
	border: 1px solid #333;
}
#prevnext
{
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	color: #FFF;
	font-weight: bold;
}
#prevnext A
{
	color: #FFF;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
####    Header Menu #####
#######################

Horizontal Drop-Down Menu based off :
http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#navContainer
{
	height: 30px;
	display: block;
	clear: both;
	background: #7A7D8C url(img/navbg.gif) repeat-x scroll 0 0;
	margin-left: 15px;
	width: 943px;
	
}
/*Remove List Formattings
~~~~~~~~~~~~~~~~~~~~*/
UL.menu, LI.menu
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/*Header menu*/
#header_menu
{
	position: absolute;
	margin-left: 20px;
}
#header_menu LI
{
	line-height: normal;
}
UL#header_menu
{
	z-index: 10;
	clear: both;
}
#nav
{
	float: left;
	height: 30px;
	border: 0;
	padding: 0;
}
#nav UL
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: relative;
	list-style-image: none;
}
/*Root Level Link Formatting*/
#nav UL LI
{
	float: left;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	list-style-type: none;
	list-style-image: none;
}
#nav UL LI A
{
	display: block;
	background: url(img/navbgl1.gif) no-repeat right 0px;
	padding: 8px 14px 7px 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
/*Root Level link hover*/
#nav UL LI A:hover, #nav LI A:focus, #nav LI A:active, #nav UL LI A.active, #nav A.menu-current
{
	background: url(img/navbgl1hi.gif) right 0px;
	color: #FFF;
}
#nav A.menu-parent
{
	background: url(img/navbgl0parent.gif) right 0px;
	color: #FFF;
}
/*Current page Customisations*/
#nav A.menu-current
{
	font-weight: bold;
}
#nav .menu .home A
{
	display: block;
	width: 2px;
	height: 30px;
	background: #7290A7 url(img/home.gif);
	margin: 0;
	padding: 0;
}
/*2nd Child menu*/
#nav .menu LI UL
{
	position: absolute;
	width: 11em;
	margin: -1px 0 0 -1px;
	display: none;
	text-transform: none;
	border-bottom: 1px solid #5A3B63;
	font-size: 100%;
	background: #808080 url(img/ulbg3.jpg) no-repeat right 0px;
}
#nav .menu LI UL LI
{
	width: 11em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
#nav .menu LI UL LI A
{
	width: 10.5em;
	padding: 0.3em 0.1em 0.3em 0.4em;
	color: #FFF;
	border-top: 1px solid #5A3B63;
	font-weight: normal;
	background: none;
}
/*2nd Child link hover*/
#nav .menu LI UL A:hover, #nav .menu LI UL A.menu-current
{
	background: #7290A7 url(img/navbgl1hi.gif);
	color: #FFF;
	font-weight: bold;
}
#nav .menu LI UL A.menu-parent
{
	background: #7290A7 url(img/navbgl1parent.gif) right 0px;
	color: #FFF;
}
/*Show and hide*/
#nav .menu LI:hover UL, #nav .menu LI A:focus UL, #nav .menu LI.subMenu UL
{
	display: block;
}
#nav .menu LI UL UL
{
	display: none;
}
#nav .menu LI:hover UL UL, #nav .menu LI.subMenu UL UL
{
	display: none;
}
#nav .menu LI:hover>UL, #nav .menu LI LI:hover>UL, #nav .menu LI.subMenu>UL, #nav .menu LI LI.subMenu>UL
{
	display: block;
	z-index: 1000;
}
/*3rd Child Menu Appreances*/
#nav .menu LI UL LI UL
{
	margin: 10px 0 0 -40%;
	z-index: 9999;
	background: #808080 url(img/ulbg3.jpg) no-repeat right 0px;
}
#nav .menu LI UL LI UL LI
{
	width: 11em;
}
#nav .menu LI UL LI UL LI A
{
	width: 10.5em;
}
/*4rd Child Menu Appreances*/
#nav .menu LI UL LI UL LI UL
{
	width: 9em;
	background: #808080 url(img/ulbg3.jpg) no-repeat right 0px;
}
#nav .menu LI UL LI UL LI UL LI
{
	width: 9em;
}
#nav .menu LI UL LI UL LI UL LI A
{
	width: 8.5em;
}
/*Positioning the Pop-out Drops*/
#nav LI
{
	position: relative;
}
#nav UL UL UL
{
	position: absolute;
	top: 1px;
	left: 100%;
}
/*IE6 only
*html #nav .menu li ul li ul {margin-left:0 ! important;}
IE7 only
*+html #nav .menu li ul li ul {margin-left:0 ! important;}
ul class="ullev1" , sorry doesnt work
#nav .ullev1  {z-index: 1000 ! important; background: #4b4c4d;}
#nav .ullev2  {z-index: 2000 ! important; background: #4b4c4d;}
#nav .ullev3  {z-index: 3000 ! important; background: #4b4c4d;}

Better:*/
#nav LI:hover
{
	z-index: 10000;
/*...and here. this makes sure active item is always above anything else in the menu*/
	white-space: normal;
/*required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work*/
}
/*end menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Customise the Login Box*/
#login-box
{
	padding-top: 5px;
}
#login-box FIELDSET
{
	border: 0;
	text-align: center;
}
#login-box LEGEND
{
	font-size: 90%;
	color: #333;
}
.username
{
	color: #009;
}
/*Color of name when logged in*/
.topboxbody
{
	font-size: 0.8em;
	padding: 2px;
}
#login-box LABEL
{
	clear: left;
	width: 100px;
	display: block;
	float: left;
}
#login-box INPUT
{
	display: block;
	float: left;
	font-size: 10px;
	margin: 2px auto 1px;
	width: 100px;
}
#login-box DIV
{
	clear: left;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Float containers fix:*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*\*/
* HTML #clearfix
{
	height: 1%;
}
/**/
.stealth
{
	visibility: hidden;
	display: none;
}
/*hides from normal css enabled browsers*/
