body {
  font-size: 8.5pt;
  font-family: Verdana, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: black;
  background: #fbfaff;
  line-height: 1.5;
  color: #444444;
}

p { 
  margin: 0px 0px 15px 0px;
  padding: 0px;

}

p.bn_sub {
  font-size: 14pt;
  font-family: Verdana, sans-serif;
  font-weight: normal;
  text-decoration: none;
  color: #95bbd2;
  margin: 20px 0px 5px 0px;
  padding: 0px;
}

p.formentry {
  font-weight: bold;
  margin: 0px 10px 6px 20px;
  text-align: left;
  display: block;
}

input.formentry, textarea.formentry {
  border: 1px #95bbd2 solid;
  font-size: 10px;
  font-family: Verdana, sans-serif;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 300px;
}

img {
  border: none;
  padding: 0px;
  margin: 0px;
}

img.bn_boximgr {
  float: right;
  padding: 5px;
  border: 1px solid #95bbd2;
  margin: 0px 0px 5px 5px;
}

img.bn_boximgl {
  float: left;
  padding: 5px;
  border: 1px solid #95bbd2;
  margin: 0px 5px 5px 0px;
}

a {
  color: #95bbd2;
  text-decoration: none;
  border: none;
  padding: 0px;
  margin; 0px;
}

a:hover {
  color: #D2BD95;
  text-decoration: none;
}

a.bn_biglink {
  font-size: 14pt;
  font-family: Verdana, sans-serif;
  font-weight: normal;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
  display: block;
  background-image: url(img/linkbutton.png);
  background-position: center left;
  background-repeat: no-repeat;
}

.bn_boxheadingblue {
  font-weight: bold;
  text-align: right;
  padding: 0px 20px 0px 40px;
  margin: 0px 0px 0px 0px;
  height: 20px;
  background-image: url(img/boxtitle_blue.png);
  background-repeat: no-repeat;
  background-position: top left;
  color: white;
}

.bn_boxheadingbrown {
  font-weight: bold;
  text-align: right;
  padding: 0px 20px 0px 40px;
  margin: 0px 0px 0px 0px;
  height: 20px;
  background-image: url(img/boxtitle_brown.png);
  background-repeat: no-repeat;
  background-position: top left;
  color: white;
}

.bn_boxheadinglilac {
  font-weight: bold;
  text-align: right;
  padding: 0px 20px 0px 40px;
  margin: 0px 0px 0px 0px;
  height: 20px;
  background-image: url(img/boxtitle_lilac.png);
  background-repeat: no-repeat;
  background-position: top left;
  color: white;
}

div#bn_main {
   width: 760px;
   margin: 20px auto 20px auto;
   background: white;
   padding: 20px;
}

div#bn_titlebox {
  height: 100px;
  padding: 0px;
  margin: 0px;
}

div#bn_swatch {
  height: 100px;
  background-repeat: no-repeat;
  background-image: url(img/swatch.png);
  background-position: bottom right;
  align: left;
}

div.bn_barshadow {
  height: 20px;
  background-image: url(img/barshadow.png);
  background-repeat: repeat-x;
  background-position: top left;
}

div#bn_intro {
  min-height: 20px;
  margin: 20px 220px 10px 0px;
  padding: 0px;
}

div#bn_contact {
}

div#bn_blog {
  float: right;
  width: 200px;
  margin: 20px 10px 10px 10px;
}

div#bn_technologies {
  clear: both;
}

div#bn_techlist {
  width: 300px;
  border: 1px solid #95bbd2;
  padding: 10px;
  margin: 0px 0px 20px 10px;
  float: right;
}

div#bn_blogcontent {
  min-height: 50px;
  overflow: auto;
}

p.bn_blogitemtitle {
  font-weight: bold;
  margin: 0px;
}

p.bn_blogitemdate {
  display: inline;  
  margin: 0px;
}

p.bn_blogitemteaser {
  margin: 0px;
}

a.bn_blogitemmorelink {
  text-align: right;
  font-size: 6pt;
}

div.bn_clear {
  width: 100%

  clear: both;
}

div.bn_boxcontent {
  padding: 0px 10px 10px 10px;
}

div#bn_footer{
  clear: both;
  background: #EEEEEE;
  border-bottom: 1px solid #999999;
  height: 20px;
  background-image: url(img/footerswatch.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  margin-top: 20px;

}

p#bn_footertext {  
  margin: 0px;
  padding: 5px 5px 0px 0px;
  text-align: right;
  font-size: 6pt;
}



