body {
   background-image: url('../images/termite2.gif');
   font-family: arial, helvetica, sans-serif;
   color: black;
   font-size: 12px;
}

#headertbl {
   margin: auto;
   width: 100%;
   height: 140px;
   z-index: 100;
}

#primelogodiv {
   position: relative;
   float: left;
   height: 125px;
   padding-top: 15px;
   padding-left: 40px;
   z-index: 100;
}

#otherlogodiv {
   position: relative;
   float: right;
   width: 160px;
   height: 115px;
   padding-top: 25px;
   text-align: center;
   z-index: 101;
}

#headertbl td.primelogo {
   text-align: center;
   cursor: pointer;
}

#headertbl td.otherlogo {
   text-align: center;
   width: 160px;
}

#maindiv {
   width: 900px;
   margin: auto;
}

#headerdiv {
   background: blue url('../images/headerbg.jpg');
   position: relative;
   height: 140px;
   z-index: 0;
}

#contactdiv {
   padding-bottom: 5px;
   text-align: center;
   position: absolute;
   font-size: 32px;
   top: 20px;
   left: 270px;
   z-index: 101;
}

#bugdiv {
   position: absolute;
   width: 66px;
   height: 40px;
   top: 0px;
   left: 0px;
   z-index: 1;
   display: none;
}

#contactsub {
   font-size: 20px;
}

#menudiv {
   background: black;
   padding: 0px 5px 0px 5px;
   color: white;
   height: 30px;
}

.menuitem a,
.menuitem a:link,
.menuitem a:visited,
.menuitem a:active,
.pulldown a,
.pulldown a:link,
.pulldown a:visited,
.pulldown a:active {
   color: white;
   border: none;
   text-decoration: none;
   border: none;
}


.menuitem a:hover,
.pulldown a:hover {
   color: yellow;
}

.noclick a:hover {
   text-decoration: underline;
   color: blue;
}

.menuitemholder {
   position: relative;
   width: 20%;
   float: left;
   text-align: center;
}

.menuitem {
   position: relative;
   font-weight: bold;
   font-size: 16px;
   color: white;
   padding: 5px 0px 5px 0px;
}

.pulldown {
   position: absolute;
   z-index: 1;
   width: 100%;
   font-weight: bold;
   font-size: 16px;
   color: white;
   width: 178px;
   text-align: center;
   display: none;
}

.pulldown ul {
   padding: 0px 5px 5px 5px;
   margin: 0px;
   background: black;
}   

.pulldown li {
   background: black;
   padding: 5px 0px 5px 0px;
   list-style-type: none;
   border-top: solid 1px white;
   border-collapse: collapse;
   color: white;
}

a:active, a:visited {
   text-decoration: none;
   border: none;
   color: black;
}

#contentdiv {
   background: white;
   padding: 10px;
   position: relative;
   border-left: solid 1px blue;
   border-right: solid 1px blue;
}

.leftpane {float: left; position: relative;}
.rightpane {float: right; position: relative;}
.center {text-align: center}

.pageTitle {
   color: blue;
   font-weight: bold;
   font-size: 18px;
   width: 100%;
   text-align: center;
   font-variant: small-caps;
}

.pageTitle2 {
   color: blue;
   font-weight: bold;
   font-size: 18px;
   width: 100%;
   text-align: center;
   font-variant: small-caps;
   margin: 0px 0px 14px 0px;
}

.subTitle {
   font-weight: bold;
   font-size: 16px;
   width: 100%;
   text-align: center;
}

.subTitleb {
   font-weight: bold;
   font-size: 16px;
   width: 100%;
   text-align: center;
   border-bottom: solid 2px black;
   margin: 0px 0px 14px 0px;
}

.subTitle2 {
   font-weight: bold;
   font-size: 14px;
   width: 100%;
   text-align: center;
   color: blue;
}

.subTitle2b {
   font-weight: bold;
   font-size: 14px;
   width: 100%;
   text-align: center;
   color: blue;
   margin: 0px 0px 14px 0px;
}


.pageText {
   padding: 10px;
   font-size: 14px;
}

.pageText2 {
   padding: 0px 10px 10px 10px;
   font-size: 14px;
}

.textmargin {
   padding-top: 5px;
}

.note {
   font-weight: bold;
   font-size: 18px;
}

.pageIndent1 {
   text-align: center;
   border-bottom: solid 1px black;
   padding-bottom: 10px;
}

.pageIndent1 p {
   margin: 5px;
}

#footerdiv {
   background: black;
   padding: 5px;
   color: white;
   text-align: center;
   font-weight: bold;
   font-size: 16px;
   color: white;
   font-variant: small-caps;
}

.list1 {
   list-style-position: outside;
   list-style-image: url('../images/bullet.gif');
}

.list1 li {
   margin-bottom: 5px;
}

.list2 {
   list-style-position: outside;
   list-style-image: url('../images/bullet.gif');
}

.list2 li {
   margin-bottom: 5px;
   margin-left: -15px;
}


.question {
   color: green;
   font-weight: bold;
   margin-bottom: 10px;
   cursor: pointer;
}

.answer {
   margin-bottom: 20px;
}

.qatitle {
   font-weight: bold;
   font-size: 16px;
   color: black;
}

#areatable {
}

#areatable th {
   border-bottom: solid 1px black;     
}

#areatable td {
   text-align: center;
}

#chemcattable {
   margin: auto;
   font-weight: bold;
   text-align: center;
}

#chemcattable tr td {
   padding: 10px;
}

.evenrow {
   background: #9E9E9E;
}

.oddrow {
   background: #CDCDCD;
}

.categoryinfo {
   margin-top: 20px;
}

p.catline {
   margin: 5px 0px 0px 0px;
}

.categorytitle {
   width:100%;
   font-weight: bold;
   font-size: 16px;
   text-align: center;
   border-bottom: solid 1px black;
   margin-bottom: 5px;
}

.infoTitle {
   font-weight: bold;
   border-bottom: solid 1px black;
   width: 100%;
}

.infoTitle2 {
   font-weight: bold;
   border-bottom: solid 1px black;
   width: 90%;
   margin: auto;
   text-align: center;
}

.catdivleft {
   width: 200px;
   position: relative;
   float: left;
   text-align: center;
}

.catdivright {
   width: 200px;
   position: relative;
   float: right;
   text-align: center;
}

div.footnotec {
   text-align: center;
   margin-top: 20px;
   padding-top: 5px;
   border-top: solid 1px grey;
}

div.footnotet {
   margin-left: 100px;
   font-size: 11px;
}

table.procontbl {
   width: 100%;
}

table.procontbl td {
   vertical-align: top;
   width: 50%;
}

table.procontbl td.spacer {
   width: 30px;
}

div.pcheader {
   text-align: center;
   font-weight: bold;
   border-bottom: solid 1px black;  
}

div.contactinfo {
   font-weight: bold;
   text-align: center;
}

label {
   font-weight: bold;
}

.labeldiv {
   position: relative;
   float: left;
   width: 105px;
   text-align: right;
   padding-right: 5px;
}

.fielddiv {
   position: relative;
   float: right;
   text-align: center;
   width: 310px;
}

input {
   width: 300px;
   border: solid 1px grey;
   margin-bottom: 5px;
}

#messagefield {
   width: 300px;
   height: 300px;
   border: solid 1px grey;
}

.linkbox {
   position: relative;
   margin: auto;
   padding-top: 30px;
   width: 70%;
}

.landlink {
   margin-bottom: 10px;
   text-align: center;
   font-weight: bold;
   text-size: 16px;
   color: blue;    
}

.landlink a {
   color: blue;
   text-decoration: none;
}

