/* standard link styles */
a:link {
	text-decoration: underline;
	color: #333366;

}
a:visited {
	text-decoration: underline;
	color: #333366;
}
a:hover {
	text-decoration: none;
	color: #333366;
}
a:active {
	text-decoration: none;
	color: #333366;
}

/*------------- maintain current link down state ------------------------------------------ */

#one #nav-one a {
	background: #333366; color: #fff;
}
#two #nav-two a {
	background: #333366; color: #fff;
}
#three #nav-three a {
	background: #333366; color: #fff;
}
#four #nav-four a {
	background: #333366; color: #fff;
}
#five #nav-five a {
	background: #333366; color: #fff;
	border-right:none; 
}
#one #nav-one a:hover {
	background: #333366;
}
#two #nav-two a:hover {
	background: #333366;
}
#three #nav-three a:hover {
	background: #333366;
}
#four #nav-four a:hover {
	background: #333366;
}
#five #nav-five a:hover {
	background: #333366;
}
#nav a:active {
	background: #333366;
	color: #fff;
	}
	
/*--------------style for active dropdown lists to format correctly on handover-----------------*/
 
#nav #nav-one li a{
	background: #b4ccd9; color: #000;
	}
#nav #nav-one li a:hover{
	background-color:#333366;
	color: #fff;
	}
#nav #nav-two li a{
	background: #b4ccd9; color: #000;
	}
#nav #nav-two li a:hover{
	background-color:#333366;
	color: #fff;
	}	
#nav #nav-three li a{
	background: #b4ccd9; color: #000;
	}
#nav #nav-three li a:hover{
	background-color:#333366;
	color: #fff;
	}
#nav #nav-four li a{
	background: #b4ccd9; color: #000;
	}
#nav #nav-four li a:hover{
	background-color:#333366;
	color: #fff;
	}
#nav #nav-five li a{
	background: #b4ccd9; color: #000;
	}
#nav #nav-five li a:hover{
	background-color:#333366;
	color: #fff;
	}
	
/*------------- right hand content area ------------------------------------------ */
.special{
	right: 10px;
	width:  200px;
	background-color: #b4ccd9;
	float: right;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.footer {
	background: #ffffff center;
	padding: 1px 5px 6px;
	height: auto;
	margin: 5px 5px 5px 0px;
	clear: both;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-align: center;
	border-top: 1px solid #333366;
	
}

.spec_header { 
background: #333366 no-repeat 100% 0;
width: auto; 
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; 
font-weight:bold; 
color: #FFFFFF; 
text-align: left; 
text-indent: 10px; 
height: auto; 
padding-top: 5px; 
padding-bottom: 5px; 
padding-left: 5px; 
}

#specialcontent {
	margin-top: 4px;
	margin-left: 10px;
	padding-bottom:0px;
	z-index: 0;
	margin-right: 5px;
	line-height: normal;
	margin-bottom: 5px;
	}
	
/*------------- text styles - you can edit these to suit the sites schema ------------------------------------------ */
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
	background-color: #b4ccd9;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366CC;
	font-weight: bold;
}

.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #AE3F8E;
	background-color: #b4ccd9;
	margin-right: 205px;
}
.style6 {	color: #AE3F8E;
	font-weight: bold;
	font-size: 12px;
}
.note {
	font-size: 90%;
	color: #666666;
}

body {
	background-color: #FFFFFF;
	margin-top:9px;
}

#banner {
 	background: url(../images/slice.jpg) repeat;
	height:120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear:right;
}

/* ----------------------main nav bar headings----------------------- */
#nav {
	background:#b4ccd9;
	font-weight: bold;
	float: left;
	border-left: #333366 0px solid;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
	line-height:normal;
	z-index: 3000;
}

#nav a {
	font-color: #333366;
	padding-right: 2em; 
	display: block; 
	padding-left: 2em; 
	padding-bottom: 0.25em; 
	width: auto; 
	padding-top: 0.25em; 
	text-decoration: none;
	z-index: 1;
	
}

#nav ul {
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	float: left;
	padding-bottom: 0px;
	margin: 0px 0px 1em;
	width: 35em;
	line-height: normal;
	padding-top: 0px;
	list-style-type: none;
	background-color: #b4ccd9;
	border: 1px none #fff;
	z-index: 1;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #333366;
	z-index: 1;	
}

#nav li {
	float: left;
	width: auto;
	padding: 0px;
	z-index: 1;
	background-color: #b4ccd9;	
}

#nav li ul {
	font-size: 10px;
	font-weight: normal;
	left: -999em;
	margin: 0px;
	padding-right: 0px;
	width: 15em;
	position: absolute;
	height: auto;
	border: 1px solid #fff;
	background-color: #b4ccd9;
	z-index: 1000;
	display: inline;
}


#nav li ul a {
	font-size: 10px;
	float:left;
	width: 15em;
	padding-right: 4px;
	z-index: 1000;
	display: inline;

	
}
#nav li ul ul {
	margin: -1.75em 0px 0px 15em
}

#nav li:hover ul {
	left: auto;
	z-index: 1000;
	
	
}
#nav li a:active  {
	left: auto;
	z-index: 1000;
	
}

#nav li.sfhover ul {
	left: auto;
	text-color: #333366;
	z-index: 1000;
}


#nav li.sfhover a:hover{
	text-color: #333366;
	background-color: #333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1000;
		
}
#nav li.sfhover a:hover {
	background-color: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1000;
	
}
#nav li a {
	background-color: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333366;
	z-index: 1000;	
}
	
	/* table styles */
.odd {
	background-color: #b4ccd9;
}
.even {
	background-color: none;
	border: 1px solid #999999;
}
.header {
	background-color: #333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.table_border {
	border: 1px solid #999999;
	padding-bottom: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.photo {
	border: 1px solid #999999;
}
.divider {
	border-right-color: #efebde;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
}

/*------------- navigation bar ------------------------------------------ */
#navigation {
	z-index: 1000;
	width: auto;
	margin-bottom: 0px;
}


/*------------- left hand content area ------------------------------------------ */
/*-------- Internet Explorer does not recognise min-height. The easiest solution is to add the expression function. Set this to what ever minimum height you need ( if any) It has been set to 350px by default -------------  */
.leftcontent {
	float:left;
	width: 185px;
	clear: right;
	position: relative;
	height: expression('625px');
	min-height: 625px;
	background-color: #b4ccd9;
	margin-bottom: 5px;
}
	
.leftnav {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left:22px;
	margin-left:22px;
	padding-right:5px;
}

.centre {
	float:none;
	clear: both;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 0px;
	line-height: normal;
	
}
/*-------------liquid content area style for home page only ------------------------------------------ */
#island {
	margin-right: 210px;
	margin-top: 0px;
	top: 0px;
	margin-left: 195px;
	float: none;
	
}
/*------------- subsequent content area ------------------------------------------ */
#main {
	margin-top: 0px;
	top: 0px;
	margin-left: 195px;
	float: none;
}
/*-------------title area of content area  ------------------------------------------ */
#title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333366;
	background-color: #b4ccd9;
	margin-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

/*------------- left hand list styles - customise this for your own menu ------------------------------------------ */
.list{
	line-height: 140%;
}
.leftcontent li {
	list-style-type: none;
	left: 10px;
	margin-left: -30px;
}
