
@import url('https://fonts.googleapis.com/css?effect=emboss&family=Raleway|Inconsolata|Prociono: 300,400,500,700,900');


/* Basic Framework */
 #container:after, ul.nav:after {
    content:".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    font: system;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Basic Style */
 * {
    margin:0;
}
/*Default Tags */

/* Tags */
 html>body .hand {
    cursor:pointer;
}
img {
    margin:0;
    width:100%;
}
img.line {
    width:80%;
    height:1px;
}
html>body img.line {
    width:100%;
    height:1px;
}
/* Fonts */
body, input, td, div, span, a, textarea, p {
    font-size: 1em;
    line-height: 1.5em;
    font-family: 'Raleway';
}
h1 {
    font-size: 3.0em;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    font-family:'Prociono';
    /*both set to zero and padding in header div is used instead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
}
h2 {
    font-size: 2.5em;
    margin: 1.2em 0;
    font-weight: normal;
    font-family:'Prociono';
}
h3 {
    font-size: 2em;
    margin: 1.2em 0;
    font-weight: normal;
    font-family:'Prociono';
}
h4 {
    font-size: 1.5em;
    margin: 1.2em 0;
    font-weight: normal;
}
h5 {
    font-size: 1.0em;
    margin: 1.2em 0;
    font-weight: normal;
}
h6 {
    font-size: 0.8em;
    margin: 1.2em 0;
    font-weight: normal;
}
.mono {
    font-family:'Inconsolata', monospaced;
}
.f1 {
    font-size: 0.1em
}
.f8 {
    font-size: 0.6em;
}
.f9 {
    font-size: 0.65em;
}
.f10 {
    font-size: 0.7em;
}
.f11 {
    font-size: 0.75em;
    line-height: 1em;
}
.f12 {
    font-size: 0.8em;
    line-height: 14px;
}
.f13 {
    font-size: 0.85em;
    line-height: 16px;
}
.f14 {
    font-size: 0.9em;
    line-height: 18px;
}
.f15 {
    font-size: 0.95em;
    line-height: 20px;
}
.f16 {
    font-size: 1em;
    line-height:24px;
}
.f18 {
    font-size: 18px;
    line-height: 26px;
}
.f20 {
    font-size: 20px;
    line-height: 28px;
}
.f24 {
    font-size: 24px;
    line-height: 32px;
    font-family:'Prociono';
}
.f30 {
    font-size: 30px;
    line-height: 36px;
    font-family:'Prociono';
}
.f36 {
    font-size: 36px;
    line-height: 42px;
}
.f42 {
    font-size: 42px;
    line-height: 50px;
}
.f48 {
    font-size: 48px;
    line-height: 56px;
}
.f60 {
    font-size: 60px;
    line-height: 70px;
    font-family:'Prociono';
}


/* flexi fonts */
.ef1 {
font-size: 0.25vw;
}
.ef2 {
font-size: 0.30vw;
}
.ef3 {
font-size: 0.35vw;
}
.ef4 {
font-size: 0.40vw;
}
.ef5 {
font-size: 0.45vw;
}
.ef6 {
font-size: 0.50vw;
}
.ef7 {
font-size: 0.55vw;
}
.ef8 {
font-size: 0.60vw;
}
.ef9 {
font-size: 0.65vw;
}
.ef10 {
font-size: 0.70vw;
}
.ef11 {
font-size: 0.75vw;
}
.ef12 {
font-size: 0.80vw;
}
.ef13 {
font-size: 0.85vw;
}
.ef14 {
font-size: 0.90vw;
}
.ef15 {
font-size: 0.95vw;
}
.ef16 {
font-size: 1.0vw !important;
}
.ef18 {
font-size: 1.10vw;
}
.ef20 {
font-size: 1.20vw;
}
.ef24 {
font-size: 1.40vw;
}
.ef30 {
font-size: 1.50vw;
}
.ef36 {
font-size: 2.0vw;
}
.ef42 {
font-size: 2.5vw;
}
.ef48 {
font-size: 3.0vw;
}
.ef60 {
font-size: 4.0vw;
}
/* Borders & Padding */
 .bdr {
    border: 1px solid rgb(0, 0, 0);
}
.bdrBlk {
    border: 1px solid black;
}
.bdrWht {
    border: 1px solid white;
}
.bdrGry {
    border: 1px solid rgb(128, 128, 128);
}
.bgGry {
    background-color: rgb(128, 128, 128);
}
.bgLtGry {
    background-color: rgb(192, 192, 192);
}
.pad10x {
    padding-left: 10px;
}
.pad20x {
    padding-left: 20px;
}
.pad30x {
    padding-left: 30px;
}
.pad40x {
    padding-left: 40px;
}
.pad120x {
    padding-left: 120px;
}
textarea, input[type='text'], input[type='password'], input[type='file'] {
    padding-left: 4px;
    padding-right: 2px;
}
/* Standard Colours */
 .wht {
    color: rgb(255, 255, 255);
}
.blk {
    color: rgb(0, 0, 0);
}
.yel {
    color: rgb(200, 200, 0);
}
.gld {
    /*color: rgb(173,141,87);*/
    color: rgb(202, 161, 74);
}
.slvr {
    color:rgb(192, 192, 192);
}
.dkblu {
    color:rgb(22, 43, 72);
}
richblk {
    color: rgb(0, 1, 5);
}
/* General Classes */
 .bld, .b {
    font-weight: bold;
}
.em {
    font-style: italic;
}
.u {
    text-decoration: underline;
}
.caps {
    font-variant: small-caps;
}
.c {
    text-align: center;
    /*margin: 0 auto;*/
}
.l {
    text-align: left;
}
.r {
    text-align: right;
}
.j {
    text-align: justify;
}
.tp {
    vertical-align: top;
}
.btm {
    vertical-align: bottom;
}
.nw {
    white-space: nowrap;
}
sup, span.sup {
    vertical-align:super;
    font-size:80%;
    color:inherit;
}
span.mino {
    font-size:80%;
    color:inherit;
}
.uc {
    text-transform: uppercase;
}
.lc {
    text-transform: lowercase;
}
.cpt {
    text-transform: capitalize;
}
.norm {
    font-weight: normal;
}
.abso {
    position:absolute;
}
.rela {
    position:relative;
}
.fix {
    position:fixed;
}
.fll {
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.flr {
    float:right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.clearL {
    clear: left;
}
.clearR {
    clear:right;
}
.clearB {
    clear:both;
}
.mt {
    margin-top:10px;
}
.mr {
    margin-right:10px;
}
.mb {
    margin-bottom:10px;
}
.ml {
    margin-left:10px;
}
.mt0 {
    margin-top:0;
}
.mr0 {
    margin-right:0;
}
.mb0 {
    margin-bottom:0;
}
.ml0 {
    margin-left:0;
}
.mt15 {
    margin-top:15px;
}
.mr15 {
    margin-right:15px;
}
.mb15 {
    margin-bottom:15px;
}
.ml15 {
    margin-left:15px;
}
.mt20 {
    margin-top:20px;
}
.mr20 {
    margin-right:20px;
}
.mb20 {
    margin-bottom:20px;
}
.ml20 {
    margin-left:20px;
}
.mt40 {
    margin-top:40px;
}
.mr40 {
    margin-right:40px;
}
.mb40 {
    margin-bottom:40px;
}
.ml40 {
    margin-left:40px;
}
div.novis, img.novis {
    visibility:hidden;
    display:none;
}
.arial {
    font-family:arial;
}