/* ═════════════════════════════════════════════════
   Massive Dynamic — Static Site Stylesheet
   Faithfully reproduced from original main.css
   ═════════════════════════════════════════════════ */

/* Normalize */
a, img, ul, li { margin: 0; padding: 0; }

body {
  margin: 0;
  width: 100%;
  background-color: #FEFEFE;
}

#wrapper {
  width: 960px;
  margin: 0 auto 20px auto;
  font: 12px helvetica, verdana, arial, clean, sans-serif;
  color: #666666;
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  position: relative;
  padding: 0;
}

a:link, a:visited { color: #0056b7; text-decoration: none; outline: none; }
a:hover { text-decoration: underline; color: blue; }
p a:link, p a:visited { text-decoration: underline; }
p { line-height: 16px; }

.para_line { width: 100%; height: 1px; margin-top: 20px; background-color: #CCCCCC; }
.dotted { width: 100%; height: 0; margin-top: 20px; border-top: 1px dotted #999999; display: block; }
.clear { clear: both; }
.purple_heading { color: #997DB2; }
.float { float: left; margin-right: 10px; }

/* ── Header ─── */
#header {
  height: 146px;
  background: #FFF;
  position: relative;
  padding: 0;
  margin: 0;
  clear: both;
  text-align: left;
  overflow: hidden;
}

#flash_logo {
  width: 220px;
  height: 146px;
  float: left;
  background: #1e3566 url('../images/corner_logo_bg.png') no-repeat center center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#flash_logo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#flash_header {
  width: 740px;
  height: 146px;
  float: left;
  background: url('../images/banner_bg.jpg') no-repeat top left;
  background-size: 740px 146px;
  position: relative;
  overflow: hidden;
}

/* Animated glassy-wave banner (faithful render of bannerMD.swf, 740x146 @ 24fps,
   cropped to the top 96px animated band — the lower photo + nav band are static,
   byte-identical to banner_bg.jpg, so they remain the #flash_header background). */
#banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 740px;
  height: 96px;
  display: block;
}

#banner-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 5px 10px;
  font-family: helvetica, verdana, arial, sans-serif;
  font-size: 10px;
  color: #2a3540;
  white-space: nowrap;
  overflow: hidden;
}

#banner-nav a {
  color: #2a3540;
  text-decoration: none;
}

#banner-nav a:hover {
  color: #3a5f6e;
  text-decoration: underline;
}

.banner-bullet {
  color: #3a7cba;
  margin: 0 4px;
}

/* ── Layout ─── */
#content {
  padding: 0;
  margin: 0;
  position: relative;
  clear: both;
}

#mainCol1 {
  width: 220px;
  min-height: 400px;
  float: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

/* Sidebar panel images stack as one continuous column. Keep them block so the
   inline-image baseline descender (a few px of whitespace below the last image)
   doesn't open a thin white gap between the sidebar and the footer. Applies to
   BOTH full-height columns — the left sidebar (#mainCol1) and the section-page
   right sidebar (#rightSidebar) — since either can be the tallest float that the
   footer clears against. */
#mainCol1 img,
#rightSidebar img { display: block; }

#mainCol2 {
  width: 740px;
  float: left;
  padding: 0;
  margin: 0;
}

/* Full-width content column (most utility/company pages) */
#content_col2 {
  width: 740px;
  float: left;
  padding: 0;
  margin: 0;
}

/* Narrow content column (5 section pages — was paired with Flash right sidebar) */
#content_col {
  width: 484px;
  float: left;
  padding: 0;
  margin: 0;
}

#rightSidebar {
  width: 256px;
  float: left;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.paragraph {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.content_img {
  float: left;
  margin-right: 10px;
}

.global_resposibility {
  border-top: 1px solid #666666;
  border-bottom: 1px dotted #666666;
  overflow: auto;
  padding: 2px 0;
  margin-left: 5px;
}

/* ── Footer ─── */
#footer {
  height: 113px;
  position: relative;
  background-image: url(../images/footernone_bg.jpg);
  background-repeat: no-repeat;
  clear: both;
}

#footer ul {
  list-style: none;
  padding-top: 20px;
  margin-left: 10px;
}

#footer ul li { display: inline; }

#footer ul li a:link,
#footer ul li a:visited {
  font-size: 12px;
  color: #666666;
  padding: 2px 20px;
  border-left: 1px solid #666666;
}

.noBorder { border-left: 0 !important; }

.copyright {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  position: absolute;
  left: 690px;
  top: 70px;
  white-space: nowrap;
}

/* ── Typography ─── */
.gd_h {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #666666;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  color: #666666;
  margin: 8px 0;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #666666;
  margin: 8px 0 4px;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  color: #666666;
  font-weight: normal;
  line-height: 1.5;
}

/* ── Sitemap ─── */
ul.sitemap { list-style-type: none; }

ul.sitemap li {
  background-color: #FAFAFA;
  margin-bottom: 2px;
  padding: 2px 5px;
}

ul.sitemap li ul {
  margin-left: 5em;
  list-style-image: url(../images/blue_square.gif);
}

/* ── Generic nested lists (Our Company, Global Responsibility) ─── */
ul.gr_ul { list-style-type: none; margin-left: 5em; }
ul.gr_ul li { margin-bottom: 2px; padding: 2px 5px; }
ul.gr_ul li ul { margin-left: 5em; list-style-image: url(../images/blue_square.gif); }

/* ── Leadership table ─── */
ul.leadership { list-style: none; display: block; }
ul.leadership li { padding: 5px 0; border-bottom: 1px dotted #666666; display: block; }

.leadership_table td { padding: 5px 0; border-top: 1px dotted #666; }

/* ── News & Press lists ─── */
.news_press_ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666666;
  margin-top: 20px;
}

ul.news_press_ul { list-style-type: none; margin-left: 3em; }
ul.news_press_ul li { margin-bottom: 2px; padding: 2px 5px; }
ul.news_press_ul li ul { margin-left: 5em; list-style-image: url(../images/blue_square.gif); }

#news_press_box { width: 100%; border-bottom: 1px dotted #666666; }

/* ── Contact Us ─── */
.contactus_ul {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #666666;
  margin-top: 20px;
}

ul.contactus_ul { list-style-type: none; margin-left: 5em; }
ul.contactus_ul li { margin-bottom: 2px; padding: 2px 5px; }
ul.contactus_ul li ul { margin-left: 5em; list-style-image: url(../images/blue_square.gif); }

/* ── Careers ─── */
ul.careerUL {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #666;
  margin-left: 80px;
}

/* ── Employee Access ─── */
#employee_access_form {
  width: 220px;
  border: 1px solid #666666;
  background-color: #FAFAFA;
  padding: 10px 30px;
  margin: 80px auto 0 auto;
}

#employee_access_form input,
#employee_access_form label {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #666666;
  line-height: 2em;
}

#empacc_submit {
  margin-top: 10px;
  width: 3.5em;
  background-color: #ccc;
  color: black;
  padding: 5px;
  text-align: center;
  border: 1px solid #666;
}
#empacc_submit a:link, #empacc_submit a:visited { color: black; }
#empacc_submit a:hover { text-decoration: none; }

/* ── Update Profile Form ─── */
#profile_form_container { width: 400px; margin: 20px auto 0 auto; }
.update_profile { margin-bottom: 10px; border: none; }
.update_profile legend { padding: 0 2px; font-weight: bold; color: #666; }
.update_profile label {
  display: inline-block; line-height: 1.8; vertical-align: top; width: 120px;
}
.update_profile ol { margin: 0; padding: 0; }
.update_profile li { list-style: none; padding: 5px; margin: 0; }
.update_profile fieldset { border: none; margin: 3px 0 0; }
.update_profile fieldset legend { padding: 0 0 5px; font-weight: normal; }
.update_profile fieldset label { display: block; width: auto; margin-left: 123px; }
.update_profile em { font-weight: bold; font-style: normal; color: #f00; }
.update_profile input[type=text], .update_profile input[type=radio] { font-size: 12px; }
.update_profile input[type=submit] {
  padding: 4px 14px; background: #336699; color: #fff; border: none; cursor: pointer;
  font-size: 11px; font-family: Arial, Helvetica, sans-serif;
}

/* ── Worldwide popup ─── */
#states { margin: 10px 20px; overflow: hidden; }
#states ul { list-style: none; float: left; margin-right: 20px; width: 140px; }
#states ul li { padding: 2px 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666; }

/* ── Popup pages (leadership, global responsibility) ─── */
body.popup {
  margin: 10px 15px;
  width: auto;
  font: 12px helvetica, verdana, arial, sans-serif;
  color: #666;
  background: #fff;
}
body.popup h2 { font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; color: #666; margin-bottom: 8px; }
body.popup p { line-height: 16px; margin-bottom: 8px; }
body.popup .float { float: left; margin-right: 10px; }
body.popup .spacer { height: 4px; display: block; }

/* ── Contact form (popup) ─── */
body.popup h2 { margin-top: 0; }
.contactform { margin: 8px 0; font-size: 12px; }
.contactform label { display: block; margin-bottom: 2px; font-weight: bold; }
.contactform input[type=text], .contactform textarea, .contactform select {
  font-size: 12px; padding: 3px; border: 1px solid #ccc;
}
.contactform textarea { width: 380px; }
.contactform .radiorow { margin-bottom: 4px; }
.contactform input[type=submit] {
  padding: 4px 14px; background: #336699; color: #fff; border: none; cursor: pointer;
  font-size: 11px; margin-top: 8px;
}
.inputStyle { margin-bottom: 6px; }
.inputStyle label { display: inline-block; width: 80px; }
