﻿/*        *        *        *        *        *        *        *        *        */

/* General styles. */

body {
  background-color: #FFF;
  color: #000;
  margin: 0 auto;
  padding: 20px 0 0 0;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  word-spacing: normal;
  letter-spacing: normal;
  text-transform: none;
  font-weight: 500;
}
form {
  border: 0;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2em;
  font-weight: 500;
}
h2 {
  font-size: 1.75em;
  font-weight: 500;
}
h3 {
  font-size: 1.13em;
  font-weight: 500;
}
h4 {
  font-size: 1.25em;
  font-weight: 500;
}
h5, dt {
  font-size: 1.0em;
  font-weight: 500;
}
h6 {
  font-size: 0.8em;
  font-weight: 500;
}
p {
  font-size: 1.1em;
  font-weight: 500;
}
img {
  margin: 0;
  border: none 0;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}
table {
  padding: 0;
  margin: 0;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/*        *        *        *        *        *        *        *        *        */

/* Useful styles. */

.left {
  text-align: left;
}
.center {
  text-align: center;
  margin: 0 auto;
}
.right {
  text-align: right;
}
div.error {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  clear: left;
}
span.error {
  margin: 0 auto;
  text-align: center;
  color: #F00;
  font-weight: bold;
  font-size: 1.0em;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
input.button {
  margin: 0;
  padding: 2px 0 2px 0;
  color: #000;
  border: solid 1px #969696;
  background-color: #FFF;
  font-weight: 700;
  text-align: center;
}
input.smallbutton {
  margin: 0;
  padding: 0;
  color: #000;
  border: solid 1px #969696;
  background-color: #FFF;
  font-weight: 500;
  font-size: 0.8em;
}
div.spacer {
  clear: both;
  width: 100%;
  height: 0;
}

/*        *        *        *        *        *        *        *        *        */

.main {
  width: 979px;
  text-align: left;
  border-collapse: collapse;
  padding: 0;
  margin: 0 auto 30px auto;
  position: relative;
}
.main tr {
  margin: 0;
}
.wrapper {
  width: 979px;
  position: relative;
  margin: 0 auto;
}

.main td.upper {
  background-image: url(Images/Border/Upper.gif);
  background-repeat: repeat-x;
  height: 12px;
}
.main td.right {
  background-image: url(Images/Border/Right.gif);
  background-repeat: repeat-y;
  width: 12px;
}
.main td.lower {
  background-image: url(Images/Border/Lower.gif);
  background-repeat: repeat-x;
  height: 12px;
}
.main td.left {
  background-image: url(Images/Border/Left.gif);
  background-repeat: repeat-y;
  width: 12px;
}

/*        *        *        *        *        *        *        *        *        */

table.panel {
  float: left;
}
table.panel tr td.top {
  background-image: url(Images/Panel/Top.gif);
  background-repeat: repeat-x;
  height: 10px;
}
table.panel tr td.right {
  background-image: url(Images/Panel/Right.gif);
  background-repeat: repeat-y;
  width: 10px;
}
table.panel tr td.bottom {
  background-image: url(Images/Panel/Bottom.gif);
  background-repeat: repeat-x;
  height: 10px;
}
table.panel tr td.left {
  background-image: url(Images/Panel/Left.gif);
  background-repeat: repeat-y;
  width: 10px;
}
table.panel tr td.emptytop {
  background-image: url(Images/Panel/EmptyTop.gif);
  background-repeat: repeat-x;
  height: 10px;
}
table.panel tr td.split {
  background-image: url(Images/Panel/SplitRight.gif);
  background-repeat: repeat-y;
  width: 10px;
}
table.panel tr td.emptyleft {
  background-image: url(Images/Panel/EmptyLeft.gif);
  background-repeat: repeat-y;
  width: 10px;
}
table.panel tr td.emptyright {
  background-image: url(Images/Panel/EmptyRight.gif);
  background-repeat: repeat-y;
  width: 10px;
}
table.panel tr td.emptybottom {
  background-image: url(Images/Panel/EmptyBottom.gif);
  background-repeat: repeat-x;
  height: 10px;
}
table.panel tr td.hsplit {
  background-image: url(Images/Panel/HSplit.gif);
  background-repeat: repeat-x;
  height: 10px;
}
table.panel tr td.smalltop {
  background-image: url(Images/SmallBorder/Top.gif);
  background-repeat: repeat-x;
  height: 4px;
}
table.panel tr td.smallright {
  background-image: url(Images/SmallBorder/Right.gif);
  background-repeat: repeat-y;
  width: 4px;
}
table.panel tr td.smallbottom {
  background-image: url(Images/SmallBorder/Bottom.gif);
  background-repeat: repeat-x;
  height: 4px;
}
table.panel tr td.smallleft {
  background-image: url(Images/SmallBorder/Left.gif);
  background-repeat: repeat-y;
  width: 4px;
}

table.fivepanel tr td.fivetop {
  background-image: url(Images/FiveBorder/Upper.gif);
  background-repeat: repeat-x;
  height: 5px;
}
table.fivepanel tr td.fiveright {
  background-image: url(Images/FiveBorder/Right.gif);
  background-repeat: repeat-y;
  width: 5px;
}
table.fivepanel tr td.fivebottom {
  background-image: url(Images/FiveBorder/Lower.gif);
  background-repeat: repeat-x;
  height: 5px;
}
table.fivepanel tr td.fiveleft {
  background-image: url(Images/FiveBorder/Left.gif);
  background-repeat: repeat-y;
  width: 5px;
}

table.smallpanel {
  margin-left: 28px;
}
table.smallpanel tr td.top {
  background-image: url(Images/SmallBorder/Top.gif);
  background-repeat: repeat-x;
  height: 4px;
}
table.smallpanel tr td.right {
  background-image: url(Images/SmallBorder/Right.gif);
  background-repeat: repeat-y;
  width: 4px;
}
table.smallpanel tr td.bottom {
  background-image: url(Images/SmallBorder/Bottom.gif);
  background-repeat: repeat-x;
  height: 4px;
}
table.smallpanel tr td.left {
  background-image: url(Images/SmallBorder/Left.gif);
  background-repeat: repeat-y;
  width: 4px;
}

table.panel tr td.content {
  background-color: #eceec7;
}
table.panel tr td.image {
  background-color: #eceec7;
  text-align: center;
}
table.panel tr td.emptycontent, table.panel tr td.text {
  background-color: #fff;
}
table.panel tr td.emptycontent h1 {
  font-size: 1.2em;
  margin: 0;
}
table.panel tr td.emptycontent p {
  font-size: 0.75em;
}

table.panel tr td {
  margin: 0;
  padding: 0;
}

table.panel tr td.content div {
  width: 100%;
  height: 100%;
}
table.main tr td.content table {
}

/*        *        *        *        *        *        *        *        *        */

#RightTab {
  float: right;
  margin-right: 46px;
  margin-top: 16px;
  width: 336px;
  height: 287px;
}
#RightTab tr td {
  width: 129px;
  height: 86px;
  padding: 0 84px 10px 123px;
  vertical-align: bottom;
}
#RightTab tr td a {
  color: #000;
  text-decoration: none;
}
#RightTab tr td a span {
  font-size: 0.75em;
  margin: 0;
}
#RightTab tr td a span.h1 {
  font-size: 1.5em;
  margin: 0;
}
#RightTab_1 {
  background: #fff url(Images/RightTab_1.jpg) no-repeat;
}
#RightTab_2 {
  background: #fff url(Images/RightTab_2.jpg) no-repeat;
}
#RightTab_3 {
  background: #fff url(Images/RightTab_3.jpg) no-repeat;
}

/*        *        *        *        *        *        *        *        *        */

#imgMainPanel {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#divMainPanel {
  position: relative;
  width: 501px;
  height: 349px;
  margin-left: 45px;
  margin-top: 10px;
}
#divMainPanel div.inner {
  padding: 20px 200px 20px 20px;
  position: relative;
  z-index: 2;
}
#divMainPanel div.inner h1 {
  color: #b2b743;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}
#divMainPanel div.inner ul {
  margin-left: 20px;
  line-height: 1.1em;
  font-size: 0.9em;
  padding: 0;
}
#divMainPanel div.inner p {
  font-size: 0.9em;
  margin: 10px 0 10px 0;
}

#divMainPanel div.FileTracker {
  height: 309px;
  padding: 20px 20px 20px 20px;
  position: relative;
  z-index: 2;
}

#ServicesLinks {
  position: absolute;
  left: 385px;
  top: 50px;
  width: 110px;
}
#ServicesLinks a {
  padding-left: 10px;
  padding-bottom: 5px;
  display: block;
  color: #b2b743;
  text-decoration: none;
}
#ServicesLinks a.current {
  color: #93dbe5;
  background: transparent url(Images/ArrowRight2.gif) no-repeat 0px 2px;
}
#ServicesLinks a:hover {
  background: transparent url(Images/ArrowRight2.gif) no-repeat 0px 2px;
}

/*        *        *        *        *        *        *        *        *        */

#ECO {
  width: 501px;
  height: 126px;
  background: #fff url(Images/main-eco.jpg) no-repeat;
  margin-top: 14px;
  margin-left: 45px;
  float: left;
}
#ECO_Proud {
  position: relative;
  left: 159px;
  top: 25px;
  width: 305px;
  font-size: 12px;
  color:#31402F
}
#ECO_Copyright {
  position: absolute;
  left: 20px;
  top: 100px;
  font-size: 9px;
}


#FSC {
  width: 501px;
  height: 126px;
  background: #fff url(Images/MainFSC.jpg) no-repeat;
  margin-top: 14px;
  margin-left: 45px;
  float: left;
  position: relative;
}
#FSC_Proud {
  position: absolute;
  left: 220px;
  top: 40px;
  width: 250px;
  font-size: 11px;
}
#FSC_Copyright {
  position: absolute;
  left: 20px;
  top: 100px;
  font-size: 9px;
}




#Contact {
  width: 501px;
  height: 84px;
  background: #fff url(Images/MainCC.jpg) no-repeat;
  margin-top: 14px;
  margin-left: 45px;
  padding: 10px 0 0 0;
  float: left;
  position: relative;
}
#Contact_Label {
  position: absolute;
  left: 10px;
  top: 30px;
  font-size: 20px;
  color: #fff;
}
#Contact_phys-address {
	position: absolute;
	left: 10px;
	top: 100px;
	font-size: 11px;
}	

#Contact_Phone {
  position: absolute;
  left: 160px;
  top: 32px;
}
#Contact_Phone .phone {
  font-size: 16px;
}
#Contact_Phone .times {
  font-size: 13px;
}
#Contact_Contacts {
  position: absolute;
  left: 345px;
  top: 15px;
  font-size: 11px;
}
#Contact div.address {
  float: left;
  width: 150px;
  height: 38px;
  padding: 70px 0 0 10px;
}
#Contact div.address h2 {
  font-size: 1.3em;
  margin: 0;
  padding: 0;
}
#ContactSmall {
  width: 326px;
  height: 108px;
  background: #fff url(Images/Contact_Panel.gif) no-repeat;
  margin-top: 10px;
  margin-left: 28px;
  padding-left: 10px;
  padding-top: 10px;
  float: left;
}

#ContactSmall_phys-address {
	position: absolute;
	top: 608px;
	font-size: 11px;
	left: 595px;
}	

#ContactSmall h1 {
  font-size: 1.4em;
  margin: 0;
}
#Contact p {
  font-size: 1.0em;
  margin: 0;
  line-height: 1.6em;
  color: #fff;
}
#ContactSmall p {
  font-size: 1.0em;
  margin: 0;
  line-height: 1.3em;
}
#Contact p.short, #ContactSmall p.short {
  line-height: 1.7em;
}
#ContactSmall div.address {
  width: 125px;
  height: 47px;
  padding-top: 31px;
  color: #fff;
}
#Contact div.contact, #ContactSmall div.contact {
  float: right;
  width: 170px;
  height: 108px;
  padding-top: 4px;
}
#Contact div a, #ContactSmall div a {
  color: #000;
  text-decoration: none;
}
#Contact div a:hover, #ContactSmall div a:hover {
  text-decoration: underline;
}

/*        *        *        *        *        *        *        *        *        */


#Equipment-phys-address {
	position: absolute;
	top: 600px;
	font-size: 11px;
	left: 70px;
}	


/*        *        *        *        *        *        *        *        *        */

img.ServiceRight {
  margin-left: 28px;
  margin-top: 10px;
}

/*        *        *        *        *        *        *        *        *        */

li div.pull-down-menu {
  position: absolute;
  display: none;
  border: none;
}
li div.pull-down-menu ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  width: auto;
}
li div.pull-down-menu ul li {
  float: none;
  margin-right: 0;
}
li div.pull-down-menu ul li a {
  background-color: #fff;
  padding: 3px 10px;
  display: block;
}

/*        *        *        *        *        *        *        *        *        */

.products {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.products li.header {
  color: #c5cc56;
  font-size: 1.4em;
  font-weight: 600;
  padding-left: 14px;
}
.products li {
  padding-left: 14px;
}
.products li a {
  color: #000;
  text-decoration: none;
}
.products li a:hover {
  color: #c5cc56;
  text-decoration: underline;
}
.products li.active {
  background: #fff url(Images/ServiceArrow.gif) no-repeat 6px 5px;
}
.products li.active a {
  color: #c5cc56;
}
.products li.image {
  padding-left: 10px;
}

.title {
  font-size: 1.4em;
}

#divContact h1 {
  color: #93bde5;
}

#divDefaultLeft {
  background: #fff url(Images/MainLeft.jpg) no-repeat;
  width: 441px;
  height: 224px;
  margin-top: 16px;
  margin-left: 45px;
  padding: 220px 30px 10px 30px;
}

/*        *        *        *        *        *        *        *        *        */

ul.top-menu {
  margin: 0;
  padding: 0;
  position: relative;
  top: -30px;
  left: 45px;
  z-index: 10;
  list-style-type: none;
}
ul.top-menu li {
  float: left;
  margin-right: 43px;
}
ul.top-menu li a {
  color: #000;
  text-decoration: none;
}
ul.top-menu li a:hover {
  color: #000;
  text-decoration: underline;
}

/*        *        *        *        *        *        *        *        *        */

