/* clearing */
.stretch, .clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html>body .clearfix {
    display: inline-block;
    width: 100%;
}

* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%; /* End hide from IE-mac */
}

/* end clearing */


/* replace */
.replace {
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
}

/* tidy these up */
.replace * {
    text-indent: -10000px;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
}

.replace a {
    text-indent: 0;
}

.replace a span {
    text-indent: -10000px;
}

/* end replace */


/* accessibility */
span.accesskey {
    text-decoration: none;
}

.accessibility {
    position: absolute;
    top: -999em;
    left: -999em;
}

/* end accessibility */

/* RESET */
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, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
}

body {
    line-height: 1;
    color: #333;
    background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
    border-collapse: separate;
}

caption, th, td {
    font-weight: normal;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

/*** TYPOGRAPHY ***/
body {
    text-align: left;
    font: normal 14px/22px Arial, Helvetica, sans-serif;
    color: #333;
}

.mceContentBody, .mceContentBody td, .mceContentBody table {
    font: normal 14px/22px Arial, Helvetica, sans-serif;
    color: #333;
}

.mceContentBody {
    padding: 0;
    margin: 5px;
    background: none;
    background-color: #fff;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main img {
    border: 0px;
}

/* LINKS */
a, a:link, a:active, a:visited {
    color: #0053a0;
    text-decoration: none;
}

a:hover {
    color: #0085e1;
    text-decoration: underline;
}

/* END LINKS */

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
    font: normal 2em Arial, Helvetica, sans-serif;
    margin: 0 0 .5em 0;
    padding: 0;
    color: #0053a0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 2.1em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.4em;
}

h6 {
    font-size: 1.3em;
}

/* END HEADINGS */

/* TEXT */
p {
    margin: 0 0 20px 0;
    padding: 0;
}

blockquote {
    margin: 8px;
}

pre {
    font-family: monospace;
    font-size: 1.0em;
}

strong, b {
    font-weight: bold;
    color: #0053a0;
}

#comp-text2-internal strong,
#comp-text2-internal b {
    color: #000;
}

em, i {
    font-style: italic;
}

code {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    white-space: pre;
}

/* END TEXT */

/* LISTS */
ul {
    margin: 0 0 1.5em 0;
    padding: 0;
}

ul li {
    margin: 0 0 0.25em 30px;
    padding: 0;
}

ol {
    margin: 0 0 1.5em 0;
    padding: 0;
}

ol li {
    margin: 0 0 0.25em 30px;
    padding: 0;
}

dl {
    margin: 0 0 1.5em 0;
    padding: 0;
    line-height: 1.4em;
}

dl dt {
    font-weight: bold;
    margin: 0.25em 0 0.25em 0;
    padding: 0;
}

dl dd {
    margin: 0 0 0 30px;
    padding: 0;
}

/* END LISTS */

/* TABLE */
table {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

table caption {
    font-weight: bold;
    margin: 0 0 0 0;
    padding: 0 0 1.5em 0;
}

th {
    font-weight: bold;
    text-align: left;
}

/* END TABLE */

hr {
    margin: 8px 0;
}

div.hr {
    height: 1px;
    margin: 10px 0px;
    border-bottom: 1px solid #ccc;
}

/* END TYPOGRAPHY */

/* FORM ELEMENTS */
form {
    margin: 0;
    padding: 0;
}

form div {
    font-size: 1em;
    margin: 0 0 0;
    padding: 0;
}

label {}

fieldset {
    border: 1px solid #eee;
    padding: 5px 10px;
    margin: 0 0 1.5em 0;
}

fieldset legend {
    color: #666;
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 0 0px;
    padding: 0;
    background-color: white;
}

* html fieldset legend {
    margin: 0 0 10px -10px;
}

fieldset ul {
    list-style: none;
    margin: 0 0 1.5em 0;
    padding: 0;
}

fieldset ul li {
    list-style: none;
    margin: 0 0 0.5em 0;
    padding: 0;
}

input, select, textarea {
    font-size: 1em;
    font-family: arial, helvetica, verdana, sans-serif;
    margin: 0;
    padding: 2px;
}

input, select {
    vertical-align: middle;
}

textarea {
    width: 200px;
    height: 8em;
}

input.check {
    border: none;
    width: auto;
    height: auto;
    margin: 0;
}

input.radio {
    border: none;
    width: auto;
    height: auto;
    margin: 0;
}

input.file {
    height: auto;
    width: 250px;
}

input.readonly {
    background-color: transparent;
    border: none;
}

input.button {
    width: 10em;
    border: 1px solid black;
    background-color: #ddd;
}

input.image {
    border: none;
    width: auto;
    height: auto;
}

form div.submit {
    margin: 1em 0;
}

form div.submit input {
    height: 2em;
    width: 15em;
}

/* END FORM ELEMENTS */





