body { font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }

p { }

td { }

a:link { }

a:visited { }

a:hover { }

a:active { }

/* By default, omit borders around images. */
img {
  border-style: none;
}

img.noborder {
  border-style: none;
}

.tab { padding-right: 8px; border-bottom: 4px none #000; }

.tabUnderline {
  width: 100%;
  height: 23px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-color: rgb(117,11,11);
  margin-bottom: .25in;
  margin-top: 0in;
  margin-left: 0in;
  margin-right: 0in;
}

/* News area. */

div.newsArea {
  border-style: solid;
  border-color: black;
  border-width: 1px;
  
  padding: .1in;
}

div.newsTitle {
  color: white;
  background-color: rgb(117,11,11);
  font-size: 100%;
  font-weight: bold;
  padding: 4px;

  border-bottom-style: solid;
  border-bottom-color: black;
  border-bottom-width: 1px;

}

div.newsEntry {
/*  background-color: rgb(230,255,255); */
  background-color: rgb(255,255,255);
  color: inherit;
  padding: 4px;

  padding-bottom: .1in;
}

div.newsDate {
  font-weight: bold;
}

/* Good/Bad/Ugly (gbu) on main page. */

div.gbuArea {
  border-style: solid;
  border-color: black;
  border-width: 1px;
  margin-top: 0px;
  width: 240px;
  padding: 10px;
}

/* Inserts space between G/B/U logo and random icon */
#gbuimg {
  padding-left: 10px;
}

/* Company overview area main page. */

div.narrowArea {
  width:60%;
  }

div.overviewArea {
  border-style: solid;
  border-color: black;
  border-width: 1px;
  margin-right: 10px;
  margin-left: 0px;
  margin-bottom: .25in;
  padding-left: .1in;
  
  border-bottom-style: solid;
  border-bottom-color: black;
  border-bottom-width: 1px;
  }

div.overviewTitle { color: #750b0b; background-color: white; font-size: 100%; font-weight: bold; text-decoration: underline; padding: 4px; }

div.overviewText {
  background-color: rgb(255,255,255);
  color: inherit;
  padding: 2px;
}

div.smallerText {
  font-size: 90%;
  
}

/* For vertical spacing, insert: <br class="CLASS" /> where
   CLASS is one of following: */

br.bigVerticalGap {
  height: .5in;
}

br.smallVerticalGap {
  height: .25in;
}

/* CSS for About Us page */

table.employeeInfo {

}

tr.employeeInfo {

}

td.employeeInfo {
  padding-left: .5in;
  padding-bottom: .5in;
}

td.employeePhoto {
  vertical-align: top;
  padding-left: .25in;
}

/* User input fields and labels. */

td.labelOnLeft {
  text-align: left;
  font-weight: bold;
  padding-bottom: .1in;
}

td.fieldOnRight {
  padding-bottom: .1in;
}

.submitButton { background-color: #fffcdf; color: #750b0b; font-weight: bold; padding: 2px; }
