﻿@charset "UTF-8";
/*  colors  */
/* ca2a2c; ca292e  */
.errorText {
  color: #cd0000;
  font-size: 16px;
}
.b {
  font-weight: bold;
}
body {
  background-color: #d7d7d7;
  font-family: Lato, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
body.sitePage {
  background-image: url(/images/site/bg.jpg);
  background-repeat: repeat-x;
}
body.defaultPage {
  background-image: url(/images/default/bg.jpg);
  background-repeat: repeat-x;
}
header {
  background-image: url(/images/header_logo.png);
  background-position: left top;
  background-repeat: no-repeat;
  height: 120px;
  margin: 0 auto;
  width: 1000px;
  /*  nav#main  */
  /*  nav#corporate  */
}
header nav#main {
  background-color: #ca2a2d;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: table;
  height: 24px;
  margin: 0 0 auto auto;
  /*  ul  */
}
header nav#main ul {
  list-style: none;
  margin: 3px 8px;
  padding: 0;
}
header nav#main ul li {
  display: block;
  float: left;
  height: 18px;
  list-style: none;
  margin: 0;
  padding: 0 2px 0 0;
  text-transform: uppercase;
}
header nav#main ul li a {
  color: #fff;
  display: block;
  font-size: 11px;
  margin: 3px 0 auto 0;
  text-decoration: none;
}
header nav#main ul li a:hover {
  color: #fff;
}
header nav#main ul li:not(:last-child) a:after {
  content: '    |';
}
header nav#corporate {
  display: table;
  height: 24px;
  margin: 64px auto auto 258px;
  /*  ul  */
}
header nav#corporate ul {
  list-style: none;
  margin: 3px 0;
  padding: 0;
  /*  li  */
}
header nav#corporate ul li {
  display: block;
  float: left;
  height: 18px;
  list-style: none;
  margin: 0;
  padding: 0 2px 0 0;
  text-transform: uppercase;
}
header nav#corporate ul li a {
  color: #000;
  display: block;
  font-size: 14px;
  margin: 3px 0 auto 0;
  text-decoration: none;
}
header nav#corporate ul li a:hover {
  color: #ca2a2d;
}
header nav#corporate ul li:not(:last-child) a:after {
  content: '    |';
}
/*  header  */
footer {
  border-top: solid 1px #ca2a2d;
  clear: both;
  display: block;
  margin: 8px auto 30px auto;
  padding-top: 3px;
  width: 1050px;
}
footer img {
  height: 2px;
  width: 100%;
}
footer div {
  color: #ca2a2d;
  font-size: 12px;
  text-align: center;
}
footer div a {
  color: #000;
}
footer div a:hover {
  color: #cd0000;
}
/*  master page  **********************************************************************************************/
div#sitePreBody {
  background-image: url(/images/site/header.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  height: 196px;
  margin: auto;
  /*  > div  */
}
div#sitePreBody > div {
  display: table;
  margin: 0 auto;
  width: 1000px;
}
div#sitePreBody > div div#pageName h1 {
  background-color: #ca2a2d;
  color: #d7d7d7;
  float: left;
  font-size: 52px;
  font-weight: 200;
  height: 64px;
  margin: 132px 0 0 0;
  padding: 0 40px 0 20px;
  text-transform: uppercase;
}
div#sitePreBody > div div#accent {
  background-image: url(/images/site/haccent.png);
  background-repeat: no-repeat;
  float: left;
  height: 84px;
  margin: 132px auto 0 0;
  width: 35px;
}
/*  div#sitePreBody  */
.pageWrapper {
  clear: both;
  display: block;
  margin: 0 auto 10px auto;
  width: 1050px;
  /*  nav  */
  /*  .page  */
}
.pageWrapper nav {
  display: table;
  float: left;
  margin: 7px auto 10px 25px;
  width: 200px;
  /*  ul  */
}
.pageWrapper nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pageWrapper nav ul li {
  background-color: #b8b8b8;
  font-size: 12px;
  height: 26px;
  margin: 1px 0 1px 0;
  padding: 0;
  width: 200px;
}
.pageWrapper nav ul li a {
  color: #000;
  display: block;
  padding: 5px 0 0 6px;
  text-decoration: none;
}
.pageWrapper nav ul li:hover {
  background-color: #fff;
}
.pageWrapper nav div:nth-of-type(1) {
  background-color: #444;
  font-size: 15px;
  padding: 4px 0;
  text-align: center;
  text-transform: uppercase;
}
.pageWrapper nav div:nth-of-type(1) a {
  color: #fff;
  text-decoration: none;
}
.pageWrapper nav div:nth-of-type(1) a:hover {
  color: #ca2a2d;
}
.pageWrapper nav div:nth-of-type(1):hover {
  background-color: #fff;
}
.pageWrapper nav div:nth-of-type(2) {
  background-color: #ca2a2d;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  padding: 8px 6px;
  text-align: left;
}
.pageWrapper nav div:nth-of-type(2) a {
  color: #fff;
}
.pageWrapper nav div:nth-of-type(2) a:hover {
  color: #d7d7d7;
}
.pageWrapper #page {
  height: 800px;
  background-color: #fff;
  box-shadow: 4px 4px 2px #888;
  display: table;
  float: left;
  margin: 7px 0 10px 20px;
  width: 805px;
}
/*  .pageWrapper  */
/*  master page pages  ****************************************************************************************/
#page {
  /*  #pageContents  */
}
#page #pageContents {
  margin: 30px;
  position: relative;
}
#page #pageContents > div {
  margin: 6px auto;
}
#page #pageContents h2 {
  clear: both;
}
#page #pageContents a {
  color: #ca2a2d;
}
#page #pageContents a:hover {
  color: #000;
}
#page #pageContents p {
  line-height: 1.4;
  margin-right: 30px;
}
#page #pageContents > ul li {
  margin: 3px auto;
}
#page #pageContents img {
  max-width: 720px;
}
/*  #page  */
/*  default page  *********************************************************************************************/
div#preBody {
  background-image: url(/images/default/header2.png);
  background-position: center -2px;
  background-repeat: no-repeat;
  height: 538px;
  margin: auto;
  /*  > div  */
}
div#preBody > div {
  margin: 0 auto;
  width: 1000px;
  /*  end #newsFeed  */
  /*  section#stockInfo  */
}
div#preBody > div #newsFeed {
  background-color: #000;
  border: solid 1px #ca2a2d;
  border-radius: 3px;
  float: left;
  height: 425px;
  margin: 55px auto auto 30px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 334px;
  box-shadow: inset 4px 4px 20px rgba(0, 0, 0, 0.6);
}
div#preBody > div #newsFeed .newsHeader {
  color: #ca2a2d;
  float: left;
  font-size: 24px;
  margin: 6px 4px 2px 11px;
  text-transform: uppercase;
}
div#preBody > div #newsFeed .newsItem {
  border-bottom: solid 1px #d7d7d7;
  clear: both;
  font-size: 12px;
  line-height: 1.2;
  margin: 7px 11px;
  padding: 0 0 8px 0;
}
div#preBody > div #newsFeed .newsItem a {
  color: #d7d7d7;
  text-decoration: none;
}
div#preBody > div #newsFeed .newsItem a:hover {
  color: #fff;
}
div#preBody > div #newsFeed .newsItem:last-child {
  border: none;
}
div#preBody > div #stockInfo {
  float: right;
  margin: 45px 0 auto auto;
  text-align: right;
  width: 200px;
  /*  end #nasdaq  */
}
div#preBody > div #stockInfo > img {
  float: right;
}
div#preBody > div #stockInfo #nasdaq {
  background-color: #000;
  border: solid 1px #d7d7d7;
  clear: right;
  color: #d7d7d7;
  float: right;
  height: 135px;
  margin: 10px 0 0 auto;
  padding-top: 10px;
  width: 200px;
  /*  end table  */
}
div#preBody > div #stockInfo #nasdaq h2 {
  font-size: 10px;
  margin: 4px 0 6px 0;
  text-align: center;
  text-transform: uppercase;
}
div#preBody > div #stockInfo #nasdaq table {
  margin: 0 auto;
  width: 80%;
}
div#preBody > div #stockInfo #nasdaq table tr > td:first-child {
  text-align: left;
}
div#preBody > div #stockInfo #nasdaq table tr > td:last-child {
  text-align: right;
}
div#preBody > div #stockInfo #nasdaq table td {
  padding: 4px 0;
}
div#preBody > div #stockInfo #nasdaq .down {
  color: #cd0000;
}
div#preBody > div #stockInfo #nasdaq .up {
  color: #228b22;
}
/*  div#preBody  */
.contentWrapper {
  display: table;
  margin: 0 auto;
  width: 1050px;
  /*  end article  */
  /*  section#brands  */
}
.contentWrapper article {
  display: table;
  float: left;
  padding: 0 20px 0 0;
  width: 500px;
  /*  end hgroup  */
  /*  end div  */
}
.contentWrapper article hgroup h2 {
  color: #ca2a2d;
  font-size: 26px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.contentWrapper article hgroup h3 {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  margin: 6px 0;
  padding: 0;
}
.contentWrapper article p {
  color: #000;
  font-size: 14px;
  line-height: 1.3;
  text-align: justify;
}
.contentWrapper article div {
  text-align: right;
}
.contentWrapper article div img {
  height: 2px;
  margin: auto 3px 3px auto;
  width: 460px;
}
.contentWrapper article div a {
  color: #000;
  font-size: 13px;
}
.contentWrapper section#brands {
  display: table;
  float: left;
  margin-left: 0;
  width: 530px;
}
.contentWrapper section#brands h2 {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  margin: 10px auto 14px 8px;
  padding: 0;
}
.contentWrapper section#brands img {
  margin: 8px 6px;
}
/*  .contentWrapper  */
#twitterLink {
  width: 50px;
  margin: 15px 10px 0 0;
}
/*  careers page  *********************************************************************************************/
.careers > div h3 {
  background-color: #ca2a2d;
  color: #fff;
  font-size: 16px;
  margin: 6px 0 0 0;
  padding: 4px 10px;
  width: 450px;
}
.careers > div h4 {
  background-color: #444;
  color: #fff;
  font-size: 14px;
  margin: 6px 0 0 20px;
  padding: 4px 10px;
  width: 430px;
}
.careers > div div:first-of-type {
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0 4px 40px;
}
.careers > div div:last-of-type {
  font-size: 12px;
  margin: 0 0 20px 80px;
  width: 390px;
}
/*  contact page  *********************************************************************************************/
#contactForm fieldset {
  margin: 30px auto;
  padding: 20px 40px 40px 40px;
  width: 600px;
}
#contactForm fieldset legend {
  color: #000;
  font-size: 36px;
  margin-left: 90px;
  text-align: left;
  text-transform: uppercase;
}
#contactForm fieldset ul {
  margin: 0 auto 40px 110px;
  padding: 0;
}
#contactForm fieldset ul li {
  color: #000;
  font-size: 15px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
#contactForm fieldset label {
  clear: left;
  color: #000;
  float: left;
  font-size: 14px;
  margin: 8px 4px 0 0;
  text-align: right;
  width: 160px;
}
#contactForm fieldset input[type=text],
#contactForm fieldset textarea,
#contactForm fieldset select {
  background-color: #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
  float: left;
  margin-top: 6px;
}
#contactForm fieldset input[type=text]:focus,
#contactForm fieldset textarea:focus,
#contactForm fieldset select:focus {
  background-color: #ddd;
}
#contactForm fieldset textarea {
  width: 400px;
}
#contactForm fieldset input[type=text] {
  width: 402px;
}
#contactForm fieldset select {
  width: 406px;
}
#contactForm fieldset input[type=submit] {
  background-color: #000;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  color: #fff;
  float: right;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 30px 20px auto;
}
#contactForm fieldset input[type=submit]:hover {
  background-color: #000000;
  box-shadow: none;
  color: #d7d7d7;
  cursor: pointer;
}
/*  investor home page  ***************************************************************************************/
.newsItem {
  margin: 9px 28px !important;
}
.hilite {
  background-color: #eee;
  border: solid 1px #ccc;
  border-radius: 3px;
  clear: both;
  float: left;
  padding: 4px 8px;
}
.investorContact {
  border: solid 1px #b8b8b8;
  border-radius: 5px;
  display: table;
  line-height: 1.3;
  margin: 9px 0 !important;
  padding: 12px;
}
/*  press release home page  ***********************************************************************************/
#prLogo {
  display: none;
}
#pageContents img {
  margin: 10px;
}
#back {
  background-image: url(/images/back.png);
  cursor: pointer;
  float: left;
  height: 19px;
  left: -30px;
  position: absolute;
  top: -36px;
  width: 57px;
}
#print {
  background-image: url(/images/print.gif);
  cursor: pointer;
  float: right;
  height: 15px;
  position: absolute;
  right: -24px;
  top: -33px;
  width: 46px;
}
/*  errors  ***************************************************************************************************/
#errorMessage {
  border: solid 1px #b8b8b8;
  border-radius: 8px;
  font-size: 16px;
  margin: 60px auto;
  padding: 32px;
  width: 320px;
}
/*   no styles  */
/*
#pageContents, #contactForm {
    background: purple;
    color:cyan;
    font-family:'Comic Sans MS';

    * {
        display: inline !important;
        margin:0 !important;
        padding: 0 !important;
    }
}
*/
#edBanner {
  margin-left: 50px;
  border: 1px solid red;
  margin-top: -50px;
}