/*
Created by Ken Iino
Beyond Interactive 2006

/* --------------------- menu-------------------- */

h1 {
	font-size: 22px;
	margin-bottom: 6px;
	color: #013874;
	font-weight: normal;
	}
	
#team h1 {
	font-size: 36px;
	margin-bottom: 6px;
	color: #013874;
	font-weight: normal;
	}	

.homeH {
	font-size: 22px;
	margin-bottom: 8px;
	color: #013874;
	font-weight: normal;
	}

h2 {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: normal;
	}
	
#team h2 {
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: normal;
	}	
	
h3 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	margin-top: 20px;
	font-style:italic;
	color: #ffcc00
	}	
	
#team h3 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: normal;
	margin-top: 30px;
	}			
	
p, #homeArea li, #columnMiddle li {
	font-size: .75em;
	margin-bottom: 8px;
	color: #4B4B4B;
	line-height: 1.4em;
	}

#homeArea li, #columnMiddle li {
	margin-left: 40px;
	margin-bottom: 8px;
	}
	
li {
	list-style-type:square;
	}	
	

/* --------------------- menu-------------------- */

#menu {
	float: right;
	margin-top: 2px;
	margin-bottom: 30px;
	}

#menunav li {
	float: left;
	width: 176px;
	margin-bottom: 2px;
	margin-right: 2px;
	list-style-type: none;
	background-color: #FFD621;
	}

#menunav li a {
	display: block;
	font-size: .7em;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	padding-top: 9px;
	padding-left: 10px;
	}

* html #menunav li a {
	margin-bottom: -7px;
	height: 36px;
	}		

#menunav li a:link  {
	color: #003366;
	}
	
#menunav li a:link.menuExtranet  {
	background-color: #003366;
	color: white;
	}	

#menunav li a:visited {
		color: #003366;
	}

#menunav li a:hover.menuHome {
	background-color: #003366;
	color: white;
	}
	
#menunav li a:hover.menuTeam {
	background-color: #666699;
	color: white;
	}	
	
#menunav li a:hover.menuContact {
	background-color: #006699;
	color: white;
	}

#menunav li a:hover.menuExtranet {
	background-color: #339999;
	color: white;
	}	

#menunav li a:hover.menuAbout {
	background-color: #FF9900;
	color: white;
	}	
				
#menunav li a:hover.menuServices {
	background-color: #999966;
	color: white;
	}					

#menunav li a:hover.menuNotify {
	background-color: #FF6633;
	color: white;
	}	
	
#menunav li a:hover.menuUKweb {
	background-color: #023876;
	color: white;
	}		
	
/* --------------------- home layout-------------------- */

#homeArea {
	margin-top: 20px;
	width: 850px;
	}	

.homeColumn {
	float: left;
	width: 249px;
	margin-right: 39px;
	}

* html .homeColumn {	
	width: 240px;
	}

/* --------------------- contact -------------------- */

#columnRightTeam li, #columnMiddleTeam {
	margin-right: -20px;
	}

#columnRightTeam img {
	margin-bottom: -30px;
	}

#columnRightTeam {
	float: right;	
	width: 320px;
	margin-right: 35px;
	}
	
* html #columnRightTeam {	
	margin-right: 0px;
	}		
	
#columnMiddleTeam {
	float: left;
	width: 360px;
	margin-left: 20px;
	}	
	
/* --------------------- contact us-------------------- */

#mapHolder {
	width: 680px;
 	margin-left: 0px;
	}
	
* html #mapHolder {
 	margin-left: 135px;
	}	

#map {
	float: left;
	}
	
#address {
	float: right;
	width: 150px;
	margin-top: -440px;
	}	


/* --------------------- layout-------------------- */

.floatLeft {
	float: left;
	}
	
.floatLeft10px {
	float: left;
	margin-left: 0px;
	}
	
* html .floatLeft10px {
	margin-left: 12px;
	}		
	
.floatRight {
	text-align:right;
	}	

* {
	font-family: Arial, Helvetica, "SunSans-Regular", sans-serif;
	margin: 0px; border: 0px; padding: 0px;
	}
	
body {
	margin-top: 20px;
	text-align: center;
	background-image: url(bg.jpg);	
	}
	
#frame {
	margin: 0px auto;
  	width: 850px;
	text-align: left;
	}
	
#header {
	float: left;
	width: 850px;
	overflow:hidden;
	}
	
* html #header {
	width: 847px;
	}	
	
#flashHolder {
	float: left;
	width: 840px;
	height: 110px;
	margin-bottom: 20px;
	overflow:hidden;
	}

* #flashHolder {
	width: 844px;
	}	
	
#flashHolderLeft {
	float: left;	
	width: 135px;
	height: 110px;
	}
	
.ServicesLeft {
	background-color: #003366;
	}
	
.ServicesRight {
	background-color: #999966;
	}	
	
.AboutLeft {
	background-color: #003366;
	}

.AboutRight {
	background-color: #FF9900;
	}	

.ExtranetRight {
	background-color: #339999;
	}		

.TeamRight {
	background-color: #666699;
	}		
		
.AboutLeft {
	background-color: #003366;
	}
	
.NotifyLeft {
	background-color: #003366;
	}	

.NotifyRight {
	background-color: #FF6633;
	}						

#flashHolderRight {
	float: left;	
	width: 176px;
	height: 110px;
	}		
	
#flashArea {
	width: 532px;
	height: 110px;
	overflow:hidden;
	float: left;
	background-color: grey;	
	}	
		
#columnMiddle {
	float: right;
	width: 350px;
	margin-right: 30px;
	}
	
* html #columnMiddle {
	margin-right: 15px;
	width: 410px;
	}	

#columnLeft {
	float: left;
	width: 100px;
	}

#columnRight {
	float: right;
	width: 183px;
	}

#enclose {
	float: left;
	width: 520px;
	}
* html #enclose {
	width: 580px;
	}	
		
#footer {
	clear: both;
	border: 1px solid black;
	}


/* ---------------- menu ----------------*/


.bullet {
 	background-image: url(../images/bulletorange.jpg);
	background-repeat:no-repeat;
	height: 35px;
	border-top: 5px solid #eeeeee;
	}
	
.bulletspace {
 	background-image: url(../images/bulletorange.jpg);
	background-repeat:no-repeat;
	height: 50px;
	border-top: 5px solid #eeeeee;
	}
	
		

#menuHolder{
	margin-left: -40px;
	margin-top: 0px;
}

#nav a {
	font-size: 11px;
	line-height: 15px;
	text-decoration:none;
	padding-left: 5px;
	display: block;
	width: 104px;
	font-weight: bold;
} 


#nav li {
	padding-left: 10px;
	margin-bottom: -2px;
	list-style-type:none;
} 

#nav, #nav ul { /* all lists */
	list-style: none;
}


#nav li ul { /* second-level lists */
	position: absolute;
	width: 120px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin-top: -35px;
	margin-left: 40px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

* html #nav li ul a {
	margin-top: -1px; /* white spacer fix for IE */
} 

#nav li ul li a {
	font-size: 11px;
	margin-bottom: 2px;
	border-bottom: 1px solid white;
} 

#nav li a { 
	color: #013874;
} 

#nav li ul a { 
	border-bottom: 1px solid white;
	border-top: 1px;
	background: #FFD621;
	color: #013874;
	margin-top: 0px;
	padding: 4px;
	margin-bottom: -20px;
} 

.bulletLong #nav li ul a {
	margin-bottom: -40px;
} 

#nav li ul a:hover {
	background: #999966;
	color: white;
} 


#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 { /* lists nested under hovered list items */
	left: auto;
}

								
				
