/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
  vertical-align:middle;
}

body {
  background: rgb(255,255,255);
  color: rgb(25,98,141);
  font-family: 'Verdana', sans-serif;
  font-size: 100%;
  font-size: 0.875rem;
}

.body {
  margin: 0 auto;
  width: 700px;
}

.header,
.section,
.footer {
  background-color: rgb(168,203,222);
  clear: both;
  margin: 0 0 10px;
  padding: 18px 18px 2px;
}

.header {
  background: rgb(168,203,222) url(../img/header.png) no-repeat 0 0;
  box-sizing: border-box;
  height: 95px;
  margin-top: 20px;
  overflow: hidden;
}

.footer {
  padding-bottom: 18px;
}

.col__1 {
  float: left;
  width: 45%;
}

.col__2 {
  float: right;
  width: 50%;
}

h1 {
  padding: 26px 0 0 58px;
}

h1 .main-title {
  font-size: 26px;
  font-size: 1.625rem;
}

h1 .sub-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: normal;
}

h2,
h3 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 1em;
}

p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4em;
  margin: 0 0 1em;
}

a {
  color: rgb(25,98,141);
}

.current a,
a:hover {
  color: rgb(41,153,218);
}

.nav a {
  text-decoration: none;
}

.footer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4em;
}

.nav {
  float: right;
  text-align: right;
}

.nav li {
  display: inline;
  list-style: none;
}


.hasTooltip {
  border-bottom: 1px solid rgb(25,98,141);
}

.hasTooltip:hover {
  color: rgb(41,153,218);
  border-color: rgb(41,153,218);
}

.theTooltip {
  display: none;
}

body .qtip-default {
  border: 1px solid rgb(41,153,218);
  background-color: rgb(196,227,244);
  background: rgb(196,227,244) url(../img/close.png) no-repeat 97% 10px;
  color: rgb(25,98,141);
  font-size: 14px;
  
  line-height: 1.5em;
  max-width: 300px;
  min-width: 200px;
  padding: 24px 4px 4px;
}

.cf:before,
.cf:after {
  content:"";
  display:table;
}

.cf:after {
  clear:both;
}

.cf {
  zoom:1;
}

