html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before {
  content: '';
  content: none;
}
blockquote:after {
  content: '';
  content: none;
}
q:before {
  content: '';
  content: none;
}
q:after {
  content: '';
  content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* { overflow: hidden; }
.debug { border: 1px solid red; }
.noText { text-indent: -9999px; }
.reversed {
  background-color: #ff6d00;
  color: #fffea7;
}
.reversed h1 { color: #ffffff; }
.reversed h2 { color: #ffffff; }
.reversed h3 { color: #ffffff; }
.reversed h4 { color: #ffffff; }
.reversed h5 { color: #ffffff; }
.reversed strong { color: #fffc58; }
html { overflow-y: auto; }
body {
  font-family: helvetica;
  width: 750px;
  margin: 20px auto;
  background-color: #ff6d00;
  color: #fffea7;
  line-height: 1.5;
  font-size: 14px;
  background: #ff6d00 url(../images/orange-bg-tile.png) repeat-x;
  background-attachment: fixed;
  overflow: auto;
}
body h1 { color: #ffffff; }
body h2 { color: #ffffff; }
body h3 { color: #ffffff; }
body h4 { color: #ffffff; }
body h5 { color: #ffffff; }
body strong { color: #fffc58; }
#content {
  margin-top: 50px;
  width: 600px;
  float: left;
}
#content p { margin-bottom: 20px; }
#content .section { margin-bottom: 50px; }
p.smaller { font-size: 12px; }
#header {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
  margin-top: 80px;
}
#menu { display: none; }
h1#mainLogo {
  text-indent: -9999px;
  background-image: url('../images/ebpLogoWhite.png');
  background-repeat: no-repeat;
  width: 74px;
  height: 80px;
}
#intro { font-size: 16px; }
#services { display: none; }
h1#mainLogo span { display: block; }
h2 {
  font-size: 81px;
  padding-left: 0px;
  margin-left: -5px;
}
h3 {
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
#contact-us dl a {
  text-decoration: none;
  color: #fffea2;
}
#contact-us dl dt {
  float: left;
  padding: 3px 20px 3px 10px;
  background-color: #ff9c00;
  clear: left;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 3px;
  width: 60px;
}
#contact-us dl dd {
  background: #cc5700;
  padding: 3px 10px 3px 10px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  float: left;
  margin-left: -20px;
  margin-bottom: 3px;
}
::selection, -moz-selection {
  background-color: transparent;
  color: yellow;
}
