html * {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333;
	background:#fff url(/images/bgSite.gif) left bottom no-repeat;
	text-align: center;
}

body#home { background: none; }

#skip { position: absolute; left: -9999px; }

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 924px;
	text-align:left;
}

#pageBody { float: left; clear: both; width: 100%; }

img { font-size: 1.2em; border: none; }
img.left { float: left; margin: 0 1.5em 1.5em 0; }
img.right { float: left; margin: 0 0 1.5em 1.5em; }

a { color: #009acf; text-decoration: underline; }
a:hover, a:focus, a:active { text-decoration: none; }

label, input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; color: #333; }

#header {
	float: left;
	width: 884px;
	padding: 20px;
	background: #009acf;
}

#header h1 {
	float: left;
	display: block;
	font-weight: normal;
	font-size: 2.6em;
	color: #fff;
	width: 13.4em;
	height: 74px;
	margin: 0px 0 0 0;
	padding: 9px 0 0 188px;
	background: url(/images/logoDEfL.gif) 0 0 no-repeat;
}

#header a {
	color: #fff;
	display: block;
}

#header a#logoDEfL {
	float: left;
	margin: 0 20px 0 0;
}

#header a#logoLDA {
	float: right;
}

#menu {
	float: left;
	width: 884px;
	padding: 0 20px 24px 20px;
	list-style: none;
	border-bottom: 1px solid #009acf;
}

#home #menu {margin-bottom: 3em;}

#menu li {
	float: left;
	font-size: 1.5em;
	font-weight: 800;
	color: #009acf;
	padding: 0 12px;
	text-transform: uppercase;
}

#menu li a {
	color: #333;
	padding-top: 28px;
	display: block;
	background: #fff;
	text-decoration: none;
}

#menu li.on a, #menu li a:hover, #menu li a:focus, #menu li a:active  {
	color: #009acf;
	background: url(/images/bgMenuOn.gif) center top no-repeat;
}


#breadcrumb {
	position: relative;
	float: right;
	left: 18px;
	width: 690px;
	font-size: 1.1em;
	margin-bottom: 5px;
	padding-top: .9em;
	line-height:1em;
}

#internalWide #breadcrumb { width: 100%; float: left; left: 0; }

#breadcrumb p {
	float: left; 
	margin: 0 5px 5px 0;
}

#breadcrumb ol {
	list-style: none;
	float: left;
	margin: 0;
}

#breadcrumb ol li {
	float: left;
	font-weight: 800;
	margin-bottom: 5px;
}

#breadcrumb ol li a {
	display: block;
	color: #333;
	margin-right: 5px;
	padding: 0 10px 0 0;
	font-weight: normal;
	text-decoration: none;
	background: url(/images/bgBreadCrumb.gif) right center no-repeat;
}

#breadcrumb ol li a:hover, #breadcrumb ol li a:focus, #breadcrumb ol li a:active  {
	text-decoration: underline;
}

/* Left col */

#leftCol {
	float: left;
	width: 230px;
	margin: 4px 0 3em 0;
}

#home #leftCol {
	width: 343px;
	margin: 0 0 3em 0;
	cursor: pointer;
}

#subMenu {
	width: 210px;
	margin: 0 0 25px 0;
	padding: 10px 0;
	border: 2px solid #87d300;

}

#subMenu ul {
	list-style: none;
	width: 210px;
	padding: 0;
	margin: 10px 0;
	background: url(/images/bgSubMenu.gif) center bottom no-repeat;
}

#subMenu li {
	font-size: 1.3em;
	font-weight: 800;
	color: #87d300;
	background: url(/images/bgSubMenu.gif) center top no-repeat;
}

#subMenu li ul {
	margin-top: 0;
	margin-bottom: 8px;
	background: none;
}

#subMenu li li {
	background: none;
	font-size: .85em;
	padding-left: 16px;
}

#subMenu li span {
	display: block;
	background: url(/images/bgSubMenuOn.gif) left 1em no-repeat;
	padding: 8px 16px;
}

#subMenu li a {
	display: block;
	font-weight: 800;
	color: #00204e;
	text-decoration: none;
	padding: 8px 16px;
}

#subMenu li li a {
	padding: 4px 16px;
	background: url(/images/bgSubMenuLev2.gif) left .55em no-repeat;
}

#subMenu li a:hover, #subMenu li a:focus, #subMenu li a:active {
	text-decoration: underline;
}

#subMenu li.on a {
	font-weight: 800;
	color: #87d300;
}

#workingWith h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	color: #00204e;
	margin-bottom:1em;
}

#workingWith ul {
	width: 162px;
	list-style: none;
}

#workingWith ul li {
	margin-bottom: 16px;
	text-align: center;
}


#pageImage {
	position: relative;
	float: right;
	width: 682px;
	height: 168px;
	padding: 4px 4px 18px 4px;
	margin-bottom: 0em;
	background: url(/images/bgImgStage.gif) 0 0 no-repeat;
}

#home #pageImage {
	width: 572px;
	background: url(/images/bgImgStageHome.gif) 0 0 no-repeat;
}

#mainContent {
	position: relative;
	float: right;
	left: 18px;
	width: 690px;
	margin-bottom: 3em;
}

#home #mainContent { width: 580px; }

#internalWide #mainContent { width: 924px; left: 0; }

#content {
	padding: 0 4px;
	width: 664px;
}

#home #content { width: 554px; }
#internalWide #content { padding: 0; width: 924px; }

#mainContent .mainLeft { float: left; width: 348px; margin-right: 0px; }
#mainContent .mainRight { float: right; width: 224px;}

#mainContent h1 {
	margin-bottom: .35em;
	font-size: 2.5em;
	font-weight: normal;
	color: #00204e;
	clear: both;
	padding-top: .5em;
}

#internal #mainContent h1, #internalWide #mainContent h1  {
	margin-top: 4px;
	padding-top: .5em;
	border-top: 1px solid #87d300;
}

#mainContent h2 {
	margin-bottom: .35em;
	font-size: 1.8em;
	font-weight: normal;
	color: #00204e;
}

#mainContent h3 {
	margin-bottom: .35em;
	font-size: 1.5em;
	font-weight: bold;
	color: #00204e;
}

#mainContent p {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#mainContent table {
	margin-bottom: 1.5em; 
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

#mainContent th, td {
	font-size: 1.2em;
	padding: .3em;
	border: 1px solid #ccc;
}


#mainContent th { 
	background: #e0e0e0;
	border-bottom: 1px solid #ccc;
}

#mainContent th.name { width :200px; }
#mainContent th.desc { }
#mainContent th.size { width: 85px; } 
#mainContent th.released { width: 85px; } 

#mainContent a.pdf { display: block; background: url(/images/icnPDF.gif) 0 .15em no-repeat; padding-left: 20px; line-height: 1.6em; }
#mainContent a.doc { display: block; background: url(/images/icnDOC.gif) 0 .15em no-repeat; padding-left: 20px; line-height: 1.6em; }
#mainContent a.ppt { display: block; background: url(/images/icnPPT.gif) 0 .15em no-repeat; padding-left: 20px; line-height: 1.6em; }
#mainContent a.xls { display: block; background: url(/images/icnXLS.gif) 0 .15em no-repeat; padding-left: 20px; line-height: 1.6em; }


#mainContent ul, #mainContent ol {
	margin-left: 30px;
	margin-bottom: 2em;
}

#mainContent li {
	font-size: 1.2em;
	margin-bottom: .5em;
}

#mainContent li li { font-size: 1em; }

#mainContent li ul {
	margin-top: .5em;
}

#mainContent dt, #mainContent dd {
	font-size: 1.2em;
}

#mainContent p.date { font-weight: 800; }

#mainContent p.standfirst {
	font-size: 1.6em;
	margin-bottom: .65em
}

#mainContent p.backToTop {
	margin: 1em 0 1.5em 0;
	text-align: right;
}

#mainContent p.backToTop a {
	padding-left: 12px; 
	background: url(/images/bgBacktoTop.gif) left center no-repeat;
}

#mainContent ul.imageList {
	float: left;
	clear: both;
	width: 100%;
	margin: .5em 0 1.5em 0;
	list-style: none;
	text-align: center;
}

#mainContent ul.imageList li {
	display: inline;
	margin: 0 0 0 16px;
}

#mainContent .organogram { margin-bottom: 1em; text-align: center; }

.frmContainer {
	float: left;
	clear: both;
	width: 100%;
	margin: 1em 0;
}

.frmRow, .frmRowBtn {
	float: left;
	clear: both;
	margin-bottom: .5em;
	width: 100%;
}

.frmRow label {
	float: left;
	display: block;
	width: 11em;
	padding-top: 4px;
}

.frmRow input, .frmRow textarea {
	float: left;
	width: 300px;
	padding: 2px;
}

.frmRowBtn input {
	margin-left: 11em;
}

.frmContainer span, span.required {
	color: #ff0000;
}

#mainContent #news {
	list-style: none;
	margin: 0;
}

#mainContent #news li {
	font-size: 1em;
	padding-bottom: .35em;
	margin-bottom: 1em; 
	border-bottom: 1px solid #e0e0e0;
}



#mainContent #news p.date { float: right; margin: 0 0 .5em 0;}
#mainContent #news h2 { clear: none; }


#mainContent #siteMap, #siteMap ul  { margin-left: 20px; list-style: none; }
#siteMap li { font-weight: 800;}
#siteMap li li { font-weight: normal; }
#siteMap a { text-decoration: none; background: url(/images/bgBreadCrumb.gif) left center no-repeat; padding-left: 10px; }
#siteMap a:hover, #siteMap a:focus, #siteMap a:active { text-decoration: underline; }


#latestNews {
	float: left;
	clear: both;
	width: 348px;
	margin-top: 9px;
	padding: 0;
	background: #fff url(/images/bgLatestNews.gif) 0 0 repeat-y;
}

#latestNewsInner {
	position: relative;
	float: left;
	clear: both;
	width: 316px;
	min-height: 250px;
	padding: 0px 16px 1.6em 16px;
	background: url(/images/bgLatestNewsBot.gif) left bottom no-repeat;
}

#latestNews h2 {
	padding: 12px 16px .15em 16px;
	background: url(/images/bgLatestNewsTop.gif) 0 0 no-repeat;
}


#latestNews ul {
	float: left; 
	clear: both;
	width: 100%;
	margin: 0;
	list-style: none;
}

#latestNews li {
	float: left; 
	clear: both;
	width: 100%;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #e0e0e0;
}

#latestNews li.last {
	border-bottom: none;
}

#latestNews h3 {
	clear: right;
	font-size: 1em;
}

#latestNews p { font-size: 1em; }

#latestNews p.date {
	color: #009acf;
	margin: 0 0 .15em 0 ;
}

#latestNews li a {
	color: #333;
	text-decoration: none;
}

#latestNews li a:hover,
#latestNews li a:focus, 
#latestNews li a:active,
#latestNews li a:hover span,
#latestNews li a:focus span, 
#latestNews li a:active span {
	text-decoration: underline;
}

#latestNews li img { float: left; margin: 0 10px 5px 0px; }

#latestNews li span { display: block; padding-left: 90px;  }

#latestNews  p.viewAll {
	position: absolute;
	clear: both;
	bottom: 12px;
	width: 328px;
	right: 16px;
	font-size: 1.2em;
	margin: 0;
	text-align: right;
	background: url(/images/bgViewAllWide.gif) left center no-repeat;
}

#latestNews p.viewAll a {
	font-weight: 800;
	color: #00204e;
	text-decoration: none;
	text-transform: uppercase;
}

#latestNews p.viewAll a:hover,
#latestNews p.viewAll a:focus,
#latestNews p.viewAll a:active {
	text-decoration: underline;
}

#faqs {
	position: relative;
	/* float: right; */
	width: 224px;
	background: #14a2d3 url(/images/bgFAQ.gif) left top repeat-y;
	margin-bottom: 1.6em;
}

#faqsInner {
	width: 174px;
	padding: 0 34px 1.6em 16px;
	min-height: 90px;
	background: url(/images/bgFAQBot.gif) left bottom no-repeat;
}

#faqs h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
	width: 192px;
	padding: 21px 16px .5em 16px;
	color: #fff;
	background: url(/images/bgFAQTop.gif) 0 0 no-repeat; 
}

#faqs ul {
	margin: 0 0 0 15px;

}

#faqs li {
	font-size: 1.2em;
	color: #fff;
	margin-bottom: .5em;
}

#faqs li a {
	color: #fff;
	text-decoration: none;
}

#faqs li a:hover, #faqs li a:focus, #faqs li a:active {
	text-decoration: underline;
}

#connectionHighlight {
	position: relative;
	/* float: right; */
	width: 224px;
	background: #14a2d3 url(/images/bgconnectionHighlight.gif) left top repeat-y;
	margin-bottom: 1.6em;
}

#connectionHightlightInner {
	width: 174px;
	padding: 0 34px 1.6em 16px;
	min-height: 90px;
	background: url(/images/bgconnectionHighlightBot.gif) left bottom no-repeat;
}

#connectionHighlight h2 {
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
	width: 192px;
	padding: 21px 16px .5em 16px;
	color: #fff;
	background: url(/images/bgconnectionHighlightTop.gif) 0 0 no-repeat; 
}

#connectionHighlight p  {
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #fff;
}

#connectionHighlight a  {
	color: #fff;
	text-decoration: none;	
}

#connectionHighlight a:hover, #connectionHighlight a:focus, #connectionHighlight a:active {
	text-decoration: underline;	
}

#faqs p.viewAll,
#connectionHighlight p.viewAll {
	position: absolute;
	bottom: 10px;
	width: 188px;
	right: 34px;
	font-size: 1.2em;
	margin: 0;
	text-align: right;
	background: url(/images/bgViewAll.gif) left center no-repeat;
}

#faqs p.viewAll a,
#connectionHighlight p.viewAll a {
	font-weight: 800;
	color: #87d300;
	text-decoration: none;
	text-transform: uppercase;
}

#faqs p.viewAll a {
	text-decoration: none;
}

#faqs p.viewAll a:hover,
#connectionHighlight p.viewAll a:hover,
#faqs p.viewAll a:focus,
#connectionHighlight p.viewAll a:focus,
#faqs p.viewAll a:active,
#connectionHighlight p.viewAll a:active {
	text-decoration: underline;
}

#ourVision {
	position: relative;
	left: -4px;
	clear: both;
	margin-bottom: 30px;
}

#ourVision h2 {
	text-indent: -9999px;
	background: url(/images/diagram/hdrOurVision.gif) 0 0 no-repeat;
	width: 135px;
	height: 68px;
}

#ourVision blockquote {
	display: block;
	padding: 14px 0 0 30px;
	background: url(/images/bgBlockQuoteOpen.gif) left top no-repeat;
}

#ourVision blockquote p {
	font-size: 1.6em;
	color: #00204e;
	margin: 0;
	padding: 0 15px 6px 0;
	background: url(/images/bgBlockQuoteClose.gif) right bottom no-repeat;
}

#londonMap {
	position: relative;
	margin-bottom: 30px;
}

#londonMap h2 {
	position: absolute;
	top: 12px;
	left: 170px;
	width: 143px;
	height: 68px;
	text-indent: -9999px;
	background: url(/images/diagram/hdrThamesGateway.png) 0 0 no-repeat;
}

#theProcess {
	position: relative;
	left: -4px;
	float: left;
	width: 343px;
}

#theProcess h2 {
	width: 113px;
	height: 68px;	
	text-indent: -9999px;
	background: url(/images/diagram/hdrTheProcess.gif) 0 0 no-repeat;
}

#theProcess ol {
	float: left;
	width: 100%;
	list-style: none;
	background: url(/images/diagram/bgSteps.gif) center 35px no-repeat;
}

#theProcess ol li {
	float: left;
	padding: 65px 10px 0 10px;
	text-align: center;
	font-size: 1.1em;
}

#theProcess ol li.step1 {
	width: 91px;
	background: url(/images/diagram/step1.png) center 8px no-repeat;
}

#theProcess li.step2 {
	width: 101px;
	background: url(/images/diagram/step2.png) center 8px no-repeat;
}

#theProcess li.step3 {
	width: 91px;
	background: url(/images/diagram/step3.png) center 8px no-repeat;
}

#theProcess li * {
	font-size: 1em;
}

#theProcess li h3 {
	font-weight: normal;
	color: #016d92;
}

#theProcess li p { color: #333; }

#theProcess li strong {
	display: block;
	color: #016d92;
}

#contentFooter {
	position: relative;
	left: 0px;
	float: left;
	clear: both;
	width: 100%;
	margin-top: .5em;
	padding-top: 16px;
	background: url(/images/bgContentFooter.gif) 0 0 no-repeat
}


.documentGroup {
	float: left;
	width: 320px;
	margin-bottom: 1em;
}

.documentGroup.right {
	float: right;	
}

.documentContainer {
	float: left;
	clear: both;
	width: 310px;
	background: url(/images/bgBreadCrumb.gif) 0 .55em no-repeat;
	margin-bottom: 1.5em;
	padding: 0 0 0 10px;
}

.documentContainer h3 {
	
	margin-bottom: .35em;
}

.documentContainer h3 a {
	text-decoration: none;	
}

#mainContent .documentContainer p {
	margin-bottom: .35em;
}

p.download {
	float: left;
	margin-left: -10px;
	width: 310px; 
	padding: 5px 0 0 10px;
	border-top: 1px solid #eaeaea;
	border-bottom:1px solid #ccc;
}

p.download a {
	float: left;
	width: 230px;
	display: block;
	padding: 0 0 6px 20px;
	color: #333;
	text-decoration: none;
	background: url(/images/icnDownload.gif) 0 0 no-repeat;
} 

p.download a:hover, p.download a:focus, p.download a:active {
	text-decoration: underline;
} 

p.download span {
	float: left;
	display: block;
	width: 50px;
	padding: 0 0 0 5px;
	font-weight: 800;
}


#footer {
	float: left;
	clear: both;
	width: 100%;
	font-size: 1.1em;
	font-weight: 800;
	color: #00204e;
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #009acf;
}

#footer a {
	color: #00204e;
}

#footer a:hover, #footer a:focus, #footer a:active {
	color: #009acf;
}

#footerMenu {
	float: left;
	width: 600px;
	list-style: none;
}

#footerMenu li {
	display: inline;
	background: url(/images/bltFooter.gif) right center no-repeat;
}

#footerMenu li.last {
	background: none;
}

#footerMenu li a {
	padding: 0 8px;
	text-decoration: none;
}

#footerMenu li.first a {
	padding: 0 8px 0 0;
}

#footerMenu li.last a {
	padding: 0 0 0 8px;
}

#rrFooter {
	float: right;
	width: 324px;
	text-align: right;
}

.colleft {float: left; width: 50%;}
.colright {margin-left: 50%;}
.clear {clear: both;}
.imgcentre {text-align: center;}