@charset "utf-8";
/* CSS Document */

/* body styles that apply to the entire page */
body {
	/* for bootstrap fixed navbar - Christine 2018-03-21 */
	padding-top: 70px;
	background-image: url(../images/background.gif);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}


/*make navbar font smaller*/
.navbar-default .navbar-nav > li > a {
    font-size: 12px;
}

/*resize logo in menu */
.logo {
	height: 30px;
}

/* whitespace between page title section and header image */
.page-title {
	margin-top: 20px;
}

/* link colors */

.adjuvants a:link {
	color: #616161;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}

.adjuvants a:visited {
	color: #616161;
	font-weight: bold;
}

.adjuvants a:hover {
		color: #F06100;
	font-weight: bold;
}

.businessunits a:link {
	color: #616161;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}

.businessunits a:visited {
	color: #616161;
	font-weight: bold;
}

.businessunits a:hover {
		color: #032F1F;
	font-weight: bold;
}

.plantperformance a:link {
	color: #616161;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}

.plantperformance a:visited {
	color: #616161;
	font-weight: bold;
}

.plantperformance a:hover {
		color: #74AF00;
	font-weight: bold;
}

.cropprotection a:link {
	color: #616161;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}

.cropprotection a:visited {
	color: #616161;
	font-weight: bold;
}

.cropprotection a:hover {
		color: #001ED4;
	font-weight: bold;
}
.seedtreatments a:link {
	color: #616161;
	text-decoration: none;
	font-weight: normal;
	font-size: small;
}

.seedtreatments a:visited {
	color: #616161;
	font-weight: bold;
}

.seedtreatments a:hover {
		color: #F06100;
	font-weight: bold;
}