/* =============================================================================
   Base
   ========================================================================== */
	
html {
    font-size: 100%; 
    overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
	}

body { margin: 0; }

body, button, input, select, textarea { font-family: sans-serif; }

img {
	 border: 0; 
	 max-width: 100%;
    -ms-interpolation-mode: bicubic; 
	}
	
	img[style] { height: auto !important; }

.FlexibleIframe {
	position: relative;
	margin: 1em 0 1.5em 0;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	}
	.FlexibleIframe iframe,
	.FlexibleIframe object,
	.FlexibleIframe embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		}	


/* =============================================================================
   Links
   ========================================================================== */

a:focus { outline: none; }

a:hover, a:active { outline: none; }


/* =============================================================================
   Typography
   ========================================================================== */

p, blockquote, q, pre, address, hr, code, samp, dl, dd, ol, ul, form, table, fieldset, menu, h1, h2, h3, h4, h5, h6 {
	margin: 0 0 11px;
	font-family: Verdana, Geneva, sans-serif;
}

h2 { padding-top: 16px; }

h3, h4, h5, h6 { padding-top: 11px; }

    h1 + h2 { padding-top: 5px; } 
	h2 + h3 { padding-top: 5px; }
	h1 + h3 { padding-top: 5px; }
	h3 + h4 { padding-top: 5px; }
	h1 + .InfoBox h2 { padding-top: 10px; } 
	
	hr + h2 { padding-top: 5px; } 
	hr + h3 { padding-top: 5px; } 
	hr + label { margin-top: 5px; } 
		
abbr[title] { 
	border-bottom: 1px dotted; 
	cursor: help;
	}

b, strong, dt, th  {  font-weight: bold; }

var, address {font-style: normal; }

dfn { font-style: italic; }

pre, code, kbd, samp, tt { 
    font-family: monospace, monospace; /* 1 */
    _font-family: 'courier new', monospace; /* 2 */
    font-size: 1em;
	}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
	}

/* `Quotes
---------------------------------------- */

blockquote, q { quotes: none; }

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
		}

small { font-size: 11px; }

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
	}

	sup { top: -0.5em; }
	
	sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul { 
	list-style-position: outside;
	padding-left: 20px;
	}
ol { 
	list-style-position: outside;
	padding-left: 25px;
	}
	
	li{ margin: 0 0 11px; }

	li ul, li ol { margin: 10px 0 5px 0; }

	

#Nav ul, #Nav ol { 
	margin:0; 
	padding:0;
	list-style: none; 
	}
	#Nav li { 
		margin:0; 
		padding:0;
		}


/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
	height: 100%; 
	padding:0;
	}

fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
	border: 0;
	}

legend { *margin-left: -7px; }

button, input, select, textarea {
    font-size: 100%;
    margin: 0; 
    vertical-align: baseline; 
    *vertical-align: middle;
	}

button, input {
    line-height: normal;
    *overflow: visible; 
	}

	button, input[type="button"], input[type="reset"], input[type="submit"] {
		cursor: pointer; 
		-webkit-appearance: button; 
		appearance: button;
		}
	
	input[type="checkbox"], input[type="radio"] {
		box-sizing: border-box;
		}
	
	input[type="search"] {
		-webkit-appearance: textfield;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
		}
	
	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
		}
	
	button::-moz-focus-inner, input::-moz-focus-inner {
		border: 0;
		padding: 0;
		}

textarea {
    overflow: auto; 
    vertical-align: top;
	}


/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	}	
	th, td {
		padding: 11px;
		text-align: left;
		vertical-align: top;		
		}


/* =============================================================================
   Clearfix hack: http://nicolasgallagher.com/micro-clearfix-hack/
   ========================================================================== */

.CF:before, .CF:after { 
	content: ""; 
	display: table; 
	}
	.CF:after { clear: both; }
	.CF { *zoom: 1;}
	
