﻿/* header image */
#bannerImage
{
	background-color: #003359; 
	text-align: right;
}

/* tertiary Nav */
.tertiaryNav 
{
	text-align: right;
	padding: 16px 16px 16px 0px;
	background-color: #003359;
}
.tertiaryNav a, .tertiaryNav a:visited
{
	font-family: 'Arial Narrow',Arial;
	font-weight:bold;
	font-size:11px;
	color:#d7cc45;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:middle;	

}
.tertiaryNav a:active, .tertiaryNav a:hover, a.tertiarySelected
{
	font-family: 'Arial Narrow',Arial;
	font-weight:bold;
	font-size:11px;
	color:#fffbd4;	
	text-decoration:underline;

}




/************************ main Nav ******************************/
td.mainNavFill
{
	background-image:url('/_layouts/avista/images/AvistaHeader/mainNav/mNav_background_tile.gif');
	background-repeat:repeat-x;
	vertical-align:middle;
	font-size:11px;
	text-align:center;
	height:28px;
	background-color:#B39D00;
}

.mainNavMenu {
    display:inline;
}

.mainNavMenu table {
    height:28px;
}

a.firstLevelItem
{
    font-family:'Arial Narrow',Arial;
	font-size:11px !important;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#003359;
	display:block;
	height:28px;
	line-height:28px;
	padding:0px 6px;
}

a.firstLevelItemSelected
{
  background-image:url('/_layouts/avista/images/AvistaHeader/mainNav/mNav_glow2.gif');
	background-repeat:no-repeat;
	background-position:center;
	font-family:'Arial Narrow',Arial ;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#663300;
	display:block;
	height:28px;
	line-height:28px;
	padding:0px 6px;
}

div.mainNavSubMenu   {
  z-index:10; position:absolute; top:155px !important;
  background:none transparent scroll repeat 0% 0%;
}

div.mainNavSubMenu > table
{
	border: solid 1px #b39d00;
	background-image:url('/_layouts/avista/images/AvistaHeader/mainNav/subNav_bkg_stretch.jpg');
	background-position:left;
	background-repeat:repeat-y;
	background-color:#efeab3;
  margin-top:0px;
}

a.secondLevelItem
{
	font-family: Arial,  Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	display:block;
	height:24px;
	line-height:24px;
	padding: 0px 5px 0px 7px;
	color:#663300;
}
a.secondLevelItemSelected
{
	font-family: Arial,  Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	display:block;
	height:24px;
	line-height:24px;
	padding: 0px 5px 0px 7px;
	color:#993300;
}
table.secondLevelItem
{
	height:24px;
	background-position:left;
	background-color:#efeab3;
	background-repeat:no-repeat;
	text-align:left;
}
table.secondLevelItemSelected
{
	height:24px;
	background-position:left;
	background-color:#ffffff;
	background-repeat:no-repeat;
	text-align:left;
}

.searchBox {}

.SearchBox  {
	width:75px;
	height:16px;
	padding: 0px 5px;
	font-size:11px;
	border: solid 1px #ffffff;
	background-color:#efeab3;
	color: #663300;
	vertical-align:top;
	position:relative;
}

.SearchButton  {}

td.tdsearchbox {
	padding-right: 10px;
}


