﻿#HeaderBanner
{
	width: 970px;
	margin: 5px 0 2px 0;
	padding:0;
	border:0;
	background-color:#FFFFFF;
}

#HeaderBannerLeft
{
	width:240px;
	padding-left: 0;
	padding-right: 0px; /*0.5em;*/
	display:inline;
}

#HeaderBannerRight
{
	width:730px;
	/*background-image:url(Images/HeaderBand.png);	*/
	background-image:url(Images/HeaderBanner.png);	
	background-repeat:no-repeat; /* repeat-x;*/
	text-align:right;
	/*padding-left: 0px;  0.5em;
	padding-right: 0;*/
}


#HeaderTagLine
{
	font-family: Arial, Verdana;
	font-size: 0.85em;
	font-weight:normal;
	text-align:left;
	padding:0;
	padding-left:0.82em;
	display:inline;
}

#HeaderTagLine a
{
	color:#CCDDDD;
	text-decoration:none;
}

#HeaderTagLine a:hover
{
	color:#EE9900;
}

/*----------- System Menu is in the header banner -------------*/
#SystemMenu
{
	font-family: Arial, Verdana;
    font-size: 0.93em;
	font-weight: bold;
	padding: 3px 0 0 0;
	margin: 0;/*3px 0 0 0;*/
	background-color:#FFFFFF;
}

#SystemMenu ul
{
	list-style:none;
	margin: 0px;
	padding: 0;
	overflow: auto;
	padding-left: 3em;
	border:solid 2px #CC0033;
	/*border:solid 2px #FF0000;*/
	border-left:0;
	border-right:0;
}

#SystemMenu li
{
	float:left;
	background: none;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

#SystemMenu li a
{
	/*color: #FF6666;*/
	color: #666666;
	text-decoration:none;
	display: block;
	padding-left:1.0em;
	padding-right:1.0em;
}

#SystemMenu li a:hover
{
	color:Black;
	/*background-color: #FF9999;*/
	background-color: #EF9999;
}

#SystemInfo
{
	font-family: Arial, Verdana;
    font-size: 0.85em;
	color:White;
	border:0;
	white-space:nowrap;
	text-align:right;
	vertical-align: middle;
	display: inline;
}

#SystemInfo a
{
	color:White;
	text-decoration:none;
	padding-right: 1.0em;
	padding-left: 1.0em;
}

#SystemInfo a:hover
{
	color:#FF8800;
}

/*------------- Footer Styles ---------------*/
#FooterMenu
{
	width: 970px;
	font-family: Arial, Verdana;
    font-size: 0.75em;
	color:White;
	background-image:url(Images/FooterBand.png);
	background-repeat: repeat-x;
	margin-top:0.5em;
	border:0;
	white-space:nowrap;
	vertical-align:middle;
	/*height: 24px;*/
	line-height: 22px;
	text-align: center;
}

#FooterMenu ul
{
	list-style:none;
	padding:0;
	margin:0;
	/*padding-left:1.5em;*/
	white-space:nowrap;
	text-align: center;
	float: inherit;
}

#FooterMenu li
{
	vertical-align:middle;
	text-align: center;
	float:left;
	white-space:nowrap;
	background: none;
	padding:0;
	margin:0;
	height: 20px;
	/*line-height: 16px;*/
}

#FooterMenu li a
{
	color:White;
	text-decoration:none;
	text-align: center;
	padding-left:1.0em;
	padding-right:1.0em;
	padding-top:2px;
	padding-bottom:3px;
}

#FooterMenu li a:hover
{
	color:Black;
}

