html,body { margin: 0; padding: 0; height: 100%; /* needed for container min-height */ background: #fffcdb; font-family: Georgia, "Times New Roman", Times, serif; font-size: 90%; color: #000; }
a { color: #011e63; text-decoration: underline; font-weight: bold; }
a:hover { color: #011e63; text-decoration: none; font-weight: bold;}
a, img, a img, img a { border: none !important; }
h1, h2, h3 { margin: 0px 0px 5px 0px; color: #011e63; 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 { background-image: url('/images/header-repeater.jpg'); background-repeat: repeat-x; }
#header { margin: 0 auto 0 auto; width: 960px; height: 151px; clear: both; color: #FFFFFF; background-image: url('/images/header.jpg'); }
#menu { margin: 0 auto 20px auto; width: 960px; height: 36px; clear: both; padding: 0px; background-image: url(../images/menu-bg.jpg); background-repeat: no-repeat; }
#content-container { width: 960px; margin: 0 auto; padding: 0px 0px 0px 0px; }
#wrap { background-color: #fffcdb; }
#pagecontent { width: 690px; float: left; margin: 0px 20px 0px 0px; }
#sidebar { width: 230px; float: left; padding: 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: 55px; padding: 15px 0px 0px 0px; color: #808fb1; margin: 0 auto; text-align: left;}
#footer a { color: #808fb1; text-decoration: underline; }
#footer a:hover { color: #808fb1; text-decoration: none; }
#footer div { float: left; width: 500px; }
#footer img { float: right; margin: 20px 20px 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; }
#page_content {width: 688px; height: 400px; border: 1px solid #CCCCCC;}
/* END OF CLEAR FIX FOR FOOTER TO SIT AT BOTTOM*/

/* START OF NAV*/
#nav {
		width: 960px;
		height: 36px;					/* 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% Georgia, "Times New Roman", Times, 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: 3px 30px 17px 0px;
	}
	#nav2 a {
		width: 66px;
		padding: 3px 30px 3px 0px;
	}
	#nav3 a {
		padding: 3px 30px 17px 0px;
	}
	#nav4 a {
		padding: 3px 30px 17px 0px;	     
	}
	#nav5 a {
		padding: 3px 30px 17px 0px;
	}
	#nav6 a {
		width: 55px;
		padding: 3px 30px 3px 0px;
	}
	#nav7 a {
		width: 45px;
		padding: 3px 0px 3px 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: #011e63;
		/* 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: #d2cfae; /* 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: #d2cfae; /* drop down main menu colour */
		color: #011e63;
		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: #a7a483; 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 */

#page_title { width: 678px; }
.blogentry { background-color: #fffcdb; border: 1px solid #a7a483; }

