﻿@charset "utf-8";
/* apache.css */
/* CSS Document */
* { 
	padding: 0;
	margin: 0;
}

body {
	background: #000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
}
#overlay {
    width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: url(../images/bkgrnd.png) repeat;
    display: none;
}

#overlay-panel {
    margin: 10% auto 0 auto;
	padding: 20px;
    background: #FFF;
}
#overlay-panel p {
	padding: 10px;
}
#overlay-panel p.tight {
	padding: 4px;
}
#overlay-panel a {
	color: #000;
}
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_f.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: 280px;
	left: 111px;
	width: 1092px;
	height: 30px;
	z-index: 5;
}
#mainmenu ul {
		list-style: none;
}
#mainmenu li{
	text-align: center;	
	width: 117px;
	height: 25px;
}
#mainmenu a {
	float: left;
	padding-top: 4px;
	color: #fff;
	width: 117px;
	height: 25px;
}
.mainmenuitem {
	position: relative;
	float: left;
	width: 117px;
	height: 25px;
	/*padding: 4px 0px 0px 0px;*/
	margin: 0px 7px;
	background: url(../images/main_grey.png) no-repeat;
	background-position: 0px 0px;
	font-weight:bold;
}
.mainmenuitemtext {
	position: absolute;
	top: 0;
	left: 0;
	width: 117px;
	height: 25px;
	padding-top: 4px;
	color: #fff;
	}
.mya {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 9;
	}
#i1 { position: absolute; top: 0; left: 0; z-index: 7; }
#i2 { position: absolute; top: 0; left: 0; z-index: 7; }
#i3 { position: absolute; top: 0; left: 0; z-index: 7; }
#i4 { position: absolute; top: 0; left: 0; z-index: 7; }
#i5 { position: absolute; top: 0; left: 0; z-index: 7; }
#i6 { position: absolute; top: 0; left: 0; z-index: 7; }
#i7 { position: absolute; top: 0; left: 0; z-index: 7; }
#i8 { position: absolute; top: 0; left: 0; z-index: 7; }
.column {
	color: #999;
	width: 283px;
	height: 375px;
	border: thin solid #2A2A2A;
	padding: 10px;
}
.columnw {
	width: 588px;
	height: 375px;
	padding: 10px;
	border: thin solid #333333;
}
.column p 
{
    padding-bottom: 5px;
}
#column1 {
	position:absolute;
	left:151px;
	top:315px;
	z-index:1;
}
#column2 {
	position:absolute;
	left:460px;
	top:315px;
	z-index:1;
}
#column3 {
	position:absolute;
	left:768px;
	top:315px;
	z-index:1;
}
.column ul {
	padding: 12px;	
}
.column li {
	padding: 0 0 5px 0;
}
.column 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;
}
.tiny {
	font-size: 9px;
}
.smaller {
	font-size: 80%;
}
.hidden {
	display:none;
}
.column a.speciallink {
	color: #9ac22b; /*#5fff66;*/
	font-size: 14px;
	font-weight: bold;
}
p.center {
	text-align: center;
}
#apDiv1 {
	position:absolute;
	left:190px;
	top:198px;
	width:391px;
	height:47px;
	z-index:1;
}
.width1 {
	width: 700px;
}
.redfont {
	color:#F00;
}