body  { 
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 0;  /*Will correctly center page on all browsers */
  width: 100%;
  font-size: 0 !important;
  background-color: #888888;
  background-image: url("/images/bg.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  border: 0;
}

div  {
  border: 0;
  padding: 0;
}

table  {
  border: 0;
  padding: 0;
}

table  td  {
  border: 0;
  padding: 0;
}

img  {
  border: 0;
  padding: 0;
}

/* anchor css tags */

a {
  color: #50774c;
}

#maincontainer  {
  width: 1080px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
  text-align: left;
  border: 0;
  padding: 0;
}

#header  {
  height: 99px;
  background-color: #284328;
}

#headertube  {
  padding-left: 138px; 
}

img.logo  {
  border: 0;
}

#loginsection  {
  position: absolute;
  top: 62px;
  left: 877px;
  font-size: 10pt;
  font-family: helvetica, arial, "sans serif";
  color: #838282;
}

a.login  {
  text-decoration: none;
  color: #ffffff;
  font-size: 9pt;
}

#topmenu  {

}

#topmenutube  {

}

/* menu css tags */

#menu  {
  background-image: url("/images/menuBg.jpg");
  background-repeat: repeat-x;
  background-position: top left;
  border: 0;
  margin: 0;
  padding: 0;
  height: 40px;
}

img.menu  {
  border: 0;
}

table.menuTable  {
  border-collapse: collapse;
  width: 732px;
  border: 0;
  margin-left: 163px;
  margin-right: 185px;
  padding: 0;
}

table.menuTable  td  {
  vertical-align: top;
  border: 0;
  padding: 0;
}

table.admin  td  {
  font-family: helvetica, arial, "sans serif";
  font-size: 11pt;
  font-weight: bold;
  color: #fafafa;
  padding-top: 6px;
}

table.admin  td  a {
  text-decoration: none;
  color: #fafafa;
}

/* submenu css tags */

#submenu  {
  background-image: url("/images/submenuBg.jpg");
  background-repeat: repeat-x;
  background-position: top left;
  border: 0;
  margin: 0;
  padding: 0;
  margin-bottom: 53px;
}

img.submenu  {
  border: 0;
}

table.submenuTable  {
  border-collapse: collapse;
  border: 0;
  margin-left: 138px;
}

table.submenuTable  td  {
  vertical-align: top;
  border: 0;
  padding: 0;
}

#bottommenu {
  clear: both;
}

#bottommenutube  {
  padding: 1em 10px 0.5em 10px;
  text-align: right;
}

#footer  {
  clear: both;
}

#footertube  {
  text-align: right;
  font-family: helvetica, arial, "sans serif";
  font-size: 8pt;
  color: #bfc0c1;
  padding-right: 109px;
  padding-top: 35px;
  padding-bottom: 35px;
}

#footertube  a  {
  color: #bfc0c1;
  text-decoration: none;
}

/* singlecolumn css tags */

#singlecolumnwrapper {
  clear: both;
  padding-top: 160px;
}

#singlecolumnwrappertube{
  padding-left: 164px;
  padding-right: 100px;
  font-family: helvetica, arial, "sans serif";
  font-size: 9pt;
  line-height: 1.5em;
  color: #606060;
}


/* three column css tags */

#threecolumnwrapper  {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 1px 0;
  border: 0;
  padding: 0;
  margin: 0;
}

#threecolumncontent  {
  margin: 0 278px 0 164px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#threecolumncontenttube  {
  padding-left: 0;
  padding-right: 85px;
  font-family: helvetica, arial, "sans serif";
  font-size: 9pt;
  line-height: 1.6em;
  color: #606060;
}

#threecolumnleft  {
  float: left;
  width: 164px; /*Width of left column in pixel*/
  margin-left: -1080px; /*Set margin to that of -(MainContainerWidth)*/
}

#threecolumnlefttube  {
  font-family: helvetica, arial, "sans serif";
  font-size: 8pt;
  line-height: 1.5em;
  color: #606060;
}

#threecolumnright  {
  float: left;
  width: 278px; /*Width of right column*/
  margin-left: -278px; /*Set left margin to -(RightColumnWidth)*/
}

#threecolumnrighttube  {
  padding-right: 100px;
  font-family: helvetica, arial, "sans serif";
  font-size: 8pt;
  line-height: 1.5em;
  color: #50774c;
}


/* header tags */

h1  {
  color: #50774c;
  font-weight: normal;
  font-size: 12pt;
  text-transform: uppercase;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 34px;
}

h2  {
  color: #50774c;
  font-weight: normal;
  font-size: 10pt;
  margin-top: 22px;
}

/* back to top css tags */

a.top  {
  display: block;
  text-align: right;
  font-size: 8pt;
  font-weight: bold;
  color: #355430;
  text-decoration: none;
}

/* tierMenu css tags  */

div.tierMenu  {
  margin-bottom: 125px;
}

div.tier  {
  background-color: #e3e2e1;
  margin-bottom: 1px;
  padding: 5px 0 5px 13px;
}

a.tier  {
  color: #4f4f4f !important;
  text-transform: uppercase;
  text-decoration: none;

  font-size: 8pt;
}

a.active  {
  font-weight: bold;
}


div.subtier  {
  padding: 4px 0 0 8px;
}

a.subtier  {
  color: #4f4f4f !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 7pt;
}


/* Contact Us table css tags */

table.contact  {
  border-collapse: collapse;
  width: 550px;
}

table.contact  td  {
  vertical-align: top;
  padding-bottom: 22px;
  padding-right: 100px;
}

table.contact  td  b  {
  font-size: 10pt;
}

/* Tombstone css tags */

table.tombstone  {
  border-collapse: collapse;
  width: 840px;
}

table.tombstone  td  {
  vertical-align: top;
  border-top: 1px solid #cbcaca;
}

table.tombstone  td.logo  {
  width: 127px;
}

table.tombstone  td.detail  {
  width: 293px;
  padding-top: 17px;
  padding-bottom: 17px;
}

table.tombstone  td.space  {
  border-top: 0;
  width: 30px;
}

table.tombstone  span.date  {
  font-style: italic;
}

table.tombstone  span.company  {
  font-size: 10pt;
  font-weight: bold;
}

table.tombstone  span.amount  {
  font-size: 10pt;
  font-weight: bold;
}

table.tombstone  span.record  {

}

table.tombstone  span.detail  {

}

table.tombstone  span.disclaimer  {
  font-size: 7pt;
  font-style: italic;
}

/* map css tags */

img.map  {
  border: 0;
  margin-left: -26px;
  display: block;
}

/* Hide CSS Tags  */

div.hide  {
  display: none;
  visibility: hidden;
}


div.loc  {
  position: absolute;
  padding-bottom: 4px;
  padding-right: 4px;
}

div.loc  a  {
  display: block;
  color: #50774c;
  text-decoration: underline;
}

div.belgium  {
  margin-top: -238px;
  margin-left: 155px;
  background-image: url("/images/european/belgium.jpg");
  background-repeat: no-repeat;
  width: 215px;
  height: 36px;
  padding-top: 4px;
  padding-left: 39px;
}

div.findland  {
  margin-top: -371px;
  margin-left: 324px;
  background-image: url("/images/european/findland.jpg");
  background-repeat: no-repeat;
  width: 226px;
  height: 62px;
  padding-left: 43px;
  padding-top: 12px;
}

div.france  {
  margin-top: -170px;
  margin-left: 131px;
  background-image: url("/images/european/france.jpg");
  background-repeat: no-repeat;
  width: 301px;
  height: 189px;
  padding-top: 34px;
  padding-left: 31px;
}

div.germany  {
  margin-top: -211px;
  margin-left: 193px;
  background-image: url("/images/european/germany.jpg");
  background-repeat: no-repeat;
  width: 306px;
  height: 115px;
  padding-top: 22px;
  padding-left: 41px;
}

div.netherlands  {
  margin-top: -258px;
  margin-left: 174px;
  background-image: url("/images/european/netherlands.jpg");
  background-repeat: no-repeat;
  width: 154px;
  height: 36px;
  padding-top: 4px;
  padding-left: 48px;
}

div.spain  {
  margin-top: -99px;
  margin-left: 110px;
  background-image: url("/images/european/spain.jpg");
  background-repeat: no-repeat;
  width: 272px;
  height: 86px;
  padding-top: 34px;
  padding-left: 27px;
}

div.sweden  {
  margin-top: -397px;
  margin-left: 102px;
  background-image: url("/images/european/sweden.jpg");
  background-repeat: no-repeat;
  width: 173px;
  height: 46px;
  padding-top: 4px;
  padding-left: 8px;
}

div.switzerland  {
  margin-top: -187px;
  margin-left: 194px;
  background-image: url("/images/european/switzerland.jpg");
  background-repeat: no-repeat;
  width: 291px;
  height: 40px;
  padding-top: 6px;
  padding-left: 39px;
}

div.uk  {
  margin-top: -307px;
  margin-left: 102px;
  background-image: url("/images/european/uk.jpg");
  background-repeat: no-repeat;
  width: 260px;
  height: 73px;
  padding-top: 8px;
  padding-left: 38px;
}

div.india  {
  margin-top: -198px;
  margin-left: 52px;
  background-image: url("/images/asia/india.jpg");
  background-repeat: no-repeat;
  width: 310px;
  height: 136px;
  padding-top: 24px;
  padding-left: 40px;
}

div.china  {
  margin-top: -319px;
  margin-left: 192px;
  background-image: url("/images/asia/china.jpg");
  background-repeat: no-repeat;
  width: 353px;
  height: 177px;
  padding-top: 8px;
  padding-left: 59px;
}

div.hongKong  {
  margin-top: -218px;
  margin-left: 320px;
  background-image: url("/images/asia/hongKong.jpg");
  background-repeat: no-repeat;
  width: 235px;
  height: 84px;
  padding-top: 8px;
  padding-left: 52px;
}

div.japan  {
  margin-top: -364px;
  margin-left: 516px;
  background-image: url("/images/asia/japan.jpg");
  background-repeat: no-repeat;
  width: 156px;
  height: 51px;
  padding-top: 20px;
  padding-left: 36px;
}

div.korea  {
  margin-top: -328px;
  margin-left: 401px;
  background-image: url("/images/asia/korea.jpg");
  background-repeat: no-repeat;
  width: 178px;
  height: 51px;
  padding-top: 21px;
  padding-left: 34px;
}

div.malaysia  {
  margin-top: -60px;
  margin-left: 262px;
  background-image: url("/images/asia/malaysia.jpg");
  background-repeat: no-repeat;
  width: 215px;
  height: 33px;
  padding-top: 4px;
  padding-left: 40px;
}

div.singapore  {
  margin-top: -27px;
  margin-left: 278px;
  background-image: url("/images/asia/singapore.jpg");
  background-repeat: no-repeat;
  width: 310px;
  height: 189px;
  padding-top: 18px;
  padding-left: 36px;
}

div.thailand  {
  margin-top: -132px;
  margin-left: 233px;
  background-image: url("/images/asia/thailand.jpg");
  background-repeat: no-repeat;
  width: 357px;
  height: 61px;
  padding-top: 7px;
  padding-left: 42px;
}

/* splash css tags  */

div.terms  {
  font-size: 7pt;
}

div.terms  h2  {
  font-size: 7pt;
  font-weight: bold;
  color: #606060;
}

table.splash  {
  width: 100%;
}

table.splash  td {
  vertical-align: top;
}

/* Form, Input and Button Tags */

form  {
  margin: 0;
  padding: 0;
}

input, select.input, textarea.input  {
  font-family: helvetica, arial, "sans serif";
  font-size: 9pt;
  font-weight: normal;
  border: 1px solid #cfcfce;
  background-color: #ffffff;
  color: #000000;
  padding-top: 3px;
  padding-bottom: 3px;
}

input.button  {
  background-color: #d5dce5;
  color: #004685;
  padding: 6px 10px;
  text-align: center;
  border: 0;
}

input.splash  {
  background-image: url("/images/splash.jpg");
  background-repeat: no-repeat;
  width: 160px;
  height: 33px;
  color: #ffffff;
  text-decoration: none;
  font-size: 9pt;
  text-align: left;
  padding-left: 7px;
  border: 0;
  text-align: left;
}

input.login  {
  background-image: url("/images/login.jpg");
  background-repeat: no-repeat;
  width: 93px;
  height: 23px;
  color: #ffffff;
  text-decoration: none;
  font-size: 9pt;
  text-align: left;
  padding-left: 7px;
  border: 0;
}

span.error  {
  color: #ff0000;
}

/* Error CSS Tag */

span.approvedAction, span.failedAction  {
  display: block;
  padding: 1em 0;
  /* background-color: #ececec; */
  margin: 1em 0 1em 0;
  font-weight: normal;
}

span.approvedAction  {
  color: #51774d;
}

span.failedAction  {
  color: #ff0000;
}

/* call out css tags  */

div.callout  {
  background-image: url("/images/backgrounds/vertical_about.gif");
  background-repeat: no-repeat;
  background-position: 0 -7px;
  padding-left: 12px;
  height: 319px;
  vertical-align: middle;
}

div.callout  b, div.careerout b  {
  display: block;
  margin-bottom: 8px;
}

div.careerout  {
  background-image: url("/images/backgrounds/vertical_career.gif");
  background-repeat: no-repeat;
  background-position: 0 -7px;
  padding-left: 12px;
  height: 165px;
  vertical-align: middle;
}

/* list tags css */

li  {
  margin-bottom: .5em;
}

/* Form Table CSS Tags */

table.form  {
  border-collapse: collapse;
  border: 0;
  padding: 0;
  margin: 1em 0;
}

table.form  th  {
  font-weight: normal;
  text-align: right;
  color: #51774d;
  padding-right: 5px;
}

table.form  td  {
  padding-right: 5px;
  padding-bottom: 5px;
}


/* Questionaire CSS Tags */

table.questionaireForm  {
  border-collapse: collapse;
  border: 0;
  padding: 0;
  width: 100%;
}

table.questionaireForm th  {
  font-weight: normal;
}

table.questionaireForm  td  {
  padding-bottom: 5px;
}

table.questionaire  {
  border-collapse: collapse;
  border: 0;
  padding: 0;
}

table.questionaire  td  {
  vertical-align: top;
}

/* table list css tags */

table.list  {
  border-collapse: collapse;
  width: 100%;
}

table.list  thead  {
  background-color: #73856d;
  color: #ffffff;
}

table.list  th, table.list  td  {
  border: 1px solid #73856d;
  padding: 2px;
}

/* Table CMS CSS Tags */

table.cms  {

}

table.cms  th,  table.cms  td  {
  vertical-align: top;
}

/* Background Images CSS Tags */

img.bgImage  {
  z-index: -1;
  position: absolute;
  margin: 0 auto; /*Center container on page*/
}