
/*body, p, blockquote p {
  font-family: 'OpenSansRegular', sans-serif;
  font-size: 14px;
  line-height: 25px;
}*/

body, p, blockquote p {
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

body {
  background-color: #dbe4ea;
  background-image: url(../img/ti/bg.png);
}

header .container {
  background-image: url(../img/ti/head.png);
}

header #logo {
  padding-top: 0;
}

header #logo img {
  height: 98px;
  margin-bottom: 6px;
}

footer {
  border-top: 1px solid white;
  background-color: #a3bccf;
}

footer > .inner {
  color: #333;
  text-shadow: none;
  min-height: 100px;
}

a, footer a, footer a:hover {
  color: #51697d;
}

.container.page {
  background-color: white;
  padding: 0.5em;

  -webkit-box-shadow: 0px 0px 6px 0px #777777;
  box-shadow: 0px 0px 6px 0px #777777;
  z-index: 1000;
}
