
/*

05.08.14 - Added <div> position:relative (FW7)
11.02.14 - Set <input> vertial-align
21.01.14 - Added Password type input to reset
10.01.14 - Set all links to word break
30.10.13 - Set hover for buttons to pointer, removed rounded corners for iOS buttons
19.09.13 - Set img tags to vertical-align: top
30.07.13 - Set vertital align to text fields only
10.07.13 - Removed all Mobile Safari default button styles
09.07.13 - Set <li> line height
04.07.13 - Set <th> to not bold
03.07.13 - Set all <h> to line-height to 1
28.05.13 - Set all <h> to 1em
19.02.13 - removed iOS Safari button styles
03.09.12 - removed margin from <input>
14.08.12 - removed margins on <ol> and <ul>
20.07.12 - Initial release

*/

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff'),
         url('../fonts/lato-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.eot');
    src: url('../fonts/lato-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff'),
         url('../fonts/lato-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html { -webkit-text-size-adjust:100%; -webkit-font-smoothing:antialiased; }
#PageDiv { padding-bottom:1px }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:1em; line-height:1; }
ol { margin:0 0 0 1.5em; list-style:decimal; padding-left:0px }
ul { margin:0 0 0 1.5em; list-style:disc; padding-left:0px }
ul ul { list-style:circle; margin-top:8px; }
ul ul ul { list-style:square; }
sup { vertical-align:baseline; font-size:0.5em; position:relative; top:-0.6em }
th { text-align:left; font-weight:normal; }
li { margin-bottom:8px; line-height:1.4; }
input, select { margin-left:0; margin-right:0; vertical-align:top; }
input[type='text'], input[type='password'], textarea { -webkit-border-radius: 0; vertical-align:top; }
input[type='submit'], input[type='button'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-border-radius: 0; cursor:pointer; }
img { vertical-align:top; }
a { word-wrap:break-word; }

div { position:relative; }
.clearDiv { clear:both; }
