/* ASP Application Framework Main CSS file */

/* This file should only contain global styles and site layout dimensions */
#mainDiv {
	
	position:relative;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	clear:both;
}


#splashDiv {
	position:absolute;
	left: 650px;
	top:-20px;
	z-index:2;
	

}

#textDiv {
	position:absolute;
	top:60px;
	left:270px;

	/*left:250px; top:50px;*/
}

#logoDiv {
	position:absolute;
	left:0px;
	top:30px;
	width:auto;
	height:60px;
	text-align:left;
	z-index:1;

	}
body, a {
	

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:white;
	background-color:#231100;
}

a {

	text-decoration:underline;
}

a:hover {

	color:#FF7F00;

}

.copy {

	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:12px;
	text-align:left;
}

h3 {

	color:#FFf5ad;
	font-family:"Trebuchet MS", Trebuchet;
	font-size:18px;
	font-weight:normal;
}

.h3 {

color:#FFf5ad;
	font-family:"Trebuchet MS", Trebuchet;
	font-size:18px;
	font-weight:normal;
}

h1 {

	color:#FFf5ad;
	font-family:"Trebuchet MS", Trebuchet;
	font-size:24px;
	font-weight:normal;
}

.h1 {

	color:yellow;
	font-family:"Trebuchet MS", Trebuchet;
	font-size:24px;
	font-weight:normal;
}

#bodyDiv {

	position:relative;
	width:800px;
	font-family:"Trebuchet MS", Trebuchet;
	font-size:14px;
	color:#555555;
	border-top:none;
	top:-70px;
	
}

#bodyLabel {

	position:relative;
	width:800px;
	height:50px;
	padding-bottom:2px;
	
	line-height:60px;
	
	background-image:url('/images/design/topfade.png');
	
	background-position:top;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	font-size:20px;
	font-weight:bold;
	top:-55px;
	color:navy;
	/* border-bottom:solid 1px #555555; */
	
	

}


#contentDiv {

	position:relative;
	top:10px;
	left:0px;
	height: 1px;
	width:800px;
	overflow:hidden;
	
	

}


#headerDiv {

	position:relative;
	height:116px;
	width:800px;
}

#loadingDiv {
	position:relative;
	left:0px;
	top:10px;
	width:128px;
	height:67px;
	z-index:1;

}

#menuDiv {
	padding-top:1px;
	position:absolute;
	z-index:1;
	top:92px;
	left:0px;
	height:26px;
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-rigth:auto;
	overflow:visible;
	border-top:solid 1px tan;

}

#footerDiv {
	clear:both;
	position:relative;
	width:800px;
	height:30px;
	background-image:url(../images/design/topfade.png);
	background-repeat:repeat-x;
	background-position:top;
	margin-top:30px;
	padding-top:8px;
	border-top:solid 1px tan;
	font-family: "Trebuchet MS", Trebuchet;
	font-size:14px;
	color: white;
}


img{
	border:none;
}


#copyright {
	font-family:"Trebuchet MS";
	font-size: 9px;
	color:navy;
}

.headerRow {
	font-family:"Trebuchet MS";
	font-size: 18px;
	color: navy;
	border-bottom:solid 1px navy;
}



/*filter:alpha(opacity=00);
	opacity: .0;
	-moz-opacity:.0;*/