/*** global styles ***/
div {
  position: relative;
  margin: 0;
  padding: 0;
}

img {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}

p, a, span, ul, li, tr, td, h1, h2, h3, h4, sup {
  font: normal 11px helvetica, arial, sans-serif;
  color: #333333;
}

a {
  color: #006db8;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #666666;
}

.blue {
  color: #006db8;
}
.bold{
  font-weight: bold;
}
.bold_blue {
  font-weight: bold;
  color: #006db8;
}

sup { bottom: .33em; color: inherit; font-size: 8px; position: relative; vertical-align: baseline; }

hr {
  padding: 0;
  line-height: 0;
  border: none;
  border-top: solid 1px #006db8;
}
li.h2 {
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #979690;
}
li.h2 h2 {
  padding-bottom: 0px;
}
li.h3 {
  padding-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #006db8;
}
li.h3 h3 {
  padding-bottom: 0px;
}
li.h2 p, li.h2 li,
li.h3 p, li.h3 li {
  color: #000000;
}

.pdfTitle {
  padding-top: 5px;
}
.pdfList {
  padding-left: 15px;
}

.dotted_hr,
.dotted_hr_bottom,
.dotted_hr_pad5,
.dotted_hr_pad10 {
  line-height: 0;
  height: 1px;
  background: url('../images/dotted_hr.gif') repeat-x;
}
.dotted_hr_pad5 {
  margin: 5px 0;
}
.dotted_hr_pad10 {
  margin: 10px 0;
}
.dotted_hr_bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.fact_pic_left {
  float: left;
  margin: 0 10px 0 0;
  vertical-align: top;
}
.fact_pic_right {
  float: right;
  margin: 0 0 0 10px;
  vertical-align: top;
}
p.factoid {
  padding: 0;
  margin: 0;
  color: #636052;
}

.clear {
  clear: both;
  line-height: 0;
}

.download_link {
  padding: 0px 20px 20px 0px;
}

/* header styles */
#logo {
  position: absolute;
  top: 62px;
  left: 24px;
}
#logo p {
  margin: 0;
  padding: 0;
  font: bold 22px helvetica, arial, sans-serif;
  color: #ffffff;
}

#home {
  position: absolute;
  top: 8px;
  right: 12px;
  text-align: right;
}
#home a {
  margin: 0;
  padding: 0;
  padding-left: 8px;
  line-height: 11px;
  color: #42a9e1;
  background: url('../images/arrow_home.gif') no-repeat 0px 4px;
}
#home a:hover {
  color: #c9eafc;
  background: url('../images/arrow_home_on.gif') no-repeat 0px 4px;
}

#locator {
  position: absolute;
  top: 72px;
  right: 12px;
  text-align: right;
}
#locator a {
  margin: 0;
  padding: 0;
  padding-left: 13px;
  font-weight: bold;
  line-height: 11px;
  color: #c3e8ff;
}
#locator a:hover {
  color: #ffffff;
}

#stock {
  position: absolute;
  bottom: 0;
  right: 0;
}
#stock p {
  text-align: right;
  margin: 0;
  padding: 8px;
  line-height: 11px;
  color: #5ab7ee;
}
.stock_arrow {
  margin-left: 5px;
}


/* left nav */
#left_col .header {
  margin: 0;
  padding: 26px 0 4px 4px;
  font-weight: bold;
  color: #006db8;
}
#left_nav {
  margin-bottom: 20px;
}
#left_nav .level0,
#left_nav .level0_on {
  display: block;
  margin: 0;
  padding: 4px 5px 4px 15px;
  color: #636052;
  background: url('../images/arrow_lnav.gif') no-repeat 5px 8px;
}
#left_nav .level0:hover {
  color: #2280c1;
  background: url('../images/arrow_lnav_on.gif') no-repeat 5px 8px;
}
#left_nav .level0_on,
#left_nav .level0_on:hover {
  color: #2280c1;
  background: #e3e3ff url('../images/arrow_lnav_on.gif') no-repeat 5px 8px;
}

#left_nav .level1,
#left_nav .level1_on {
  display: block;
  margin: 0;
  padding: 4px 5px 4px 24px;
  color: #636052;
  background: url('../images/dash_lnav.gif') no-repeat 15px 10px;
}
#left_nav .level1_on,
#left_nav .level1_on:hover,
#left_nav .level1:hover {
  color: #2280c1;
  background: url('../images/dash_lnav_on.gif') no-repeat 15px 10px;
}

#left_nav .level2,
#left_nav .level2_on {
  display: block;
  margin: 0;
  padding: 4px 5px 4px 36px;
  color: #636052;
  background: #f3f3ff url('../images/dash_lnav.gif') no-repeat 25px 10px;
}
#left_nav .level2_on,
#left_nav .level2_on:hover,
#left_nav .level2:hover {
  color: #2280c1;
  background: url('../images/dash_lnav_on.gif') no-repeat 15px 10px;
}

#left_nav .level3,
#left_nav .level3_on {
  display: block;
  margin: 0;
  padding: 4px 5px 4px 40px;
  color: #636052;
  background: #f3f3ff;
}
#left_nav .level3_on,
#left_nav .level3_on:hover,
#left_nav .level3:hover {
  color: #2280c1;
  background: #f3f3ff;
}

/* content */
h1 {
  font-size: 18px;
  line-height: 18px;
  color: #006db8;
}
h2 {
  font-size: 14px;
  line-height: 18px;
  color: #979690;
}
h3 {
  font-size: 12px;
  line-height: 16px;
  color: #006db8;
}
h4 {
  font-size: 11px;
  line-height: 15px;
  color: #006db8;
}

#header_block h1,
#header_block h2,
#header_block h3 {
  margin: 0;
  padding: 0 0 8px 0;
}
#header_block h1 {
  padding-bottom: 15px;
}

.flash_links {
  float: left;
  height: 150px;
  padding: 5px 20px 10px 0;
}
.flash_links .link_wrap {
  float: left;
  width: 163px;
  margin: 0;
  padding: 10px 7px 0 0;
}
.flash_links .block_link {
  margin: 0;
  padding: 0;
}
.flash_links .pad-right {
  padding-right: 15px !important;
}
.flash_links p,
.flash_links .link_wrap p {
  margin: 0;
  padding: 3px 0;
  line-height: 11px;
  font-weight: bold;
  color: #006db8;
}

.flash_popup {
  position: absolute;
  top: 0;
  padding: 20px 40px;
  text-align: center;
  background: url('../images/header_block_bg.gif') repeat-y;
  border: solid 1px #006db8;
  display: none;
}
.flash_popup object {
  position: relative;
}

.close_flash {
  position: absolute;
  top: 3px;
  right: 20px;
}

.odd {
  background: #f3f2ee;
}

.webcast_block h3 {
  margin: 0;
  padding; 5px;
}

.audioLinks {
  position: absolute;
  top: 5px;
  right: 5px;
}

.audioLinks a img {
  vertical-align: bottom;
  margin-right: 3px;
}

#divisions_block {
  padding: 0;
  margin: 10px 0;
}

#divisions_block table {
  padding: 0;
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border: none;
}

#divisions_block table .header_dots_top td {
  padding: 10px 0 0 0;
}
#divisions_block table .header_dots_bottom td {
  padding: 0 0 5px 0;
}

#divisions_block table td {
  padding: 10px;
  vertical-align: top;
}
#divisions_block table td.contact {
  white-space: nowrap;
}

#divisions_block table .title_row td {
  font-weight: bold;
  color: #ffffff;
  background: #0b73ac;
}

#divisions_block table .header_row td,
#divisions_block table td.division {
  font-weight: bold;
  color: #006db8;
}
#divisions_block table td.division a {
  font-weight: bold;
}
#divisions_block table td.product {
  width: 50%;
}
#divisions_block table td.product img {
  margin: 2px 10px 5px 0;
}
#divisions_block table td.product span.header {
  display: block;
  padding: 0;
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #006db8;
}

/*** top nav styles ***/
#topnav {
  position: absolute;
  bottom: 28px;
  left: 200px;
  height: 37px;
}

#topnav .main_section {
  float: left;
  height: 37px;
}

#topnav .main_button {
  position: relative;
  display: block;
  padding: 13px 18px;
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
  color: #c3e8ff;
}
#topnav .main_button img.left {
  position: absolute;
  top: 0;
  left: 0;
  _left: -18px;
}
#topnav .main_button img.right {
  position: absolute;
  top: 0;
  right: 0;
}
#topnav .top_on,
#topnav .top_hover {
  color: #ffffff;
  background: url('../images/topnav/main_button_bg.gif') repeat-x;
}

#topnav .menu {
  position: absolute;
  top: 37px;
  left: 0;
  background: #42a9e1;
  display: none;
}

#topnav .link,
#topnav .sub_link,
#topnav .sub_sub_link {
  position: relative;
  display: block;
  padding: 5px 28px 5px 17px;
  white-space: nowrap;
  color: #c9eafc;
  background: url('../images/topnav/link_bg.gif') no-repeat top right;
}

#topnav .link:hover,
#topnav .sub_link:hover,
#topnav .sub_sub_link:hover {
  color: #ffffff;
  background: #6fc1ed;
}

#topnav .sub_section,
#topnav .sub_sub_section {
}

#topnav .sub_button,
#topnav .sub_sub_button {
  background: url('../images/topnav/button_bg.gif') no-repeat top right;
}
#topnav .sub_button:hover,
#topnav .sub_sub_button:hover {
  background: #6fc1ed url('../images/topnav/button_bg_hover.gif') no-repeat top right;
}

#topnav .sub_menu,
#topnav .sub_sub_menu {
  position: absolute;
  top: 0;
  border-left: solid 1px #6fc1ed;
  left: 100%;
  background: #42a9e1;
  display: none;
}

/* footer */
#footer p, #footer a {
  margin: 0;
  padding: 5px;
  line-height: 11px;
  color: #68665f;
}
#footer a:hover {
  color: #ffffff;
}
#footer .divider {
  vertical-align: middle;
}



/*** layout styles ***/
html, body {
  padding: 0;
  margin: 0;
  text-align: center;
  background: #ffffff;
  z-index: 1;
}
* html body.inactive {
  overflow: hidden;
}

#page {
  width: 870px;
  margin: 0 auto;
  text-align: left;
  z-index: 10;
}

#header {
  height: 123px;
  background: #013a5c url('../images/header_bg.gif') repeat-x top;
  z-index: 50;
}

#content {
  margin: 10px 0 10px 0;
  z-index: 20;
}

#left_col {
  float: left;
  width: 159px;
}

#right_col {
  float: right;
  width: 703px;
}

#right_col #header_block {
  padding: 26px 37px;
  margin-bottom: 10px;
  background: url('../images/header_block_bg.gif') 0 0 repeat-y;
}
#right_col .copy_block {
  padding: 26px 37px;
  background: none;
}

#right_col .article_block {
  padding: 26px 37px;
  background: none;
}

#right_col .webcast_block {
  padding: 5px;
}

#right_col #locator_block {
  padding: 40px 20px 0px 20px;
  margin-bottom: 10px;
  background: url('../images/header_block_bg.gif') 0 0 repeat-y;
}

#footer {
  clear: both;
  height: 20px;
  margin-top: 10px;
  margin-bottom: 40px;
  background: #e0dfd9;
  z-index: 10;
}


/*** popup styles ***/
#gray_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.75;
  filter: alpha(opacity=75);
  z-index: 100;
  display: none;
}
body.print_popup #gray_bg,
body.needstool_popup #gray_bg,
body.contact_popup #gray_bg {
  display: block;
}

* html #gray_bg {
  position: absolute;
  top: 0;
  left: 0;
  padding: 50% 60%;
}

#printerWrap {
  padding-top: 26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
body.print_popup #printerWrap {
  display: block;
  z-index: 200;
}

#printer {
  position: relative;
  width: 760px;
  padding: 10px;
  margin: 50px auto;
  text-align: left;
  background: #ffffff;
  border: solid 1px #333;
}

#needsToolWrap,
#contactWrap {
  padding-top: 26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
body.needstool_popup #needsToolWrap,
body.contact_popup #contactWrap {
  display: block;
  z-index: 200;
}

#needsTool,
#contactForm {
  position: relative;
  width: 500px;
  padding: 0px 20px 20px 20px;
  margin: 50px auto;
  text-align: left;
  background: #ffffff;
  border: solid 1px #333;
}

/*** Print Styles ***/
@media print {
  #page {
    width: 100%;
  }
  
  #left_col {
    display: none;
  }
  
  #right_col {
    float: none;
    width: 100%;
  }
  
  p {
    line-height: 1.4em;
  }
}
