
html {
  height: 100%;
  margin-bottom: 0.01em;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 70%;
  padding: 0;
  margin: 0;
  background: #999999;
  color: #505050;
}
#container {
  width: 790px;
  margin: 0 auto 30px auto;
  font-size: 1em;
}
#main {
  float: left;
  width: 730px;
  padding: 0 30px 15px 30px;
  margin-bottom: 10px;
  background: #fff;
  color: #505050;
}
#topstrip {
  height: 33px;
  width: 790px;
  color: #fff;
  background: #0b88fe url(./images/topstrip_bg.png) repeat-x;
  text-align: right;
}
#strapline {
  font-family: "Gill Sans MT", Arial, sans-serif;
  padding: 10px 33px;
  font-size: 1.3em;
}
#header {
  float: left;
  width: 726px;
  border-bottom: solid 1px #bacfe6;
  margin: 10px 0 10px 0;
  background: url(./images/image_strip.jpg) 100% 20px no-repeat;
}
#navigation {
  float: left;
}
#logo {
  float: left;
  width: 200px;
  height: 120px;
  background: url(./images/bh_logo.png) 0 20px no-repeat;
}
#titlebar {
  float: left;
  width: 726px;
  padding-top: 5px;
  background: url(redstripe.png) bottom left no-repeat;
  margin-bottom: 25px;
}
#leftcol {
  float: left;
  width: 240px;
  padding-top: 15px;
}
#rightcol {
  float: right;
  width: 490px;
}
#footer {
  float: right;
  width: 726px;
  text-align: center;
  padding: 30px 0 10px 0;
  font-size: 0.8em;
  color: #bdc2d8;
  background: #fff;
}
h1, h2, h3, h4 {
  color: #12439c;
  background: #fff;
  font-weight: normal;
  padding: 0;
  margin: 0.8em 0;
}
h1 {
  font-size: 1.9em;
}
h2 {
  font-size: 1.6em;
}
h2.stretch {
  font-size: 1.3em;
  margin: 0.1em 0;
  padding: 2px 0 1px 20px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  background: #dfefff;
  color: #12439c;
}
h2.stretch a:link, h2.stretch a:visited, h2.stretch a:hover {
  background: #dfefff;
  color: #12439c;
}

h3 {
  font-size: 1.4em;
}

p {
  line-height: 130%;
  letter-spacing: 1px;
}
p.quote {
  font-size: 1.2em;
  font-weight: bold;
  font-style: italic;
  color: #12439c;
  background: #fff;
}
div.address {
  padding: 10px 20px 20px 20px;
  margin: 30px auto 30px 30px;
  width: 70%;
  font-size: 1.2em;
  background: #f2f6fa;
  color: #505050;
  border: solid 1px #bacfe6;
}
div.address b {
  color: #12439c;
  background: #f2f6fa;
}
div.address a:link, div.address a:visited, div.address a:hover {
  background: #f2f6fa;
  color: #505050;
}

b {
  color: #12439c;
  background: #fff;
}
p.ticked {
  margin: 10px 0 0 0;
  padding: 0 0 6px 25px;
  background: url(./images/tick.png) no-repeat;
}
#navigation ul {
  list-style: none;
  font-size: 1.3em;
  font-weight: bold;
  color: #4d4ba4;
  background: #fff;
  margin: 0;
  padding: 0;
}
#navigation li {
  width: 200px;
  border-bottom: solid 1px #bacfe6;
  margin: 0 0 2px 0;
  padding: 0;
}
li#active_link a:link, li#active_link a:visited {
  color: red;
  background: #fff url(./images/hatcho.gif) 0 50% no-repeat;
}
#navigation a:link, #navigation a:visited {
  color: #12439c;
  text-decoration: none;
  display: block;
  padding: 0px 4px 2px 20px;
  background: #fff url(./images/hatcho.gif) 0 50% no-repeat;
}
#navigation a:hover {
  color: blue;
  background: #fff url(./images/hatcho.gif) 0 50% no-repeat;
}
li#active_link a:hover {
  color: red;
  background: #fff url(./images/hatcho.gif) 0 50% no-repeat;
}
ul.phone li, ul.general li {
  padding-top: 4px;
}
ol.services {
  font-size: 1.1em;
}
ol.services li {
  padding-bottom: 3px;
}
ol.customers, ol.projects {
  margin: 0;
  padding: 0;
}
ol.customers li {
 width: 223px;
}
ol.projects li {
  width: 145px;
  height: 80px;
}
ol.customers li, ol.projects li {border: solid 1px;
  list-style-position: inside;
  float: left;
  margin: 0 0 0 0px;
  padding: 4px;
}
div.clear {
  clear: both;
}
ul.customers {
  font-size: 1.3em;
  list-style: square;
}
ul.customers li {
  padding-bottom: 3px
}
a:link, a:visited {
  text-decoration: none;
  color: #7c7ac2;
  background: #fff;
}
a:hover {
  text-decoration: underline;
}
a.plain:link, a.plain:visited {
  text-decoration: none;
  color: #bdc2d8;
  background: #fff;
}
a.plain:hover {
  text-decoration: underline;
}
