*, tr, th {
  padding: 0;
  margin: 0;
  color: #15569B;
  font-family: Arial;
  font-size: 14px;
}

body {
  background: #8ABEFA;
}

#headerHolder {
  width: 950px;
  margin-top: 10px;
}

#menuHolder {
  background: url(../images/menu_bg.jpg);
  background-repeat: no-repeat;
  width: 950px;
  height: 32px;
  clear: both;
}
#menu {
  list-style: none;
  float: right;
  padding: 0px;
  margin: 0 13px 0 0;
}
#menu li {
  float: left;
  height: 32px;
}
#menuHome {
  background: url(../images/btn_home_over.jpg);
}
#menuHome a {
  display: block;
  height: 32px;
  width: 68px;
  background: url(../images/btn_home.jpg);
  text-decoration: none;
}
#menuHome a:hover {
  background: url(../images/btn_home_over.jpg);
}
#menuAbout {
  background: url(../images/btn_about_over.jpg);
}
#menuAbout a {
  display: block;
  height: 32px;
  width: 68px;
  background: url(../images/btn_about.jpg);
  text-decoration: none;
}
#menuAbout a:hover {
  background: url(../images/btn_about_over.jpg);
}
#menuServices {
  background: url(../images/btn_services_over.jpg);
}
#menuServices a {
  display: block;
  height: 32px;
  width: 113px;
  background: url(../images/btn_services.jpg);
  text-decoration: none;
}
#menuServices a:hover {
  background: url(../images/btn_services_over.jpg);
}
#menuTechnical {
  background: url(../images/btn_technical_expertise_over.jpg);
}
#menuTechnical a {
  display: block;
  height: 32px;
  width: 148px;
  background: url(../images/btn_technical_expertise.jpg);
  text-decoration: none;
}
#menuTechnical a:hover {
  background: url(../images/btn_technical_expertise_over.jpg);
}
#menuEnergy {
  background: url(../images/btn_energy_over.jpg);
}
#menuEnergy a {
  display: block;
  height: 32px;
  width: 162px;
  background: url(../images/btn_energy.jpg);
  text-decoration: none;
}
#menuEnergy a:hover {
  background: url(../images/btn_energy_over.jpg);
}
#menuEnvironmental {
  background: url(../images/btn_environmental_over.jpg);
}
#menuEnvironmental a {
  display: block;
  height: 32px;
  width: 199px;
  background: url(../images/btn_environmental.jpg);
  text-decoration: none;
}
#menuEnvironmental a:hover {
  background: url(../images/btn_environmental_over.jpg);
}
#menuLinks {
  background: url(../images/btn_links_over.jpg);
}
#menuLinks a {
  display: block;
  height: 32px;
  width: 45px;
  background: url(../images/btn_links.jpg);
  text-decoration: none;
}
#menuLinks a:hover {
  background: url(../images/btn_links_over.jpg);
}
#menuContact {
  background: url(../images/btn_contact_over.jpg);
}
#menuContact a {
  display: block;
  height: 32px;
  width: 85px;
  background: url(../images/btn_contact.jpg);
  text-decoration: none;
}
#menuContact a:hover {
  background: url(../images/btn_contact_over.jpg);
}

#contentHolder {
  width: 950px;
  height: 496px;
  background: url(../images/content_bg.jpg);
  text-align: left;
  clear: both;
}
#contentHolder #leftBar {
  width: 318px;
  padding: 10px 10px 0 21px;
  height: 496px;
  border-right: 1px solid #0E3765;
}
#contentHolder.homePage #leftBar {
  border: 0;
}
#contentHolder #leftBar div {
  height: 476px;
  padding-top: 8px;
  line-height: 22px;
}
#contentHolder #leftBar div a {
  font-size: 12px;
  text-decoration: underline;
  font-weight: bold;
}
#contentHolder #leftBar a:hover {
  color: #8ABEFA;
}
#contentHolder #rightBlock {
  width: 600px;
  height: 496px;
  padding: 10px 21px 0 10px;
}
#contentHolder #rightBlock div {
  width: 600px;
  height: 476px;
  overflow: auto;
}

#rightBlock div table tr th {
  padding: 5px;
  background: #FFF;
  text-align: center;
}
#rightBlock div table tr td {
  padding: 5px;
  background-color: #DDDDDD;
}
#rightBlock div a {
  text-decoration: none;
  font-weight: bold;
}
#rightBlock div table tr td.one, #rightBlock div table tr th.one, #rightBlock div table tr.one {
  background-color: #DDDDDD;
}
#rightBlock div table tr td.two, #rightBlock div table tr th.two, #rightBlock div table tr.two {
  background-color: #CCCCCC;
}

#contentHolder #fullBlock {
  padding: 10px 10px 0 21px;
  height: 496px;
}
#contentHolder #fullBlock div {
  width: 907px;
  height: 476px;
  overflow: auto;
}
#rightBlock a:hover, #fullBlock a:hover {
  color: #0E3765;
}

#contentHolder.homePage {
  background: url(../images/homepage_content_bg.jpg)!important;
}
.quote {
  font-size: 14px;
  font-style: italic;
  text-align: justify;
  font-weight: bold;
  line-height: 18px;
}
.quoter {
  margin-top: 8px;
  text-indent: 80px;
  font-size: 14px;
}
.center {
  text-align: center;
}
#rightBlock .quote {
  padding-left: 50px;
  padding-right: 50px;
}
#contentHolder ul {
  margin-top: 8px;
  list-style: circle;
  margin-bottom: 15px;
  margin-left: 2px;
  float: left;
}
#contentHolder ul li {
  margin-left: 35px;
  margin-bottom: 4px;
}
#contentHolder ol {
  margin-top: 8px;
  margin-bottom: 15px;
  margin-left: 2px;
}
#contentHolder ol li {
  margin-left: 35px;
  margin-bottom: 4px;
}
#contentHolder h1 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  width: 99%;
  text-align: right;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  color: #0E3765;
}
#leftBar h1 {
  font-weight: bold;
  text-align: left;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
}
#footerHolder {
  width: 950px;
  height: 30px;
  background: url(../images/footer_bg.jpg);
  text-indent: -9999px;
}
#validHolder {
  width: 950px;
}
#validHolder img {
  border: 0;
}
p {
  margin-bottom: 15px;
}
p.clear {
  clear: left;
}

dt {
  font-weight: bold;
  margin-bottom: 3px;
}
dd {
  margin-left: 25px;
  margin-bottom: 10px;
}
h2 {
  font-size: 16px;
  color: #0E3765;
}
h3 {
  font-size: 14px;
  display: block;
  clear: both;
  width: 95%;
  margin-top: 20px;
  border-bottom: 1px solid;
  padding-bottom: 2px;
  margin-bottom: 6px;
}
h3.links {
  border: 0;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 25px;
}
span.label {
  display: block;
  float: left;
  width: 80px;
  margin-left: 20px;
}
img.left {
  float: left;
}
em {
  font-weight: bold;
}
strong {
  color: #FD0505;
}
#validHolder div.left {
  width: 316px;
  float: left;
  text-align: center;
}
#validHolder div.middle {
  width: 316px;
  float: left;
  text-align: center;
}

#validHolder div.right {
  width: 316px;
  float: left;
  text-align: center;
}
table.whiteFill tr td, table.whiteFill tr th {
  background: #FFF;
  padding: 5px;
}
.green {
  color: green!important;
}
