@charset "UTF-8";
/* CSS Document */
/* CSS 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: 0px;
    padding: 0px;
    border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    background-color: rgba(0,0,0,1.00);
}
/*Fixed layout*/
body {
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: rgba(255,255,255,1.00);
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1 {
    font-weight: normal;
}

.h1Header {
	color: rgba(125,123,123,1.00);
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.h1HeaderSM {
	font-size: .8em;
	margin: 0 1em 0 1em;
	color: rgba(125,123,123,1.00);
}
h2 {
    font-weight: normal;
}
h3 {
    font-weight: normal;
}
.wrapper {
    width: 1000px;
    margin: 0 auto;
	background-color: rgba(0,0,0,1.00);
}
section {
    float: left;
    width: 1000px;
    line-height: 1.6;
    background-color: rgba(0,0,0,1.00);
}
p {
    margin-bottom: .9em;
}
article {
    float: left;
	width: 1000px;
	text-align: center;
}
.vertical {
    float: left;
    padding-top: .2em;
    margin-top: 0px;
    height: 700px;
    text-align: center;
}
.title {
    float: left;
	width: 1000px;
	text-align: left;
	padding: .5em 0 .5em 0;
}
.titleL {
	float: left;
	width: 850px;
	margin: .1em 0 0 1.5em;
	color: rgba(88,87,87,1.00);
}
.arrow {
	float: right;
	font-size: 3.5em;
	width: 105px;
	text-align: center;
	font-family: "American Typewriter", "American Uncial", "Helvetica Neue", sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0 .3em 0 0;
	color: rgba(125,123,123,1.00);
	line-height: .7em;
}
nav {
	float: left;
	width: 660px;
	margin: .5em 0 0 2.5em;
	color: rgba(125,123,123,1.00);
}
.toolbar {
	float: left;
	width: 660px;
	font-family: source-sans-pro;
	font-size: .9em;
	color: rgba(9,188,217,1.00);
	text-align: center;
	font-style: normal;
	font-weight: 200;
	padding: .8em 0 .6em 0;
	border-top: solid 1px rgba(72,72,72,1.00);
}
.toolbar li {
    display: inline;
    margin: 0 .8em 0 .8em;
    zoom: 1;
}
body a:link {
    color: #fff;
    text-decoration: none;
}
body a:visited {
    color: #fff;
    text-decoration: none;
}
body a:hover {
    color: rgba(9,188,217,1.00);
    text-decoration: none;
}
body a:active {
    color: rgba(9,188,217,1.00);;
    text-decoration: none
}
.horizontal3 img {
	border: solid 1px rgba(50,50,50,1.00);
}
.vertical img {
	border: solid 1px rgba(50,50,50,1.00);
}
cite {
	font-style: normal;
}
