/* home page css */

@import url("styles.css");

/* layout */

#myfish4 {
	width: auto;
}

div.panel {
	width: 725px;
	padding: 5px 10px 5px 10px;
}

div.stacked {
	float: left;
	margin-right: 10px;
}

div.stacked-last {
 float: right;
 margin-right: 5px;
}

fieldset.mini-form input {
	margin-bottom: 1em;
}

*.max-width {
	width: 100%;
}

p.search-button {
	text-align: right;
	margin-bottom: 0;
}

#middle-panel {
	width: 715px;
	height: 40px;
	padding: 0;
	margin: 5px 10px 5px 10px;
}

/* type */

label {
	font-weight: bold;
}

/* for explorer (http://www.positioniseverything.net/explorer/doubled-margin.html) */
div.stacked, div.stacked-last {
	display: inline;
}

/* links */

#home-links ul, #home-links li, #home-links a {
	display: block;
	_height: 0;
}

#home-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#home-links li {
	margin: 0;
	border-bottom: 1px solid #efefef;
}

#home-links li.last-child {
	border-bottom: none;
}

#home-links h3 {
	font-size: 100%;
	margin: 0;
	padding: 10px 0 5px;
}

#home-links a {
	padding: 0 0 10px 25px;
	text-decoration: none;
	color: #000;
}

#home-links a:hover {
	background-color: #f6f6f6;
	color: #c00;
}

#home-links a:hover h3 {
	color: #c00;
}
