﻿body
{
	font-family:Arial, sans-serif; 
	font-size:14px; 
	color:#DDE1E6;
	background-color:#000000;
	margin: 0px 0px 0px 0px;
	padding:0px; 
	/*height:100%; */
	width:100%;
}
a:link {color: #AECFE5;}
a:visited {color: #AECFE5;}
a:active {color: #AECFE5;}
a:hover 
{
	color:#052345;
	background-color:#9AC6E3;
}
.tablewidth 
{
	width:100%;
	/*height:100%; */
	position:absolute; 
	top:0px; 
	left:0px;
}
.tablewidthmain
{
    width:960px;
}
.logo
{
	/*height:119px;*/
}
.logonoanimation
{
	/*height:119px;*/
	background-image:url(../images/logoheaderstill.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
}
.borderformattingtop
{
	border-top-style:solid; 
	border-top-width:1px;
	border-top-color:#A9B4C0;
}
.borderformattingbottom
{
	border-bottom-style:solid; 
	border-bottom-width:1px; 
	border-bottom-color:#A9B4C0;
}
.panelborder
{
	margin-top:0px;
	border-top-width:0px;
}
.standardpadding
{
 padding:15px 30px 15px 30px;	
}
#marqueecontainer
{
	position: relative;
	width: 410px; /*marquee width */
	height: 150px; /*marquee height */
	overflow: hidden;
	background-color:#12161B;
	border: none; /* 0px solid #CCCCCC; */
	padding: 0px;
	padding-left: 10px;
}
#menu
{ 
	/* nothing in here right now */
}
#menu .StaticMenuItem
{
	cursor:hand;
	color:#AECFE5;
	background-color:#3B506A;
	padding:0px 5px 0px 5px;
	font-size:14px;
	display:block;
	text-align:left;
}
#menu .selected 
{ 
	color:#002057;
	background-color:#D1B083;
	padding:0px 5px 0px 5px;
	display:block;
	text-align:left;
}
/*#menu .AspNet-Menu-ChildSelected
{
	color:#002057;
	background-color:#D1B083;
}*/
#menu .hover 
{ 
	color:#052345;
	background-color:#9AC6E3;
	display:block;
	text-align:left;
}
#menu a, #menu a:visited
{
	text-align:center;
	display:block;
	text-align:left;
}
#menu a:hover, #menu a:active, #menu a:focus
{
	text-align:center;
	display:block;
	text-align:left;
}
#menu .DynamicMenuItemStyle
{
	background-color:#333;
	color:#9AC6E3;
	text-align:left;
	padding:0px 5px 0px 5px;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	KhtmlOpacity: .9;
	Opacity: .9;
}
#menu .DynamicSelectedStyle
{
	color:#002057;
	background-color:#D1B083;
	padding:0px 5px 0px 5px;
}
#menu .DynamicHoverStyle
{
	color:#052345;
	background-color:#9AC6E3;
}
.parentbackground
{
	color:#002057;
	background-color:#D1B083;
	/*padding:0px 20px 0px 20px;*/
	display:block;
	text-align:left;
}
.sitemappathpadding
{
	padding:0px 2px 0px 0px;
	color:#002057;
	background-color:#D1B083;
}
.sitemapformat
{
	text-decoration:none;
	color:#002057;
	background-color:#D1B083;
	padding:0px 10px 2px 5px;
}
.sitemappath
{
	color:#002057;
	background-color:#D1B083;
}
a.sitemappath
{
	color:#002057;
	background-color:#D1B083;
}
a.sitemappath:hover
{
	color:#052345;
	background-color:#9AC6E3;
}
.headercolor
{
	color:#D1B083;
}
.column-left
{
	float:left; 
	width:425px;
	padding:0px 5px 0px 5px;
	border-right:solid 1px #666666;
}
.column-right
{
	float:left; 
	width:425px; 
	padding:0px 5px 0px 20px;	
}
#route a:link
{
	color:Black;
}
#logolink
{
	background-color: Transparent;
	cursor:pointer;
}
a.serviceshyper
{
	color:White;
	text-decoration:none;
	background-color: Transparent;
	font-size:12px;
}
.adjustedZIndex {
    z-index: 1;
}