@charset "utf-8";
.answer {
	color: #006666;
	margin-right: 30px;
	margin-left: 30px;
	display: inline-block;
}

.question {
	font-size: 125%;
	color: #000000;
	font-weight: bold;
	margin-right: 20px;
	margin-left: 20px;
}

/* CSS Document */

body {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
}
h2 {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}
#container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.pubslist {
	background-color: #CCCCCC;
	border: 1px dashed #CCCCCC;
	width: 400px;
	margin-right: 25px;
	margin-left: 25px;
}

#video {
	height: 388px;
	width: 400px;
	background-color: #FFFFFF;
	margin-left: 15px;
	float: right;
}
#textboxlt {
	float: left;
	width: 425px;
	padding: 10px;
	margin-bottom: 10px;
}
#logos {
	clear: right;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 75px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #212E84;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #212E84;
	padding-top: 10px;
	padding-bottom: 10px;
}
.logo1 {
	float: left;
	margin-top: auto;
	margin-bottom: auto;
}

table {
	width: 700px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	color: #000000;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	height: 85px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(images/bkg-header.jpg);
}
#turfheader {
	background-color: #3D0508;
	height: 50px;
	width: 900px;
	clear: both;
}

.greentxt {
	font-size: 150%;
	color: #006600;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-variant: normal;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.25em;
	margin-bottom: 20px;
}
.imgcenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	font-size: 125%;
}
#mainContent {
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}

.topright {
	float: right;
	width: 180px;
	margin-right: 5px;
}
.topcenter {
	width: 270px;
	text-align: center;
	letter-spacing: 0.4em;
	display: block;
	height: 75px;
	margin-left: 150px;
	float: left;
	margin-right: 0px;
	font-size: 200%;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
}
#navbar {
	background-color: #669999;
	height: 35px;
	width: 100%;
	clear: both;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 110%;
	font-weight: bold;
	padding: 0px;
}
.topleft {
	float: left;
	width: 450px;
	padding-top: 0px;
	margin-top: 5px;
}
#footer {
	color: #CCCCCC;
	clear: both;
	width: 100%;
	font-size: 85%;
	background-color: #006666;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}
#footer a {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
	background-color: #006666;
}
#footer a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #367C2B;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #a99a6f;
}
#footer a:active {
	color: #000000;
	text-decoration: none;
	background-color: #367C2B;
}

.greentxtcenter {
	font-size: 95%;
	color: #000099;
	background-color: #6DB43F;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.logo2 {
	float: left;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
}
.logo3{
	float: left;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
}
.logo4 {
	float: left;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 15px;
}
.imgright {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.thumbnail{
	position: relative;
	z-index: 0;
	background-image: url(varieties/images/Scott_Field_5.jpg);
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
h3 {
	font-style: italic;
	font-weight: bold;
	color: #006666;
}


.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFCC;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -400px;
	left: 10px; /*position where enlarged image should offset horizontally */

}

