html, body {
  background: #fff;
  color: #000;
  font-family: 'Arial',sans-serif;
  cursor: default;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  cursor: text;
}

a:link {
  color: #39f;
  text-decoration: none;
  border-bottom: 1px dotted #39f;
}

a:visited {
  color: #90f;
  text-decoration: none;
  border-bottom: 1px dashed #90f;
}

a:hover {
  color: #33c;
  text-decoration: none;
  border-bottom: 1px solid #33c;
}

#head {
  height: 175px;
  background: #001c54 repeat-x 0 0 url(../img/layout/header-bg.png);
  color: #def;
}

#head .fake {
  height: 1px;
  overflow: hidden;
}

#head h1.title {
  margin-top: 25px;
  margin-bottom: 5px;
  color: #fff;
  display: block;
  height: 50px;
  width: 150px;
  background: url(../img/insight_white.png) no-repeat;
  text-indent: -5000px;
}

/*
#head h1.title {
  padding-top: 25px;
  padding-bottom: 5px;
  font-size: 300%;
  color: #fff;
}
*/

#head h2.tagline {
  font-size: 150%;
  font-weight: normal;
  color: #abc;
}

#head ul.web2verbs {
  display: block;
  list-style: none;
  margin: 10px 0px;
  font-size: 200%;
  font-family: 'Georgia',serif;
}

#head ul.web2verbs li {
  display: block;
  width: 33%;
  float: left;
  text-align: center;
  text-transform: lowercase;
}

#head ul.web2verbs li:after {
  content: '.';
}

#head ul.web2verbs li span {
  display: none;
}

#body {
  padding-top: 20px;
}

#body ul {
  margin-left: 3em;
}

#body p {
  margin-left: 0.5em;
  text-align: justify;
}

#foot {
  margin-top: 45px;
  margin-bottom: 0.5em;
  border-top: 1px solid #ddd;
  padding-top: 0.3em;
  font-size: 70%;
  color: #ccc;
  text-align: center;
}

#foot p {
  margin: 0;
  padding: 0;
}

#foot a, #foot a:visited {
  color: #cce;
  text-decoration: underline;
  border-bottom: none;
}

#foot a:hover {
  color: #88f;
  text-decoration: underline;
  background: #eee;
  border-bottom: none;
}

.content {
  width: 750px;
  margin: 0 auto;
  padding: 0 10px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

