/* Start of CMSMS style sheet 'EBCD' */
body {
	font: 80% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EFEFE8;
}
.oneColFixCtr #container {
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	width: 100%;
	background-color: #EFEFE8;

}
.oneColFixCtr #mainContent {
	width: 920px;
	margin: 0px auto;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-image: url(upload/images/siteimg/pagebg.gif);
}
#footcontainer {
	width: 920px;
	margin: 0px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(upload/images/siteimg/footer_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
#header {
	width:100%;
	border-bottom: 5px solid #00476B;
	padding-bottom: 0px;
	background-color: #E6E3D6;
	padding-top: 0px;
	height: 160px;
	position: relative;
	z-index: 0;
	}
#header_content {
	width:100%;
	height:160px;
	background-color: #E8E8DE;
	border-bottom: 5px solid #00476B;
	}
#header_over {
	position: absolute;
	z-index: 2;
	top: 0px;
	margin-top: 20px;
	}
#navigation {
	width:910px;
	background-color: #095174;
	padding-left: 10px;
	height: 25px;
	}
#txtcontainer {
	width:690px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding: 10px 0px 0px 10px;
	float: left;
	background-image: url(upload/images/siteimg/txt_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	}
#txtcontainer_close {
	width:100%;
	background-position:right;
	background-repeat:no-repeat;
	background-position:right;
	height:30px;
	}
#columnone {
	width:490px;
	float:left;
	padding-top: 10px;
	}
#columnone_a {
	float:left;
	width:240px;
	}
#columnone_b {
	float:left;
	padding-left:10px;
	width:240px;
	}
#columntwo {
	width:190px;
	float:right;
	margin: 10px 0px 10px 10px;
	}
#sidecontainer {
	width:210px;
	margin-left: 0px;
	padding: 10px 0px 0px 10px;
	float: left;
	background-color: #E8E8DE;
	background-image: url(upload/images/siteimg/side_bg.gif);
	background-repeat: repeat-x;
	}
#sidecontainer_close {
	width:100%;
	background-image:url(upload/images/siteimg/side_close_dark.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:30px;
	}

#columnthree {
	width:200px;
	float:left;
	padding-top: 10px;
	}

a:link, a:visited, a:active {
	color: #095174;
	text-decoration: underline;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #095174;
}

#search {
	width: 210px;
	float: right;
	}
#search input {
	margin-top:1px;
	color:#095174;
	background-color:#EFEFE8;
	border:none;
	height:17px;
	}

#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	width:600px;
	list-style: none;
	float: left;
	height:15px;
}
#nav a {
	display: block;
	width: 90px;
	color: #EFEFE8;
	padding:5px 0px 5px 10px;
	text-decoration: none;
	font-weight: bold;
	height:15px;
	line-height:15px;
	font-size:11px;
}
#nav a.daddy {
	font-size:11px;
}
#nav a.parent {
	font-size:11px;
	}
#nav a.parent:hover {
	font-size:11px;
	}
#nav a.parent_nooptions {
	font-size:11px;
	}
#nav a.parent_nooptions:hover {
	font-size:11px;
	}	
#nav li {
	float: left;
	padding: 0;
	width: 100px; /*li = width of the nav a + any padding*/
	background-color:#095174;
	border-right:1px solid #EBE8DE;
	color:#EBE8DE;
	}
#nav li a:active {
	color:#CECCBC;
	background-color: #000033;
	}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 191px;
	font-weight: normal;
	font-size:11px;
	margin: 0;
}
#nav ul li h3, #nav ul h3, #nav h3 { /*This is the active heading */
	line-height:15px;
	font-size:11px;
	color:#FFFFFF;
	background-image:url(upload/images/siteimg/arrow.gif);
	background-repeat:no-repeat;
	margin: 0;
	padding:5px 0px 5px 10px;
}

/*
#nav ul li h3 {
	display: block;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	line-height: 4px;
	font-size:10px;
	height:0.25em;
	padding-left:10px;
}
*/
#nav li li {
	padding-right: 10px;
	width: 191px; /*seems to add on padding*/
/*	background-color:#32CD32; Background colour of list sub-list items  */
	color:#095174; 
	border-bottom:1px solid #095174;

}
#nav li li a:hover {
	color:#095174; 
	background-color:#0099CC;
	}
#nav li ul a {
	width: 191px;
	background-color: #EBE8DE;
	color:#095174;

}

#nav li ul ul {
	margin: -25px 0 0 181px;
	color:#095174;

}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: #0099CC;
	color: #095174;
	}
ul li.currentpage {
	color: #095174;
	background-color:#CECCBC;
	}

#footer {
		font-size:90%;

}
#header img {
	border:0px;
	}

#columntwo img {
	border:0px;
	margin-bottom:5px;
	}
		

h1 {
	font-family:Helvetica, sans-serif;
	font-size:1.4em;
	color:#095174;
	letter-spacing:75%;
	}
h2 {
	font-family:Helvetica, sans-serif;
	font-size:1.2em;
	color:#0099CC;
	letter-spacing:75%;
	}
#extra {
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:700px;
	}

#extra_close {
	width:100%;
	background-image:url(upload/images/siteimg/extra_bottom.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:30px;
	padding-top: 30px;
	}
#extra_a {
	padding:10px 0px 10px 10px;
	float:left;
	width:240px;
	}
#extra_b {
	float:left;
	padding:10px 0px 10px 10px;
	width:240px;
	}
#extra_c {
	float:left;
	padding:10px 0px 10px 10px;
	width:190px;
	}

/* End of 'EBCD' */

