A.type1:link    {color:#6aa48e; text-decoration:underline;}
A.type1:visited {color:#6aa48e; text-decoration:none;}
A.type1:active  {color:#6aa48e; text-decoration:none;}
A.type1:hover   {color:#6aa48e; text-decoration:underline overline;}

A.type2:link    {color:#F9F183; text-decoration:underline;}
A.type2:visited {color:#F9F183; text-decoration:none;}
A.type2:active  {color:#F9F183; text-decoration:none;}
A.type2:hover   {color:#F9F183; text-decoration:underline overline;}

/** Color
yellow: F9F183
lt bkg green: daebe6
content green: 92c9b6
dk topbar green: 6aa48e
**/

body{
  margin: 0px;
  padding: 0px;
  background-color: #daebe6;
  font-family: Verdena, Arial, Times;

  scrollbar-face-color: #92c9b6;
  scrollbar-shadow-color: #6aa48e;
  scrollbar-highlight-color: #F9F183;
  scrollbar-3dlight-color: #efefef;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #daebe6;
  scrollbar-arrow-color: #daebe6;
}

.bkgTop{
  background-color: #6aa48e;
}

.bkgContent{
  background-color: #92c9b6;
}
.bkgQuote{
  background-color: #92c9b6;
  BACKGROUND-IMAGE: url("images/quoteBkg.jpg");
  background-position: 0 -30px;
  BACKGROUND-REPEAT: no-repeat;
  }
.bkgCapabilities{
  background-color: #92c9b6;
  BACKGROUND-IMAGE: url("images/capabBkg.jpg");
  background-position: 0px -0px;
  BACKGROUND-REPEAT: no-repeat;
  }
.bkgContact{
  background-color: #92c9b6;
  BACKGROUND-IMAGE: url("images/contactBkg.jpg");
  background-position: 0 -30px;
  BACKGROUND-REPEAT: no-repeat;
}
.bkgGallery{
  background-color: #92c9b6;
  BACKGROUND-IMAGE: url("images/fire_bkg.jpg");
  background-position: 0 -30px;
  background-attachment: fixed;
}
.bkgHome{
  background-color: #92c9b6;
  BACKGROUND-IMAGE: url("images/homeBkg3.jpg");
  background-position: 0 0;
  BACKGROUND-REPEAT: no-repeat;
}
.bkgHome2{
  background-color: #92c9b6;
  BACKGROUND-IMAGE: url("images/homeBkg2.jpg");
  background-position: 0 0;
  BACKGROUND-REPEAT: no-repeat;
}
.bkgHome3{
  background-color: #92c9b6;
  BACKGROUND-IMAGE: url("images/homeBkg3.jpg");
  background-position: 0 0;
  BACKGROUND-REPEAT: no-repeat;
}

.bkgMenu{
  background-color: #6aa48e;
  BACKGROUND-IMAGE: url("images/yellow.gif");
  background-position: 0 100%;
  BACKGROUND-REPEAT: repeat-x;
}
.bkgTH{
  background-color: #F9F183;
}

.borderRt{
  border-right: 1px solid #F9F183;
}
.borderLft{
  border-left: 1px solid #F9F183;
}
.borderTop{
  border-top: 1px solid #F9F183;
}
.borderBtm{
  border-bottom: 1px solid #F9F183;
}
.borderRt1{
  border-right: 1px solid #6aa48e;
}
.borderLft1{
  border-left: 1px solid #6aa48e;
}
.borderTop1{
  border-top: 1px solid #6aa48e;
}
.borderBtm1{
  border-bottom: 1px solid #6aa48e;
}
.imgHeader{
  margin-top: 4px;
  margin-right: 4px;
}

.fineprint{
  font-size: 8pt;
  color: #6aa48e;
  padding: 3px;
}
.txtHeader{
  font-size: 18pt;
  color: #F9F183;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}
.txtHeader2{
  font-size: 14pt;
  color: #F9F183;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 10px 0;
}
.txtHeader3{
  font-size: 14pt;
  color: #F9F183;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  padding: 0 0 5px 0;
}

.txtContentB{
  font-size: 12pt;
  color: #000000;
  padding: 0px 20px;
  font-weight: bold;
}

.txtContentA{
  font-size: 15px;
  color: #f9f183;
  padding: 0px 20px;
  font-weight: bold;
}

.txtContent{
  font-size: 15px;
  color: #000000;
  padding: 5px 20px;
}

.txtTH{
  font-size: 15px;
  color: #6aa48e;
  padding: 5px;
}

.txtTime{
  font-size: 10pt;
  color: #F9F183;
  padding: 10px;
}
.txtCaption{
  font-size: 10pt;
  color: #000000;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  padding: 0 0 0 0;
}

UL{
  line-height: 130%;
  margin: 0;
  padding: 0;
}
/************* +Samples **************/
#samples img{
  border: none;
  margin: 0;
  padding: 0;
}

#samples A{
  width: 200px;
  height: 200px;
  display:block;
  text-decoration: none;
}

#samples A:link, #samples A:visited {border: 2px solid #F9F183;}
#samples A:active, #samples A:hover {border: 2px solid #daebe6;}
/************* -Samples **************/

/************* +Form **************/
form {
  width: 315px;
  height: auto;
  padding: 5px;
  margin: 0.5em auto;
  font-size: 0.9em;
  line-hight: 120%;
  font-weight: bold;
  }

.formPos{
  position: relative;
  top: 110px;
  left: 310px;
  width: 320px;
}

fieldset {
  position: relative;
  margin-bottom: 0.5em;
  padding: 1em;
  text-align: left;
  }

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
  font-weight: bold;
  color: #000000;
}
/************* -Form **************/