/*********************************************************************************************************************************************

$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, 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: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%;
}

body {
	line-height: 1.462;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles!
Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:focus, input:focus, button:focus, textarea:focus {
	outline: thin dotted;
	
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

th, td {
    padding: 0;
    text-align: left;
    vertical-align: middle;
	font-weight: normal;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

img {
    border: 0; 
    -ms-interpolation-mode: bicubic;
	vertical-align: middle;
	max-width: 100%;
}

video {
	max-width: 100%;
}

pre, code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

audio:not([controls]) {
    display: none;
}

/* Form Elements */
form, fieldset {
	margin: 0;
	padding: 0;
}

select, input, textarea, button {
	font-family: inherit;
	font-size : inherit;
	font-weight: inherit;
}

input, select {
	vertical-align: middle;
}

input[type="search"] {
	-webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
	-webkit-appearance: button;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
	padding: 0;
}

input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

-webkit-input-placeholder {
    color: #000;
}

input:-moz-placeholder {
    color: #333;
}

textarea {
	resize: none;
	overflow: auto;
	padding: 2px;
	min-height: 100px;
	vertical-align: top;
}

/* Selection */
::-webkit-selection { 
	background : #144673;
	color : rgb(250,250,250); 
	text-shadow : none;
}

::-moz-selection { 
	background : #144673;
	color : rgb(250,250,250); 
	text-shadow : none;
}

::selection { 
	background : #144673;
	color : rgb(250,250,250); 
	text-shadow : none;
}

#skip-links {
	line-height: 0;
	font-size: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

#skip-links a {
    -moz-transition: top 1s ease-out 0s, background 0.7s linear 0s;
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid white;
    border-bottom-right-radius: 8px;
    border-right: 1px solid white;
    color: white;
    left: 0;
    padding: 6px;
    position: absolute;
    top: -40px;
}
#skip-links a:focus {
    -moz-transition: top 0.1s ease-in 0s, background 0.25s linear 0s;
    background: none repeat scroll 0 0 #015798;
    left: 0;
    outline: medium none;
    position: absolute;
    top: 0;
}