/*USDA-ARS Trout-Grains Project*/
/*June 2011*/
/*Oliver*/

/*----------css reset----------*/
body, h1, h2, h3, p, #container li, #container ul {
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: normal;
}
ul {
	list-style-type: none;
}
a, img {
	border: 0;
}
/*----------tag styles-----------*/
body {
	font-family: Verdana, Geneva, sans-serif;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #7f5638;
	font-weight: bold;
	padding: 5px 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7f5638;
	font-weight: bold;
	padding-top: 10px;
}
h3 {
	color: #7f5638;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 0 0;
}
p {
	text-indent: 20px;
	padding: 8px 0;
	line-height: 1.5;
}
a {
	color: #7f5638;
}
/*----------Layout-----------*/
#container {
	width: 722px;
	background: url(https://www.ars.usda.gov/sp2UserFiles/Place/53660000/fish/sidebar-color.gif) repeat-y right top;
	border: 2px solid #e9dfb9;
}
#right {
	width: 218px;
	float: right;
	background:  #e9dfb9;
}
#right img {
	margin-bottom: 12px;
}
#nav-vertical a {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7f5638;
	background:  #e9dfb9;
	display: inline-block;
	width: 218px;
	padding: 6px 0;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
#nav-vertical a span {
	display: block; /*keeps wrap-around text within the padded areas of the span tag*/
	padding: 0 10px;
}
#nav-vertical a:hover {
	color: #fff;
	background: #7f5638;
	border-bottom: 1px solid #fff;
}
#left {
	padding-right: 218px;
}
#fishHeader {
	padding: 15px 20px;
	background: #e9dfb9;
	border-right: 3px solid #fff;
}
#nav-horizontal {
	height: 26px;
	border-top: 1px solid #fff;
	background: #e1d6aa;
}
#nav-horizontal li {
	font-size: 13px;
	display: block;
	float: left;
}
#nav-horizontal a, #nav-horizontal a:link {
	display: block;
	float: left;
	color: #7f5638;
	border-right: 1px solid #fff;
	padding: 5px 11px 5px 9px;
	text-decoration: none;
}
#nav-horizontal a:hover {
	background: #7f5638;
	color: #fff;
}
#content {
	padding: 20px;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.superscript {
	vertical-align: super;
	font-size: .6em;
}
/*----------table styles for ARS fish feeds page----------*/
table.fishFeeds {
	width: 450px;
	border-collapse: collapse;
}
table.fishFeeds th {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 5px;
	background: #e9dfb9;
	border-top: 1px solid #d8cea7;
	border-bottom: 1px solid #d8cea7;
}
table.fishFeeds td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	padding: 3px 5px;
	border-bottom: 1px solid #d8cea7;
}
table.fishFeeds .odd {
	background: #f2eaca;
}
table.fishFeeds .even {
	background: #fff8dc;
}