/* css styles */

body {
  background-color: #0D2D84;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-family: Arial;
  font-size: 12px;
}

div.content_holder {
  width: 900px;
/*  height: 100%;*/
  margin: auto;
  margin-top: 0px;
  text-align: left;
  background-color: #ffffff;
  padding: 0px;
}

div.main_content_area {
  margin-left: 20px;
  margin-right: 20px;
  width: 860;
  /*background-color:#cccccc;*/
}

table {
  font-family: Arial;
  font-size: 12px;
}

table.banner_nav {
  margin-left:0px;

  margin-top:0px;
  margin-bottom:0px;
  background-color:#cccccc;
}
table.banner_nav td {
  vertical-align: top;
}

td.footer {
  vertical-align: bottom;
  font-size: 18px;
  /*font-weight: bold;*/
  text-align: center;
}

a.red_link { /* unlinked link, must be taken care of before pushing live */
  color: #ff0000;
}

/* portfolio styles */

td.preview_area {
  width: 360px;
  height: 245px;
  vertical-align: middle;
  text-align: center;
  background-color: #cccccc;
}

td.thumb_area {
  width: 480px;
  height: 245px;
  vertical-align: middle;
  text-align: center;
  background-color: #0D2D84;
}

td.thumb {
  cursor: pointer;
}
a.thumb:hover img {
  visibility: hidden;
}
a.thumb img {
  border: 0px;
}
div.thumb:hover img {
  visibility: hidden;
}

/* end of portfolio styles */

/* nav button styles */

.workEthicButton {
  position: relative;
  font-family: arial, helvetica, sans-serif;
  background: url('images/workEthic_f2.gif') no-repeat;
  white-space: nowrap;
  display: block;
  width: 192px;
  height: 37px;
  margin: 0;
  padding: 0;
}
.servicesButton {
  position: relative;
  font-family: arial, helvetica, sans-serif;
  background: url('images/services_f2.gif') no-repeat;
  white-space: nowrap;
  display: block;
  width: 192px;
  height: 29px;
  margin: 0;
  padding: 0;
}
.portfolioButton {
  position: relative;
  font-family: arial, helvetica, sans-serif;
  background: url('images/portfolio_f2.gif') no-repeat;
  white-space: nowrap;
  display: block;
  width: 192px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.videoButton {
  position: relative;
  font-family: arial, helvetica, sans-serif;
  background: url('images/video_f2.gif') no-repeat;
  white-space: nowrap;
  display: block;
  width: 192px;
  height: 28px;
  margin: 0;
  padding: 0;
}
.officeHoursButton {
  position: relative;
  font-family: arial, helvetica, sans-serif;
  background: url('images/officeHours_f2.gif') no-repeat;
  white-space: nowrap;
  display: block;
  width: 192px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.contactButton {
  position: relative;
  font-family: arial, helvetica, sans-serif;
  background: url('images/contact_f2.gif') no-repeat;
  white-space: nowrap;
  display: block;
  width: 192px;
  height: 37px;
  margin: 0;
  padding: 0;
}

.workEthicButton a {
  display: block;
  color: #000000;
  font-size: 11px;
  width: 192px;
  height: 37px;
  display: block;
  float: left;
  color: black;
  text-decoration: none;
}
.servicesButton a {
  display: block;
  color: #000000;
  font-size: 11px;
  width: 192px;
  height: 29px;
  display: block;
  float: left;
  color: black;
  text-decoration: none;
}
.portfolioButton a {
  display: block;
  color: #000000;
  font-size: 11px;
  width: 192px;
  height: 30px;
  display: block;
  float: left;
  color: black;
  text-decoration: none;
}
.videoButton a {
  display: block;
  color: #000000;
  font-size: 11px;
  width: 192px;
  height: 28px;
  display: block;
  float: left;
  color: black;
  text-decoration: none;
}
.officeHoursButton a {
  display: block;
  color: #000000;
  font-size: 11px;
  width: 192px;
  height: 30px;
  display: block;
  float: left;
  color: black;
  text-decoration: none;
}
.contactButton a {
  display: block;
  color: #000000;
  font-size: 11px;
  width: 192px;
  height: 37px;
  display: block;
  float: left;
  color: black;
  text-decoration: none;
}

.workEthicButton img {
  width: 192px;
  height: 37px;
  border: 0
}
.servicesButton img {
  width: 192px;
  height: 29px;
  border: 0
}
.portfolioButton img {
  width: 192px;
  height: 30px;
  border: 0
}
.videoButton img {
  width: 192px;
  height: 28px;
  border: 0
}
.officeHoursButton img {
  width: 192px;
  height: 30px;
  border: 0
}
.contactButton img {
  width: 192px;
  height: 37px;
  border: 0
}

* html a:hover {
  visibility:visible
}

.workEthicButton a:hover img {
  visibility:hidden
}
.servicesButton a:hover img {
  visibility:hidden
}
.portfolioButton a:hover img {
  visibility:hidden
}
.videoButton a:hover img {
  visibility:hidden
}
.officeHoursButton a:hover img {
  visibility:hidden
}
.contactButton a:hover img {
  visibility:hidden
}

.workEthicButton span {
  position: absolute;
  left: 35px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  visibility: hidden;
}
.servicesButton span {
  position: absolute;
  left: 35px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  visibility: hidden;
}
.portfolioButton span {
  position: absolute;
  left: 35px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  visibility: hidden;
}
.videoButton span {
  position: absolute;
  left: 35px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  visibility: hidden;
}
.officeHoursButton span {
  position: absolute;
  left: 35px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  visibility: hidden;
}
.contactButton span {
  position: absolute;
  left: 35px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  visibility: hidden;
}
div#title_layer {
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  text-align: left;
  padding-top:10px;
}

a.portfolioLink {
  color: #0c2c84;
}