body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background: #333333 url(images/background.jpg) top center no-repeat fixed;
	margin: 0;
	padding:0px!important; /*this padding hack fixes things */
	padding:0px 0px 0px 1px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #666666;
	border: 0;
	border-top: 1px solid #666666;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {
	color: #666666;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-size:1.2em;
	font-weight:bold;
}
h2 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
form {
	margin: 0;
}
blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #333333;
	border-left: 2px solid #333333;
	padding-left: 10px;
	font-size: 1.2em;
}
abbr {
}
acroynm {
}
cite {
}
address {
}
strong {
}
em {
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #fff;
}
#banner {
	padding: 0px;
	text-align: left;
	background: url(images/header2.jpg) top left no-repeat;
	font-weight: bold;
	height: 290px;
	color:#CCCCCC;
	font-size:1.2em;
}
#banner a, #banner h1, #banner h2 {
	color: #fff;
	margin:0;
	padding:0;
}
* html #banner {
	clear:both;
	height:290px;
} /* ie6 misbehaves again */
#banner h1 {
	font-size: 3em;
	padding-top:6px;
} /* WEBSITE_TITLE */
#banner h2 { /* PAGE_HEADER */
	font-size: 0.8em;
	text-transform:uppercase;
	letter-spacing:8px;
	margin-top:-20px;
	padding-left:8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sideColumn { /* Currently holds the login box */
	float: left;
	width: 140px;
	margin: 10px;
	margin-top: 3px;
}
#content { /* main content from the WYSIWYG goes in here for rest of pages*/
	margin: 0;
	padding: 20px 30px 20px 30px;
	clear: right;
	min-height:400px;
}
#footer {
	font-size: 100%;
	color: #FFFFFF;
	padding: 10px 10px 20px 10px;
	margin:0;
	clear: both;
	background: #666666;
}
#footer a {
	color: #ffffff;
	text-decoration:none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#footer a:visited {
	color: #ffffff;
	text-decoration:none;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	margin-top: 30px;
	width: 200px;
}
#search_box fieldset {
	border:0;
}
#search_box legend, #search_box label {
	display:none;
}
#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {
	width: auto;
	display:block;
	clear:both;
}
/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* Header menu */	 
#header_menu {
	position: absolute;
	margin-left: 20px;
	background:#333333;
}
#header_menu li {
	line-height: normal;
}
ul#header_menu {
	z-index: 10;
	clear: both;
}
#nav {
	height: 27px;
	background:url(images/buttonarea.jpg) repeat-x;
	border: 0;
	padding:0;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {
	float: left;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
#nav ul li a {
	display: block;
	background: url(images/buttonback.jpg) top right no-repeat;
	padding: 5px 14px;
	padding-bottom: 5px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {
	background:url(images/buttonhov.jpg) repeat-x;
	color: #000000;
}
#nav li a:active, #nav ul li a.active {
	background:url(images/buttonover.jpg) repeat-x;
	color: #000000;
}
/* Current page Customisations*/
#nav li.menu-current a {
	background:url(images/buttonover.jpg) repeat-x;
	color: #000000;
}
#nav li.menu-parent a {
	background:url(images/buttonover.jpg) repeat-x;
	color: #000000;
}
#nav li.menu-current a {
}
/* 2nd Child menu */
#nav .menu li ul {
	position: absolute;
	width: 15em;
	margin: 0;
	display: none;
	text-transform: none;
	border: 1px solid #cccccc;
	font-size: 100%;
}
#nav .menu li ul li {
	width: 15em;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}
#nav .menu li ul a {
	width: 14.5em;
	padding: .6em .1em .6em .4em;
	background: #d0d0d0;
	color: #333333;
	border: 0;
}
/* 2nd Child link hover */
#nav .menu li ul a:hover {
	background: #666666;
	color: #ffffff;
}
/* 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;
}
/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a {
	width: 14.5em;
	padding: .6em .1em .6em .4em;
	background: #a09d9d;
	color: #333333;
}
/* Positioning the Pop-out Drops */
#nav li {
	position: relative;
}
#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}
/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#login-box {
	background: #eee;
	text-align: center;
	line-height: 140%;
	margin: 1em 0 0.3em 0;
	border: 1px solid #ddd;
}
#login-box fieldset {
	border:0;
	text-align:center;
}
#login-box legend {
	font-size: 90%;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {
	color: #009;
} /* Color of name when logged in*/
.topboxbody {
	font-size:0.8em;
	padding:2px;
}
#login-box input {
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	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 */
/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important {
	font-weight:bold;
	color:#f00;
}
.code {
	font-family: "Courier New", Courier, mono;
	color:#093;
	letter-spacing: 1px;
}
.info-box {
	border: 1px solid #cc3;
	background-color:#F9F8E2;
	padding:4px;
}
form {
	margin: 0;
	padding: 0;
}
input {
	padding: 2px;
	border:1px solid #5f5833;
	font: normal 1em Verdana, sans-serif;
	color:#000000;
}
textarea {
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #5f5833;
	height:100px;
	display:block;
	color:#000000;
}
.latestnews {
	background: #f2e9b8 url(images/latestnewsback.jpg) left top repeat-x;
}
.specialsdark {
	background:#666666;
	font-size: small;
	color:#ffdb59;
	padding:10px;
}
.specialsbody {
	background: #ffdb59;
	font-size:x-small;
	color:#333333;
	padding:10px;
}
.specialsbody ul {
	padding:0;
	margin: 5px 0 5px 15px;
	list-style: circle;
}
#accordion {
	margin:0px; 
	padding:0px;
	width:500px; 
	border:1px solid #58595b; 
	background-color:#ffdb59;
;
	}

h3.toggler {
cursor: pointer;
margin: 0px;
color: #58595b;
padding: 5px 0px 2px 5px;
background-image: url("AccordionTab0.gif");
font-family: verdana, arial, sans-serif;
font-weight: bold;
border-left:1px solid #FFF;
border-right:1px solid #FFF;
height:22px;
}
h3.toggler:hover   { 
	background-image: url("AccordionTab2.gif"); 
	color: #FFF;
	}
h3.NotActiveBgImage {
	background-image: url("AccordionTab0.gif");
	color: #58595b;
	height:22px;
}
h3.ActiveBgImage {
	background-image: url("AccordionTab2.gif");
	color: #FFF;
	height:22px;
}
div.element	{
	padding: 0px 10px 0px 10px;
	margin:0px;
}