
body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #000044;
	background-image: none url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin: 0;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #0066FF;
	text-decoration: none;
	font-weight:inherit;
}
a:hover {
	color: #C01623;
	text-decoration: underline;
	font-weight:inherit;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #333333;
	border: 0;
	height: 1px;
}

p {
	margin:5px;
	}

/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #FFF;font-weight:normal;padding:2px 0 2px 5px;text-transform: uppercase;margin:5px 2px;}
h1  	{font-size:18px;background-color:#C01623;}
h2  	{font-size:15px;background-color:#062B9D;margin-top:10px;}
h3  	{color:#C01623;font-size:13px;padding:0;font-weight:bold;margin-left:5px;margin-top:10px;}
h4		{font-size:13px;letter-spacing:1px;color:#333333;font-weight:normal;padding:0;margin-left:5px;margin-top:8px;}
h5		{font-size:13px;color:#333333;font-weight:bold;padding:0;margin-left:5px;margin-top:8px;}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

ul, ol  {
  margin: 5px 0 5px 10px;
  padding-left: 1em;
  }
li  {
  margin: 0;
  padding: 0;
  }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 990px;
	margin: 5px auto 0 auto;
	padding: 0;
	background: #fff;
	border:10px solid #fff;
}
#extras {  /* objects outside main page (powered by etc) */
	width:900px ;
	margin: 0 auto;
	padding-bottom:10px;
	font-size: 80%;
	color: #666;
	padding:0;
	color:#FFF;
}
#banner {
	padding: 0px;
	text-align: left;
	background: #0D215C;
	font-weight: bold;
	height:279px;
	/*background-image: url(../images/banner_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;*/
	background-image:url(../images/banner.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	border:0;
}
#banner a, #banner h1, #banner h2	{color: #fff; margin:0;padding:0;}
* html #banner {clear:both;height:70px;} /* 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:Arial, Helvetica, sans-serif;
}

#sideColumn { /* Currently holds the login box */
	float: right;
	width: 280px;
	margin: 0px 0 0 0;
}
.side-box {
	width:268px;
	background-color:#e9ecee;
	border:1px solid #c7d2d8;
	margin:0 0 10px 0;
	padding:5px;
	}
	
#content { /* main content from the WYSIWYG goes in here */
	margin:5px 0 10px 0;
	padding: 2px 1px 5px 1px;
	text-align: left;
	clear: left;
	width:685px;
	border:1px solid #c7d2d8;
}
#contentContainer img {
	float:left;
	margin: 3px 8px 3px 0;
	border:1px solid #c7d2d8;
	padding: 5px;
	}  
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

.floating-box {
	float: left;
	width: 335px;
	margin: 5px 12px 10px 0px;
	font-size: 95%;
	border:1px solid #c7d2d8;
	padding: 2px 1px 5px 1px;
}

#footer {
	font-size: 90%;
	color: #FFF;
	border: 0;
	border-top:3px solid #CCCCCC;
	padding: 0px 0 0 30px;
	clear: both;
	background-color: #57C94F;
	background-image: url(../images/footer_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#footer a {color:#FFF; text-decoration:none; border:0;}
#footer a:hover {color:#FFF; text-decoration:underline;}


#coding 	{text-align:center;}
#coding a {color:#FFF; text-decoration:none; border-bottom: 0px dashed #FFF;}
#coding a:hover {color:#FFF; border-bottom: 1px dashed #FFF;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #0D215C;
	text-align: left;
	float: right;
	clear: left;
	width: 275px;
	margin:0px 0 0px 0;
	border: 0px solid #C01623;
	padding: 5px 0 0 0;
}

#search_box fieldset {
	border:0;
}

#search_box label {
	font-size:95%;
	float:left;
	padding: 3px 5px 0 0px;
	color:#FFF;
	font-weight:bold;
}

#search_string {
	width: 125px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px solid #FFF;
	color:#0D215C;
}

#search_submit {
	font-size: 90%;
	vertical-align: middle;
	background-color:#C01623;
	color:#FFF;
	height:20px;
	border:0;
	padding-bottom:3px;
	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:0px;
	height:30px;
	border-bottom: 3px solid #CCC;
	background:transparent;
}	


/* 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:transparent;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 30px;
	background-image:url(../images/menu_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color: #0D215C;
	border: 0;
	padding:0;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 3px 0 2px 0; 
	font-size: 11px; 
	text-transform: uppercase;
	width: auto;
	/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
@media screen and (-webkit-min-device-pixel-ratio:0){
                #nav ul {font-size: 10px; }
}
#nav ul li {float: left; color: #FFF; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background:transparent; padding: 5px 8px; border: 0; color: #FFF; font-weight: normal;text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: transparent; color: #C01623;}
#nav li a:active, #nav ul li a.active {background: transparent; color: #FFF;}

/* Current page Customisations*/
#nav li.menu-current a		{background: transparent; color: #C01623; border:0;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 0; }
#nav .menu li ul li {width: 12em; border:0;text-align: left; font-weight: normal; margin: 0px 0 0 4px; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #06146c; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {background: #1138b3; 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;
	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%;
}
/*  */


/* 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;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Contact Form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.required {
	color: #FF0000;
}
.field_title {
	font-size: 12px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 12px;
	width: 200px;
}
.textarea {
	font-size: 12px;
	width: 90%;
	height: 100px;
}
.field_heading {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 12px;
	width: 200px;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

