h1
{
  font-size: 2em;
  font-style: italic;
  margin-bottom: 7px;
  color: #fff;
}

h1.subtitle
{
  color: #333;
}

h2
{
  font-size: 1.3em;
  font-weight: bold;
}

input
{
  width: 300px;
  border: 1px solid #999;
  margin-bottom: 1px;
  background: none;
}

input.btn
{
  width: auto;
  color: #36368E;
  border-color: #36368E;
}

input.med
{
  width: 100px;
} 

input.sml
{
  width: 70px;
}

p
{
  margin-bottom: 15px;
}

select
{
  background: none;
  border: 1px solid #999;
  margin-bottom: 1px;
}

textarea
{
  border: 1px solid #999;
  margin-bottom: 1px;
  background: none;
  width: 300px;
}

#bodyTxt
{
  width: 525px;
  padding-left: 10px;
}

#btnBox
{
  text-align: right;
  padding-right: 77px;
  margin-top: 5px;
}

#contactFrm
{
  border-top: 1px solid #333;
}

#contactFrm label
{
  float: left;
  line-height: 1.5em;
  width: 125px; 
}

#container
{
  width: 754px;
  margin-left: auto;
  margin-right: auto;
  font-size: .8em;
  font-family: arial, helvetica, sans-serif;
}

#contentBox
{
  background-color: #BBBBEA;
  padding: 3px;
}

#errorBox
{
  background-color: #990000;
  color: #fff;
  padding: 5px;
  margin-bottom: 5px;
  border: 3px solid #cc0000;
  font-size: 1.5em;
}

#footer
{
  background-color: #363690;
  padding: 3px;
  color: #fff;
  font-size: .8em;
  line-height: 1.2em;
}

#footer a
{
  color: #fff;
  text-decoration: none;
}

#footer a:hover
{
  color: #fdac53;
}

#industryBox
{
  font-size: 1.5em;
}

#locationBox
{
  line-height: 1.1em;
}

#navBox
{
  font-size: 1.5em;
  font-family: arial, helvetica, sans-serif;
  width: 200px;
}

#navBox a
{
  text-decoration: none;
  color: #000;
}

#navBox a:hover
{
  color: #fff;
}

#navBox li{
  padding: 2px;
  margin-top: 3px;
  border-bottom: 1px dotted #000;
}

#privacyBox
{
  width: 475px;
}

#purpBar
{
  background-color: #BBBBEA;
  height: 20px;
  margin-top: 2px;
}

#serviceBox
{
  font-size: 1.2em;
  font-weight: bold;
}

#serviceBox li
{
  padding-bottom: 3px;
}

#subBox
{
  background-image: url('../images/brin_bg.gif');
  background-repeat: no-repeat;
  /*height: 425px;*/
}

#subBox ul
{
  list-style-type: disc;
  padding: 0px 20px;
}

#subBox li
{
  margin-bottom: 5px;
}

#subNavBox
{
  padding: 10px;
}

#subNavBox a
{
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 1.2em;
}

#subNavBox a:hover
{
  color: #6B8EC9;
}

#subNavBox li{
  padding: 2px;
  margin-top: 3px;
  border-bottom: 1px dotted #000;
}

#topBanner
{
  background-color: #000065;
  color: #fff;
  padding: 3px;
  text-align: right;
  font-size: .8em;
}

#topBanner a
{
  text-decoration: none;
  color: #fff;
}

#topBanner a:hover
{
  color: #fdac53;
}

.addressBox
{
  margin: 10px;
  font-size: 1.5em;
  line-height: 1.1em;
}

.borders
{
  padding: 3px 0px 3px 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 3px;
}

.leadLine
{
  font-size: 1.3em;
  font-weight: bold;
}