/*
	FILE : screen.css
	DATE : 4.21.2008.dave
	COPY : Copyright 2008 David A Striegel

	151515 : Site BG
	f6d633 : Yellow
	014723 : Green
	333333 : Grey
*/

/* ========================================================================== */

html, body, td {
	font-family:tahoma, verdana, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#333333;
}

html, body {
	background-color:#151515;
	margin:0px;
	text-align:center;
	min-height: 100%;
}

html {
	height:100%;
	margin-bottom:1px;
}

form {
	padding:0px;
	margin:0px;
}

input, select, textarea {
	font-family:tahoma, verdana, sans-serif;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	padding:2px;
	border-color:#999999;
}

input[type="checkbox"], input[type="radio"] {
	border:0px;
}

input.disabled, select.disabled {
	border-style:solid;
	border-width:1px;
	padding:2px;
	border-color:#999999;
	background:#efefef;
}

/*
hr {
	height:1px;
	border:1px solid #333333;
	border-width:1px 0px 0px 0px;
	margin:10px 0px;
}
*/

a { color:#014723; }
a:hover { text-decoration:none; }
a:active { outline:none; }

/* ========================================================================== */

#container {
	position:relative;
	width:1000px;
	text-align:left;
	margin:0px auto;
}

/* ========================================================================== */

#header {
	position:relative;
	z-index:10;
	background:url('/_css/images/header_5.jpg') no-repeat;
	width:1000px;
	height:231px;	
}

/* ========================================================================== */

#logoBox {
	position:absolute;
	top:50px;
	left:25px;
	width:215px;
	height:70px;
	cursor:pointer;
}

/* ========================================================================== */

#navigation {
	position:absolute;
	top:169px;
	background:url('/_css/images/nav_bg.gif') no-repeat;
	width:1000px;
	height:62px;
}
#navigation ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#navigation li.menu {
	position:relative;
	top:1px;
	float:left;
	display:block;
}
#navigation ul.dropMenu {
	position:absolute;
	top:30px;
	left:-1px;
	z-index:5;
	background:#ffffff;
	border:1px solid #151515;
	padding:0px;
}
#navigation ul.dropMenu a {
	display:block;
	padding:2px 10px;
	border:1px solid #ffffff;
	color:#333333;
	text-decoration:none;
	white-space:nowrap;
}
#navigation ul.dropMenu a:hover {
	color:#ffffff;
	background:#014723;
}

/* ========================================================================== */

#pageTitle {
	position:relative;
	top:0px;
	width:960px;
	margin:0px 20px 10px 20px;
	color:#ffffff;
	font-size:10px;
}

#pageTitle h2 {
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	padding-bottom:8px;
	border-bottom:1px solid #ffffff;
	margin:0px;	
}

#pageTitle a {
	color:#f6d633;
	text-decoration:none;
}

/* ========================================================================== */

#content {
	position:relative;
	width:920px;
	padding:20px 20px 40px 20px;
	margin:0px 20px 40px 20px;
	background:#ffffff;
	border:1px solid #f6d633;
}

/* ========================================================================== */

#footerTesimonial {
	border:1px solid #666666;
	background:#333333;
	padding:10px 20px;
	margin-bottom:5px;
}

#footerTesimonial strong {
	color:#999999;
	font-size:13px;
	font-weight:bold;
	padding-right:5px;
}

#footerTesimonial em {
	color:#f6d633;
	padding:0px 10px 0px 0px;	
}

#footerTesimonial a {
	color:#666666;
}


/* ========================================================================== */

#footer {
	clear:both;
	position:relative;
	margin-top:0px;
	background:url('/_css/images/footer.gif') no-repeat;
	height:175px;
	font-size:11px;
	line-height:14px;
	padding-top:20px;
}

#footer .generalContact {
	position:absolute;
	top:35px;
	left:20px;
	width:200px;
	padding:0px 20px;
	color:#cccccc;
	font-size:24px;
	line-height:24px;
	font-weight:bold;
	text-align:center;
}
#footer .generalContact a {
	font-size:11px;
	line-height:15px;
	font-weight:normal;
	color:#f6d633;
	text-decoration:none;
}	

#footer .office {
	float:right;
	position:relative;
	vertical-align:top;
	padding:0px 20px;
	background:url('/_css/images/office_div.gif') left top no-repeat;
}

#footer .office .idColor {
	position:absolute;
	top:4px;
	left:7px;
	width:7px;
	height:7px;
}

#footer .division {
	color:#cccccc;
}

#footer .address {
	color:#666666;
}

/* ========================================================================== */

#subFooter {
	position:relative;
	top:-20px;
	font-size:11px;
	color:#222222;
	text-align:center;
}

/* ========================================================================== */

.button {
	float:left;
	color:#ffffff;
	background:url('/_css/images/nav_btns.gif') no-repeat;
	background-position: 0px 0px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:capitalize;
	height:61px;
	overflow-y:hidden;
	padding-left:1px;
}
.button span {
	display:block;
	_display:inline-block;
	background:url('/_css/images/nav_btns.gif') no-repeat;
	background-position: right 0px;
	padding:7px 10px 0px 9px;
	height:61px;
	cursor:pointer;
	white-space:nowrap;
}
a.button.on {
	background-position: 0px -61px;
}
a.button.on span {
	background-position: right -61px;
}

.button:hover,
.button:focus,
.button:active {}

/* ========================================================================== */

.buttonWrapper {
	border-collapse:collapse;
}
.buttonWrapper td {
	padding:0px;
}

/* ========================================================================== */

.whiteButton {
	float:left;
	color:#ffffff;
	background:url('/_css/images/nav_btns_w.gif') no-repeat;
	background-position: left top;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:capitalize;
	height:45px;
	padding-left:1px;
}
.whiteButton.on {
	background-position: left -45px;
}
.whiteButton span {	
	float:left;
	background:url('/_css/images/nav_btns_w.gif') no-repeat;
	background-position: right top;
	padding:4px 10px 0px 9px;
	height:41px;
	cursor:pointer;
	white-space:nowrap;
}
.whiteButton.on span {
	background-position: right -45px;
}

.whiteButton:hover,
.whiteButton:focus,
.whiteButton:active {} 

/* ========================================================================== */

.blackButton {
	float:left;
	color:#ffffff;
	background:url('/_css/images/nav_btns_b.gif') no-repeat;
	background-position: left top;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:capitalize;
	height:45px;
	padding-left:1px;
}
.blackButton.on {
	background-position: left -45px;
}
.blackButton span {	
	float:left;
	background:url('/_css/images/nav_btns_b.gif') no-repeat;
	background-position: right top;
	padding:4px 10px 0px 9px;
	height:41px;
	cursor:pointer;
	white-space:nowrap;
}
.blackButton.on span {
	background-position: right -45px;
}

.blackButton:hover,
.blackButton:focus,
.blackButton:active {} 

/* ========================================================================== */

.infoForm td { width:auto !important; vertical-align:top; }
.infoForm label { 
	float:right; 
	white-space:nowrap; 
	padding-right:5px;
}
.infoForm label.required {
	font-weight:bold;
	color:#014723; 
	background:url('/_css/images/required.gif') 0px 2px no-repeat;
	padding-left:15px;
}

/* ========================================================================== */

div.error {
	margin-top:20px;
	border:2px dotted #990002;
	border-width:2px 0px;
	padding:10px;
}
div.error li {
	list-style:square;
	font-weight:bold;
	color:#990002;
	margin-bottom:5px;
}

div.success {
	margin-top:20px;
	border:2px dotted #014723;
	border-width:2px 0px;
	padding:10px;
}
div.success li {
	list-style:square;
	font-weight:bold;
	color:#014723;
	margin-bottom:5px;
}

/* ========================================================================== */

#varietySearch {
	position:relative;
	width:275px;
	background:#e1ddc0;
	padding:10px;
	border:1px solid #807d6c;
}
#varietySearch .tl {
	position:absolute;
	top:-1px;
	left:-1px;
	width:15px;
	height:15px;
	background:url('/_css/images/corner_tl.gif') no-repeat;
}
#varietySearch .tr {
	position:absolute;
	top:-1px;
	right:-1px;
	width:15px;
	height:15px;
	background:url('/_css/images/corner_tr.gif') no-repeat;
}
#varietySearch .bl {
	position:absolute;
	bottom:-1px;
	left:-1px;
	width:15px;
	height:15px;
	background:url('/_css/images/corner_bl.gif') no-repeat;
}
#varietySearch .br {
	position:absolute;
	bottom:-1px;
	right:-1px;
	width:15px;
	height:15px;
	background:url('/_css/images/corner_br.gif') no-repeat;
}
#varietySearch hr {
	height:1px;
	border:1px solid #807d6c;
	border-width:1px 0px 0px 0px;
}
#varietySearch td {
	vertical-align:middle;
}
#varietySearch td label {
	width:125px;
	text-align:right;
	white-space:normal;
}
#varietySearch input {
	background:#807d6c;
	color:#ffffff;
	font-weight:bold;
	border:1px solid #807d6c;
}

/* ========================================================================== */

.varietyList {
	width:100%;
	border-collapse:collapse; 
}
.varietyList th {
	font-weight:bold;
	padding:1px 5px;
	border-bottom:1px solid #cccccc;
	vertical-align:text-bottom;	
}
.varietyList td {
	padding:1px 5px;
	border-bottom:1px solid #cccccc;	
}
.varietyList tr.over {
	background:#f6d633;
	cursor:pointer;
}
.varietyList tr.altRow {
	background:#efefef;
}

/* ========================================================================== */

.infoPopup { 
	position:absolute;
	top:1px; 
	z-index:5;
	background:#ffffff; 
	border:2px solid #807d6c; 
	padding:10px;
	width:200px; 
	overflow:auto;
}

/* ========================================================================== */

/*
	151515 : Site BG
	f6d633 : Yellow
	014723 : Green
	333333 : Grey
*/

.testimonialHeader {
	padding:5px;
	border-bottom:1px solid #cccccc;
	
}
.testimonialHeader.on {
	background:#efefef;
}

.testimonialHeader a {
	font-weight:bold;
	color:#014723;	
	text-decoration:none;
}
.testimonialHeader a:hover {
	text-decoration:underline;	
}
.testimonialHeader em {
	color:#666666;	
}
.testimonialHeader a {
	text-decoration:none;
	padding-right:2px;
}
.testimonialBody {
	position:relative;
	padding:20px;
	margin-bottom:30px;
	/*	
	background:#e1ddc0;
	border:1px solid #807d6c;
	border-width:0px 1px 1px 1px;

	min-height:200px;
	height:auto !important;
	height:200px;
	*/
}
.testimonialBody img {
	border:1px solid #807d6c;	
}
/*
.testimonialBody div.bl {
	position:absolute;
	bottom:-1px;
	left:-1px;
	width:15px;
	height:15px;
	background:url('/_css/images/corner_bl.gif') no-repeat;
}
.testimonialBody div.br {
	position:absolute;
	bottom:-1px;
	right:-1px;
	width:15px;
	height:15px;
	background:url('/_css/images/corner_br.gif') no-repeat;
}
*/

/* ========================================================================== */

.featured {
	padding:0px 20px;
	border-right:1px solid #cccccc;
	text-align:center;
}

.featured td {
	vertical-align:top;
	text-align:left;
}

.featured ul {
	margin:5px 0px 10px 20px;
	text-align:left;
	padding:0px;
}


.featured div.featuredTitle {
	font-weight:bold;
	font-size:14px;
	color:#014723;
	text-align:center;
	margin-bottom:15px;
}

.featured span.featuredMainTitle {
	font-weight:bold;
	color:#333333;
	text-align:left;
}


.featured span.featuredVarietyTitle {
	font-weight:bold;
	font-size:16px;
	color:#333333;
}

.featured span.featuredFamilyTitle {
	font-weight:bold;
	text-align:left;	
}

.featured span.featuredFamilyText {
	font-weight:bold;
	font-size:14px;
	color:#014723;
	text-align:left;
}

/* ========================================================================== */

.indexTestimonial {
	width:230px;
	.width:250px;
	padding-left:20px;
	vertical-align:top;
	text-align:center;
}

.indexTestimonial img {
	border:1px solid #cccccc;
	margin-bottom:10px;	
}

.indexTestimonial div.indexTestimonialQuote{
	color:#333333;
	text-align:left;
}

.indexTestimonial p.indexTestimonialName{
	color:#014723;
	font-style:italic;
	text-align:right;
}


/* ========================================================================== */
.indexProductSearch {
	width:230px;
	.width:250px;
	vertical-align:top;
	padding-right:20px;
	border-right:1px solid #cccccc;
}

.indexProductSearch span.indexProductSearchTitle {
	font-weight:bold;
	font-size:14px;
	color:#014723;
}

.indexProductSearch .indexProductSearchCrop {
	font-weight:bold;
	font-size:12px;
	color:#333333;
}	


/* Corn Bottom to top 
 * #ffcc33
 * #cccc33
 * #cc9900
 * #33cc33
 * #339933
 * #006600
 * #999999
 * #666666
 * #333333
 */

/* Soybean Bottom to top 
 * #79a871
 * #47804d
 * #1a5a1e
 * #c1882f
 * #e9a65f
 * #8f8f8f
 * #6d6d6d
  */
.indexProductSearch .indexProductSearchMaturity{
	width:100%;
} 

.indexProductSearch td div {
	float:left;
	position:relative;
	top:4px;
	margin-right:5px;
	width:12px;
	height:12px;
}

/* ========================================================================== */
#footerLinks {
	position:relative;
	top:-5px;
	left:20px;
}

#footerLinks #seedware{
	float:left;
	position:relative;
}

#footerLinks #webmail{
	float:left;
	position:relative;
	top:7px;
	left:35px;
}

#footerLinks #seedware table{
	position:absolute;
	top:35px;
	right:0px;
}

#footerLinks #webmail table{
	position:absolute;
	top:28px;
	right:0px;
}
/* ========================================================================== */

#footerWeather {
	float:right;
	padding-right:20px;
	position:relative;
	top:-15px;

}

#footerWeather, #footerWeather td {
	color:#666666;
}
#footerWeather td {
	vertical-align:top;
}
#footerWeather .label {
	text-align:right;
	color:#999999;
}