body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #5f6b91;
}
#news {
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 15px;
}
.news_title {
  color: #ca9635;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.news_desc {
  color: #ffffff;
  font-size: 11px;
  line-height: 15px;
}
.news_link {
  color: #987946;
  font-size: 11px;
  line-height: 15px;
  text-decoration: none;
}
.home_txt {
  color: #666666;
  font-size: 10px;
  line-height: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.text_td {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
P,
UL {
  color: #000000;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.sub_link {
  color: #987946;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  text-decoration: none;
}
.page_title {
  color: #ca9635;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
.credentials {
  color: #987946;
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
}
.sub_title {
  color: #987946;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
.page_link {
  color: #987946;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
}
.table_txt {
  color: #000000;
  font-size: 12px;
}
.news_item {
  padding-bottom: 5px !important;
}
news_item_no_pad {
  padding-bottom: 0px !important;
}

/* Pulled from menu.css. Conflict with legecy JS -TN */
.itemSubNormal {
  filter: progid:DXImageTransform.Microsoft.Slide(
      slidestyle=PUSH,
      Bands=1,
      duration=0.125
    );
  width: 140px;
  padding: 2px 2px 2px 12px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  border-color: #b6b4b5 #003366 #003366 #b6b4b5;
  background-color: #ca9635;
}
.itemSubOn {
  filter: progid:DXImageTransform.Microsoft.Slide(
      slidestyle=PUSH,
      Bands=1,
      duration=0.125
    );
  cursor: default;
  width: 140px;
  padding: 2px 2px 2px 12px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  border-color: #b6b4b5 #003366 #003366 #b6b4b5;
  background-color: #ca9635;
}
.itemSubDown {
  filter: progid:DXImageTransform.Microsoft.Slide(
      slidestyle=PUSH,
      Bands=1,
      duration=0.125
    );
  cursor: default;
  width: 140px;
  padding: 2px 2px 2px 12px;
  border-width: 1px;
  border-style: solid;
  text-align: left;
  border-color: #b6b4b5 #003366 #003366 #b6b4b5;
  background-color: #ca9635;
}

.fontNormal {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #3c2d10;
  font-weight: bold;
  cursor: pointer !important;
}
.fontOn {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #e6e9f2;
  font-weight: bold;
  cursor: pointer !important;
}
.fontDown {
  font-family: arial, sans-serif;
  font-size: 11px;
  color: #3c2d10;
  font-style: italic;
  font-weight: bold;
}

.tagNormal {
  float: right;
  width: 10px;
  height: 10px;
  background: url('../images/tagRN6.gif') no-repeat center;
}
.tagOn {
  float: right;
  width: 10px;
  height: 10px;
  background: url('../images/tagRN6.gif') no-repeat center;
}
.tagDown {
  float: right;
  width: 10px;
  height: 10px;
  background: url('../images/tagRN6.gif') no-repeat center;
}
/* End */

/* Addition - 102414 */
.bottom-bar {
  width: 925px;
  height: 29px;
  border: 0 !important;
}

.menu-left {
  width: 300px;
  height: 100%;
  border: 0 !important;
}

#news {
  padding-top: 15px;
}

.news_title {
  padding-bottom: 5px;
}

.news-image {
  width: 90%;
  height: 20%;
  border: 0 !important;
  padding-top: 10px;
  padding-left: 15px;
}

.news_title {
  font-size: 13px !important;
}

.tiny-pad-room-top {
  padding-top: 2px;
}
.pad-room-top {
  padding-top: 5px;
}

.bit-pad-room-top {
  padding-top: 15px;
}

.more-pad-room-top {
  padding-top: 20px;
}

img {
  display: block;
}

.sub_link {
  font-size: 13px !important;
  top: 5px;
}

.news_desc {
  font-size: 13px !important;
}

.fpage_link {
  color: #987946;
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.no-padding {
  margin-top: 0;
  font-size: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.expand-lines {
  line-height: 20px;
}

tr.border-it {
  outline: thin solid black;
}

td.make-space {
  padding-left: 10px;
  padding-right: 10px;
}

.no-lines-title {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #ca9635 !important;
}

.no-lines {
  text-decoration: none !important;
  cursor: pointer !important;
  color: #987946 !important;
}

.job-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.margin-top0 {
  margin-top: 0px;
}
