/* home page styles */
h2 {
	margin: 0;
	padding: 0;
	line-height: 1;	
}
#side {
	position: absolute;
	left: 20px;
	z-index: 1;
}
#main {
	padding: 0;
	margin: 0;
}
#side-search {
	margin-top: 40px;
}
#side h2 {
	color: #404040;
	text-align: center;
	font-style: italic;
	margin-top: 85px;
	margin-bottom: 40px;
}
#side a {
	display: block;
	text-align: center;
}
#search {
	margin-top: 10px;
	width: 100%;
}
#search th {
	font-size: 24px;
	font-weight: normal;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}
td.search-box {
	width: 42%;
	padding-right: 20px !important;
}
td#search-button {
	/* breaks firefox */
	/*width: 16%;*/
}
#radius {
	margin: 0 5px 4px 10px;
	padding: 0;
	height: 20px;
	width: 160px;
	border: 1px solid #808080;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;	
}
.radius-val {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;	
}
hr {
	width: 830px;	
	margin-left: 0;
	text-align: left;
}
#main-wrapper {
	margin: 0;
	padding-left: 148px;
	z-index: 0;
}
#browse {
	margin-top: 40px;
	margin-bottom: 10px;
	padding: 0 !important;	
}
#browse-content {
	width: 829px;
	min-height: 200px;
	margin: 0;
	padding: 0;
	border: 1px solid #808080;
	border-top: 0;
	background-color: #fff;
}
#browse-content ul {
	list-style-type: none;
	margin: 0;
	padding: 20px;
	background-color: #fff;
}
#browse-content li {
	padding: 2px;	
}
#tabs {
	height: 35px;
	border: 0;
}
#tabs img {
	height: 35px;
	border: 0;
}
#tabs a {
	text-decoration: none;
}
#breadcrumbs {
	padding: 10px;
}
#default-location {
	margin-top: 3px;	
}
#default-location label {
	vertical-align: top;	
}
.checkbox {
	vertical-align: top;
	padding: 0;	
	margin: 1px 0 0 0;
	width: 15px;
}
.float {
	float: left;
}

/* added for safari */
.search-hints {
	margin-top: 3px;	
}

.hint {
	color: #808080;
	font-style: italic;
	font-weight: bold;
	font-size: small;
	vertical-align: top;
	padding: 3px 5px 0 0;
	margin: 0;
}
.help-icon {
	padding-top: 5px;	
}
.text {
	
	/* fixme: this breaks netscape */
	width: 100%;
	
	height: 25px;
	font-size: 20px;
}
.button {
	display: block;
	clear: left;
	width: 100px;
	height: 30px;
	font-size: 16px;
	cursor: pointer;
}
div#footnote {
	margin: 10px;
}
div#footnote p {
	text-align: left;	
}
