/* *** Dropdown main menu in banner ** 
/* These apply to all elements in only the topnav container unless changed by a cascaded style */
#topnav {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	background-color: #000066;
  border-top: 6px solid #aa0000;
  font-family:Arial, Helvetica, sans-serif;
	font-weight: bold; 
	position: absolute;
  left: 75px;
	top: 98px;
  list-style: none;	
	z-index: 97;
}
/* all list items */
#topnav li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	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: 2px 0;		
	margin: 0;
	z-index: 98;
}
/* container for dropdowns */
#topnav li ul {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	background-color: #aa3300;
	border: 1px solid #000066;
	border-right: .1em solid #663333;  /* puts the dark-red edge on the rollover's right side  */
  position: absolute;
  left: -999em;		/* hide until needed  */
  top: 1.3em;
	margin: 0 0 1px 1px;		/* overlap to "stick" menu dropdowns to top-level menu  */
	padding: 0px 0px 0px 0px;
	width: 12.1em;
	background-color: #aa3300;	/* sets the color of the rollovers' right red band  */
	z-index: 99;
}
/* all second-level & third-level menus */
#topnav li ul li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;	
	width: 12em;
}
/* 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 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	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;
}
#topnav a.bnr_menu:Visited, #topnav a:visited {
	color: #dcdced;		/* 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 */
}

#topnav li ul li a, #topnav li ul li a.add_image {	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	background-color: white;
	color: #000066;
	margin: 0;
	padding: .9em .5em;	/* space around text */
	width: 12.5em;
}
#topnav li ul li a:visited {
	color: #666688;
}
#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 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	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: #666688;
}
#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 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	margin: -17px 0 0 12.0em; 
  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: 12em;
}
#topnav .menubullets {
	color: #c2c2fc;
	margin:0 7px; /* space between menu items on the blue horizontal banner */
}
#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: 127px;
	background: white url("http://legislature.idaho.gov/images/ope_bnrbkgrndTEST.gif") repeat-x;
  border: 0px solid red;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	z-index:100;
}
/* place the flag image at the top menu's left edge */
#homemenu-container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	background: white url(/images/ope_bnrflag.gif) no-repeat left top;
	text-indent: 10px;
	height: 19px;
	left: 73%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 27%;
	z-index: 95;
}
#homemenu-colors {
	background: #000066; /* needed for Firefox */
	border-bottom: 2px solid #faca00; /* needed for Firefox */
	height:17px;
	width:100%;
	left:17px;
	top:0px;
	position:absolute;
}
/* Set the home menu paragraph's defaults, and its bottom border to the right of the "flag" image */
#homemenu-container p, #homemenu-container a {
  color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	float:left;
}
#homemenu-container p {
	color: #c2c2fc;
}
.homemenu-container img {
	margin: 0 10px 0 0;
	float: left;
}
#homemenu-container a:visited {
	color: #dcdced;
}
#homemenu-container a:hover {
	color:gold;
	}
#homemenu-container .menubullets {
	margin:0;
}
/* Set the images within the banner area independently of the menuing text  */
.bnrimg-leftimage img {
  position: absolute;
  top:0;
  left:0;
  z-index: 80;
  border: 0px solid red;
}
.bnrimg-capimage {
  position: absolute;
  top: 28;
  right:0;
  width: 215px;
  z-index:99;
  border: 0px solid red;
}
.bnrimg-capimageTEST {
  position: absolute;
  top: 0;
  right:0;
  width: 106px;
  z-index:96;
  border: 0px solid red;
}
.bnrimg-capimageTEST2 {
  position: absolute;
  top: 0;
  right:105;
  width: 67px;
  z-index:97;
  border: 0px solid red;
}
.bnrimg-legislatureimage img {
  position: absolute;
  top: 33px;
  left: 160px;
  z-index: 92;
	border: 0px none;
}
.bnrimg-curve img {
  position: absolute;
  top:104px;
  left:0;
  width:5%;
  z-index: 91;
}


/* Set the skip navigation information; skipnav is placed relative to the home menu */
.skipnav {
  display: none;
  }

/*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 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-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 {-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1em;
	position:absolute;
	top: 0px;
	right:3em;
	width:12.9em;
}
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;}

