body { 
	background-color: #FFFFFF;
	font-family: 'Trebuchet MS', 'Arial', 'Sans-Serif';
	font-size: 12px;
	color: #0538C0;
	margin: 0px auto 20px auto;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat;
	background-position:top left;	
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #59CC4F;
	text-decoration: underline;
	font-weight:bold;
}
hr {
	margin: 5px auto;
	color: #FF6600;
	border: 0;
	border-top: 1px solid #FF6600;
	height: 1px;
	width:97%;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color:#FFF;font-weight:bold;font-family:"comic sans ms",arial,sans-serif;margin:20px 10px 5px 10px;}
h1  	{font-size:24px;margin:13px 10px 10px 10px;background-color:#3569FA;padding:5px;}
h2  	{font-size:20px;margin:13px 10px 10px 10px;background-color:#FF9933;padding:5px;}
h3  	{font-size:18px;margin:15px 10px 5px 10px;color: #3569FA;background-color:#59CC4F;padding:5px;clear:left;}
h4  	{font-size:16px;margin:15px 10px 5px 10px;color: #3569FA;background-color:#FF9933;padding:5px;}

p	{
	margin:5px 5px 5px 10px;
	font-family: 'Trebuchet MS', 'Arial', 'Sans-Serif';
	}

form {margin: 0;}

blockquote 	{
	font-family:"comic sans ms",arial,sans-serif;
	color: #FFF;
	border: 2px solid #fff;
	padding-left: 10px;
	font-size: 1.2em;
	background-color:#59cc4f;
}

img {
	float:left;
	border:2px solid #59CC4F;
	margin:0px 10px 10px 0;
	}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 925px;
	margin: 20px auto 0 auto;
	padding: 0;
	background: #ADFF9C;
	border: 1px solid #FFF;
}

#banner {
	padding: 0;
	text-align: left;
	background: #59CC4F;
	border-top: 0px;
	height:225px;
	font-family:"comic sans ms",arial,sans-serif;
}
* html #banner {clear:both;height:225px;} /* ie6 misbehaves again */

.content { 
	float: left;
	width: 665px;
	background-image:none url(images/blue_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding:0 0 10px 0;
	vertical-align:top;
	border:0px solid #3569FA;
	margin-left:5px;
	margin-bottom:5px;
	border-top:0;
}

#sideColumn { 
	margin-left: 680px;
	margin-right:5px;
	margin-top:50px;
	padding:1px 0 10px 0;
	text-align: justify;
	background-image:none url(images/orange_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	vertical-align:top;
	border:0px solid #FF9933;
	border-top:0;
}
* html #contentContainer .content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer .content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

.generic {
	border:0;
	width:100%;
	padding:0;
	margin:0;
	position: relative; /* Fix the Stupid IE6 Bug */
	}
.sidebox {
	border:0;
	width:95%;
	padding:0;
	margin:0;
	position: relative; /* Fix the Stupid IE6 Bug */
	}
#footer { 
	font-size: 100%;
	border: 0px;
	background-color:#3569FA;
	padding: 10px 5px 10px 5px;
	clear: both;
	text-align:center;
	font-family:"comic sans ms",arial,sans-serif;
	margin-top:5px;
	background-image: none url(images/orange_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#footer p{
	color:white;
	}

/*
#footer a {
	font-weight:bold;
	text-decoration:underline;
	font-family:"comic sans ms",arial,sans-serif;
	color:#003300;
	}
#footer a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#FD4B00;
	font-family:"comic sans ms",arial,sans-serif;
	}
 */

/* Search Box */
#search_box {
	color: #fff;
	text-align: center;
	margin:5px 0;
	width:90%;
	padding: 0 5px;
}
#search_box {
	float: right;
}
#search_box fieldset {border:0;float:right;}
#search_box label {display:none;}

#search_string {
	width: 150px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 2px solid #3569FA;
	color:#0066CC;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 100%;
	vertical-align: middle;
	padding: 0px 4px 4px 4px;
	background-color:#3569FA;
	color:#FFF;
	border:0px solid #009900;
	font-family:"comic sans ms",arial,sans-serif;
	font-weight:bold;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	####	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;border:0;	font-family: 'Trebuchet MS', 'Arial', 'Sans-Serif';
}


/* 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:#FFFF66;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	background: #59CC4F;
	border: 0;
	padding:0;
	height:26px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	font-size: 12px; 
	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: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #59CC4F; font-weight: normal;padding: 5px 10px; padding-bottom: 4px; border-left: 0px solid #000; border-bottom:0;border-right: 1px solid #FFF; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #ff9933; border-right: 1px solid #fff; color: #FFF;border-bottom:0;}
#nav li a:active, #nav ul li a.active {background: #ff9933; border-right: 1px solid #fff; color: #FFF;border-bottom:0;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #ff9933; color: #FFF; border-bottom: 1px solid #FFF;}
#nav li.menu-current a		{font-weight: normal;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 1px solid #FFF; font-size: 12px;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #59CC4F; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {background: #ff9933; border: 0; 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;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* 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%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	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 {
	text-transform: uppercase;
	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;}

