@charset "utf-8";
/* CSS Document */
html, body {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;	
  background-color: #161616;
}


div.fullwidthcontainer {						/* full width/height container */
  width: 100%;
  top: 0px;
  position: absolute;
}

div.centercontainer {						/* general centering */			
  margin-left: auto;	
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  width: 800px;
}

div.fullcentercontainer {						/* general centering */			
  width: 100%;
  
}

.backgroundlayer {
  position: absolute;
  z-index: 0;
}

.logo_layer {
  position: absolute;
  z-index: 75;
}

.menu_layer {
  position: absolute;
  z-index: 100;
}

.content_layer {
  position: absolute;
  z-index: 50;
}

.alert_layer {
  position: absolute;
  z-index: 125;	
}

.horizon_top {
  position: absolute;
  top: 0px;	
}

.horizon_secondtop {
  position: absolute;
  top: 30px;
}

.horizon_menu {
  position: absolute; 
  top: 112px;
}

.horizon_content {
  position: absolute; 
  top: 140px;
}
.horizon_copyright {
  position: absolute;
  top: 610px;
}

.horizon_alert {
  position: absolute; 
  top: 340px;	
}

* html .pngfix {
  behavior: url(css/iepngfix.htc);
}

div.fulltransparency {						/* general fulltransparency */
  opacity: 1; 
  filter: alpha(opacity=100);
}

div#logocontainer img#logo {					/* logo itself */
  border: 0px solid black; 
  width: 800px;
  height: 180px; 
  top: 0px;
}

div#content .contentpaneleft {
  float: left;
  width: 350px;
  padding: 20px 20px 20px 20px;
}

div#content .contentpaneright {
  float: left;
  width: 350px;
  padding: 20px 0px 20px 0px;
}

div#content p {
  color: #ffffff; 
  font-family: 'Open Sans', Covington, Georgia;
  font-weight: normal;
  font-size: 1em;
}

div#content a {
  font-family: 'Open Sans', Covington, Georgia;
  color: #ffffff;
  text-decoration: underline;
}

div#content .accent {
  color: #ffffff;
}

div#content .contactcaption {
  width: 100px;
  font-family: 'Open Sans', Covington, Georgia;
  font-size: 14px;
  color: #ffffff;
}

div#content input {
  width: 200px;
  font-family: 'Open Sans', Covington, Georgia;
  font-size: 16px;
}

div#content textarea {
  width: 300px; 
  height: 200px; 
  max-width: 300px; 
  max-height: 200px; 
  font-family: 'Open Sans', Covington, Georgia;
  font-size: 16px;
}
.menucontainer a {
	color: #ffffff;
	font-size: 18px;
	font-family: 'Open Sans', Covington;
	font-weight: 300;
	text-decoration: none;
	margin-right: 3px;
}
.menucontainer a:hover {
	color: #ff0000;
}

