/* ------------------------- Reset (compressed) */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
/* ------------------------- Body */
html, body {
	height: 100%;
}
body {
	font-size: 75%; /* 0.75 * 16px = 12px */
	color: #737373;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background: url('/img/common/page_pg.png') repeat-x top left;
}
/* ------------------------- Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #1A1A1A;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
h1, h2, h3, h4 {
	font-size: 1.1em;
	margin: 0 0 15px;
	font-weight: bold;
}
/* ------------------------- Text elements */
p {
	margin: 0 0 15px;
}
strong {
	font-weight: bold;
	color: #1A1A1A;
}
a strong {
	color: #E2001A;
}
a:link, a:visited, a:active {
	color: #E2001A;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a.current {
	text-decoration: underline;
}
/* ------------------------- Lists */
li ul, li ol {
	margin: 0 25px;
}
ul, ol {
	margin: 0 25px 15px;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
/* ------------------------- Forms */
#engaging select, #engaging input, #engaging input.text, input.title, textarea {
	border: 1px solid #BBB;
	width: 50%;
}
.form-error {
	border: 1px solid red;
}
#engaging .input {
	margin: 0px 0 15px 0;
	clear: both;
}
#engaging label {
	display: block;
	font-weight: bold;
	color: #000;
}
.checkboxes {
	margin: 0px 0 15px 0;
}
#engaging .checkboxes label {
	display: block;
	float:none;
}
#engaging .checkbox label {
	display: inline;
	float: none;
	font-weight: normal;
}
#engaging .checkbox input {
	width: auto;
	margin: 0px 10px;
}
#engaging .submit {
	margin: 10px 0px;
}
#engaging .submit input {
	width: auto;
	border: 1px solid #BBB;
	background: #000;
	color: #FFF;
}
fieldset {
	border: 1px solid #BBB;
	padding: 10px 10px 10px 20px; 
}
fieldset legend {
	padding: 0px 10px;
	font-weight: bold;
	font-size: 20px;
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
	border: 1px solid #666;
}
input.text, input.title {
	width: 300px;
	padding: 5px;
}
input.title {
	font-size: 1.5em;
}
textarea {
	width: 390px;
	height: 250px;
	padding: 5px;
}
/* ------------------------- Frame */
#frame {
	width: 925px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	/* min-height */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* faux columns */
	background: #FFF url('/img/common/frame_bg.png') repeat-y right top;
}
#frame.noMedia {
	background: #FFF;
}
/* ------------------------- Header */
#header {
	background: url('/img/common/page_pg.png') repeat-x top left;
	/* min-height */
	min-height: 254px;
	height: auto !important;
	height: 254px;
	position:relative;
}
/* ------------------------- Header > Search */
#search {
	position:absolute;
	right:0px; top:150px;
	text-align: right;
	color: #FFF;
}
/* ------------------------- Header > Logo */
#logo {
	position:absolute;
	left:0px; top:29px;
}
/* ------------------------- Header > Government Logos */
#government_logos {
	position:absolute;
	right:0px; top:29px;
}
/* ------------------------- Header > Navigation */
#navigation {
	position:absolute;
	left:0px; top:140px;
	height: 21px;
}
#nav {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	/* clear contained floats */
	width: 925px;
	overflow: hidden;
}
#nav li {
	float: left;
	height: 41px;
	/* ie6 float double margin fix */
	display: inline;
}
#nav a {
	position: relative; /* without this setting ie7 goes crazy */
	display: block;
	height: 41px;
	width: 100%;
	background: url('/img/navigation/menu.png') no-repeat;
	margin: 0;
	outline: none;
}
ul#nav span {
	position: absolute;
	text-indent: -9999px;
}
/* -- Navigation Links */
#navHome a {
	width: 68px;
	background-position: 0 0;
}
#navFAQ a {
	width: 68px;
	background-position: -68px 0;
}
#navDeliveryPartners a {
	width: 190px;
	background-position: -136px 0;
}
#navProjects a {
	width: 107px;
	background-position: -326px 0;
}
#navEngaging a {
	width: 116px;
	background-position: -432px 0;
}
#navContact a {
	width: 103px;
	background-position: -548px 0;
}
/* -- Links > Hover & Active */
#navHome a:hover, #navHome.active a {
	background-position: 0 -41px;
}
#navFAQ a:hover, #navFAQ.active a {
	background-position: -68px -41px;
}
#navDeliveryPartners a:hover, #navDeliveryPartners.active a {
	background-position: -136px -41px;
}
#navProjects a:hover, #navProjects.active a {
	background-position: -326px -41px;
}
#navEngaging a:hover, #navEngaging.active a {
	background-position: -432px -41px;
}
#navContact a:hover, #navContact.active a {
	background-position: -548px -41px;
}
/* ------------------------- Forms */

/* -- Search Form */
#search .formFields {
	/* clear contained floats */
	width: 100%;
	overflow: hidden;
}
#search .input {
	margin: 0;
}
#search label {
	float: right;
	font-weight: normal;
	font-size: 0.9em;
	line-height: 20px;
	color: #FFF;
	/* override normal form */
	border: none;
	width: auto;
	margin: 0 10px 0 0;
}
#search input {
	float: right;
	margin: 0;
	background: #3D3D3D;
	border: solid #232323;
	border-width: 0 1px 1px 0;
	width: 170px;
	color: #FFF;
}
/* ------------------------- Content */
#content {
	/* clear contained floats */
	width: 100%;
	overflow: hidden;
}
#frame.noMedia #content {
	background: #FFF;
}
/* ------------------------- Container */
#container {
	float: left;
	margin: 0 20px 0 0;
	/* ie6 float double margin fix */
	display: inline;
	/* clear contained floats */
	width: 585px; /* side + main = 165 + 20 + 400 = 585px */
	overflow: visible;
}
/* -- No Media */
#frame.noMedia #container {
	float: none;
	margin: 0;
	/* clear contained floats */
	width: 100%;
	overflow: auto;
}
/* ------------------------- Logo */
#logo {
	height: 67px; /* 30px padding */
}
/* ------------------------- Side */
#side {
	float: left;
	width: 165px;
	margin: 0 20px 0 0;
	padding: 0;
	border-bottom: 1px solid #CACACA;
	/* min-height */
	min-height: 260px;
	height: auto !important;
	height: 260px;
	/* ie6 float double margin fix */
	display: inline;
}
#side.empty {
	border-bottom:0;
}
#sideHeading {
	position: relative;
	/* min-height */
	min-height: 36px;
	height: auto !important;
	height: 36px;
}
#sideHeading img {
	position: absolute;
	left: 0;
	bottom: 0;
}
/* -- Lists */
ul#sideMenu, ul#sideMenu ul { /* all lists */
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	/* clear contained floats */
	width: 100%;
	overflow: hidden;
}
ul#sideMenu { /* top list */
	padding: 22px 0 20px;
	margin: 10px 0 0;
	border-top: 1px solid #CACACA;
}
ul#sideMenu ul { /* sub lists */
	margin: 10px 0 9px;
	/* hide sub-lists by default */
	display: none;
}
ul#sideMenu li.showChildren ul {
	display: block;
}
/* -- List Items */
ul#sideMenu li { /* all list items */
	margin: 0 0 10px;
	padding: 0;
	display: block;
	float: left;
	/* ie6 float double margin fix */
	display: inline;
	/* clear contained floats */
	width: 100%;
	overflow: hidden;
}
ul#sideMenu li li { /* sub list items */
	margin: 3px 0 0;
}
/* -- Links */
ul#sideMenu a { /* all links */
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	outline: none;
	text-decoration: none;
}
ul#sideMenu ul a { /* 2nd level links */
	font-weight: normal;
	color: #737373;
	line-height: 1em;
	/* ie6 float double margin fix */
	float: left;
	display: inline;
}
ul#sideMenu li.active li.active a { /* active sub level link */
	color: #1A1A1A;
	background: #FEF032;
	font-weight: bold;
}
ul#sideMenu li li a:hover {
	color: #1A1A1A;
	background: #FEF032;
	font-weight: normal;
}
/* -- Extra Side Links */
#sideExtra {
	padding: 10px 0;
	border-top: 1px solid #CACACA;
}
#sideExtra ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	/* clear contained floats */
	width: 100%;
	overflow: hidden;
}
#sideExtra li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	/* ie6 float double margin fix */
	display: inline;
}

#featureItem {
	margin-top:15px;
}
/* ------------------------- Main */
#main {
	float: left;
	width: 400px;
	border-bottom: 1px solid #CACACA;
	margin: 0 0 20px;
	/* ie6 float double margin fix */
	display: inline;
	/* min-height */
	min-height: 260px;
	height: auto !important;
	height: 260px;
}
#mainHeading {
	line-height: 0;
	font-size: 0;
	position: relative;
	/* min-height */
	min-height: 46px;
	height: auto !important;
	height: 46px;
}
#mainHeading img {
	position: absolute;
	left: 0;
	bottom: 10px;
}
#mainText {
	border-top: 1px solid #CACACA;
	padding: 20px 0;
}
#mainText p:first-child {
	font-weight: bold;
	color: #1A1A1A;
}
/* -- Main Links */
#mainLinks {
	margin: 0 0 20px;
}
#mainLinks ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	/* clear contained floats */
	width: 399px; /* 400 - 1 */
	overflow: hidden;
}
#mainLinks li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	/* ie6 float double margin fix */
	display: inline;
}
#mainLinks li.back {
	float: right;
}
/* -- No Media */
#frame.noMedia #main {
	width: 740px; /* 400 + 20 + 320 = 740px */
}
#frame.noMedia #mainText {
	/*border: none;*/
}
/* ------------------------- Home: Latest News */
#main .latestNews h4 {
	font-size:inherit;
	font-weight: normal;
	margin: -6px 0 12px 0;
}

/* ------------------------- Media */
#media {
	float: left;
	width: 320px;
	background: #1A1A1A;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* ie6 float double margin fix */
	display: inline;
	/* clear contained floats */
	width: 320px;
	overflow: hidden;
}
#media ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	/* clear contained floats */
	width: 320px;
	overflow: hidden;
}
#media li {
	float: left;
	width: 320px;
	margin: 0;
	padding: 0;
	/* ie6 float double margin fix */
	display: inline;
}
#media img {
	display: block;
}
#media a {
	outline: none;
}
#mediaHeader {
	/* min-height */
	min-height: 28px;
	height: auto !important;
	height: 28px;
	/* clear contained floats */
	width: 100%;
	overflow: hidden;
}
#mediaControls {
	float: left;
	width: 40px;
	text-align: center;
	/* ie6 float double margin fix */
	display: inline;
}
#mediaControls a {
	float: left;
	margin: 10px 0 0 10px;
}
#mediaControls #mediaNext a {
	float: left;
	margin: 10px 0 0;
}
#mediaControls a img {
	display: block;
}
#mediaControls a:hover {
	background: none;
}
#mediaCaption {
	float: right;
	width: 256px; /* 320 - 40 - 24 = 256px */
	text-align: right;
	padding: 5px 12px;
	/* ie6 float double margin fix */
	display: inline;
}
.mediaNotice {
	padding: 10px;
	color: #FFF;
	font-size: 1.2em;
}
.mediaNotice a {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}
.mediaNotice a:hover {
	color: #FFF133;
}
.mediaNotice strong {
	color: #FFF;
}
/* -- Grid */
#gridCaption {
	text-align: right;
	padding: 5px 12px;
}
#gridContent {
	padding: 0 0 5px 5px;
}
#gridContent li {
	width: auto;
}
#gridContent img {
	float: left;
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 5px 5px 0;
}
#gridContent img.last {
	margin-right: 0;
}
#gridContent ul.extraGridLinks {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px;
}
#gridContent ul.extraGridLinks li {
	float: none;
	margin: 0 0 0 10px;
	padding: 0;
	display: block;
}
#gridContent ul.extraGridLinks li a {
	color: #FFF;
	text-decoration: none;
}
#gridContent ul.extraGridLinks li a:hover {
	color: #FFF133;
}
/* -- Media Links */
#mediaLinks ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: #131313;
	/* clear contained floats */
	width: 100%;
	overflow: hidden;
}
#mediaLinks li {
	width: auto;
	margin: 0;
	padding: 0;
	float: right;
	/* ie6 float double margin fix */
	display: inline;
}
#mediaLinks li a {
	color: #FFF;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
#mediaLinks li a:hover {
	color: #FFF133;
	text-decoration: none;
}
#mediaLinks li a.current {
	color: #FFF133;
	background: #1A1A1A;
}
/* -- jsEnabled */
.jsEnabled #mediaHeader {
	display: block;
}
.jsEnabled .mediaNotice span {
	display: none;
}
/* ------------------------- Page: Awards */
#awards ul {
	margin-bottom: 0;
}
#awards h3 {
	margin-bottom: 0;
}
#awards .result {
	border: none;
}
/* ------------------------- Page: News */
#news .article {
	margin-bottom:30px;
}
#news .article h3 {
	margin-bottom: 0px;
}
#news .article h4 {
	margin: 8px 0 9px 0;
	font-size: inherit;
	font-weight:normal;
}
#news .article .date {
	margin-top: 15px;
}
#news .article p {
	margin: 5px 0 8px 0;	
}
#news .article .readMore {
	margin-top:-2px;	
}
#news .result {
	border: none;
}
#news .result {
	margin:0;
	padding:0;
}
/* ------------------------- Page: Publications */
#publications .publicationCategory h1 {
	margin-bottom: 0;
}
#publications .publication {
	margin-top: 15px;
}
#publications p {
	margin-bottom: 0;
}
#publications .result {
	border: none;
}
/* ------------------------- Element: Search */
#feature {
	margin: 0 0 20px;
}
#feature a:hover {
	background: none;
}
#featureHeading {
	position: relative;
	border-bottom: 1px solid #CACACA;
	/* min-height */
	min-height: 46px;
	height: auto !important;
	height: 46px;
}
#featureItem {
	padding: 20px 0 0;
}
#featureHeading img {
	position: absolute;
	left: 0;
	bottom: 10px;
}
/* ------------------------- Common: Results (News/Search) */
.result {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #999;
}
.resultHeading {
	margin: 0 0 20px;
	border-bottom: 1px solid #CACACA;
	position: relative;
	/* min-height */
	min-height: 27px;
	height: auto !important;
	height: 27px;
}
.resultHeading.first {
	/* min-height */
	min-height: 46px;
	height: auto !important;
	height: 46px;
}
.resultHeading img {
	position: absolute;
	left: 0;
	bottom: 10px;
}
.publication h2 {
	margin-bottom: 0;
}
/* ------------------------  Paging */

.paging {
	overflow: auto;
}
.paging span, .paging .enabled, .paging .disabled {
	margin-right:0.7em;
}
.paging span.current {
	font-weight:bold;
	color:black;
}

.paging .next {
	background-repeat: no-repeat;
	background-position: right 4px;
	padding:0 13px 0 0;
}
.paging .prev {
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding:0 0 0 14px;
	font-weight:bold;
	margin:0 0.5em 0 1em;
}

.paging .next.enabled {
	background-image: url(../img/common/arrow-next.png);
}

.paging .next.disabled {
	background-image: url(../img/common/arrow-next-disabled.png);
}

.paging .prev.enabled {
	background-image: url(../img/common/arrow-prev.png);
}

.paging .prev.disabled {
	background-image: url(../img/common/arrow-prev-disabled.png);
}

.paging .disabled {
	display:inline;
}


/* ------------------------- jCarousel */
.jcarousel-container {
	position: relative;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li, .jcarousel-item {
	float: left;
	list-style: none;
	/* set the width/height explicitly - no width/height causes infinite loops */
	width: 320px;
	height: 320px;
}
.jcarousel-next, .jcarousel-prev {
	z-index: 3;
	display: none;
}
.jcarousel-container-horizontal {
	height: 320px;
	width: 320px;
}
.jcarousel-clip-horizontal {
	/* ie6 needs the following style to work properly */
	width: 100%;
}
/* ------------------------- Datagrid Search */

.datagrid_search {
	position:relative;
	float:right;
	margin-top:-30px;
}

.datagrid_search SELECT, .datagrid_search INPUT, .datagrid_search LABEL {
	margin:0 0 0 0.7em;
	padding:0;
}

.datagrid_search .input {
	float:left;
}

.datagrid_search .submit {
	display:none;
}

.datagrid TH {
	font-weight:bold;
	color:black;
	padding-bottom:16px;
}

.datagrid TH, .datagrid TD {
	padding-right:4px;
}


/* ------------------------- Pagination */
.pagination {
	/* clear contained floats */
	width: 100%;
	overflow: hidden;
}
.pagination .prev {
	float: left;
	/* ie6 float double margin fix */
	display: inline;
}
.pagination .next {
	float: right;
	/* ie6 float double margin fix */
	display: inline;
}
/* ------------------------- Misc */
span.highlight {
	background: #FEF032;
}
#tidy {
	display: none;
}
img.heading {
	display: block;
}
hr {
	color: #CACACA;
	background: #CACACA;
	height: 1px;
	border: none;
}
hr.nigel {
	margin: 1.5em 0 1.5em 0;
}
/* ------------------------- Climate Change Order Form */
.error-message {
	clear: both;
	font-weight: bold;
	color: red;
}
#DvdOrderAddForm {
	margin: 0 0 20px;
	/* clear contained floats */
	width: 100%;
	overflow: hidden;
}
#DvdOrderAddForm label {
	border: 0;
	float: none;
}
#DvdOrderAddForm .text input {
	width: 50%;
}
#DvdOrderAddForm .input {
	margin-bottom: 10px;
}
#DvdOrderAddForm .submit {
	margin-top: 20px;
}

/* ------------------------- Delivery Site Selector Form */
#DeliverySiteSelectorForm {
	overflow:auto;
	margin:0 0 1em 0;
}

#DeliverySiteSelectorForm INPUT, #DeliverySiteSelectorForm SELECT, #DeliverySiteSelectorForm LABEL {
	float:left;
	margin:0 0.7em 0 0;
}

#DeliverySiteSelectorForm .submit {
	display:none;
}

#geo_points {
	list-style-type: none;
	margin:0;
}
/* ------------------------ Disclaimer on Interested Suppliers listing */
#mainText .disclaimer P {
	font-weight:normal;
	color:#737373;
	margin-bottom:0px;
}
/* ------------------------ FAQs pages */
#mainText.expandable-content P {
	font-weight:normal !important;
	color:#737373 !important;
}

.expandable-content h3 {
	padding-left:1.5em;
	background-repeat: no-repeat;
	background-position: 0 5px;
	cursor:pointer;
}

.expandable-content h3.expanded {
	background-image: url(../img/common/arrow-down.png);
}

.expandable-content h3.contracted {
	background-image: url(../img/common/arrow-right.png);
}

.expandable-content .content-wrapper {
	margin-left:1.7em;
}