﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#hidingdiv {
	height: 110px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
}

#header {
	height: 80px;
	background-image: url('../AllenairImages/HeaderBackground.png');
	background-repeat: repeat-x; 
}

#hmenu {
	border: 3px solid #E8E8E8; 
	height: 27px; 
	padding: 1px;
	padding-top: 0px;
	position: absolute;
	top: 82px;
	left: 2px;
	right: 2px;
	width: 99.7%;
}


#hmenu table a {
	font-weight: bold;
	background-color: #EACE61;
	border: 2px solid #C03902;
	border-bottom: 5px solid #C03902;
	color: #000;
	font-size: 13px;
	height: 20px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	font-style: italic;
}

#hmenu table a:hover {
	border: 2px solid #000;
	border-bottom: 5px solid #000;
}

#hmenu table a:active {
	background-color: #EF6C00;
	border: 2px solid #000;
	border-bottom: 5px solid #000;
}

.chk {
	background-color: #dfdfdf;
	font-size: 14px;
	text-align: center;
	background-image: none;
}

#hmenu .chk a {
	background-image: none;
	padding: 0px;
	margin: 0px;
}

#hmenu .chk a:hover {
	background-image: none;
	padding: 0px;
	margin: 0px;
}

#ctl00_Menu1n0Items {
	border: 1px solid #808080;
}

#ctl00_Menu1n1Items {
	border: 1px solid #808080;
}

#ctl00_Menu1n2Items {
	border: 1px solid #808080;
}

#ctl00_Menu1n5Items {
	border: 1px solid #808080;
}

#ctl00_Menu1n10Items {
	border: 1px solid #808080;
}


#ctl00_Menu1n11Items {
	border: 1px solid #808080;
}

#ContentArea {
	position: absolute;
	top: 110px;
	bottom: 0px;
	left: 0px;
	right: 0px; /*padding:5px; 	border:1px solid red;*/
}
#footer {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	height: 52px; 
}

#footerimg {
}

.lnk {
	font-weight: bold;
	background-color: #EACE61;
	border: 2px solid #C03902;
	border-bottom: 5px solid #C03902;
	color: #000;
	font-size: 13px;
	height: 20px;
	width: 100px;
	text-align: center;
	text-decoration: none;
	font-style: italic;
}

.lnk:hover {
	background-color: #EACE61;
	border: 2px solid #000;
	border-bottom: 5px solid #000;
}

.lnk:active {
	background-color: #ED6D00;
	border: 2px solid #000;
	border-bottom: 5px solid #000;
}

.Hide{display:none;}
