html,body { margin: 0; padding: 0; height: 100%; /* needed for container min-height */ background: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 90%; color: #000; }
a { color: #ed1c24; text-decoration: underline; font-weight: bold; }
a:hover { color: #ed1c24; text-decoration: none; font-weight: bold;}
a, img, a img, img a { border: none; }
h1, h2, h3 { margin: 0px 0px 5px 0px; font-size: 150%; font-weight: bold; z-index: 0; color: #5a5a5a; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
p { margin: 10px 0px 10px 0px; }
form { margin: 0px 0px 0px 0px; }

#header-container { background-image: url('/images/header.jpg'); background-repeat: repeat-x; background-image: url(../images/header-repeater.jpg); background-repeat: repeat-x; }
#header { margin: 0px auto 0px auto; width: 960px; height: 152px; clear: both; color: #FFFFFF; background-image: url('/images/header.jpg'); }
#menu { margin: 0 auto 15px auto; width: 910px; height: 29px; clear: both; padding: 0px 0px 0px 50px; background-image: url(../images/menu-bg.gif); background-repeat: no-repeat; }
#content-container { width: 960px; margin: 0 auto; padding: 0px 0px 0px 0px; }
#wrap { background-image: url('/images/content-bg.gif'); background-position: center; background-repeat: repeat-y; }
#pagecontent { width: 710px; float: right; }
#sidebar { width: 230px; float: right; padding: 0px; margin: 0px 20px 0px 0px;  }
#footer-container { height: 70px; background: #3e3e3e; text-align: center; font-size: 90%; background-image: url('/images/footer-repeater.jpg'); background-repeat: repeat-x; }
#footer {width: 960px; height: 60px; padding: 10px 0px 0px 0px; color: #dadada; margin: 0 auto; text-align: left;}
#footer a { color: #dadada; text-decoration: underline; }
#footer a:hover { color: #dadada; text-decoration: none; }
#footer div { float: left; width: 500px; }
#footer img { float: right; margin-top: 20px; }

/* START OF CLEAR FIX FOR FOOTER TO SIT AT BOTTOM*/
html, body, #wrap {height: 100%;}
body > #wrap { height: auto; min-height: 100%; }
#footer-container { position: relative; margin-top: -70px; clear:both; }
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {display: block;}
#content-container { padding-bottom: 70px; }
/* END OF CLEAR FIX FOR FOOTER TO SIT AT BOTTOM*/

/* START OF NAV*/
#nav {
		width: 910px;
		height: 30px;					/* main menu width and bg colour */
		font-size: 11px;
	}

	#nav, #nav ul {
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}

	#nav a {
		display: block;
		margin: 0;
		font: bold 100% Arial, Helvetica, sans-serif;
		color: #FFF;
		/* background: #a6cb3b;  menu bg colour */
		text-decoration: none;
		text-align: left;
	}
	
	#nav1 a {
		/*width: 28px;   /* Change this to what ever value you like and of course you can repeat this for all the different menus */
		/*height: 22px;*/
		padding: 7px 30px 8px 45px;
	}
	#nav2 a {
		/*width: 28px;*/
		/*height: 22px;*/
		padding: 7px 30px 8px 0px;
	}
	ul#nav li ul li a{
		width: 140px;
		padding: 3px 0px 3px 8px;
	}
	#nav3 a {
		/*width: 28px;
		height: 22px;*/
		padding: 7px 30px 8px 0px;
	}
	#nav4 a {
		/*width: 28px;
		height: 22px;*/
		padding: 7px 30px 8px 0px;	     
	}
	#nav4 ul li a{
		width: 100px;
		padding: 5px 0px 0px 0px;
	}
	#nav5 a {
		/*width: 28px;
		height: 22px;*/
		padding: 7px 30px 8px 0px;	
	}
	#nav6 a {
		/*width: 28px;
		height: 22px;*/
		padding: 7px 30px 8px 0px;	
	}
	#nav7 a {
		/*width: 28px;
		height: 22px;*/
		padding: 7px 30px 8px 0px;	
	}
	#nav8 a {
		/*width: 28px;
		height: 22px;*/
		padding: 7px 30px 8px 0px;	
	}
	#nav9 a {
		/*width: 28px;
		height: 22px;*/
		padding: 7px 0px 8px 0px;	 
	}

	#nav a.parent {
		background: #FF9900 url(../images/rightarrow.gif) center right no-repeat; /* dropdown arrow and colour if 3rd dropdown */
	}

	#nav a:hover {
		color: #FFFFFF;
		/* background-color: #5d7d02;  rollover colour top menu */

	}

	#nav li {
		float: left;
		padding: 0;
		margin: 0;
	}

	#nav li.last_menu_item {
		border: none;
	}

	/* Show/Hide second level menus */
	#nav li ul {
		position: absolute;
		width: 12em;
		left: -999em;
		height: auto;
		margin: 0;
		z-index: 9999999;

	}

	#nav li li {
		width: 125px;
		margin: 0;
	}

	#nav li ul a {
			/* drop down width in pixels */
		background-color: #5a5a5a; /* drop down main menu colour */
		color: #FFFFFF;
		font-weight: 100;
		border: 0;
		text-align: left;
	}
	#nav li ul a:hover {
		   /* drop down width in pixels */
		background-color: #5a5a5a; /* drop down main menu colour */
		color: #dadada;
		font-weight: 100;
		border: 0;
		text-align: left;
	}

	#nav li:hover ul {
		left: auto;
	}

	#nav li ul ul {
		margin: -20px 0 0 148px;
	}		
			

	/* Hide third level menus */
	#nav li:hover ul ul, #nav li.sfhover ul ul {
		left: -999em;
	}

	/* Show third lever menus */
	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
		left: auto;
	}

	/* Important this bit as we are floating the menu */
	#content {
		clear: both;
	}
/* END OF NAV*/

/* Start Widgets */
.widget {
	margin: 0px 0px 10px 0px;
	width: 230px;
	position: relative;
}
.widget a { color: #333333; }
.widget .head {
	background-image: url('/images/widget_head.png');
	height: 21px;
	padding: 4px 0px 0px 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.widget .body {
	background-image: url('/images/widget_rep.png');
	padding: 2px 0px 2px 0px;
}
.widget .repeat, .widget .tick {
	margin: 3px 5px 3px 5px;
	padding: 2px 5px 2px 5px;
}
.widget .tick {
	position: absolute;
	top: 30px;
	left: 5px;
	width: 194px;
}
.widget .repeat.alt, .widget .tick.alt {
	background-color: #dadada;
}
.widget .foot {
	background-image: url('/images/widget_foot.png');
	height: 22px;
	padding: 2px 15px 0px 0px;
	text-align: right;
}
.widget .foot a { display: block; float: right; color: #dadada; margin-right: 5px; }
.widget .foot img { display: block; float: right; margin-top: 5px; }
/* End Widgets */

/* Start Calendar */
.cal .title td { background-color: #dadada; padding: 2px; font-weight: bold;}
.cal td { height: 20px;}
/* End Calendar */

.quicklink {
	background-image: url('/images/quicklink-bg.jpg');
	height: 21px;
	padding: 4px 0px 0px 30px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
}
.quicklink a { color: #dadada; text-decoration: underline; }
.quicklink a:hover { color: #dadada; text-decoration: none; }

