﻿*
{
	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;
	/*width:1003px;*/
	
	
}

#hmenu
{
	border:3px solid #E8E8E8;
	/*margin:2px;*/
	height:27px;
    padding-left:35px;
	padding-top:2px;		
	position:absolute;
	top:82px;
	left:2px;
	right:2px;
	width:99.7%;
	/*background-color:#fff;
	width:98px;*/
	
}


#hmenu table a
{
	color:#000;
	font-family:sans-serif;
	font-size:14px;
	text-decoration:none;
	background-image:url('../images/underselect_sub.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
	
}

#hmenu table a:hover
{
	text-decoration:underline;
	background-image:url('../images/underselect_sub_over.gif');
	background-repeat:no-repeat;
	background-position:right;
	padding-right:20px;
	color:#7F0000;

}
.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;
}
#ctl00_Menu1n9Items
{
	border:1px solid #808080;

}
#ctl00_Menu1n12Items
{
	border:1px solid #808080;
	
}
#ContentArea
{
	position:absolute;
	top:110px;
	bottom:0px;
	left:0px;
	right:0px;
	
	/*border:1px solid red;*/
}
#footer
{
	text-align:center; 
    font-weight:bold;
    font-size:11px;
    height:52px;
    /*width:1003px;*/
   
}

#footerimg
{

}


/*#ContentArea iframe
{
	height:100%;
	width:100%;
}*/

.ValidationText
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	color:red;
	margin-left:20px;
}

