@import url(site.css);


#content {
	text-align: center;
}


#searchfields  {
	width:	45em;
	margin-left: auto;
	margin-right: auto;
}

.search_field {
	float:	left;
	width: 15em;
	padding-bottom: 1em;
}

.search_input {
	width: 13em;
	height: 1.2em;
	font: 1em "Lucida Grande", sans-serif;
}

.search_input_webkit {
	width: 13em;
	height: 1.2em;
	font: 1em "Lucida Grande", sans-serif;
}

.search_field a {
	font: 10px "Lucida Grande", sans-serif;
	color: #7F7F7F;
	border: 0 solid black;
}

.search_field a:hover {
	background-color: transparent;
	color: #000;
	border-bottom: 0.1em solid #999;
}

#searchfields_quicklinks_divider {
	padding-top: 1em;
}

#quicklinks  {
	width:	45em;
	margin: 1.5em auto 0 auto;
	color: #7F7F7F;
	line-height: 1em;
}



#quicklinks li a 	{ 	
	font: 10px "Lucida Grande", sans-serif;
	color: #7F7F7F;
	border-bottom: none;
}

#quicklinks li a:hover	{
	border-bottom: 0.1em solid #999;
	color: #000; 
	background-color: transparent;
}

#quicklinks li,
#quickinfo li {
	float: left;
	width: 15em;
	list-style-type: none;
	white-space: nowrap;
	padding-bottom: 1em;
}

#quickinfo {
	font: 10px "Lucida Grande", sans-serif;
	width:	45em;
	margin: 1.5em auto 0 auto;
	color: #3F3F3F;
	line-height: 1.3em;
}
