/* *** Dropdown main menu in banner ** 
/* These apply to all elements in only the topnav container unless changed by a cascaded style */
#topnav, #topnav ul {
	width:40em;		/* spreads top-level menu across table cell */
  position: absolute;
  /*top: 66px;*/
  top: 98px;
  left: 105px;
  list-style: none;	/* removes bullets from <li> tags */
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	margin: 0;
	z-index: 97;
  background-color: #000066;
  border-top: 6px solid #a20000;
  /*border-bottom: 1px solid gold;*/
}
/* container for dropdowns */
#topnav li ul {
	position: absolute;
  left: -999em;		/* hide until needed  */
  top: 1.1em;
	margin: 0px 0 1px 0;		/* overlap to "stick" menu dropdowns to top-level menu  */
	background-color: white;
	padding: 0px 0px 0px 0px;
	width: 12em;
	background-color: #aa3300;	/* sets the color of the rollovers' right red band  */
	border: 1px solid #000066;
	border-right: 1px solid #663333;  /* puts the dark-red edge on the rollover's right side  */
  z-index: 98;
}
/* all list items */
#topnav li {
	position: relative;
	float: left;	/* forces menu items to line up horizontally on top-level menu */
	width: auto;	/* width tag is necessary for Opera; not sure the "auto" setting works */
	line-height: 125%;
	padding: 0 .3em 0 0;		/* remove all spacing around text to fit within cell and background image */
	margin: 0;
	z-index: 96;
  /*border: 2px solid cyan;	*/
}
/* top-level menu items and their rollovers (does not include dropdowns' formatting) */
#topnav .bnr_menu, #topnav a.bnr_menu, #topnav a, #topnav a.add_image {
	display: block;		/* displays items as block elements */
	color: white;		/* text color */
	text-decoration: none;
	padding: 1px;		/* space around text */
	margin: 0;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: .9em;
	line-height: 125%;
  border: 0px solid red;
  z-index: 97;
}
#topnav a.bnr_menu:Visited, #topnav a:visited {
	color: #E0E2FE;		/* pale blue for visited links */
}
#topnav a.bnr_menu:Hover, #topnav a:hover, #topnav a.add_image:Hover {
	color: gold;
	background-color: #000066;	/* dark blue */
}

/* all second-level & third-level menus */
#topnav li ul li {
	display: block;
	float: left;
	width: 12.2em;
	margin: 0px;
	padding: 0px 3px 0 0;	/* space around the list item within the container */
	background-color: #aa3300;	/* Color of the rollovers' right-hand red stripe */
  border: 0px dashed green;
	z-index: 96;
}
#topnav li ul li a, #topnav li ul li a.add_image {	/* inner white list item on drop-down menu */
	width: 12.7em;
	padding: 9px 0px 9px 5px;	/* space around text */
	margin: 0;
	color: #000066;
	background-color: white;
}
#topnav li ul li a:visited {
	color: #660000;
}
#topnav li ul li a:hover, #topnav li ul li a.add_image:hover {
	color: gold;
	background-color: #000066;
}
/* all links with image attached in the off state */
#topnav li ul li a.add_image {
	background-image: url(/images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/* all links where image/colors change on hover */
#topnav li ul li a.add_image:Visited {
	color: #660000;
}
#topnav li ul li a.add_image:Hover {
	color: gold;
	background-image:url(/images/menu_arrow-o.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
/* placement of 3rd-level menus relative to 2nd-level */
#topnav li ul ul {
	margin: -15px 0 0 12.2em; 
  background-color: orange;
	border-bottom: 1px solid #000066; /* ensures bottom border shows */ 
}

#topnav li:hover ul ul, #topnav li:hover ul ul ul, #topnav li.tophover ul ul, #topnav li.tophover ul ul ul {
	left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul, #topnav li li li:hover ul, #topnav li.tophover ul, #topnav li li.tophover ul, #topnav li li li.tophover ul {
	left: auto;
}

#topnav li li:hover, #topnav li li.tophover {
	background: #000066;
	width: 12.2em;
}

#content {
	clear: left;
}

/* Banner menu styles --------------------------------------------------------------------------------------------------
/* Set the container for the background banner images; this is fixed in size */
#BannerBody {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
	margin: 0;
	width:100%;
  height: 107px;
	background: white url("http://legislature.idaho.gov/images/ope_bnrbkgrnd.gif") repeat-x;
  border: 0px solid red;
	z-index:25;
}
#BannerBodyTEST {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
	margin: 0;
        /*margin: 0 0 200px 0;*/
	width:100%;
  height: 127px;
	background: white url("http://legislature.idaho.gov/images/ope_bnrbkgrndTEST.gif") repeat-x;
  border: 0px solid red;
  border-bottom: 2px solid gold;
	z-index:26;
}
/* place the "flag" image at the top menu's left edge */
.homemenu-container {
  position: absolute;
  top: 0;
  /*right:0;*/
  /*left: 950;*/
  left: 73%;
  background: white url("http://legislature.idaho.gov/images/ope_bnrflag.gif") no-repeat;
  margin:0;
  padding:0;
  z-index: 95;
  border: 0px solid green;
}
/* Set the home menu paragraph's defaults, and its bottom border to the right of the "flag" image */
.homemenu-container p {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
  line-height: 120%;
	margin:0 0 0 16px;
  /*width: 30em;*/
  width: 100%;
  text-align: center;
  /*text-align: right;*/
	vertical-align: top;
  background-color: #000066;
  /*padding:2px 160px 2px 0;*/
  padding:2px 20px 2px 0;
  display: inline;
  border-bottom: 2px solid gold;
  }
/* Set the character defaults for the top menu */
.homemenu-text {
  color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: 0px solid blue;
}
.homemenu-text a {
	color: white;
	text-decoration: none;
	}
.homemenu-text a:VISITED {
	color: #FFFFFF;
}
.homemenu-text a:HOVER {
	color: gold;
	}
/* place the "flag" image at the top menu's left edge */
.homemenu-container-cal {
  position: absolute;
  top: 105;
  /*right:0;*/
  /*left: 950;*/
  left: 73%;
  /*background: white url("http://legislature.idaho.gov/images/ope_bnrflag.gif") no-repeat;*/
  margin:0;
  padding:0;
  z-index: 95;
  border: 0px solid green;
}
/* Set the home menu paragraph's defaults, and its bottom border to the right of the "flag" image */
.homemenu-container-cal p {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
  line-height: 120%;
	margin:0 0 0 16px;
  /*width: 30em;*/
  width: 100%;
  /*text-align: center;*/
  text-align: right;
	vertical-align: top;
  background-color: #000066;
  /*padding:2px 160px 2px 0;*/
  padding:2px 20px 2px 0;
  display: inline;
  /*border-bottom: 2px solid gold;*/
  }
/* Set the images within the banner area independently of the menuing text  */ 
.bnrmenu-stseal img {
  position: absolute;
  top:0;
  left:0;
  z-index: 80;
  border: 0px solid red;
}
.bnrmenu-capimage {
  position: absolute;
  top: 28;
  right:0;
  width: 215px;
  z-index:99;
  border: 0px solid red;
}
.bnrmenu-capimageTEST {
  position: absolute;
  top: 0;
  right:0;
  width: 106px;
  z-index:96;
  border: 0px solid red;
}
.bnrmenu-capimageTEST2 {
  position: absolute;
  top: 0;
  right:105;
  width: 67px;
  z-index:97;
  border: 0px solid red;
}
.bnrmenu-legislatureimage img {
  position: absolute;
  top: 33px;
  left: 160px;
  z-index: 92;
	border: 0px none;
}
.bnrmenu-curve img {
  position: absolute;
  top:104;
  left:0;
  z-index: 91;
}


/* Set the skip navigation information; skipnav is placed relative to the home menu */
.skipnav {
  display: none;
  font-size: .9em;
  }

/*CONTROLS THE SEARCH */
hr.blue {color:navy;width:60%; text-align:left;}
hr.gray {height:1px;color:lightgray;width:60%; text-align:left;}
input.search {font-weight:bold; }
select.search {font-weight:bold;}
.details { max-width: 570px; overflow: hidden;padding-bottom:5px;}
.results_title {font-weight: bolder; font-size: 14px;}
div.search_box {width:300px;height:77px;position: absolute; right: 0; top: 19; z-index: 100;background-image: url(/images/SearchBox_background.gif);}
form.sitesearch {top:25px;position:absolute;right:10;}
input.sitesearch {top:2;position:absolute;right:40;font-family:Arial,Helvetica,sans-serif;font-size:1em;}
input.go_button {top:-2;position:absolute;right:0;}

div.search_box_links {top:70;z-index:100;right:16;position:absolute;font-face:arial;font-weight:bold;font-size:10.5px;}
div.search_box_links a:link, div.search_box_links a:visited {color:black;text-decoration:none;}  
div.search_box_links a:hover {text-decoration:underline;}


