/* Normalize 
-------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; clear: both;}
hr.space{ display: block; height: 1px; border: 0; border: none; margin: 1.5em 0; padding: 0; clear: both;}
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 25px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-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; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10 {float:left;margin-right: 10px;}

div.last {margin-right:0;}
.span-1  { width: 72px;}
.span-2  { width: 154px;}
.span-3  { width: 236px; }
.span-4  { width: 318px;}
.span-5  { width: 400px;}
.span-6  { width: 482px;}
.span-7  { width: 564px;}
.span-8  { width: 646px;}
.span-9  { width: 728px;}
.span-10, div.span-10 { width: 810px; margin: 0; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.center{text-align: center;}

/* Fonts
-------------------------------------------------- */

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

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

}

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

/* Layout 
-------------------------------------------------- */

.page{
	width: 860px;
	margin: 0px auto;
}

.box{
	background-color: #E5ECF9;
	border: 1px solid #000;
	padding: 20px;
	float: right;
	margin-left: 30px;
	line-height: 1.4em;
	margin-bottom: 20px;
}
.box a{
	display: block;
}

.copy{
	padding: 10px 0px 25px;
}

/* Typography
-------------------------------------------------- */

body {
	color: #222;
	background: #fff;
	font-family: Helvetica,Arial,sans-serif; }
 
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #111; }
 
h1 {
	font-size: 2.7em;
	line-height: 1;
	margin-bottom: 0.75em; }
 
h2 {
	font-size: 2em;
	margin-bottom: 0.75em; 
	margin-top: 1.7em;
}
 
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 0.75em; 
	margin-top: 1.5em;
}
 
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	height: 1.25em; }
 
h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em; }
 
h6 {
	font-size: 1em;
	font-weight: bold; }
 
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

pre{
	padding: 0.5em 1em;
	background-color: #EFF4F1;
	border: 1px solid #C1D2C8;
}
 
a{
	color: #009;
}

a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

img{
	margin: 0px 0px 10px;
	max-width: 100%;
}

p {
	margin: 0 0 1em; 
	line-height: 1.4em;
	overflow: hidden;
}
 
	p img {
		float: left;
		margin: 0em 1.5em 1.5em 0;
		padding: 0; }
 
		p img.right {
			float: right;
			margin: 0em 0 1.5em 1.5em; }

.t-center {
	text-align: center;
}

.img-center{
	text-align: center;
}

.img-center img{
	float: none;
}

.btn {
	display: inline-block;
	padding: 6px 16px;
	color: white !important;
	font-size: 15px;
	text-decoration: none;
	background-color: #449c1c;
	margin-right: 7px;
	text-transform: uppercase;
}

.link-download {
	font-family: "MDR", sans-serif;
	font-weight: bold;
	color: #6cae60 !important;
	text-decoration: none;
	font-size: 18px;
}