body { 
	padding: 15px 0px;
	background: #fff url(images/bg1.jpg) repeat scroll /*0% 50%;*/;
	color: #000;
	margin: 0;
}
body, input {
	font-size: 10pt;
	font-family: "georgia","times new roman",serif;
	/*color: #333333;*/
}

a:link, a:visited, a:active {
	color: #195000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #195000;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #195000;font-weight:normal;font-family: Arial, Times, serif;}
h1  	{font-size:2.2em;}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;font-weight:bold;}

form {margin: 0;}

blockquote 	{
	font-family:"georgia","Times New Roman", Times, serif;
	font-style:italic;
	border-left: 2px solid #195000;
	padding-left: 10px;
	font-size: 1em;
}

#main {
	width:/*90%;
	min-width: */760px;
	max-width: 960px;
	background: #fff;
	border: 7px solid rgb(255, 255, 255);
	margin: 0pt auto;
	z-index: 2;
	position: relative;
}
#upbg { background: rgb(255, 255, 255) url(images/bg2.jpg) repeat-x scroll /*0% 50%;*/;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 275px;
	z-index: 1;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
#header { background: rgb(43, 43, 43) url(images/topbg.gif) repeat-x scroll 0% 50%;
    position: relative;
    width: 100%;
    margin-bottom: 2px;
    height: 2.5em;
    }

#headercontent { padding: 0em 2em 1.3em;
    position: absolute;
    bottom: 0em;
    }
#headercontent h1 { font-weight: normal;
    color: rgb(255, 255, 255);
    font-size: 2.5em;
    }

#headercontent h1 sup { color: rgb(119, 119, 119);
    }

#headercontent h2 { font-size: 1em;
    font-weight: normal;
    color: rgb(170, 170, 170);
    }    
#headerpic { background: rgb(255, 255, 255) none repeat scroll 0%;
    position: relative;
    margin-bottom: 2px;
    height: 210px;
    }
#headerpic .left { position: absolute;
    left: 10px;
    width:60%;
    /*bottom: 1.2em;*/
    }

#headerpic .right { position: absolute;
    right: 10px;
    width:40%;
    top:0px;
    /*bottom: 1.2em;*/
    }
/* Search Box in banner */
#search { position: absolute;
    right: 2em;
    padding-right: 0em;
    top: 0.4em;
    }

#search input.text { border-style: solid none;
    border-color: rgb(0, 0, 0)/*rgb(119, 119, 119)*/;
    border-width: 1px 0px;
    padding: 0.15em;
    margin-right: 0.5em;
    vertical-align: middle;
    width: 10em;
    }

#search input.submit { border: 1px solid rgb(0, 0, 0);
    padding: 0.25em;
    background: rgb(0, 0, 0) url(images/buttonbg.gif) repeat-x scroll 0% 50%;
    font-weight: bold;
    font-size: 0.8em;
    color: rgb(242, 243, 222);
    vertical-align: middle;
    }
    
#content {
	padding: 0px 20px 0px 20px;
	text-align: justify;
	clear: both;
}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer { 
	background: rgb(255, 255, 255) url(images/border2.gif) repeat-x scroll 0em 2.5em;
	position: relative;
	height: 2em;
	clear: both;
	padding-top: 5em;
	font-size: 0.8em;
	text-align:center;
}
#footer .left { position: absolute;
    left: 2em;
    bottom: 1.2em;
    }

#footer .right { position: absolute;
    right: 2em;
    bottom: 1.2em;
    }

#extras {
  text-align:center;
	margin: 0 auto;
	font-size: 80%;
	padding: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:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {padding: 0em 1em;
    background: rgb(43, 43, 43) url(images/menubg.gif) repeat-x scroll left top;
    position: relative;
    height: 3.5em;
    margin-bottom: 2px;
}
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	/*menu font size 81%*/ font-size: 90%; 
	width: auto;
	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: transparent; padding: /*25*/22px 10px; padding-bottom: 4px; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #195000; color: #fff;text-decoration:underline;}
#nav li a:active, #nav ul li a.active {/*background: #195000;*/ color: #fff;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #195000; color: #fff; border-bottom: 2px solid #195000;}
#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: 1px solid #000; border-top: 0;*/ font-size: 100%;}
#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: 17em; /*submenu dropdown*/padding: 1em .1em .6em .4em; background: #195000; color: #fff; border: 0;font-size:.9em;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #fff; background: #195000; border: 0;}

/* 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: #fff; color: #000; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

#navbottom { background: #fff url(images/border1.gif) repeat-x scroll 0% 50%;
    height: 14px;
    margin-bottom: 10px;
    }
/* end menu */


/* Customise the Login Box */
#login-box { background: #fff; color:#000;text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; /*border: 1px solid #000;*/}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	color: #000;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #000;} /* 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;
}

/*  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;}


.rowOfBoxes {
  clear: both;
}

.quarter, .oneThird, .half, .twoThirds, .fullWidth {
  margin: 1em 0;
  float: left;
  /*border-left: 1px solid rgb(204,204,204);*/
}

.quarter {
  width: 21%;
  padding: 0 1.9%;
}

.oneThird {
  width: 28%;
  padding: 0 1.9%;
}

.half {
  text-align: justify;
  width: 46%;
  padding: 0 1.9%;
}

.twoThirds {
  text-align: justify;
  width: 63%;
  padding: 0 1.9%;
}

.fullWidth {
  text-align: justify;
  width: 96%;
  padding: 0 1.2em;
  border-left: none;
}

.filler {  /* use with an empty <p> element to add padding to the end of a text box */
  border: 1px solid white;
}
 
.noBorderOnLeft {
  border-left: none;
}

.dividingBorderAbove {
  /*border-top: 1px solid rgb(204,204,204);*/
}