/* CSS Document */
    /*--Reset -- */
	* {font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;margin:0; padding:0}
    h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:bold; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; color:#000066; }
    p{font-weight:normal; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; color:#333;}


    /* Typography - fonts*/
    html {font-size:62.5%;}
    body {background-color:#666666; height:100%}
    h1,h2,h3,h4,h5,h6 {line-height:1.3em; margin-bottom:0.5em;}
	p,pre, blockquote, form, ul, ol, dl {line-height:1.3em; }
    h1 {font-size: 2.6em;} 
    h2 {font-size: 2.2em;} 
    h3 {font-size: 2.0em;} 
    h4 {font-size: 1.8em;} 
    h5{font-size: 1.6em;} 
    h6 {font-size: 1.4em;} 
    p {font-size: 1.4em; font-weight:bold;}
    ul, ol {font-size: 1.3em; list-style:none; }
	.inset { margin-left:30px;  font-size:0.9em; ;}
	.inset p {line-height:1.8em;}
	.inset  ul li{ list-style-type:disc; line-height:1.8em; padding-left:10px; text-indent:0px }
	

    /* -- Typography - alignment -- */
    .text-left {text-align:left; }
    .text-right {text-align:right; }
    .text-center {text-align:center; }
    .text-justify {text-align:justify; }

    /* -- Typography - weights, colours etc -- */
    .bold {font-weight:bold; }
    .italic {font-style:italic; }
    .underline {border-bottom:1px solid; }
    .highlight {background:#ffc; }
    .red {color:#FF0000;}
    .white {color:#FFF;}


    /* -- Lists -- */
    .disk  {list-style-type:disc; margin:10px 30px; }
    .number {list-style-type:decimal; margin:10px 30px;}
    .inline {display:inline; margin:10px;}
    :link, :visited {text-decoration: none;}

    /* -- Containers -- */
	
#AccBox 
	{
	margin-top:-10px;
	float:right;
	width: 440px;
	}
	
a img
	{
	border:none;
	padding-right:12px;
	}	

.address 
	{
	border-top:none;
	}

body
		{
		background-image:url(images/texture.gif);
		background-repeat:repeat;
		}	

		
#bread {
	background-color: #FFF;
	border-top: 0;
	padding-bottom:5px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	margin-top:0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 12px;
	border: none;
	list-style: none;
	display: inline;
	font-size:12px;
	font-weight:bold;
	color:#AAA;
	}

#bread ul li  a{
	margin-left: 0;
	padding-left: 12px;
	border: none;
	list-style: none;
	display: inline;
	font-size:12px;
	font-weight:bold;
	color:#AAA;
	}

#bread ul li  a:hover
{
color:#FFF;
background-color:#666;
	}	
			
.clear 
		{ 
		clear:both; 
		}
		
.clearer
	{  
    height:1px;
    overflow:hidden;
    margin-top:-1px;
    clear:both;
    }
	

.companyinfo 
	{
	text-align:center;
	padding:15px 0;
	font-size:0.8em;
	}
			
#content 
	{
	margin-left:195px; 
	}
	
#content .innertube 
		{
		margin:10px;
		background-color:#FF0;
		padding:10px;
		color:#000;
		z-index:50;
		border:solid 1px #000;
		}
		
		
#current 
	{
	color:#AC2124;
	}


		

.float-left 
		{ 
		float:left; 
		}
	
.float-right 
		{ 
		float:right; 
		}


#footer 
		{
		background-color:#000066; 
		bottom:0px;  
		border-top:2px solid #CCC; 
		clear:both; 
		position:absolute;  
		height:50px; width:100%; 
		}


#footer 
		{
		background-color:#000066; 
		bottom:0px;  
		border-top:2px solid #CCC; 
		clear:both; 
		position:absolute;  
		height:50px; width:100%; 
		}

	
#footlinkbox	
	{
	width:70%;
	float:right;
	}

#footlinkbox ul li {
display:inline;
line-height:30px;
font-weight:bold;
	}
	
#footlinkbox ul li a
	{
	float:left;
	text-decoration:none; /*removes underline */
	padding:0 10px; /* adds space before / after link text */
	width:80px; /* width of text box */	
	display: inline;
	text-align:center;
	}	
	
#footlinkbox ul li a:hover
	{
	color:#FF0;
	background-color:#000;
	}		
	

	
#Header 
	{
	  width: 100%;
	  height: 175px;
	  background-color:#FFF;
	  background-image:url(images/Header3.gif);
	  background-repeat:no-repeat;
	}
	
h3 a 
	{
	color:#000066;
	}


.img-left 
		{
		float:left; 
		margin:4px 	20px 4px 0; 
		}
	
.img-right 
		{
		float:right; 
		margin:4px 0 4px 20px; 
		}
	

	
#leftcolumn 
	{
	float:left; 
	width:190px; 
	}
	
#leftcolumn .innertube 
	{
	margin:10px;
	background-color:#FF0;
	border:solid 1px #000;
	}
	
#leftcolumn ul 	
	{

	margin: 0;
	border-bottom: 1px solid gray;
	background-color:#FF0;
	margin-bottom:15px;
	}

#leftcolumn ul li 
	{
	list-style: none;
	margin: 0;
	padding:4px 5px;
	border-top: 1px solid gray;
	text-decoration: none;
	font-weight:bold;
	}
	
#leftcolumn ul li a:hover
	{
	background-color:#333333;
	color:#FFF;
	}	
	
.logobox 
	{
	width:60%;
	margin:auto;
	padding:30px 0;
	}

.menuhead 
{
background-color:#333333;
color:#FFFFFF;
font-weight:bold;
font-size:1.2em;
}

    /* -- horizontal Navigation  -- */
#navlist
	{
	padding: 5px 10px;
	margin-left: 3px;
	border-bottom: 2px solid #000;
	font: bold 13px Verdana, sans-serif;
	}

#navlist li
	{
	list-style: none;
	margin: 0;
	display: inline;
	border-bottom: none;
	}

#navlist li a
	{
	padding: 1px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #FF0;
	text-decoration: none;
	color:#000;
	font-weight:bold;
	font-size:1.2em;
	}

#navlist li a:link { color: #000; }
#navlist li a:visited { color: #000; }

#navlist li a:hover
	{
	color: #000;
	background: #AAE;
	border-color: #227;
	}

#navlist li a#current
	{
	background:#990000;
	border-bottom: 1px solid white;
	color:#FF0;
	}
	
	
	




 /* -- Footer Navigation - footlinks -- Equal width and centred*/
#outer{
	width:100%;
	position:relative;
	margin:auto; /*--centre --*/
	background-color:#EEE;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	height:30px;
}

#outer{overflow:hidden;}

.navwrap{
	float:left;
	position:relative;
	left:60%; /* positions left-right  within outer box*/
	text-align:center;
	margin:5px; /* margin  above and below buttons */

}

.navwrap * {vertical-align:middle}

.navwrap ul{
	list-style:none; /* removes bullets in Firefox */
	position:relative; /* posoition relative to outer box, not body */
	left:-50%; /* needed to position buttons centrally */
	margin:0;
	padding:0;
} 
.navwrap li{
	float:left;
	margin:0 10px 0 10px; /* sets separation between buttons */
	padding:1px;
	font-weight:bold;
	font-size:1.2em;
	text-indent:0; /* (IE indents and misaligns <lu> and <a> */



}
.navwrap li.last{margin-right:0}
.navwrap li a{
	float:left;
	text-decoration:none; /*removes underline */
	padding:0 10px; /* adds space before / after link text */
	width:7em; /* width of text box */
}
.navwrap li a:hover{
	background:#FF0000; /* colour of link in hover mode */
	color:#fff; /* colour of text in hover mode */
}

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}/* end footer nav */

#outercontainer 
		{
		background-color:#FFF; 
		border:3px solid  #99CCFF;
		margin:auto;  
		margin-top:20px; 
		margin-bottom:20px; 
		width:850px;  
		}


#P2WBox {
	margin:auto;
	width:120px;
	text-align:center;
	}

#qualif p
	{ 
	font-weight:bold;
	}
	
.spacer1 
	{
	height:20px;
	}

.spacer2 
	{
	height:50px;
	}
	
#footerbox	
{
width:60px;
float:left;
}

.list2 ul li
	{
	line-height:2em;
	margin-left:40px;
	list-style:disc;
	text-indent:0px;
	}