/* The cascading style sheet for this directory */

H1 {COLOR: #343db0; FONT: bold 18px/20px Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none}
H2 {COLOR: #343db0; FONT: bold 16px/18px Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none}
H3 {COLOR: #343db0; FONT: bold 14px/16px Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none}
H4 {COLOR: #343db0; FONT: bold 12px/14px Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none}
ADDRESS {FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; FONT-SIZE: 12px; FONT-VARIANT: normal; FONT-WEIGHT: normal;
line-height: 16px}
OL {FONT: 12px/14px Arial, Verdana, Helvetica, sans-serif;}
UL {FONT: 12px/14px Arial, Verdana, Helvetica, sans-serif;}
DT {FONT: 12px/14px Arial, Verdana, Helvetica, sans-serif;}
DD {FONT: 12px/14px Arial, Verdana, Helvetica, sans-serif;}
DL {FONT: 12px/14px Arial, Verdana, Helvetica, sans-serif;}
LI {FONT: 12px/14px Arial, Verdana, Helvetica, sans-serif;}
P {FONT: 12px/14px Arial, Verdana, Helvetica, sans-serif;}
TH {FONT: 12px/14px Arial, Verdana, Helvetica, sans-serif; FONT-WEIGHT: bold;}
TD {FONT: 12px/14px Arial, Verdana, Helvetica, sans-serif}
A {COLOR: #0000a0; TEXT-DECORATION: none;}
A:visited {COLOR: #800080; TEXT-DECORATION: none;}
A:active {COLOR: #800080; TEXT-DECORATION: none;}
A:hover {COLOR: #0000ff; TEXT-DECORATION: underline;}
SELECT {FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; FONT-SIZE: 12px;}
INPUT {FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; FONT-SIZE: 12px;}
OPTION {FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif; FONT-SIZE: 12px;}
.form {COLOR: #000000; FONT: 12px/16px Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none;}
.head {COLOR: #FFFFFF; FONT: 12px/16px Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: none;}


/*
Colours: Light blue #5D72B9;
         dark Blue #3D52A9
*/
/* New Styles */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	/* padding: 0.5em;
	margin: 0.5em; */
  text-align: center; /* Center the page within the browser */ 
}

#content {
  width: 62em;
	padding: 0.2em 0.2em;
	border: 3px double #0000A6;
	margin: auto;
  text-align: left; /* Un-center the text */
	background-color: white;
  background: URL("images/background2.gif");
	/* voice-family: "\"}\""; 
	voice-family:inherit; */
	width: 850px;
}

html>body #content {
	width: 62em;
  width: 840px;
}
/* Style for menu. Force change in UL for menu */
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* Style for menu header */
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
/* Style for menu header when hovering */
#nav a:hover {
	/* float: left;
	position: relative;
  width: 120px; */
  padding: 0px 4px;
	border-left: 2px dotted #FFFFFF;
	border-right: 2px dotted #FFFFFF;
	background-color: #5D72B9;
}
/* Style for menu sub-items */
#nav li li a {
	display: block;
	font-weight: normal;
	color: #3D52A9;
  padding: 0.2em 4px;
}
/* Style for menu sub-items when hovering */
#nav li li a:hover {
  padding: 0.2em 4px;
	border-left: 1px solid #3D52A9;
	border-right:1px solid #3D52A9;
	font-size: 95%;
  font-weight: bold;
	text-align: left;
  background: url("images/menu-background.gif");	
}
/* Style for all normal LI in the menu */
#nav li {
  float: left;
	position: relative;
  width: 120px;
	text-align: center;
	cursor: default;
	background-color: #3D52A9;
  border-bottom: solid 1px #000000;
	border-left: dotted 1px #000000;
  border-right: dotted 1px #000000;
  border-width: 1px 0;
}
/* Give the first menu item a black left edge */
li#first {
  border-left: 2px solid #000000;
}
/* Give the last menu item a black rightt edge */
li#last {
	border-right: 2px solid #000000;
}

/* Style for opened menu */ 
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
  padding: 0; /* 0em 0 0em 0 */
	border-left: dotted 1px #000000;
	border-right: dotted 1px #000000;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	/* background-color: transparent; */
  background: url("images/menu-background.gif");
	border: 0;
}

li:hover ul, li.over ul {
	display: block;}

/* End of menu styling */

SUB {
FONT-SIZE: smaller;
}

/* Reset Unordered Lists */
.std-ul {
	list-style: disc inside;
  padding-left: 40px;
	margin: 0;
}

ul.nut {
	list-style: disc inside;
  padding-left: 0;
	margin: 0;
}

ul.additive {
	list-style: circle inside;
  padding-left: 5;
	margin: 0;
}

ul.charter li {
	list-style: circle inside;
	/* list-style-image: URL('images/tick.gif');
	line-height: 18pt; */
	padding-left: 40px;
	padding-right: 40px;
	margin: 0px;
}
 
/* List items on the Why Choose Us page should be spaced apart slightly */
/* ul.choose {
margin: 50px;
LIST-STYLE-IMAGE: URL('images/tick.gif');
}
*/
li.choose {
   /* line-height: 14pt;
	 list-style-image: URL('images/tick.gif'); */
	 list-style-position: outside;
   padding-bottom: 10px;
}

/* Display everything in the Footer in 8pt text */
.footer{
   TEXT-ALIGN: center;
   FONT-SIZE: 8pt;
}

/* Styles for contact details */
.heading {COLOR: #343db0; FONT: bold 14px/16px Arial, Verdana, Helvetica, sans-serif; TEXT-DECORATION: underline;}

IMG {
padding: 0;
margin: 0;
border : 0;
}

/* Set up breadcrumb display */

.breadcrumb {
color: navy;
font: 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.breadcrumb a{
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
text-decoration: underline;
color: navy;
}

.breadcrumb a:visited, .breadcrumb a:active{
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: navy;
text-decoration: none;
}

.breadcrumb a:hover{
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: navy;
text-decoration: underline;
}

/* Headings as links */
.h_link a{
text-decoration: none;
COLOR: #343db0;
}

.h_link a:visited, .h_link a:active{
COLOR: #343db0;
}

.h_link a:hover{
text-decoration: underline;
}

/* Set up narrow P and DIV */ 
.narrow{
width: 620px;
}

.wide{
width: 720px;
}

/* Highlight abbreviations and acronyms */
ABBR, ACRONYM {
border-bottom: 1px dotted;
cursor: help;
}

/* Legal */
.legal a{
text-align: rightS;
text-decoration: none;
color: #AAAAAA;
}

.legal a:visited, .legal a:active{
color: #AAAAAA;
}

.legal a:hover{
color: #AAAAAA;
text-decoration: underline;
}

/* FAQ */ 

.p_faq {
   margin-left: 3em;
   margin-right: 3em;
}

.testimonial {
width:720px;
float:left;
margin:10px 0 0px 0;
padding-left: 80px;
}
.left-quote {
float:left;
background:url("images/quote-left.gif") no-repeat top;
width:65px;
height:49px;
}
.testi-text {
float:left;
text-align:justify;
width:570px;
padding-right:65px;
background:url("images/quote-right.gif") no-repeat right bottom;
FONT: 12px/14px Arial, Verdana, Helvetica, sans-serif;
}

.testi-pic {
float:left;
width:77px;
height:104px;
margin-left:70px;
display:inline;
}

.testi-name {
float:left;
padding:30px 0 0 15px;
}

/* Index page layout */
.indexpage {
   color: #000000;
   height:530px;
   width:840px;
   background: URL("images/background.jpg");
}

.ukas-icon {
   font-size: 12pt;
   font-weight: bold;
   color: #001852;
}

.indexheader {
   font: 18pt Arial, Verdana, Helvetica, sans-serif;
   font-weight: bold;
   margin-top: 0px;
   margin-left:4px;
   float: left;
   width: 300px;
   color: #001852;
   text-align: center;
}

UL.index {
	 list-style-type: none;
	 /* list-style-position: inside; */
	 /* list-style-image: URL('images/tick.gif'); */
   margin-top: 0px;
   margin-right: 4px;
	 color: #000000;
   float:right;
   width: 520px;
}

.index li {
   padding-top: 8px;
   font: 14px Arial, Verdana, Helvetica, sans-serif;
}


/* Index page layout */
.careerspage {
   color: #000000;
   height:558px;
   width:840px;
   background: URL("images/careers_background.jpg");
}

.careersbody {
   font: 12pt Arial, Verdana, Helvetica, sans-serif;
   margin-top: 14px;
   margin-left:4px;
   float: left;
   width: 500px;
   color: #001852;
   text-align: center;
}

.map {
  background: url("images/menu-background.gif");
}

