a, body, div, dl, dt, form, h1, h2, li, p, span, table, td, tr, ul {
  margin: 0;
  padding: 0;
}

a, h1, h2, p, td {
  color: #FFF;
  font: 12px/25px palatino linotype, book antiqua, palatino, serif;
}

a {
  text-decoration: none;
}

a img {
  border: 0;
}

body {
  background: #000;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 10px;
}

table td {
  border: 1px solid #FFF;
  font-size: 11px;
  line-height: 15px;
  padding: 5px 8px;
}

div#divCenter {
  width: 980px;
  margin: 0 auto;
}

/*
div#divSplash {
  width: 980px;
  height: 162px;
  margin: 160px 0 0;
}

div#divSplash div#divEnter {
  margin: 40px auto 0;
}

div#divSplash div#divEnter,
div#divSplash div#divEnter a {
  width: 64px;
  height: 14px;
}

div#divSplash div#divEnter a {
  display: block;
  background: url( ../images/enter.gif ) no-repeat;
}

div#divSplash div#divEnter a span {
  display: none;
}
*/

div#divHeader {
  width: 960px;
  height: 40px;
  margin: 15px auto 0;
}

div#divHeader div#divLanguage {
  height: 12px;
  margin: 0 0 15px;
  text-align: right;
}

div#divHeader div#divLanguage * {
  color: #CA0023;
  font: 11px/14px tahoma, sans-serif;
}

div#divHeader div#divLanguage a         { color: #CA0023; }
div#divHeader div#divLanguage a:hover   { color: #7F0016; }
div#divHeader div#divLanguage a.current { color: #FFF; }

div#divHeader div#divLanguage span {
  padding: 0 8px;
}

div#divHeader div#divClock_0,
div#divHeader div#divClock_0 a {
  width: 331px;
  height: 17px;
}

div#divHeader div#divClock_0 {
  margin: 0 auto 20px;
}

div#divHeader div#divClock_0 a {
  display: block;
  background: url( ../images/clock_heading.gif ) 0 bottom no-repeat;
}

div#divHeader div#divClock_0 a span {
  display: none;
}

div#divHeader div#divClock_1 {
  width: 620px;
  height: 141px;
  margin: 0 auto;
}

dl#dlMenu {
  width: 920px;
  height: 20px;
  margin: 0 auto;
}

dl#dlMenu dt,
dl#dlMenu dt * {
  height: 17px;
}

dl#dlMenu dt,
dl#dlMenu dt a,
dl#dlMenu dt span {
  display: block;
  float: left;
}

dl#dlMenu dt#dtLeaf {
  position: relative;
  top: 3px;
  width: 18px;
  background: url( ../images/menu/menu_leaf.gif ) no-repeat;
  padding: 0 8px 0 0;
}

dl#dlMenu dt a {
  background-position: 0 bottom;
  background-repeat: no-repeat;
}

dl#dlMenu dt a#aMenu_keep-jobs-in-canada { width: 211px; background-image: url( ../images/menu/menu_keep-jobs-in-canada.gif ); }
dl#dlMenu dt a#aMenu_learn-more          { width: 125px; background-image: url( ../images/menu/menu_learn-more.gif ); }
dl#dlMenu dt a#aMenu_take-action         { width: 127px; background-image: url( ../images/menu/menu_take-action.gif ); }
dl#dlMenu dt a#aMenu_track-the-truck     { width: 180px; background-image: url( ../images/menu/menu_track-the-truck.gif ); }

dl#dlMenu dt a span {
  display: none;
}

dl#dlMenu dt span.bullet {
  position: relative;
  top: 3px;
  left: 0;
  width: 62px;
  background: url( ../images/menu/menu_bullet.gif ) 7px 0 no-repeat;
}

dl#dlMenu dt.current span.bullet {
  background-image: url( ../images/menu/menu_bullet_on.gif );
}

dl#dlMenuSub {
  height: 20px;
  margin: 10px 0 0;
  text-align: center;
}

dl#dlMenuSub dt {
  display: inline;
  height: 100%;
}

dl#dlMenuSub dt a,
dl#dlMenuSub dt a * {
  color: #CA0023;
  line-height: 15px;
}

dl#dlMenuSub dt a:hover,
dl#dlMenuSub dt a:hover * { color: #7F0016; }

dl#dlMenuSub dt a.current,
dl#dlMenuSub dt a.current * { color: #FFF; }

dl#dlMenuSub dt a span {
  position: relative;
  top: 1px;
  font: 16px/16px arial, sans-serif;
  margin: 0 16px 0 8px;
}

div#divContent {
  clear: both;
  width: 645px;
  min-height: 400px;
  margin: 30px auto 0;
}

div#divContent * {
  background: transparent;
}

div#divContent div.column_left,
div#divContent div.column_right {
  width: 300px;
}

div#divContent div.column_left  { float: left; }
div#divContent div.column_right { float: right; }

div#divContent div.full {
  clear: both;
}

div#divContent a,
div#divContent h1,
div#divContent h2,
div#divContent .highlight {
  color: #CA0023;
}

div#divContent a:hover { color: #7F0016; }

div#divContent h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0 0 10px;
}

div#divContent h2 {
  font-weight: bold;
  line-height: 16px;
}

div#divContent p {
  margin: 0 0 40px;
}

div#divFooter {
  clear: both;
  width: 645px;
  height: 15px;
  margin: 0 auto;
  padding: 20px 0;
}

div#divFooter * {
  color: #CA0023;
  font: 11px/14px tahoma, sans-serif;
}

div#divFooter dl,
div#divFooter dl dt {
  float: left;
}

div#divFooter dl dt a:hover { color: #7F0016; }

div#divFooter dl dt span {
  padding: 0 8px;
}

div#divFooter p {
  float: right;
  color: #FFF;
}


@media print {

  div#divHeader,
  dl#dlMenu dt#dtLeaf,
  dl#dlMenu dt a {
    display: none;
  }

  dl#dlMenu {
    height: 35px;
    margin: 0 0 20px;
  }

  dl#dlMenu dt a.current,
  dl#dlMenu dt a.current span {
    display: block;
  }

  dl#dlMenu dt span.bullet {
    display: none;
  }

  dl#dlMenu dt span {
    color: #CA0023;
    font-size: 28px;
    font-weight: bold;
    line-height: 35px;
    white-space: nowrap;
  }

  div#divContent {
    width: 100%;
    min-height: 0;
    margin: 0;
  }

  div#divContent div.column_left,
  div#divContent div.column_right {
    width: 47%;
    float: left;
  }

  div#divContent div.column_left {
    padding: 0 6% 0 0;
  }

  div#divFooter {
    margin: 0;
  }

  div#divFooter div {
    text-align: left;
  }
}