@charset "UTF-8";
/* CSS Document */

body /* NEEDED FOR IE 6 - search bar won't fill 100% of page-width without this */ {
	margin:0;
}

div#search_nav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #9d9d9d;
	width: 100%; /* insert width here */
	min-width: 675px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	line-height: 2.6em;
	color: #333;
	overflow: visible;
}

div#search_nav a {
	text-decoration: none;
}

div#search_nav a:hover {
	text-decoration: underline;
}

div#search_nav img {
	border: 0;
}

ul#search_nav_LEFT {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	width: 100px;
	height: 30px;
	list-style: none;
}

ul#search_nav_RIGHT {
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
	width: 650px;
}

ul#search_nav_RIGHT li {
	padding: 2px 0 0 0;
	margin: 0 20px 0 0;
	display: inline;
}

ul#search_nav_RIGHT li a {
	padding: 0 0 0 25px;
	color: #333;
}

ul#search_nav_RIGHT li.mail /* mail icon */ {
	background: url(../images/mail.gif) left top no-repeat;
}

ul#search_nav_RIGHT li.azindex /* a-z index icon */ {
	background: url(../images/azindex.gif) left top no-repeat;
}

/* SEARCH FUNCTION: STARTS HERE */
ul#search_nav_RIGHT li.search  {
	position: absolute;
	top: 0;
	background: url(../images/search.gif) left top no-repeat; /* search icon */
	padding: 0 0 0 22px;
	width: 430px;
	height: 30px;
}

li.search .searchbox {
	margin: 5px 0 0 0;
	padding: 3px 0 3px 5px;
	border: 1px solid #bbb;
	width: 100px;
	font-size: 1em;
	text-transform: none;
	color: #444;
}

li.search form ul#radio li {
	margin: 0;
	padding: 0 3px;
	font-size: 1em;
	text-transform: none;
	color: #444;
}

li.search form ul#radio  {
	margin: 0;
	padding: 0;
	display: inline;
}

li.search form input#go  {
	background: #fff;
	margin: 0 0 0 4px;
	padding: 0 3px;
	border: 1px solid #bbb;
	height: 18px;
	font-size: 1em;
	font-weight: bold;	
	text-transform: uppercase;
	color: #666;
	cursor: pointer;
}

.searchnav_hide {
	position: absolute;
	top: -2000em;
	left: -2000em;
	text-indent: -2000em;
}
 
