/* ---------- HEADER & FOOTER STYLES ---------- */


.shrinkrightborder { /* this was to make the header & footer the same width as the body;
  needed to make up for the 1 px border on the sides of headers & footer 
  it's not currently used, but remains in place in case a border is added again in the future */
  /*padding-right: 2px;*/
}
#utahgovheader {
  width: 100%;
  height: 31px;
  top: 0px;
  position: relative;
  margin: 0;
  padding: 0;
}
#taxheader {
	position: relative;
	width: 100%;
	height: 75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	clear: both;
	background-image: url(/images/headerphoto.jpg);
	background-repeat: no-repeat;
	background-color: #a26b3a;
}
#indexcenterbanner #taxheader {
  position: absolute;
  bottom: 0px;
  background-image: none;
  background-color: transparent;
}
#taxheader ul {
  position: absolute;
  bottom: 5px;
  list-style: none;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 5px;
  max-width: none;
}
#taxheader li {
  position: relative;
  display: inline;
}
#taxheader li a {
  padding: 3px 5px;
	margin-right: 3px;
	color: white;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	background-color: #9f5504;
}
#taxheader li a:hover, #taxheader li a:active {
  text-decoration: underline;
  background-color: white;
  border-color: black;
  color: black;
}
#searchfield {
  position: absolute;
  margin-top: 0px;
  right: 5px;
  top: 3px;
}
.searchbox {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#footer {
	position: relative;
	width: 100%;
	z-index: 10;
	margin: 0;
	padding: 85px 0px 5px 0px;
	text-align: center;
	font-size: .8em;
	background: white url(/images/indexphoto2.jpg) no-repeat top left;
	color: white;
}
#indexfooter {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 10;
  padding: 5px 0;
  margin: 0;
  text-align: center;
  font-size: .8em;
  color: white;
}
#indexfooter a, #footer a {
  color: white;
}
.requirements { /* this was used for a browser requirements statement on the bottom of the pages
I think it's been removed from all pages now, but not sure so leaving this in place for now */
  position: relative;
  margin: 3px auto;
  font: .7em Arial, Helvetica, sans-serif;
  color: #999999;
  text-align: center;
}
.requirements a:link, .requirements a:visited,
.requirements a:active, .requirements a:hover {
    color: #999999;
}

