a.searchNavbutton
{
	text-decoration: none;
	display: block;
	width: 30px;
	height: 17px;
	background-color: #FF0000;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
a.searchNavButton:HOVER
{
	background-color: #000066;
}

/* county map styles */
.countymapon
{
	
}
.countymapoff
{
	
}
#images
{
	visibility: hidden;
}
#loading
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #000066;
}
.outermap
{
	width: 620px;
	height: 412px;
	background: url(../images/map/iowacounties.gif);
	margin: 0px auto; 
	padding: 0;
	position: relative;
}
.innermap
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#searchParametersVisibility
{
	background: #BDBDD7;
	border: 1px solid #AAAACF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#searchParameters
{
	display: none;
	background: #E7E7F1;
	border: 1px solid #AAAACF;
	border-top: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.visibilityText
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000066;
}

#mapVisibility
{
	background: #BDBDD7;
	border: 1px solid #AAAACF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#map
{
	display: none;
	background: #F0F0F6;
	border: 1px solid #AAAACF;
	border-top: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/* tab styles */
#inside
{
	background: #F0F0F6;
	width: 99%;
	margin-left: 5px;
	margin-right: 5px;
}
#main
{
	border: 1px solid #000066;
	clear: both;
	background: #F0F0F6;
	margin-top: -5px;
}
#contents
{
	padding: 4px;
	min-height: 300px;
	height: 97%;
	/*overflow:auto;*/
}
#tabs
{
	position: relative;
	width: 98%;
	height: 2em;
	/*width: 38em; *//* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabs ul
{
	margin: 0;
	padding: 0;
	position: relative;
	/*width: 48em;*/ /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#tabs ul li 
{
	display: inline;
	list-style: none;
}

#tabs ul a,#tabs ul span,#tabs ul a.current
{
	/*width: 6em;*/
	display: block;
	float: left;
	
	margin: 3px 2px -1px 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #000066;
}

#tabs ul span,#tabs ul a.current,#tabs ul a.current:hover
{
	border: 1px solid #000066;
	border-bottom: none;
	background: #F0F0F6;
	padding: 4px 6px 4px 8px;
	margin-top: 2px;
}

#tabs ul a
{
	background: #BDBDD7;
	border: 1px solid #AAAACF;
	border-bottom: none;
	padding: 3px 6px 3px 8px;
}

#tabs ul a:hover
{
	background: #F0F0F6;
}

#tabs ul .disabledTab
{
	border: 1px solid #B8B8B8;
	border-bottom: none;
	background: #E0E0E0;
	padding: 3px 6px 3px 8px;
	margin-top: 3px;
	color: #000000;
}

#searchTipsDiv 
{
	display: block;
	float: right;
	margin-top: 4px;
}

a.searchTips
{
	text-decoration: none;
	display: block;
	width: 100px;
	height: 17px;
	background-color: #e7e7f1;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaacf;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
a.searchTips:HOVER
{
	background-color: #bdbdd7;
}

div.thumbnailLinks
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #ABABC4;
	padding: 2px 7px 2px 4px;
	text-align: center;
	position: relative;
}



