/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 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; }
/* END OF RESET */


body {
}
div.floatClear {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 0pt;
  line-height: 0;
  height: 0;
}
a {
  color: #ccae3f;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-top:15px;
}
h1 { font-size: 16px; margin-top: 10px; text-transform: uppercase; }
h2 { font-size: 12px; text-transform: uppercase; }
h4 { font-size: 10px; }


#pageContainerOuter {
  width: 960px;
  margin: 0 auto 0;
  background-color: #efeff0;
  color: #767779;
  font-family: verdana;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5em;
}


/* Page Header */
#pageHeader {
  position: relative;
  z-index: 2; /* ensures banner menu appears above content in various versions of IE */
  height: 135px;
  background: url(/assets/h/e/header_background.png) no-repeat;
}
#logoHomeLink {
  display: block;
  position: absolute;
  top: 23px;
  left: 39px;
  width: 115px;
  height: 69px;
  text-indent: -9000px;
  background: url(/images/spacer.gif); /* IE7 hack - link not clickable without it... */
}
#homeLink {
  display: block;
  position: absolute;
  top: 21px;
  left: 695px;
  width: 18px;
  height: 16px;
  text-indent: -9000px;
  background: url(/assets/h/o/home_link_icon.png);
}


/* Banner Menu */
#bannerMenu {
  position: absolute;
  z-index: 9999;
  top: 110px;
  left: 38px;
}
#bannerMenu a {
  display: block;
  padding: 2px 10px 2px 10px;
  font-size: 8pt;
  color: #000;
  letter-spacing: 1px;
}
#bannerMenu a:hover {
  color: #fff;
  background-color: #bc9e2f;
  text-decoration: none;
}
#bannerMenu a.top {
  padding: 0px 2px 0px 10px;
  border-right: 1px solid #b89d39;
  margin-bottom: 6px;
  font-weight: bolder;
  color: #111;
}
#bannerMenu a.top:hover {
  color: #fff;
  background-color: #ccae3f;
}
#bannerMenu a.parent {
  background: #ccae3f url(/assets/b/a/banner_menu_arrow.png) no-repeat 188px center;
}
#bannerMenu a.parent:hover {
  background: #bc9e2f url(/assets/b/a/banner_menu_arrow_hover.png) no-repeat 188px center;
}
#bannerMenu li {
  float: left;
  background-color: #ccae3f;
}
#bannerMenu a.selected {
  color: #fff;
}
#bannerMenu li ul {
  position: absolute;
  left: -999em;
  height: auto;
  width: 180px;
}
#bannerMenu li ul a {
  width: 180px;
}
#bannerMenu li ul ul {
  margin: -22px 0px 0px 200px;
}
/* The careers sub-menus should pop-out to the left */
#bannerMenu li.careers ul ul {
  margin: -22px 0px 0px -200px;
}
#bannerMenu li:hover ul ul, 
#bannerMenu li:hover ul ul ul, 
#bannerMenu li.bmhover ul ul, 
#bannerMenu li.bmhover ul ul ul {
  left: -999em;
}
#bannerMenu li:hover ul, 
#bannerMenu li li:hover ul, 
#bannerMenu li li li:hover ul, 
#bannerMenu li.bmhover ul, 
#bannerMenu li li.bmhover ul, 
#bannerMenu li li li.bmhover ul {
  left: auto;
  height: 1px; /* Ensures menu is hidden correctly in IE8... ?! */
}
#bannerMenu li.aboutUs a.top { width: 127px; margin-right: 12px; }
#bannerMenu li.beingUnique a.top { width: 117px; margin-right: 14px; }
#bannerMenu li.ourMarkets a.top { width: 112px; margin-right: 15px; }
#bannerMenu li.sustainability a.top { width: 124px; margin-right: 14px; }
#bannerMenu li.news a.top { width: 65px; margin-right: 19px; }
#bannerMenu li.careers a.top { width: 83px; margin-right: 19px; }
#bannerMenu li.contact a.top { border-right: none; }


/* Search Box */
.searchBoxContainer {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 210px;
  height: 21px;
  background: url(/assets/s/e/search_box_background.png) no-repeat;
}
#search_query {
  background-color: transparent;
  border: 0 none;
  height: 18px;
  margin: 0 5px 0 20px;
  padding-top: 3px;
  width: 156px;
}
.searchBoxContainer button { 
  float: right;
  width: 27px;
  height: 21px;
  text-indent: -9999px;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background: url(/assets/s/e/search_box_button_background.png) no-repeat;
}
.searchBoxContainer label { display: none; }


/* Main Content Area */
.pageContent {
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-bottom-left-radius: 4px 4px;
  -webkit-border-bottom-right-radius: 4px 4px;
  -webkit-border-top-left-radius: 4px 4px;
  -webkit-border-top-right-radius: 4px 4px;
  margin: 15px 20px 0px 20px;
  padding: 20px;
  border: 2px solid #b2b2b2;
  min-height: 350px;
  background-color: #fff;
}
.pageContent:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* Homepage Specifics */
.homepage #flashMovie {
  width: 876px;
  height: 300px;
  margin-bottom: 20px;
}
.homepage .column {
  float: left;
  width: 152px;
  padding-right: 10px;
  margin-right: 10px;
}
.homepage .column h2 {
  border-bottom: 1px solid #ccc;
}
.homepage .column1 {
  width: 200px;
}
.homepage .column2,
.homepage .column3 {
  width: 232px;
}
.homepage .column4 {
  padding-right: 0px;
  margin-right: 0px;
}


/* Two Column Layout */
.twoColumns .column1 {
  float: left;
  width: 150px;
}
.twoColumns .banner .imageRotator {
  margin-bottom: 20px;
}
.twoColumns .column2 {
  margin-left: 170px;
}
.twoColumns .column2 .imageRotator {
  width: 706px;
  position: relative;
}


/* Three Column Layout */
.threeColumns .column1 {
  float: left;
  width: 150px;
}
.threeColumns .column2 {
  margin-left: 170px;
  margin-right: 220px;
}
.threeColumns .column3 {
  float: right;
  width: 200px;
}


/* Case Study Pages */
.caseStudy .imageGalleryContainer {
  width: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}
.caseStudy .imageGallery {
  width: 210px;
}
.caseStudy .imageGallery a.galleryImage { 
  text-indent: -9000px;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0px 10px 10px 0px;
}


/* Flash Pages */
.flashPage { margin: 20px; }


/* Map Pages */
.mapPage { margin: 20px; background-color: #fff; }
.mapPage .contentContainer { padding: 20px; }
.mapTooltip { z-index: 950; }
div.googleMap { height: 300px;}


/* Left Nav */
.pageMenu {
  margin: 0px 0px 30px 0px;
}
.pageMenu ul {
  border-top: 1px solid #ddd;
}
.pageMenu li {
  border-bottom: 1px solid #ddd;
}
.pageMenu a {
  display: block;
  padding: 2px 2px 2px 25px;
  font-size: 7pt;
  color: #888;
}
.pageMenu a:hover {
  background-color: #efefef;
  text-decoration: none;
}
.pageMenu li.parent a {
  padding-left: 13px;
  font-size: 8pt;
  color: #444;
  background: url(/assets/p/a/parent_background.png) no-repeat 3px center;
}
.pageMenu li.parent a:hover {
  background: #efefef url(/assets/p/a/parent_background_hover.png) no-repeat 3px center;
}
.pageMenu li.first {
  display: none;
}
.pageMenu li.selected a {
  background: #efefef !important;
}
.pageMenu li.selected a:hover {
  background: #efefef;
}


/* Headlines */
.headlines li.headline {
  margin-top: 15px;
}
.headlines li.headline a {
  font-style: italic;
  color: #4f83ac;
}
.headlines .newsFeeds { display: none; }


/* News */
div.newsContainer {
  margin-top: 20px;
}
div.newsContainer div.newsFeeds {
  margin-bottom: 10px;
}
div.news h1.headline {
  margin: 0px;
  font-size: 20px;
  color: #444;
}
div.news div.date {
  margin-bottom: 10px;
  font-weight: bold;
  font-style: italic;
}
ul.headlines {
  margin-bottom: 1em;
  margin-top: 0px;
  line-height: 150%;
}
div.newsContainer ul.headlines a {
  font-weight: normal;
  margin: 0;
  color: #444;
  font-size: 16px;
}
div.newsContainer ul.headlines div.date {
  margin-bottom: 20px;
}
div.news div.content {
  line-height: 150%;
}


/* Paginator */
.pagination {
  padding: 3px;
  margin: 3px;
  text-align: center;
}
.pagination a {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #aaa;
  text-decoration: none;
  color: #666;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #000;
  color: #000;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #444;
  font-weight: bold;
  background-color: #666;
  color: #FFF;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #eee;
  color: #ddd;
}


/* Search Results */
.searchResults .result {
  margin-top: 20px;
}
.searchResults .resultExtract {
  margin: 1px 0px 5px 0px;
}
.searchResults .resultTitle a {
  font-weight: bold;
}
.searchResults span.highlight {
  font-weight: bold;
  color: #444;
}


/* Form Builder Forms */
div.form div.field ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
div.formContainer { position:relative; }
div.form fieldset {
  border: none;
  width: 440px;
  padding: 0px;
}
div.form legend {
  display: none;
}
div.form label {
  display: block;
}
span.fieldDescription {
  display: block;
  font-size: 8pt;
  color: #aaa;
}
div.formRow {
  float: left;
  padding: 10px 0px 10px 0px;
  width: 430px;
}
div.formRow,
div.formButtons {
 clear: both;
}
div.field input.textbox,
div.field textarea {
  width: 420px;
  font-size: 12pt;
}
div.field select {
  font-size: 12pt;
}
div.field input.textbox, 
div.field textarea {
  background:#F6F6F5 none repeat scroll 0 0;
  border-color:#D4D2C5 #F6F6F5 #F6F6F5 #E1DFD7;
  border-style:solid;
  border-width:1px;
  height:17px;
  padding:4px 5px 3px;
  margin-top: 2px;
}
div.field textarea {
  height: auto;
}
div.formButtons {
  padding-top: 10px;
}
div.formButtons button {
  margin-right: 5px;
}
div.errorExplanation {
  padding: 7px;
  padding-bottom: 12px;
  margin: 20px 8px 20px 0px;
  background-color: #efefef;
  position: relative; /* For IE6 */
}
div.errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 10px;
  font-size: 12px;
  margin: -7px -7px 0px -7px;
  background-color: #c60c30;
  color: #fff;
}
div.errorExplanation p {
  margin-bottom: 0;
  padding: 10px 5px 0px 5px;
}
div.errorExplanation ul {
  padding-left: 40px;
  margin-top: 0px;
}
div.errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


/* Site Map */
div.siteMap ul {
  padding-left: 20px;
  line-height: 16px;
}


/* Page Footer */
#pageFooter {
  clear: both;
  padding: 0px 0px 0px 30px;
  background: url(/assets/f/o/footer_background.png) no-repeat top left;
  background-color: #fff;
}
#pageFooter ul.contactDetails {
  margin-right: 10px;
  text-align: right;
  font-size: 9px;
  overflow: hidden;
}
#pageFooter ul.contactDetails li {
  display: inline;
  padding: 0px 10px 0px 0px;
}
.footerLinks {
  float: left;
  margin: 98px 52px 10px 0px;
  width: 110px;
  line-height: 1.2;
}
.footerLinks h4 {
  margin: 20px 0px 7px 0px;
}
.footerLinks li a {
  font-size: 7pt;
  color: #767779;
}
#pageFooter .last {
  margin-right: 0px;
}