﻿@charset "utf-8";
/* apache.css */
/* CSS Document */
* { 
	padding: 0;
	margin: 0;
}

body {
	background: #000; 
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 0.8em;	*/
	font-size: 12px;
	width: 100%;
	height: 100%;
}
#overlay {
	position: absolute;
	top: 284px;
	left: 151px;
	width: 283px;
	height: 414px;	/* was 375 */
	border: thin solid #2A2A2A;
	border-radius: 4px;
	padding: 10px;
	z-index: 9999;
	background-color: #141414;
	display: none;
	overflow: hidden;
}

#overlay-panel {
	color: #FFF;
/*    margin: 10px auto 0 auto;	*/
}
#overlay-panel p {
	padding: 10px;
}
#overlay-panel p.tight {
	padding: 4px;
}
#overlay-panel a {
	color: #999;
}
a {
	text-decoration: none;
	color: #99dfeb;
}
a:hover {
	color: #fff;
}
img {
	border-style: none;
}
#container {
	display: none;
	position: relative;
	height: 951px;
	width: 1225px;
	margin: 0 auto;
	background-image: url(../images/Apache_main_g.jpg);
	background-repeat: no-repeat;
}
.header_text {
	position: absolute;
	top: 74px;
	left: 190px;
	width: 389px;
}
.header1 {
	font-size: 36px;
	color: #5694A1;

}
.header2 {
	color: #FFF;
	font-size: 24px;
	font-style: italic;
}
#topmenu {
	position: absolute;
	top: 34px;
	right: 206px;
	height: 36px;
	width: 318px;
}
.topmenuitem {
	float: left;
	text-align: center;
	width: 106px;
	height: 36px;
}
.topmenuitem a {
	padding: 6px 15px;
}
.topmenuitem a:hover {
	background: url(../images/hover.gif) repeat-x;
	color: #fff;
	border: thin solid #5694A1;
}
#mainmenu {
	position: absolute;
	top: 240px;
	left: 111px;
	width: 1092px;
	height: 30px;
	z-index: 5;
}
.movedown { padding-top: 4px; }
#mainmenu ul {
		list-style: none;
}
#mainmenu li{
	float: left;
	text-align: center;	
	width: 101px;
	padding: 0 5px;
/*	height: 25px; */
}
#mainmenu li a {
	display: block;
	padding:4px 0 6px 0;
	height:100%;
	text-decoration:none;
	background: url(../images/menuitem.png) no-repeat; 
	background-position: 0 0;
	color: #fff;
	width: 101px;
/*	height: 24px;	*/
}
#mainmenu a:hover { background-position: 0 -25px; } 
.mainmenuitem {
	position: relative;
	float: left;
	width: 101px;
	height: 25px;
	/*padding: 4px 0px 0px 0px;*/
	margin: 0px 5px;
	background: url(../images/main_grey.png) no-repeat;
	background-position: 0 0;
	font-weight:bold;
}
.mainmenuitemtext {
	position: absolute;
	top: 0;
	left: 0;
	width: 101px;
	height: 25px;
	padding-top: 4px;
	color: #fff;
	}
.mya {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 9;
	}
.column {
	color: #999;
	width: 283px;
	height: 414px;	/* was 375 */
	border: thin solid #2A2A2A;
	border-radius: 4px;
	padding: 10px;
}
.columnw {
	color: #999;
	width: 588px;
	height: 414px; /* was 375 */
	padding: 10px;
	border: thin solid #2A2A2A;
	border-radius: 4px;
}
.columnfull {
	color: #999;
	width: 871px;
	height: 414px;	/* was 375 */
	border: thin solid #2A2A2A;
	border-radius: 4px;
	padding: 10px;
}
.columnfullMOD {
	color: #999;
	width: 900px;
	height: 414px;	/* was 375 */
	border: thin solid #2A2A2A;
	border-radius: 4px;
	padding: 10px;
	position:absolute;
	left:151px;
	top:284px;	/* was 315 */
	z-index:1;
}
.column p 
{
    padding-bottom: 5px;
}
#column1 {
	position:absolute;
	left:151px;
	top:284px;	/* was 315 */
	z-index:1;
}
#column2 {
	position:absolute;
	left:460px;
	top:284px;	/* was 315 */
	z-index:1;
}
#column3 {
	position:absolute;
	left:768px;
	top:284px;	/* was 315 */
	z-index:1;
}
.column ul {
	padding: 12px;	
}
.column h2, #overlay-panel h2 {
	color: #5694A1;
	font-size: 16px;
	padding-bottom: 10px;
}
.column h3 {
	color: #5694A1;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 5px 0;
}
.column h3.attop {
	padding: 0px 0 5px 0;
}
.column a {
	font-style: italic;
	color: #3399CC;
	padding-top: 10px;
}
.columnw a {
	font-style: italic;
	color: #0000ff;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
}
#footer {
	text-align: center;
	position: absolute;
	top: 749px;
	left: 0;
	width: 100%;
	color: #999;
}
.mycenter {
	position:relative;
	margin: 0 auto;
	/* these match the map size */
	width: 500px;
	height: 360px;
}
.mycenter2 {
	position:relative;
	margin: 0 auto;
	/* these match the map size */
	width: 282px;
	height: 360px;
}
.question {
	color: #5694A1;
	padding-top: 5px;
}
hr {
	background: #2a2a2a;
	color: #2a2a2a;
	height: 1px;
	border: 0;
	width: 80%;
	margin: 10px auto;
}
.bigandblue {
	font-size: 12px;
	font-weight:	bold ;
	color: #5694A1;
	list-style: none;
}
.bigandblue li {
	padding: 5px 0px;
}
.PTabletext {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 8px;
}
.highlight {
	color: #ffffff;
}
.hidden {
	display:none;
}
.column a.speciallink {
	color: #9ac22b; /*#5fff66;*/
	font-size: 14px;
	font-weight: bold;
}
p.center {
	text-align: center;
}
#apDiv1 {
	position:absolute;
	left:780px;
	top:197px;
	width:172px;
	height:47px;
	z-index:1;
}
.width1 {
	width: 700px;
}
.redfont {
	color:#F00;
}
.biglink {
	font-weight: bold; 
	font-size: 14px; 
	color: #0099FF;
	padding: 18px 0;
}
.lumogreen {
	color: #00FF66;
}
.tiny {
	font-size: 9px;
}
.midtxt {
	font-size: 0.85em;
}
.smaller {
	font-size: 80%;
}
.fsninety {
	font-size: 95%;
}
.bold {
	padding: 18px 0;
	font-weight: bold;
}
.pluspad {
	padding: 0 0 5px 0;
}
