@charset "utf-8";
/* CSS Document */
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

/*a:link {
	color: #FFC;
	text-decoration: none; 
}
a:visited {
	color: #FFC;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration:underline;
}*/
.headerMainImage {
	
	margin-top: 2em;	
}

.headerACCImage {
	position: fixed;
	opacity: 0.2;
	right: 10px;	
}
.bodytest {
	height: 100%;
	width: 100%;  
	margin: 0 0 3m 0;
	padding: 0 0 20px 0;
	min-width: 670px;
	text-align: center;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #92B0A0 0%, #000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92B0A0), color-stop(100%,#000));
	background: -webkit-linear-gradient(top,  #92B0A0 0%,#000 100%); 
	background: -o-linear-gradient(top,  #92B0A0 0%,#000 100%); 
	background: -ms-linear-gradient(top,  #92B0A0 0%,#000 100%); 
	background: linear-gradient(top,  #92B0A0 0%,#000 100%); 
	
/*	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5NDMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNFM0E4MjAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c5NDMpIiAvPgo8L3N2Zz4=);*/
		
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92B0A0', endColorstr='#000',GradientType=0 ); /* IE6-8 */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #000; /* Old browsers */
}

body {
	background-color: #000; /* Old browsers E3A820*/	
	margin: 0 auto; 
	text-align: center;
	min-width: 1024px;
}
.APT-text-1 {
	margin: 40px auto 0px;
	display: inline-block;
	opacity: 1;
	background-image: url('../images/sprites-apt.png');
	background-position: -16px -12px;
	width: 230px;
	height: 129px;
}
.APT-text-1:hover {background-position: -12px -160px; opacity: 1}
.headerFontLarge {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    font-size: 5em;
    margin: 0 auto 0.5em;
	padding-top: 0.6em;
	color: #cfc;
}
.headerFont {
    font-size: 3em;
    margin: 0 auto 1.1em;
}
#dialog-1, #dialog-2, #img-formula1, #img-organization {
	margin: 0;
	padding: 0;
}
a:link {
	text-decoration: none; 
}
a:visited {
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
h1, h3 {
  color: #7b9da4;
}
.container-distribute {
	margin: 20px auto 0px;
  	height: 180px;
	text-align: center;
 	min-width: 1024px;
  	width: 60%;
	position: relative;
}
.container-distribute div.divButton {
	width: 200px;
	height: 80px;
	display: inline-block;
	background:#641314;
	position: relative;
	margin: 18px 7px;
	border: 15px solid #cfc;
	text-align: center; 
}
.container-distribute div.divButton:hover {
	background:#FFA5A6;
	color: #000;
}
.container-distribute:after {
	content: '';
  	width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
	display: inline-block;
}
.divText {
	font-size: 2em;
	margin: 0px auto;
	line-height: 80px; 
    color: #7b9da4;
	font-weight: bold;
}
.pushBody {
	margin-bottom: 13em;	
}
footer {
	position: fixed;
	color: #cfc;
	font-size: .8em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	bottom: 0;
	left: 0;
	width: 100%;
}
footer p {
	padding-right: 20px;
	margin: 0px;
}