/* Reset & Body 
--------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
	line-height: normal;

}
html,
body {
   margin:0;
   padding:0;

}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


* {
margin:0;
padding:0;
}

body {
background:#fff ;
font-size:1em;
font-family:Arial, Helvetica, sans-serif;
color:#000;

}

p {
margin:0 0 10px 0;
}


h1 {
color:#00629f;
font-size: 1.5em;
margin:0 0 15px 0;
}

h2 {
color:#00629f;
font-size: 1.2em;
margin:0 0 6px 0;
}

h2 a{
color:#00629f;
text-decoration: none;
}

h2 a:hover{
text-decoration: underline;
}

h3 {
margin:0 0 15px 0;
}
/* Container 
--------------------------------------------------------------------*/
#container {


 	width:960px;
	margin:0 auto;
}
/* Header 
--------------------------------------------------------------------*/
.header {
padding:0 0 0 0;


}



.logo {
float:left;
margin:15px 0 ;
}


/* Navigation 
--------------------------------------------------------------------*/

.nav {
text-transform: uppercase;
font-size:0.7em;
clear:both;
background: url(images/bg/topnav.png) top left no-repeat;
padding:0 0 10px 6px;
}

.nav ul {
list-style:none;
width:730px;
float:left;

}

.nav ul li {
float:left;
margin:0 0 0 0;
}



.nav ul li{

}

.nav ul li a{
padding:6px 11px 4px 11px;
text-decoration:none;
display:block;
color: #666;
text-shadow: #fff -1px -1px 1px;
background: url(images/bg/nav_0.gif) top right no-repeat;
margin:3px 0 0 0;
font-weight: bold;
}


.nav ul li.on a, .nav ul li a:hover{
background: url(images/bg/nav_1.gif) top right no-repeat;
color: #005791;
}









.topLinks {
text-align: center;
font-size:0.8em;
float:right;
padding:25px 0 0 0;
}

#textsizer
{
	padding: 0 4px;
}

.topLinks a {
color:#666;
padding:0 4px;

text-decoration: none;
}

.topLinks a:hover {
text-decoration: underline;
}

.topLinks a:focus {
text-decoration: underline;
}


a.smallText {
font-size:0.8em;
}
a.bigText {
font-size:1.2em;
}

a.smallText, a.mediumText, a.bigText {
padding:0 ;
}

.topLinks .print {
display:inline-block;
text-decoration: none;
background: url(images/bg/print.gif) 0 0  no-repeat;
padding:2px 0 2px 22px;
margin:0 0 0 5px;
}


p.strapline {
color:#999999;
font-weight:bold;
font-size:1.4em;
margin: 24px 0 0 0;
}


/* Search form
---------------------*/

p.searchForm {
float:right;
padding:5px 5px 0 0;
margin:0 0 0 0;

}

.searchForm label {
display:none;
}

input.searchTxt {
background: url(images/bg/search.gif)  no-repeat;
padding: 1px 8px 0;
border:none;
width:160px;
height:20px
}

input.searchBut {
background: url(images/bg/go.gif) 0 0  no-repeat;
width:18px;
height:18px;
border:none;
padding:0 0 0 0;
margin:1px 0 0 5px;
vertical-align: top;
}





/* Content 
--------------------------------------------------------------------*/
#content {
   padding:4px 0;

   width:960px;
   background:#fff;
   margin:0 auto 20px;
     
}

.breadcrumbs {
padding:0 0 10px 0;
font-size: 0.7em;
}

.breadcrumbs ul {
float:left;

}



.breadcrumbs ul li{
float:left;
padding:2px 5px 0 0;

color:#666;
}

.breadcrumbs ul li a{
color:#666;
text-decoration: none;
}
.breadcrumbs ul li a:hover{
color:#00629f;
text-decoration: none;
}



.flash{
clear:both;
}

a.contactLink {
font-size:0.8em;
color:#999;
text-decoration:none;
padding:10px 0;
display:block;

}

a.contactLink:hover
{
text-decoration: none;
color:#00629f;
}

a.contactLinkSelected
{
font-size:0.8em;
color:#999;
text-decoration:none;
padding:10px 0;
display:block;
color:#00629f;
}


.welcome {
width:630px;
float:left;
padding:10px 20px 0 4px;
color:#666;
font-size:0.8em;
margin:10px 0 0 0;
}


.homeButton1 {
padding:10px 20px 0 0;
}



/* News ticker 
---------------------*/

.news {
width:270px;
float:right;
background: url(images/bg/news_bg.gif)   no-repeat;
color:#666;
font-size:0.8em;
padding:16px 15px 0;

}

h2.newsTitle {
background: url(images/bg/header_hp.png)   no-repeat;
float:right;
width:270px;
height:24px;
padding:6px 15px 0;
text-shadow: #fff -1px -1px 1px;
/*font-weight: lighter;*/
font-size: 1.0em;
margin:20px 0 0 0;
}

.newsItem {
margin:0 0 12px 0;
font-size: 0.9em;
}

.newsItem span{
margin:0 0 6px 0;
color:#00629f;
font-size: 1.1em;
display:block;
}


a.more{
float:right;
color:#00629f;
text-decoration: none;
padding:4px 25px 4px 0;
background: url(images/bg/rm_arrow.gif) center right no-repeat;
display: block;
}




/* News ticker sub pages
---------------------*/

.subNews .news {
width:213px;
/*background: none;*/
background: url(images/bg/news_bg_thin.gif)   no-repeat;
}

.subNews h2.newsTitle {
background: url(images/bg/header_cont.png)   no-repeat;
width:213px;
}








.sf_pager {
float:right;

}

.sf_pager li {
float:left;
padding:0 0 0 5px;
}

.sf_pager li a.sf_PagerSelItem{
text-decoration:underline;
color:#00629f;
}

/* Sub pages 
--------------------------------------------------------------------*/

.subPage {
float:right;
width:791px;
}

.leftCol {
float:left;
width:151px;
}

.tertiaryNav, .tertiaryNavNews {
float:left;
width:151px;

}

.copy .tertiaryNavNews ul{
	list-style-type:none;
	padding:0;
}

.tertiaryNav ul li{
border-bottom:1px dotted #ccc;
padding:6px 0;
font-size:0.8em;
}

.tertiaryNavNews ul li{
border-bottom:1px dotted #ccc;
padding:6px 0;
}

.tertiaryNav ul li a, .tertiaryNavNews ul li a{
text-decoration: none;
color:#474646;
display:block;
padding:0 8px 0 10px;
}

.tertiaryNav ul li a:hover, .tertiaryNav ul li a.on, .tertiaryNavNews ul li a:hover{
color:#00629f;
font-weight:bold;
background: url(images/bg/nav_arrow1.gif) center left no-repeat;
}

.tertiaryNav ul li ul li a:hover, .tertiaryNav ul li ul li a.on{
background: url(images/bg/nav_arrow2.gif) center left no-repeat;
font-weight:normal;
}

.tertiaryNav ul li ul {
padding:3px 7px;
margin:6px 0 6px 10px;
background:#e8f1f7;
display:inline-block; /* give ie6 haslayout */
width:128px;

}

.tertiaryNav ul li ul li ul{
width:110px;

}

.tertiaryNav ul li ul li{

font-size:1em;
border-top:1px dotted #ccc;
border-bottom: none;
}

.tertiaryNav ul li ul li ul li{

font-size:0.9em;
}

.tertiaryNav ul li ul li:first-child {
border-top: none;
}

.sideLinks {
/*float:left;*/
margin:20px 0 0 0;
}

.sideLinks .homeBox {
width:151px;
margin:0 0 0 0;

}
.sideLinks .homeBoxBody {
padding:7px 10px 5px 5px;
font-size: 0.8em;

}

.sideLinks h2 {
background: url(images/bg/header_left.png)   no-repeat;
clear:both;
width:121px;
height:24px;
padding:8px 15px 0;
text-shadow: #fff -1px -1px 1px;
font-weight: bold;
font-size: 0.9em;
margin:20px 0 0 0;
}


.sideLinks .homeBox a {
display:block;
color: #666;
text-decoration: none;
padding: 2px 0 10px 23px;
}


.sideLinks .homeBox a:hover {
	color: #0465b6;
}

.sideLinks .homeBox a.www {
background: url(images/global/www.gif) no-repeat;
}
.sideLinks .homeBox a.pdf {
background: url(images/global/pdf.gif) no-repeat;
}
.sideLinks .homeBox a.word {
background: url(images/global/word.gif) no-repeat;
}
.sideLinks .homeBox a.xls {
background: url(images/global/xls.gif) no-repeat;
}



.pageBoxes {
float:right;
width:246px;
}

.pageBoxes .homeBox{
border:none;
margin:10px 0 0 0;
width:246px;
}

.banner{
float:left;
position:relative;
}

.overlay {
position:absolute;
top:0px;
left:0px;
z-index: 1;
display: block !important;
display:none;
}


.copy {
width:470px;
float:right;
padding:10px 20px 0 20px;
color:#444;
font-size:0.8em;
background: url(images/bg/copy_bg.png) top no-repeat;
margin:-35px 10px 0 0;
z-index: 1000;
position: relative;

}
.copy ul {
list-style:disc;
padding:0 0 0 25px;
}

.copy ul li{
margin:0 0 10px 0;
}

#content .noHead {
margin:0px 0 20px 0;
width:740px;
background:none;
}

.copy p {
margin:0 0 15px 0;
}

.copy a {
color:#00629f;
text-decoration: none;
}

.copy a:hover {
text-decoration: underline;
}



a.pdfLink, a.wwwLink, a.wordLink, a.xlsLink   {
background: url(images/global/pdf.gif) center right no-repeat;
padding:5px 25px 0 0;
float:right;
}

a.wwwLink {
background: url(images/global/www.gif) center right no-repeat;
}
a.wordLink {
background: url(images/global/word.gif) center right no-repeat;
}
a.xlsLink {
background: url(images/global/xls.gif) center right no-repeat;
}


.caseStudyItem {
border-bottom: 1px solid #ccc;
padding:10px;
background:#eee;
margin:10px 0;
}


/* Site map 
--------------------------------------------------------------------*/



h2.level_1
	{
	background : url(Images_Support/maximise.gif) 
	             no-repeat 
				 center left;
	cursor : default;
	padding-left : 15px;
	padding-bottom:0px !important;
	margin-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 1em/*16px*/;
	color:#999999;
	}


ul.level_1
	{
	list-style-type : none;
	margin-left : 15px;
	padding-left : 0;
	margin-bottom:10px;
	width:400px;
	}
	
	ul.level_1 li
	{
	background : transparent;
	font-weight: normal;
	text-transform: none;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom: dotted 1px #cccccc;
	}
	
	ul.level_1 li a
	{
	background : transparent url(Images_Support/sitemapdocbullet.gif) no-repeat;
	/*margin-left : -1.1em;*/
	padding-left : 1em;
	color:#000000;
	/*color: #0465b6;*/
	}
	ul.level_1 li a:hover
	{
	background : transparent url(Images_Support/sitemapdocbullet.gif) no-repeat;
	/*margin-left : -1.1em;*/
	padding-left : 1em;
	color: #0465b6;
	}
	
	ul.level_2
	{
	list-style-type : none;
	margin-left : 20px;
	padding-left : 0;
	margin-bottom:10px;
	width:380px;
	}
	
	ul.level_2 li
	{
	font-weight: normal;
	text-transform: none;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom: dotted 1px #cccccc;
	}
	
	
	ul.level_3
	{
	list-style-type : none;
	margin-left : 15px;
	margin-top:5px;
	padding-left : 0;
	margin-bottom:10px;
	width:365px;
	}
	
	ul.level_3 li
	{
	background-color:#e8f1f7;
	font-weight: normal;
	text-transform: none;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	border: none;
	}






/* Footer 
--------------------------------------------------------------------*/

#footer {

clear:both;	
   height:45px;   
   border-top:1px solid #ddd;
}


.innerFooter {
width:952px;
margin:0 auto;
padding:15px 10px 0 ;
font-size:0.7em;
color:#444;
position: relative;
clear:both;

}

.innerFooter p {
float:left;
}

.innerFooter ul {
float:right;
}
.innerFooter ul li{
float:left;
padding:0 0 0 5px;
}

.innerFooter ul li a{
color:#444;
}

img.bb {
position:absolute;
top:-25px;
left:8px;
}

img.rating {
padding:0 20px 0 0;
float:left;
}

/* Contact forms
--------------------------------------------------------------------*/

.contactForm {
margin:10px 0 ;
}

.contactForm label {
float:left;
width:120px;
}

.contactForm p {
clear:both;
}



/* News list */
.newsThumbNail {
float:left;
width:90px;
height:77px;
padding-right:20px;
padding-bottom:10px;
}


/* Float clearing
--------------------------------------------------------------------*/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


.skipNav a{
position:absolute;
top:0px;
left:0px;
z-index:100;
text-indent:-9999px;
display:block;
width:0;
height:0;
}

.skipNav a:focus {
text-indent:0px;
display:block;
width:130px;
height:auto;
padding:5px;
text-align: center;
margin:10px;
background: #fff;
color:#00629f;
}



a:focus {

outline:1px dotted #00629f;
}


/***** hide news viewer links ******/
.rrButton {
display:none;
}


/** News view ***/
.sf_singleNews img {float:right;
padding:5px;
}


.contactTitle
{
	cursor: pointer;
}

.sf_news
{
	border-bottom: solid 1px #DDDDDD;
	margin: 0 0 10px 0;
}

.sf_newsTitle
{
	margin:0;
}

.sf_newsDate
{
	margin:0;
	font-weight: bold;
}


.sf_newsCopy
{
	margin:0;
}

.mapInfo h3
{
color:#00629F;
}

.map_SubHeader
{
font-weight:bold;
}

.googleRightHandSide {
float:right;
width:245px;
border:none;
margin:10px 0 0 0;
}

.contactInfo{
width:245px;
border:none;
margin:10px 0 0 0;
}

.copyNews {
width:470px;

padding:10px 20px 0 20px;
color:#444;
background: url(images/bg/copy_bg.png) top no-repeat;

z-index: 1000;
position: relative;

}


.pageBoxesNews {
float:right;
width:210px;
}


.mapInfo a{
margin-top: 12px;
text-decoration: none;
color:#474646;
display:block;
font-weight:bold;
}

.mapInfo a:hover{
color:#00629f;
font-weight:bold;
}


#map div
{
 color:#00629f;
 font-weight:bold;
}
