/* ------------------------- 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;
	line-height: 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 */
input.text, input.title, textarea, select {
	margin: 0.5em 0;
	border: 1px solid #BBB;
}
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: 190px;
	height: auto !important;
	height: 190px;
}
/* ------------------------- Header > Search */
#search {
	padding: 20px 5px 0;
	text-align: right;
	color: #FFF;
}
/* ------------------------- Header > Navigation */
#navigation {
	margin: 60px 0 0;
	height: 21px;
}
ul#nav {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	/* clear contained floats */
	width: 925px;
	overflow: hidden;
}
ul#nav li {
	float: left;
	height: 21px;
	/* ie6 float double margin fix */
	display: inline;
}
ul#nav li a {
	position: relative; /* without this setting ie7 goes crazy */
	display: block;
	height: 21px;
	width: 100%;
	background: url('/img/navigation/navigation.png') no-repeat;
	margin: 0 35px 0 0;
	outline: none;
}
ul#nav span {
	position: absolute;
	text-indent: -9999px;
}
/* -- Links */
ul#nav #navHome a {
	width: 57px;
	background-position: 0 0;
}
ul#nav #navAboutUs a {
	width: 87px;
	background-position: 0 -21px;
}
ul#nav #navPeopleCareers a {
	width: 165px;
	background-position: 0 -42px;
}
ul#nav #navProjects a {
	width: 87px;
	background-position: 0 -63px;
}
ul#nav #navSustainability a {
	width: 140px;
	background-position: 0 -84px;
}
ul#nav #navExpertise a {
	width: 98px;
	background-position: 0 -105px;
}
ul#nav #navContact a {
	width: 81px;
	background-position: 0 -126px;
	margin: 0;
}
/* -- Links > Hover & Active */
ul#nav #navHome a:hover, ul#nav #navHome.active a {
	width: 57px;
	background-position: -167px 0;
}
ul#nav #navAboutUs a:hover, ul#nav #navAboutUs.active a {
	width: 87px;
	background-position: -167px -21px;
}
ul#nav #navPeopleCareers a:hover, ul#nav #navPeopleCareers.active a {
	width: 165px;
	background-position: -167px -42px;
}
ul#nav #navProjects a:hover, ul#nav #navProjects.active a {
	width: 87px;
	background-position: -167px -63px;
}
ul#nav #navSustainability a:hover, ul#nav #navSustainability.active a {
	width: 140px;
	background-position: -167px -84px;
}
ul#nav #navExpertise a:hover, ul#nav #navExpertise.active a {
	width: 98px;
	background-position: -167px -105px;
}
ul#nav #navContact a:hover, ul#nav #navContact.active a {
	width: 81px;
	background-position: -167px -126px;
	margin: 0;
}
/* ------------------------- Forms */
form {
	margin: 0;
	padding: 0;
}
.input {
	margin-bottom: 20px;
	/* clear contained floats */
	width: 100%;
	overflow: hidden;
}
label {
	float: left;
	width: 190px;
	margin: 0 10px 0 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px dashed #ddd;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.5;
}
label em {
	color: red;
	background: none;
	font-weight: bold;
}
input, select, textarea {
	float: left;
	margin: 0 10px 0 0;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	border: 1px solid #969696;
	font-size: 1em;
}
input:focus, select:focus, textarea:focus {
	background: lightyellow;
}
textarea {
	width: 350px;
	height: 75px;
}
/* -- 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 = 148 + 20 + 417 = 585px */
	overflow: hidden;
}
/* -- No Media */
#frame.noMedia #container {
	float: none;
	margin: 0;
	/* clear contained floats */
	width: 100%;
	overflow: hidden;
}
/* ------------------------- Logo */
#logo {
	height: 67px; /* 30px padding */
}
/* ------------------------- Side */
#side {
	float: left;
	width: 148px;
	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 5px;
	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: 417px;
	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: 416px; /* 417 - 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: 757px; /* 417 + 20 + 320 = 757px */
}
#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 {
	/* clear contained floats */
	width: 100%;
	overflow: hidden;
}
.paging .previous {
	float: left;
	/* ie6 float double margin fix */
	display: inline;
}
.paging .next {
	float: right;
	/* ie6 float double margin fix */
	display: inline;
}
.paging .summary {
	clear: both;
	text-align: center;
}
.paging .disabled {
	font-weight: bold;
	line-height: 1em;
}
/* ------------------------- 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%;
}
/* ------------------------- 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;
}
/* ------------------------- 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;
}
