html,body { margin: 0; padding: 0; height: 100%; /* needed for container min-height */ background: #2b3088; font-family: Arial, Helvetica, sans-serif; font-size: 90%; color: #000; }
a { color: #2b3088; text-decoration: underline; font-weight: bold; }
a:hover { color: #2b3088; text-decoration: none; font-weight: bold;}
a, img, a img, img a { border: none !important; }
h1, h2, h3 { margin: 0px 0px 5px 0px; color: #2b3088; font-size: 150%; font-weight: bold; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
p { margin: 0px 0px 10px 0px; }
form { margin: 0px 0px 0px 0px; }

#header-container { }
#header { margin: 0 auto 0 auto; width: 960px; height: 146px; clear: both; color: #FFFFFF; background-image: url('/images/header.jpg'); }
#menu { margin: 0 auto 15px auto; width: 960px; height: 44px; clear: both; padding: 0px; background-image: url(../images/menu-bg.jpg); background-repeat: no-repeat; }
#content-container { width: 924px; margin: 0 auto; padding: 0px 18px 0px 18px; }
#wrap { background-image: url('/images/content-bg.gif'); background-position: center; background-repeat: repeat-y; }
#pagecontent { width: 674px; float: left; margin: 0px 20px 0px 0px; }
#sidebar { width: 230px; float: left; padding: 0px; }
#footer-container { height: 70px; background: #2b3088; text-align: center; font-size: 90%; }
#footer {width: 942px; height: 52px; padding: 18px 0px 0px 18px; color: #9598c4; margin: 0 auto; text-align: left; background-image: url(../images/footer-bg.jpg); background-repeat: no-repeat; }
#footer a { color: #9598c4; text-decoration: underline; }
#footer a:hover { color: #9598c4; text-decoration: none; }
#footer div { float: left; width: 600px; }
#footer img { float: right; margin-top: 20px; padding: 0px 18px 0px 0px; }

/* 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: 960px;
		height: 35px;					/* main menu width and bg colour */
		font-size: 12px;
	}

	#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: center;
	}
	
	#nav1 a {
		/* width: 22px;    Change this to what ever value you like and of course you can repeat this for all the different menus */
		padding: 8px 30px 20px 28px;
	}
	#nav2 a {
		width: 58px;
		padding: 8px 30px 6px 0px;
	}
	#nav3 a {
		padding: 8px 30px 20px 0px;
	}
	#nav4 a {
		width: 58px;
		padding: 8px 30px 6px 0px;	     
	}
	#nav5 a {
		padding: 8px 30px 20px 0px;
	}
	#nav6 a {
		padding: 8px 30px 20px 0px;
	}
	#nav7 a {
		width: 58px;
		padding: 8px 30px 6px 0px;
	}
	#nav8 a {
		padding: 8px 30px 20px 0px;
	}
	#nav9 a {
		padding: 8px 30px 20px 0px;
	}
	#nav10 a {
		padding: 8px 0px 20px 0px;
	}
	ul#nav li ul li a{
		width: 167px;
		padding: 3px 0px 3px 8px;
	}

	#nav a.parent {
		background: #FF9900 url(../images/rightarrow.gif) center right no-repeat; /* dropdown arrow and colour if 3rd dropdown */
	}

	#nav a:hover {
		color: #fccb09;
		/* background-color: #5d7d02;  rollover colour top menu */

	}
	
	#nav li a img { display: block;}

	#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: #54589f; /* drop down main menu colour */
		color: #FFF;
		font-weight: 100;
		border: 0;
		text-align: left;
	}
	#nav li ul a:hover {
		   /* drop down width in pixels */
		background-color: #54589f; /* drop down main menu colour */
		color: #fccb09;
		font-weight: 100;
		border: 0;
		text-align: left;
	}

	#nav li:hover ul {
		left: auto;
	}

	#nav li ul ul {
		margin: -21px 0 0 175px;
	}		
			

	/* 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 15px 0px;
	width: 230px;
	position: relative;
}
.widget a { color: #223a66; }
.widget .head {
	height: 22px;
	padding: 6px 0px 0px 10px;
	background-image: url('/images/widget_head.png');
}
.widget .body {
	background-image: url('/images/widget_rep.png');
	padding: 2px 0px 2px 0px;
	color: #FFFFFF;
}
.widget .body .titles td { color: #000000; }
.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: #FFF;
	color: #000;
}

.widget .foot {
	background-image: url('/images/widget_foot.png');
	height: 22px;
	padding: 2px 10px 0px 0px;
	text-align: right;
}
.widget .foot a { display: block; float: right; color: #FFF; margin-right: 5px; }
.widget .foot img { display: block; float: right; margin-top: 5px; }
/* End Widgets */

/* Start Calendar */
.cal { color: #000000; }
.cal .title td { background-color: #8083b8; padding: 2px; font-weight: bold; color: #FFF; }
.cal .titles td { color: #000; }
.cal td { height: 20px; }
.cal td a { color: #000000; }
.calendarfloat { margin: 10px 0px 0px 20px; }
/* End Calendar */

div.homeboxnew {
	margin: 2px 8px 5px 8px;
}
#page_title { width: 661px;}
#contact { margin: 30px 0px 0px 0px; }
#kids-zone { width: 230px; height: 165px; clear: both; margin: 0px 0px 20px 0px; text-align: center; }

