@charset "utf-8";
/* CSS Document */

/* RESET STYLES */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockqupte, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

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

blockquote, q {
	quotes: none;
}

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

a {
	font-size: 100%;
	background: transparent;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
}

 /*change colors to suit your needs*/ 
ins {
	color: #000;
	text-decoration: none;
	background: #ff9;
}*/

/* change colors to suit your needs */
mark {
	font-style: italic;
	font-weight: bold;
	color: #000;
	background: #ff9;
}

del {
	text-decoration: line-through;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input, select {
	vertical-align: middle;
}

/* END RESET */

html, body {
	background: #000;
}

body {
	font: 62.5% Verdana, Geneva, sans-serif;
}

#background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.background {
	width: 1920px;
	height: 1000px;
}

nav {
	position: relative;
	width: 1015px;
	margin: 0 auto;
	z-index: 10;
}

.navigation {
	height: 90px;
	width: 1015px;
}

h1 {
	color: #F00;
	text-align: center;
	font-size: 3em;
	margin-bottom: 0.25em;
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,.8);
	text-transform: uppercase;
}

h2 {
	color: #0a00d8;
	font-size: 2em;
	margin-bottom: 0.75em;
}

h3 {
	color: #1b1b1b;
	font-size: 1.6em;
	margin-top: 1.5em;
}

p {
	color: #1b1b1b;
	font-size: 1.4em;
	margin-bottom: .7em;
}

p:first-of-type {
	margin-top: 0.75em;
}

.firstLine p {
	text-indent: 0;
}

.firstLine p:first-letter {
	font: 3.5em/0.75em 'UnifrakturCook', cursive;
	background-color: #3c336d;
	color: #c7cacf;
	float: left;
	padding: .12em;
	margin-right: .08em;
	border-radius: 5px;
	box-shadow: 0 0 10px -2px #999;
}

.imagelinks {
	height: 124px;
	width: 1015px;
	margin: 24em 0 0.8em;
}

#container {
	z-index: 20;
	width: 1015px;
	overflow: visible;
	position: relative;
	margin: 0 auto;
}

section, aside {
	background: rgba(255,255,255,.65);
	padding: 1em 2em 2em;
	border-radius: 20px;
}

#container aside img {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 1em 0;
}

section {
	width: 72%;
}

aside {
	width: 18%;
}

#note {
	margin: 0 6.4em;
	font-size: 1.1em;
}

hr {
	margin: 2.5em auto 1em;
	width: 95%;
	height: .1em;
	border: 0;
	color: #999;
	background: #999;
}

aside hr {
	margin: 1em auto;
	width: 98%;
	color: #c0c0c0;
	background: #c0c0c0;
}

ul {
	color: #1b1b1b;
	font-size: 1.4em;
	margin: 0 0 0.7em 3em;
	list-style-image: url(../images/bullet.png);	
}

.redline {
	color: #162141;
	text-decoration: underline;
}

#video {
	padding-bottom: 10em;
}

video {
	display: block;
	width: 75%;
	margin: 0 auto;
	padding-top: 1em;
}

.underVideo {
	margin: 0.75em 5em;
}

object {
	width: 1920px;
	height: 1000px;
}

#background {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
}

#container aside img {
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 1em 0;
}

form {
	border: 0.5em ridge rgba(0,0,255,1);
	border-radius: 20px;
	padding: 1.5em;
}

footer {
	margin-top: 2em;
}

footer p {
	font: 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
}

footer img {	
	margin: 2em 3em 0;
	border-style: none;
	width: 200px;
	height: 85px;
}

#footerRight {
	width: 20%;
	margin: -2em 2em 0 0;
}

#footerRight .name {
	font: 3.3em Tangerine, Verdana, sans-serif;
	}
	
#footerMain {
	margin: 0 20%;
}

.fltrt {
	float: right;
}

.fltlft {
	float: left;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
}

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

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
}

.button {
	background: rgb(2,99,174);
	color: rgb(255,255,255);
	padding: 0 1em;
	height: 1.8em;
	display: table;
	border: 1px solid rgb(32,124,202);
	font-size: 2em;
	letter-spacing: .045em;
	line-height: 1.8em;
	text-align: center;
	text-decoration: none;
 	white-space: nowrap;
 	cursor: pointer;
	border-radius: .325em;
	margin: 2em auto 1em;
	-webkit-box-shadow: inset 0 1px 3px rgb(162,200,229);
	box-shadow: inset 0 1px 3px rgb(162,200,229);
	background: rgb(30,87,153);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgb(30,87,153) 0%, rgb(41,137,216) 50%, rgb(32,124,202) 51%, rgb(125,185,232) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(30,87,153)), color-stop(50%, rgb(41,137,216)), color-stop(51%, rgb(32,124,202)), color-stop(100%, rgb(125,185,232))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(30,87,153) 0%, rgb(41,137,216) 50%, rgb(32,124,202) 51%, rgb(125,185,232) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(30,87,153) 0%, rgb(41,137,216) 50%, rgb(32,124,202) 51%, rgb(125,185,232) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(30,87,153) 0%, rgb(41,137,216) 50%, rgb(32,124,202) 51%, rgb(125,185,232) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(30,87,153) 0%, rgb(41,137,216) 50%, rgb(32,124,202) 51%, rgb(125,185,232) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0 ); /* IE6-8 */
}

.button:hover {
	background: rgb(125,185,232);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzI5ODlkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTU3OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgb(125,185,232) 0%, rgb(32,124,202) 49%, rgb(41,137,216) 50%, rgb(30,87,153) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(125,185,232)), color-stop(49%, rgb(32,124,202)), color-stop(50%, rgb(41,137,216)), color-stop(100%, rgb(30,87,153))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(125,185,232) 0%, rgb(32,124,202) 49%, rgb(41,137,216) 50%, rgb(30,87,153) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(125,185,232) 0%, rgb(32,124,202) 49%, rgb(41,137,216) 50%, rgb(30,87,153) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(125,185,232) 0%, rgb(32,124,202) 49%, rgb(41,137,216) 50%, rgb(30,87,153) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(125,185,232) 0%, rgb(32,124,202) 49%, rgb(41,137,216) 50%, rgb(30,87,153) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799', GradientType=0 ); /* IE6-8 */
	color: rgb(212,212,255);
}

.button:active, .button:focus {
	background: rgb(38,137,212);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI2ODlkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzE3NTY4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFjNjA5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNTNkNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgb(38,137,212) 0%, rgb(23,86,141) 49%, rgb(28,96,152) 50%, rgb(21,61,107) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(38,137,212)), color-stop(49%, rgb(23,86,141)), color-stop(50%, rgb(28,96,152)), color-stop(100%, rgb(21,61,107))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(38,137,212) 0%, rgb(23,86,141) 49%, rgb(28,96,152) 50%, rgb(21,61,107) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(38,137,212) 0%, rgb(23,86,141) 49%, rgb(28,96,152) 50%, rgb(21,61,107) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(38,137,212) 0%, rgb(23,86,141) 49%, rgb(28,96,152) 50%, rgb(21,61,107) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(38,137,212) 0%, rgb(23,86,141) 49%, rgb(28,96,152) 50%, rgb(21,61,107) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2689d4', endColorstr='#153d6b', GradientType=0 ); /* IE6-8 */
	color: #fff;
}
