body {
font-family: 'Armata', sans-serif;
color: #999999;
font-size: 14px;
line-height: 1.4;
width: 100%;
position: relative;
padding-top: 0px;
background: black;
}


p {

margin: 5px 0px 15px;

}

em {
font-style: italic;
}

strong {
font-weight: bold;
}

a {
color: #dddddd;
}

h1 {

color: #dddddd;
font-size: 22px;
line-height: 1;
font-weight: normal;

}

blockquote {
font-size: 14px;
color: white;
}

blockquote q {
font-size: 24px;
}

blockquote q {
quotes: "\201C" "\201D";
}
blockquote q:before { content: open-quote; font-weight: bold; }
blockquote q:after { content: close-quote; font-weight: bold; }


html, body 		{height: 100%;}
#floater	{float:left; height:50%; margin-bottom:-170px;width: 1px;}
#header	    {margin: 0 auto; clear:both; height:440px; position:relative;text-align: center;}

#logo {position: relative;
bottom: 0px;}

#heading h1 {
text-align: center;
margin: 10px 0;
z-index: 99;
}

#contact {
text-align: center;
font-size: 14px;
}

#contact span {
color: #970e0a;
}

.address {
font-size: 20px;
}

#f_logo {
margin-top: 10px;
}

.mc-field-group, .mc-subscribe {
display: inline;
}

.mc-field-group label {
display: none;
}



#mc-embedded-subscribe {
display: inline;
}

/*
#mce-EMAIL {
    height: 33px;
    width: 220px;
    position: relative;
    top: 1px;
    border: none;
    padding-left: 10px;
	-moz-border-radius:6px 0px 0px 6px;
	-webkit-border-radius:6px 0px 0px 6px;
	border-radius:6px 0px 0px 6px;
	font-size: 15px;
	background-color: #6C6C6C;
	color: #111111;
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #a1a1a1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a1a1a1;
	box-shadow:inset 0px 1px 0px 0px #a1a1a1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #666666), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #666666 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
	background-color:#666666;
	-moz-border-radius::0 6px 6px 0;
	-webkit-border-radius::0 6px 6px 0;
	border-radius:0 6px 6px 0;
	border:1px solid #000000;
	display:inline-block;
	color:#999999;
	font-family:arial;
	font-size:15px;
	font-weight:normal;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
	line-height: 23px;
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #666666) );
	background:-moz-linear-gradient( center top, #000000 5%, #666666 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
	background-color:#000000;
}.button:active {
	position:relative;
	top:1px;
}
*/