 @charset "utf-8";
/* CSS Document */
@import url("menu.css");
@import url("timeline.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #09266a;
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#09266a), to(#00573d)) fixed;
	/* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #09266a, #00573d) fixed;
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #09266a 10%, #00573d) fixed;
	/* IE 10 */
	background: -ms-linear-gradient(top, #09266a 10%, #00573d3) fixed;
	/* Opera */
	background: -o-linear-gradient(top, #09266a, #00573d) fixed;
	background: linear-gradient(top, #09266a, #00573d) fixed;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.researchMain {
	padding: 5px;
}

.researchMain h5 {
	font-weight: bold;
}

.red {
	color: red;
}

.greyBackground {
	background: #CCC;
	padding: 5px;
}

/* masthead div's */


.404 {
	margin: 0 25px;
}

.masthead {
	background-color: #09266a;
}

.mastheadLeft img {
	height: 73px;
	padding: 5px;
	border: none;
	padding: 0 0 0 0;
	vertical-align: middle;
}

.mastheadLeft {
	background-color: transparent;
}

.mastheadRight {
}

.topNav {
}

.topNav ul {
	color: white;
	list-style: none;
}

.topNav ul a {
	color: white;
}

.topNav ul li {
	display: inline;
	font-size: 13px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #09266a;
	font-weight: normal;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	text-decoration: underline;
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
	background-color: #09266a;
	text-align: center;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #00573d;
}

.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}

.usda h1 {
	padding: 20px 0 0 25px;
	text-align: left;
	font-size: 1.8em;
	font-weight: bold;
	color: white;
}

.usda h2 {
	padding: 5px 0 0 25px;
	text-align: justify;
	font-size: 1.55em;
	font-weight: bold;
	color: white;
	margin: -10px 0 0 0;
}

.usda h1 a, .usda h2 a {
	color: white;
	text-decoration: none;
}

.usda h1 a:hover, .usda h2 a:hover {
	color: white;
	text-decoration: none;
}

.right {
	clear: none;
	display: block;
	float: right;
	padding: 0 5px 0 0;
}

.searchDropDown {
	display: inline-block;
	clear: none;
	width: 140px;
	float: left;
	margin: 0 0 0 2px;
}

.searchMagify {
	display: inline-block;
	clear: none;
	float: right;
	width: 35px;
	margin: 1px 0 0 0;
}

/* ---- Search Help ---- */












.searchHelp {
	width: 100%;
	height: 28px;
	color: white;
	font-size: 13px;
	line-height: 37px;
	text-decoration: none;
	margin-top: 0;
}

.searchHelp li {
	float: left;
	list-style-type: none;
	padding: 0 0 0 3px;
}

.searchHelp ul {
	margin: 0px;
	padding: 0 0 0 5px;
	float: right;
}

.searchHelp a:link, .searchHelp a:visited {
	color: white;
	font-size: 11px;
	font-weight: bold;
	line-height: 35px;
	text-decoration: underline;
}

.searchHelp a:hover {
	text-decoration: underline;
}

.searchBtn {
	float: right;
	clear: right;
	display: inline-block;
	margin-left: 5px;
	margin-top: -34px;
}

#brdcrmb_socMedia {
	background: #CCC;
	/*	border-bottom: #666 1px solid;
*/	padding: 5px 0 0 0;
}

.breadCrumb {
	padding: 10px 5px;
	font-size: 12px;
	color: black;
	overflow: hidden;
}

.breadCrumb a:link, .breadCrumb a:visited {
	text-decoration: none;
	color: black;
}

.breadCrumb a:hover {
	text-decoration: underline;
}

.socialMedia {
	float: left;
	color: navy;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

.social_title {
	float: right;
	line-height: 31px;
}

.social_icons span {
	float: right;
	margin: 0;
	padding: 0 5px;
}

/* ================ MAIN MENU ======================== */









.newsFooter {
	font-size: 12px;
}

.newsFeed {
	height: 150px;
	overflow-y: scroll;
	overflow-x: hidden;
}

h3.alignRight {
	text-align: right;
	right: 5px;
}

/* ================ Main Content ===================== */











.mainContent {
	background-color: white;/*	padding: 0 0 10px 0;
*/
}

.contentMain {
	background-color: white;
}

/*.mainContent a {
	color: blue;
}

.mainContent a:hover, mainContent a:focus {
	background-color: #ff9;
	text-decoration: underline;
}*/

.contentRight {
	background: white;
	padding: 10px 10px 0 10px;
}

.contentRight a {
	color: blue;
}

.contentRight a:hover {
	background-color: #ff9;
	text-decoration: underline;
}

.researchMain h4 {
	background: #00573d;
	color: white;
	margin: 10px;
	padding: 5px;
}

.contentRight h4 {
	background: #00573d;
	color: white;
	margin: 10px 0;
	padding: 5px;
}

h4.stateContact {
	background: none;
	color: #000000;
	padding: 0px;
}

.carouselArea {
}

.section2 {
	border: #CCC solid thin;
	padding: 5px;
	margin: 5px;
	clear: both;
}
.section2 a {
	color: blue;
}
.section2 a:hover, .sectio2 a:focus  {
	background-color: #ff9;
	text-decoration: underline;
}

.printNews, .emailNews {
	text-align: center;
}

.headlines {
	padding: 5px;
}

.headlines h4 {
	font-size: 14px;
	font-weight: bold;
	color: white;
	background: #09266a;
	padding: 8px;
	margin-right: 5px;
	margin-top: -5px;
	text-align: center;
}

.stateMapSelect {
	height: 280px;
	background: url(../images/homePage/us_blue_map.png) center bottom no-repeat;
	display: inline;
	float: left;
	border-left: #CCC solid thin;
	border-right: #CCC solid thin;
}

.stateMapSelect h4 {
	/*margin-top: 25px;*/
	text-align: center;
}

.stateMapSelect p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.stateMapForm form {
	margin-top: 85px;
	margin-left: auto;
	margin-right: auto;
}

.stateMapForm select {
	margin-left: 28%;
}

.findRFO {
	text-align: center;
	margin-top: 100px;
	font-weight: bold;
}

.stateLeft {
	padding-right: 5px;
	border-right: #ccc thin solid;
}

.stateRight {
	padding-left: 5px;
}

.img-Left {
	float: left;
	padding: 0 10px 5px 0;
}

.searchSubject {
	margin-top: -20px;
}

.searchSubjectButton {
	margin-top: -9px;
}

/* === HEADLINES, BLOG, TWITTER FEED === */











.feedPadding {
	padding: 0 5px;
	margin-left: 5px;
}

#news {
	width: 50%;
	float: left;
	height: auto;
	background: #6592e5;
	color: white;
	font-weight: bold;
	text-align: center;
	position: absolute;
	padding: 10px;
}

#news a:link, #news a:visited {
	color: #ffffff;
	text-decoration: none;
}

#news_active {
	width: 50%;
	float: left;
	height: auto;
	background: #1e366c;
	color: white;
	font-weight: bold;
	text-align: center;
	position: absolute;
	padding: 5px;
}

#news_active a:link, #news_active a:visited {
	background: #1e366c;
	color: white;
	text-decoration: none;
}

#latest_tweets {
	width: 50%;
	float: left;
	height: auto;
	background: #6592e5;
	color: white;
	text-align: center;
	position: absolute;
	font-weight: bold;
	padding: 5px;
}

#latest_tweets a:link, #latest_tweets a:visited {
	color: #ffffff;
	text-decoration: none;
}

#latest_tweets_active {
	width: 50%;
	float: left;
	height: auto;
	color: #ffffff;
	background: #1e366c;
	font-weight: bold;
	text-align: center;
	position: absolute;
	padding: 5px;
}

#latest_tweets_active a:link, #latest_tweets_active a:visited {
	background: #1e366c;
	color: white;
	text-decoration: none;
}

#blog, #blog2 {
	width: 50%;
	float: left;
	height: auto;
	background: #6592e5;
	color: white;
	font-weight: bold;
	text-align: center;
	position: absolute;
	margin-left: 50%;
	padding: 5px;
}

#blog a:link, #blog a:visited, #blog2 a:link, #blog2 a:visited {
	color: #ffffff;
	text-decoration: none;
}

#blog_active {
	width: 50%;
	float: left;
	height: auto;
	background: #1e366c;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	position: absolute;
	margin-left: 50%;
	padding: 5px;
}

#blog_active a:link, #blog_active a:visited {
	background: #1e366c;
	color: white;
	text-decoration: none;
}

#Feed {
	height: 275px;
	display: block;
	clear: none;
	color: black;
	list-style: bulleted;
	padding: 10px;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: visible;
}

#tweets {
	height: 275px;
	position: absolute;
	clear: both;
	margin-top: 33px;
	font-size: 12px;
	color: black;
	list-style: bulleted;
	padding: 5px;
}


#tweets a:link, #tweets a:visited {
	text-decoration: none;
	color: black;
}

#tweets a {
	color: blue;
}

#tweets a:hover {
	text-decoration: underline;
	color: black;
}

#headlines, #bloglist, #tweets {
	background-color: white;
	clear: both;
	color: black;
	font-size: 12px;
	height: 240px;
	padding: 5px;
	position: absolute;
	margin-top: 35px;
	overflow-x: hidden;
	overflow-y: visible;
}

/* === HEADLINES, BLOG, TWITTER FEED === */

/* === SOCIAL MEDIA and EMAIL SIGNUP === */











.main_social {
	background: -moz-linear-gradient(center, #09266a, 10%, #09266a);
	padding: 15px 0 0;
	border-radius: 0 0 40px 40px;
	-moz-border-radius: 0 0 40px 40px;
	-webkit-border-radius: 0 0 40px 40px;
}

.socialIcons {
	padding: 2px 0 0 0;
	text-align: right;
}

.socialIcons a img {
	height: 37px;
	width: 37px;
}

.email_signup {
	color: white;
	font-size: 11px;
	font-style: oblique;
	font-weight: bold;
	height: 20px;
	line-height: 22px;
	margin-top: 1px;
	text-align: right;
	padding: 0 15px 0 0;
}

.email_signup a {
	color: white;
	text-decoration: none
}

.email_signup a {
	text-decoration: underline;
}

/* === SOCIAL MEDIA and EMAIL SIGNUP === */

/* === TODAY'S REPORTS === */











.todays_reports {
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
}
.todays_reports a {
	color: blue;
}
.todays_reports a:hover, .todays_reports a:focus {
	background-color: #ff9;
	text-decoration: underline;
}
}
.reportContainer {
	height: 260px;
	overflow-x: hidden;
	overflow-y: auto;
}

.todays_top {
	margin: 2px 0;
	overflow: hidden;
}

.area_1_right {
	height: auto;
}

.todays_reports h3 {
	font-size: 1.3em;
	font-weight: bold;
	padding: -10px 0 0 5px;
}

.todays_link:link, #todays_link:visited {
	color: #1e366c;
	text-decoration: none;
}

.todays_link:hover {
	color: #1e366c;
	text-decoration: underline;
}

.todays {
	margin: 0 10px;
	color: black;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
	padding-left: 35px;
}

.todays_top {
	margin: 0px 10px;
}

.todays_calendar {
	float: right;
	padding: 20px 0 0 40px;
}

.todays_calendar a:link, #todays_calendar a:visited {
	padding: 0 0 0 2px;
	color: blue;
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
}

.todays_calendar a:hover {
	text-decoration: underline;
}

.todays_calendar img {
	vertical-align: middle;
}

.divider, .dividerend {
	height: 12px;
	margin-left: 6px;
}

.divider img, .dividerend img {
	vertical-align: super;
}

.noreport {
	margin: 25px 15px 5px -10px;
}

.todays_reports p {
	color: black;
	font-size: 11px;
}

.report {
	font-size: 12px;
}

.title {
	color: black;
	font-size: 13px;
	overflow: hidden;
	padding-left: 10px;
}

.title p {
	color: black;
	font-size: 11px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.reportname {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 4px;
}

.releasetime {
	float: left;
	font-size: 11px;
}

.links {
	float: right;
	font-size: 11px;
	padding-right: 20px;
}

.links a:link, .links a:visited {
	color: blue;
	text-decoration: none;
}

.links a:hover {
	text-decoration: underline;
}

.previous {
	font-size: 12px;
	height: 30px;
	text-align: center;
}

/* === TODAY'S REPORTS === */











.reportsLeft {
	width: 50%;
	padding: 0 5px;
	display: block;
	float: left;
	clear: none;
}

.reportsRight {
	width: 50%;
	padding: 0 15px;
	display: inline;
	float: left;
	clear: none;
}

.pendingReport {
	text-align: right;
	width: 50%;
	padding-top: 5px;
	display: inline;
	float: left;
	clear: none;
}

#today-container {
	display: block;
	overflow: scroll;
	overflow-y: visible;
	overflow-x: hidden;
	max-height: 230px;
}

.todaysReportPadding {
	padding: 0 15px;
}

.countdown {
	padding: 0 15px;
	color: maroon;
	margin-top: 0px;
	font-size: 7pt;
}

.todaysReport h5 {
	margin: 5px 0;
}

.todaysReport hr {
	margin-bottom: 5px;
	margin-top: 5px;
}

/* === PUBLICATIONS BY DATE BOX === */




#by_date_container {
	border: #bbb 1px solid;
	overflow: hidden;
}

#by_date_title {
	color: black;
	padding: 10px;
	text-align: center;
	background-color: #bbb;
	font-weight: bold;
	border-right-style: solid;
	border-right-color: #bbb;
	border-right-width: 1px;
}

#by_date_entry {
	width: 25%;
	padding: 10px;
	background-color: white;
	float: left;
	border-right-style: solid;
	border-right-color: #bbb;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #bbb;
	border-top-width: 1px;
	text-align: center;
}

/* === HIGHLIGHTS === */









.highlights {
	clear: both;
}

.highlights img {
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

.email_signup a:link, .email_signup a:visited {
	color: white;
	font-size: 11px;
	line-height: 28px;
	text-decoration: none;
}

.email_signup a:hover {
	text-decoration: underline;
}

.main_photo {
	float: left;
	height: 331px;
	width: 520px;
}

.slider_right {
	background-color: gray;
	float: left;
	height: 313px;
	width: 144px;
}

.photo_caption {
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: 250px;
	padding: 21px 6px 6px 10px;
	width: 128px;
}

.slide_number {
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	width: 50px;
}

.photo_caption a:link, .rphoto_caption a:visited {
	color: white;
	text-decoration: none;
}

.photo_caption a:hover {
	text-decoration: underline;
}

.photo_description {
	color: white;
	font-size: 10pt;
	font-weight: normal;
}

.statement {
	font-family: georgia;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	line-height: 11px;
	margin: 10px 0;
	text-align: center;
	color: #6592e5;
}

.state {
	color: #060;
}

.modified {
	text-align: right;
}

.biographies {
	list-style: none;
}

.biographies ul {
	margin: 5px 0;
}

.biographies li {
	padding: 10px 0 5px 0;
}

.biographies hr {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 0;
	border-top: 1px solid darkGrey;
}

.listStyleNone li {
	list-style-type: none;
	margin: 5px 0;
}

.researchMain h3 {
	padding: 0 0 5px 0;
	margin: 5px 10px;
	border-bottom: 2px solid navy;
}

.contentRight h3 {
	padding: 0 0 5px 0;
	margin: 5px 0;
	border-bottom: 2px solid navy;
}

.contentRight h5 {
	font-weight: bold;
}

.cropDescription {
	text-align: center;
}

.reminder {
	color: red;
	font-weight: bold;
}

.stateLead {
	padding: 5px 0;
}

.stateLead p {
	padding-top: 10px;
}

.stateQuestion {
	margin: 0 auto;
	padding: 10px 0 5px 0;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
.stateQuestion a {
	color: blue;
}
.stateQuestion a:hover, .stateQuestion a:focus {
	background-color: #ff9;
	text-decoration: underline;
}
img.stateImage {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.stateImage p {
	padding: 10px 0;
}

.outreach {
	border-spacing: 0px;
	border-collapse: separate;
}

.outreach th {
	background: #09266a;
	color: white;
	text-align: center
}

.outreach th h4 {
	text-align: center;
}

.outreach th h5 {
	text-align: center;
}

.outreach tr {
	border: thin solid #666;
	border-spacing: 0px;
	border-collapse: separate;
}

.outreach td {
	padding: 5px;
	border-bottom: thin solid #ccc;
}

.newTable {/*border: ridge #999;*/
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
}

.newTable th, .newTable td {
	text-align: center;
	border: #999 thin solid;
	border-spacing: 0px;
	border-collapse: separate;
}

.pubsDropDown {
	padding: 10px 0;
	margin-left: 40px;
}

.selectState {
	margin: 10px 0 10px 30px;
}

.hiddenLabel {
	display: none;
}

.partRFO {
	color: #00573d;
	font-style: italic;
}

#crossWalk {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
}

table .crossWalk {
	border: 1px #999999 solid;
	border-collapse: collapse;
}

.crossWalk th {
	padding: 2px;
	text-align: center;
}
 @media (max-width: 767px) {

#masthead {
	background: #09266a;
	margin: 0 2px;
}

.logo img {
	height: 50px;
	padding: 3px;
	border: none;
	vertical-align: auto;
}

.stateMapSelect {
	background: url(../images/homePage/us_blue_map-280x187.gif) center center no-repeat;
	height: 280px;
	display: block;
	border-left: none;
	border-right: none;
	border-bottom: thin #ccc solid;
	border-top: thin #ccc solid;
}

.stateMapSelect h4 {
	margin-top: 5px;
	text-align: center;
}

.stateMapSelect p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*.stateMapForm select {
	margin-left: 23%;
}*/



.twitterBlog {
	margin: 10px 0;
	clear: both;
}

/* === BREADCRUMBS === */




.breadCrumb {
	padding: 5px 2px;
	font-size: 0.8em;
	color: black;
	overflow: hidden;
}

.breadCrumb a:link, .breadCrumb a:visited {
	text-decoration: none;
	color: black;
}

.breadCrumb a:hover {
	text-decoration: underline;
}

/* === LEFT NAV ===  */




.leftnav {
	background-color: #e7e7e7;
	border: 2px solid #b7b7b7;
	text-align: left;
	font-size: 1em;
}

.leftnav p {
	clear: both;
	color: black;
	font-size: 13px;
	font-weight: bold;
	margin: 2px 0;
	padding-left: 20px;
	padding-top: 5px;
}

.leftnav ul {
	list-style-type: none;
	margin: 5px 0 5px -35x;
}

.leftnav li {
	/*	background-position: 3px -2px;
	background-repeat: no-repeat;
*/	line-height: 1em;
	padding: 5px;
}

.leftnav li a {
	/*	background-position: 3px -2px;
	background-repeat: no-repeat;*/
	line-height: 1.0em;
}

.leftnav a {
}

.leftnav li a:hover {
	text-decoration: underline;
}

.leftnav h3 {
	background: #09266a;
	color: white;
	font-size: 1.0em;
	margin: 0 0 0 5px;
	padding: 10px 0 10px 10px;
}

img.stateImage {
	max-width: 90px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.stateImage p {
	padding: 10px 0;
}

/* === END LEFT NAV ===  */




.logos {
	margin: 10px 0 0 0;
	height: 90px;
	padding: 5px 1px;
}

.logos a img {
	height: 71px;
	vertical-align: middle;
	padding: 10px 2px;
}

.logosRight img {
	margin: 10px 0 0 -30px;
	height: 90px;
	padding: 25px 15px 0 1px;
}

.masthead {
	background-color: #1e366c;
}

.mastheadLeft img {
	height: 50px;
	padding: 5px;
	border: none;
	padding: 0 0 0 0;
	vertical-align: middle;
}

.masthead, .navbar-default {
	margin: 0;
	background-color: transparent;
	border: none;
}

.navbar-default.logos a img {
	height: 71px;
	padding: 0 5px;
}

.searchBar input {
	float: left;
	display: block;
}

.searchBar button {
	float: right;
	display: inline-block;
	clear: right;
}

.mobileSearch input {
	width: 85%;
}

.mobileSearch button {
	float: right;
	clear: none;
	margin: -30px 5px;
}

#search_form {
	margin: 0 5px;
}

#query {
	text-align: left;
	width: 85%;
}

.area_1 {
	clear: both;
	margin: 5px 5px;
}

.area_1_left {
	background-color: ghostWhite;
	height: auto;
}

.area_1_right {
	clear: both;
	margin: 2px 0;
}

.area_2 {
	margin: 0 5px;
	height: auto;
}

.area_2_left {
	margin: 5px 0;
	clear: both;
	height: 313px;
	background-color: ghostWhite;
}

#headlines, #bloglist, #tweets {
	background-color: ghostWhite;
	clear: both;
	color: black;
	font-size: 12px;
	height: 223px;
	max-height: 223px;
	padding: 10px;
	position: absolute;
}

#headlines li {
	margin-left: 15px;
	padding: 3px 0;
}

#headlines a:link, #headlines a:visited {
	color: black;
	text-decoration: none;
}

#headlines a:hover {
	color: black;
	text-decoration: underline;
}

#bloglist li {
	margin-left: 15px;
	padding: 3px 0;
}

#bloglist a:link, #bloglist a:visited {
	color: black;
	text-decoration: none;
}

#bloglist a:hover {
	color: black;
	text-decoration: underline;
}

#tweets a:link, #tweets a:visited {
	color: black;
	text-decoration: none;
}

#tweet a:link, #tweet a:visited {
	color: black;
	text-decoration: none;
}

#tweets a:hover {
	color: black;
	text-decoration: underline;
}

#tweets ul {
	margin: -5px 0 0 -30px;
}

#tweets li {
	padding: 3px 0;
}

.section2 {
	border: #CCC solid thin;
	padding: 5px;
	margin: 5px;
	clear: both;
}
}
 @media screen and (min-width: 768px) {

/*.mobile {
	padding: 2px 0;
}*/



.logos {
	margin: 3px 0 0 0;
	height: 90px;
	padding: 25px 1px;
}

.logosRight {
	margin: 10px 0 0 -30px;
	height: 90px;
	padding: 25px 15px 0 1px;
}

.masthead.logos a img {
	height: 71px;
	vertical-align: middle;
	padding: 10px 2px;
}

.masthead.logos a img {
	height: 71px;
	vertical-align: middle;
	padding: 10px 2px;
}

#searchForm {
	display: block;
	clear: left;
	float: right;
	text-align: right;
	font-size: 13px;
	padding: 5px;
	margin: 10px 5px;
}

#footer {
	background-color: #000000;
	text-align: center;
}

.footer ul {
	text-align: center;
}

.footer li {
	display: inline;
	color: white;
	font-size: 68.8%;
	line-height: 10px;
}

.footer a:link, .footer li a:visited {
	text-decoration: none;
	color: white;
	font-size: 11px;
	line-height: 10px;
}

.footer a:hover {
	text-decoration: underline;
}

.footerTop {
	padding: 0 0 5px 0;
}

.footerBottom {
	margin-top: -20px;
	margin-bottom: 5px;
}

/* === LEFT NAV ===  */











.leftnav {
	background-color: #e7e7e7;
	border: 2px solid #b7b7b7;
	text-align: left;
	font-size: 1em;
}

.leftnav p {
	clear: both;
	color: black;
	/*	font-size: 13px;*/
	font-weight: bold;
	margin: 2px 0;
	padding-left: 20px;
	padding-top: 5px;
}

.leftnav ul {
	list-style-type: none;
	margin: 5px 0 5px -20px;
}

.leftnav li {
	background-position: 3px -2px;
	background-repeat: no-repeat;
	line-height: 1.0em;
	padding: 5px;
}

.leftnav li a {
	background-position: 3px -2px;
	background-repeat: no-repeat;
	line-height: 1.0em;
	color: #1e366c;
}

.leftnav li a:hover {
	text-decoration: underline;
}

.leftnav h3 {
	background: #09266a;
	color: white;
	font-size: 1.2em;
	margin: 0 0 0 0;
	padding: 10px 0 10px 10px;
}

/* === END LEFT NAV ===  */


/* === DATALAB TABLULATIONS === */










.dataLabHeader tr th {
	background: #09266a;
	color: #ffffff;
}

.datalabs table {
	border-spacing: 0;
	border-collapse: collapse;
}

.datalabs th {
	padding: 0 4px;
	background: #09266a;
	color: #ffffff;
}

.datalabs td {
	padding: 0 4px;
}

.datalabs > tbody > tr:nth-of-type(odd) {
	background-color: #ccc;
}

.datalabs tbody tr:hover {
	background-color: #00573d;
	color: #ffffff;
}

.datalabs caption p {
	margin-left: auto;
	margin-right: auto;
}
}
 @media screen and (max-width: 1024px) {

.usda h1 {
	padding: 20px 0 0 35px;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
}

.usda h2 {
	padding: 5px 0 0 35px;
	text-align: justify;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	margin: -10px 0 0 0;
}

.usda h1 a, .usda h2 a {
	color: white;
	text-decoration: none;
}

.usda h1 a:hover, .usda h2 a:hover {
	color: white;
	text-decoration: none;
}

.logos {
	margin: 20px 0 0 0;
	height: 80px;
	padding: 5px 1px;
}

.logos a img {
	height: 71px;
	vertical-align: middle;
	padding: 4px 2px;
}

.logosRight {
	margin: 10px 0 0 -20px;
	height: 60px;
	padding: 25px 15px 0 1px;
}

.masthead.logos a img {
	height: 60px;
	vertical-align: middle;
	padding: 10px 2px;
}

.social_title {
	font-size: 0.8em;
	float: right;
	line-height: 31px;
}
}
/*@media screen and (min-width: 530px) {

.stateMapSelect {
	background: url(../images/homePage/us_blue_map-280x187.gif) center center no-repeat;
	height: 280px;
	display: block;
	border-left: none;
	border-right: none;
	border-top: #CCC thin solid;
	border-bottom: #CCC thin solid;
}

.stateMapSelect h4 {
	margin-top: 5px;
	text-align: center;
}

.stateMapSelect p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.stateMapForm form {
	margin-top: 75px;
	padding: 0 0 25px 0;
}
.stateMapForm select {
	margin-left: 33%;
}
.twitterBlog {
	display: block;
	height: 240px;
	padding: 0;
}
}*/

@media (min-width: 176px) {

.area_1_right {
	display: none;
}

.stateMapSelect {
	background: url(/images/homePage/us_blue_map-230x154.gif) center center no-repeat;
	height: 280px;
	display: block;
	border-left: none;
	border-right: none;
	border-top: #CCC thin solid;
	border-bottom: #CCC thin solid;
}

.section2 {
	border: #CCC solid thin;
	padding: 5px;
	margin: 5px;
	clear: both;
}

.stateMapForm form {
	margin-top: 55px;
	padding: 0 0 25px 0;
}

.stateMapForm select {
	margin-left: 15px;
}

.findRFO {
	text-align: center;
	margin-top: 60px;
	font-weight: bold;
	margin-bottom: 15px;
	clear: right;
}

.twitterBlog {
	display: block;
	height: 240px;
	padding: 0;
	clear: both;
	height: 250px
}
}
 @media (min-width: 240px) {

.area_1_right {
	display: none;
}

.stateMapSelect {
	background: url(/images/homePage/us_blue_map-230x154.gif) center center no-repeat;
	height: 280px;
	display: block;
	border-left: none;
	border-right: none;
	border-top: #CCC thin solid;
	border-bottom: #CCC thin solid;
}

.section2 {
	border: #CCC solid thin;
	padding: 5px;
	margin: 5px;
	clear: both;
}

.stateMapForm form {
	margin-top: 75px;
	padding: 0 0 25px 0;
}

.stateMapForm select {
	margin-left: 60px;
}

.findRFO {
	text-align: center;
	margin-top: 60px;
	font-weight: bold;
	margin-bottom: 0px;
	clear: right;
}

.twitterBlog {
	display: block;
	height: 240px;
	padding: 0;
	clear: both;
	height: 250px
}
}
 @media (min-width: 320px) {

.area_1_right {
	display: inline-block;
}

.section2 {
	border: #CCC solid thin;
	padding: 5px;
	margin: 5px;
	clear: both;
	height: auto;
}

.stateMapForm form {
	margin-top: 75px;
	padding: 0 0 25px 0;
}

.stateMapForm {
	margin: 2px;
}

.stateMapForm select {
	margin-left: 55px;
}

.findRFO {
	text-align: center;
	margin-top: 80px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: right;
}

.twitterBlog {
	display: block;
	height: 240px;
	padding: 0 0 5px;
	margin-bottom: 2px;
}
}
 @media (min-width: 360px) {

.section2 {
	border: #CCC solid thin;
	padding: 5px;
	margin: 5px;
	clear: both;
}

.stateMapForm form {
	margin-top: 75px;
	padding: 0 0 25px 0;
}

.stateMapForm select {
	margin-left: 75px;
}

.findRFO {
	text-align: center;
	margin-top: 80px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: right;
}

.twitterBlog {
	display: block;
	height: 260px;
	padding: 0;
}
}
@media (min-width: 414px) {

.section2 {
	border: #CCC solid thin;
	padding: 5px 0;
	margin: 5px;
	clear: both;
}

.stateMapForm form {
	margin-top: 75px;
	padding: 0 0 25px 0;
}

.stateMapForm select {
	margin-left: 105px;
}

.findRFO {
	text-align: center;
	margin-top: 80px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: right;
}

.twitterBlog {
	display: block;
	height: 260px;
	padding: 0 0 5px;
}
}
@media screen and (min-width: 533px) {

.section2 {
	border: #CCC solid thin;
	padding: 5px 0;
	margin: 5px;
	clear: both;
}

.stateMapForm form {
	margin-top: 75px;
	padding: 0 0 25px 0;
}

.stateMapForm select {
	margin-left: 170px;
}

.findRFO {
	text-align: center;
	margin-top: 80px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: right;
}

.twitterBlog {
	margin-top: 15px;
	height: 260px;
}

.stateLeft {
	border-right: none;
	border-bottom: #CCC thin solid;
}
}
 @media (min-width: 568px) {

.stateMapForm form {
	margin-top: 75px;
	padding: 0 0 25px 0;
}

.stateMapForm select {
	margin-left: 190px;
}

.findRFO {
	text-align: center;
	margin-top: 80px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: right;
}
}
 @media (min-width: 600px) {

.stateMapForm form {
	margin-top: 75px;
	padding: 0 0 25px 0;
}

.stateMapForm select {
	margin-left: 205px;
}

.findRFO {
	text-align: center;
	margin-top: 80px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: right;
}
}
 @media (min-width: 640px) {

.stateMapForm form {
	margin-top: 75px;
	padding: 0 0 25px 0;
}

.stateMapForm select {
	margin-left: 225px;
}

.findRFO {
	text-align: center;
	margin-top: 80px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: right;
}
}
 @media (min-width: 733px) {

.stateMapForm form {
	margin-top: 75px;
	padding: 0 0 25px 0;
}

.stateMapForm select {
	margin-left: 270px;
}

.findRFO {
	text-align: center;
	margin-top: 80px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: right;
}
}
 @media screen and (min-width: 768px) {

.searchBtn {
	float: right;
	clear: right;
	display: inline-block;
	margin-left: 5px;
	margin-top: 0;
}

.stateMapForm select {
	margin-left: 38%;
}

.findRFO {
	text-align: center;
	margin-top: 80px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: right;
}

.twitterBlog {
	height: 280px;
	margin-top: 10px;
}

.stateLeft {
	border-right: #CCC thin solid;
	border-bottom: none;
}
}
@media (min-width: 1024px) {

.stateLeft {
	border-right: #CCC thin solid;
	border-bottom: none;
}

.stateMapSelect {
	background: url(../images/homePage/us_blue_map-280x187.gif) center center no-repeat;
	height: 280px;
	display: block;
	border-left: #CCC thin solid;
	border-right: #CCC thin solid;
	border-top: none;
	border-bottom: none;
}

.stateMapSelect h4 {
	margin-top: 5px;
	text-align: center;
}

.stateMapSelect p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.stateMapForm form {
	margin-top: 75px;
	padding: 0 0 25px 0;
}

.stateMapForm select {
	margin-left: 28%;
}

.twitterBlog {
	margin-top: 0;
	display: block;
	height: 240px;
	padding: 0;
	clear: none;
}
}

/*@media (min-width: 1164px) {
.usda h1 {
	font-size: 1.5em;
}
.usda h2 {
	font-size: 1.2em;
}*/


.zoom80 img {
	height: auto;
	width: auto;
	margin: 3px 0 0;
	padding: 25px 1px;
}
}
@media print {

#brdcrmb_socMedia {
	display: none !important;
	border-bottom: none;
}

.breadcrumbs {
	display: none !important;
}

.contentRight h3 {
	display: none;
}

.leftnav {
	display: none !important;
}

.mainContent a {
	display: none !important;
}

.contentRight a {
	display: none !important;
}
}
