@import url("menu.css");

.skip, .skip a:focus, .skip:focus, .skip:hover {
    margin-top: 0
}
.center, .skip {
    margin-left: auto;
    margin-right: auto
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#09266a), to(#00573d)) fixed;
    background: -webkit-linear-gradient(#09266a, #00573d) fixed;
    background: -moz-linear-gradient(#09266a 10%, #00573d) fixed;
    background: -ms-linear-gradient(#09266a 10%, #00573d3) fixed;
    background: -o-linear-gradient(#09266a, #00573d) fixed;
    background: #09266a;
    height: 100%;
}


*/.navbar-collapse {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

#skip {
    background-color: #09266a
}
.skip {
    position: relative;
    background: #00573d;
    padding: 1px 10px 4px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 10;
    width: 165px;
    opacity: 1;
    transition: all .5s ease
}
.skip a {
    color: #fff;
    font-size: 14px;
}
/*.skip {
	position: relative;
}
.skip {
	background: #00573d;
	padding: 1px 10px 4px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 10;
	width: 165px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
	transition: all 0.5s ease;
}
.skip a {
	color: white;
}
.skip:hover {
	margin-top: 0;
}
.skip a:focus, .skip:focus {
	margin-top: 0;
}*/


.mapLinks {
    float: right;
    margin-top: 4px;
    margin-bottom: 8px;
    margin-right: 12px
}
.districts {
	visibility: hidden;
	position: absolute;
	width: 96%;
	height: 130px;
	top: 570px;
}
.district-results {
	display: block;
	margin: 10px 0 15px;
	padding: 5px 0;
	clear: both;
	height: 60px;
}
.archived {
	padding: 5px;
	background-color: #FF9;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.ag_census_map {
	border: thin solid gray;
	margin: 10px 0 15px;
}

.banner-buttons {
    width: 98%
}

.image-center {
    margin: 0 auto;
}

.researchMain {
	padding: 5px;
}
.full_census h5 {
	font-weight: bold;
	margin-left: 15px;
}
.full_census p {
	margin: 0 15px;
}
.list-style-none {
	list-style: none;
}
.list-style-circle {
	list-style: circle !important;
}
.contentRight h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color:  #973300;
}
.contentRight h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:  #973300;
	padding: 10px 0px 0px;
}
.census-visibility {
	display: none;
}
/* table styles */
.census-report, .highlights-report, .county-table {
	width: 98%;
	margin: auto;
}
.census-report table, .highlights-report table, .county-table table {
	margin: 10px 0;
}
.census-report th, .highlights-report th, .county-table th {
	text-align: center;
}
.census-report td:nth-child(2) {
	width: 20%;
	text-align: center;
	vertical-align: middle;
}
.county-table td:nth-child(1) {
	width: 15%;
	text-align: center;
}
.highlights-report td:nth-child(1) {
	width: 15%;
	text-align: center;
	vertical-align: middle;
}
.highlights-report td:nth-child(2) {
	width: 65%;
	text-align: left;
	vertical-align: middle;
}
.highlights-report td:nth-child(3), .highlights-report td:nth-child(4) {
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
.listStyleNone {
	list-style: none;
}

.red {
	color: red;
}
.greyBackground {
	background: #CCC;
	padding: 5px;
}
.research {
	height: 65px;
	width: 100px;
	vertical-align: text-top;
	float: left;
	margin: 0 5px 5px 0;
}
.dataVisualization {
	border: none;
}
.careerSection {
	margin: auto;
	width: 98%;
	padding: 1%;
}
.career img {
	/*	clear: none;
	float:left;*/ 
	width: 90px;
	height: 90px;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
}
.careerPopup {
	background-color: cornsilk;
	border: 2px solid #000;
	position: absolute;
	width: 520px;
	height: auto;
	z-index: 50;
	visibility: hidden;
	margin: 20px 10px;
	padding: 10px;
}
.masthead {
	background-color: #09266a;
}
.mastheadLeft img {
	height: 73px;
	padding: 5px;
	border: none;
	vertical-align: middle;
}
.mastheadLeft {
	background-color: transparent;
}
.mastheadRight {
}
.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: #3b5109;
	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: #3b5109;
	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: #004b8d;
	text-decoration: none;
}
.right {
	clear: none;
	display: block;
	float: right;
}
.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;
}
 label . .form-control .select-state select {
 padding-left: 20px;
}
/* ---- 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, .searchDropDown, .searchMagify {
    display: inline-block
}

.searchBtn {
    float: right;
    clear: right;
    margin-left: 5px
}

.searchDropDown {
    clear: none;
    width: 140px;
    float: left;
    margin: 0 0 0 2px
}

.searchMagify {
    clear: none;
    float: right;
    width: 35px;
    margin: 1px 0 0
}

/*.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 a:hover, .breadCrumb a:link, .breadCrumb a:visited, .contentRight a, .contentRight a:hover, .searchHelp a:hover, .sectio2 a:focus, .section2 a:hover, caption a:focus, caption a:hover {
    text-decoration: underline
}

.breadCrumb {
    padding: 15px 0 10px 10px;
    font-size: 12px;
    color: #000;
    overflow: hidden
}
.breadCrumb a:link, .breadCrumb a:visited {
    color: #000
}

/*.breadCrumb {
	padding: 10px 5px;
	font-size: 12px;
	color: black;
	overflow: hidden;
}
.breadCrumb a:link, .breadCrumb a:visited {
	text-decoration: underline;
	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 0 0 5px;
}
/* ================ MAIN MENU ======================== */

/*---report-by-release-day---*/

.releaseMenu {
	width: 100%;
	text-align: center;
}
.alphaHeading {
	border: 1px #eee solid;
	background-color: #eee;
	font-size: 12pt;
	padding: 0 5px;
}
.commodityName {
	margin-left: 10px;
	font-size: 11pt;
	padding: 0 5px;
	font-weight: bold;
}
.releaseExpand {
	font-size: 11pt;
	padding: 5px;
}
.releaseDateDiv {
	margin: 3px 0 3px 10px;
	padding-left: 30px;
	width: 100%;
	font-size: 10pt;
	display: none;
	border: 0px solid #cee;
}
.releaseDateOdd {
	background-color: #fff;
	width: 98%;
	display: inline-block;
	padding-left: 5px;
}
.releaseDateEven {
	background-color: #eee;
	width: 98%;
	display: inline-block;
	padding-left: 5px;
}
.arrowUp {
	float: right;
}
.newsFooter {
	font-size: 12px;
}
.newsFeed {
	height: 150px;
	overflow-y: scroll;
	overflow-x: hidden;
}
h3.alignRight {
	text-align: right;
	right: 5px;
}
/* Census Formatting */

.census-tables th {
	padding: 0.2em;
	vertical-align: middle;
	text-align: center;
	width: 75%;
}
.census-tables td {
	padding: 0.2em;
	vertical-align: middle;
	text-align: left;
}
.census-tables td:nth-child(2) {
	padding: 0.2em;
	vertical-align: middle;
	text-align: center;
}

.img-center {
    text-align: center;
    margin: auto
}

/* ================ Main Content ===================== */
.census-img {
	margin: auto;
	width: 150px;
	height: auto;
	text-align: center;
}
.census-img p {
	text-align: center;
}
caption a {
	color: blue;
	font-weight: 600;
}
caption a:hover, caption a:focus {
	color: blue;
	background: #FF9;
	text-decoration: underline;
}
/* === Census Publication Tables === */
table {
	margin: 10px 0;
	width: 98%;
}
.reports th {
	padding: 5px;
	background-color: #eaca7f;
}
.reports th:nth-child(1) {
	width: 80%;
}
.reports td {
	padding: 5px;
}
.reports th:nth-child(2) {
	text-align: center;
}
.reports td:nth-child(2) {
	width: 20%;
	text-align: center;
}
.datatable th {
	padding: 20px;
	background-color: #D455FA;
}

/* START -- CSS added from Youkang and Eric's project to add buttons to tables for CDQT and PDF that points to the CDQT Tool 03/15/19---*/


.left2 {
  width: 76%;
  padding-right: 5px;
}

/*.right2 {
  width: 7%;
  padding-right: 48px;
  display: inline-block;
}
*/
/* Clear floats after the columns */
.row2:after {
  content: "";
  display: table;
  clear: both;
}

.btn-outline-primary-cdqt {
    color: blue !important;
    background-color: transparent;
    background-image: none;
    border-color: blue !important;
}

.btn-cdqt {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} 
/* END -- CSS added from Youkang and Eric's project to add buttons to tables for CDQT and PDF that points to the CDQT Tool 03/15/19---*/


/* styling for State level data unordered list*/
.description-table {
	font-size: 13px;
	color: black;
	padding: 0px 0px 0px 10px;
	margin: 10px;
}
.description-table li:first-of-type {
	border-top: 1px solid #333;
}
.description-table li {
	margin: auto;
	padding: 4px 0;
	border-bottom: 1px solid #333;
	border-collapse: collapse !important;
    font-size: 13px;
}
.description-table a:link {
	color: blue;
	text-decoration: none;
}
.description-table a:visited {
	color: purple;
}
.description-appendix li {
	margin: auto;
	padding: 2px 0;
}
.description-appendix a:link {
	color: blue;
	text-decoration: none;
}
.description-appendix a:visited {
	color: purple;
}

.contentMain, .mainContent {
    background-color: #fff
}
/*.mainContent {
	background-color: white;
}*/
/*.contentMain {
	background-color: white;
}*/
/*.mainContent a {
	color: blue;
}

.mainContent a:hover, mainContent a:focus {
	background-color: #ff9;
	text-decoration: underline;
}*/

.contentRight {
    background: #fff;
    padding: 10px 10px 0
}
.contentRight a {
    color: #00f
}
.contentRight a:hover {
    background-color: #ff9
}
.contentRight h4, .researchMain h4 {
    background: #00573d;
    color: #fff;
    padding: 5px
}

/*.contentRight {
	background: white;
	padding: 10px 10px 0 10px;
}
.contentRight a {
	color: blue;
	text-decoration: underline;
}
.contentRight a:hover, .contentRight a:hover {
	background-color: #ff9;
	text-decoration: underline;
}*/
.full_census h4 {
	background:  #973300;
	color: white;
	margin: 10px;
	padding: 5px;
}
.contentRight h4 {
	background:  #973300;
	color: white;
	margin: 10px 0;
	padding: 5px;
}
.contentRight h4 a{
	background:  #973300;
	color: white;

	text-decoration: underline;
}
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: 16px;
	font-weight: bold;
	color: white;
	background: #3b5109;
	padding: 8px;
	margin-right: 5px;
	margin-top: -5px;
	text-align: center;
}
.headlines p {
	line-height: 1.2;
}
.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-left: auto;
	margin-right: auto;
}
.stateMapForm select {
	margin-top: 75px;
	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: #000000;
	text-align: center;
	position: absolute;
	font-weight: bold;
	padding: 5px;
	font-size: 16px;
}
#latest_tweets a:link, #latest_tweets a:visited {
	color: #000000;
	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;
	font-size: 16px;
}
#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: #000000;
	font-weight: bold;
	text-align: center;
	position: absolute;
	margin-left: 50%;
	padding: 5px;
	font-size: 16px;
}
#blog a:link, #blog a:visited, #blog2 a:link, #blog2 a:visited {
	color: #000000;
	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;
	font-size: 16px;
}
#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;
	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 {
	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: underline;
}
.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 0px;
	margin-left: -50px;
	color: blue;
	font-size: 11px;
	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: 215px;
}
.todaysReportPadding {
	padding: 0 15px;
}
.countdown {
	text-align: center;
	padding: 0 15px;
	color: maroon;
	margin-top: 0px;
	font-size: 10pt;
}
.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: underline;
}
.email_signup a:hover {
	text-decoration: underline;
	background-color: #FF9;
	color: #004b8d;
}
.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: #9cbdfb;
}
.state {
	color: #060;
}
.modified {
	margin-top: 20px;
	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 ul {
	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;
}
.contentRight h6 {
	font-size: 14px;
	font-weight: bold;
	color:  #973300;
	padding: 10px 0px 0px 0px;
}
.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: #3b5109;
	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;
	width: 98%;
}
.newTable th, .newTable td {
	text-align: center;
	border: #999 thin solid;
	border-spacing: 0px;
	border-collapse: collapse;
}
.table-month {
	width: 40%;
	text-align: center;
}
.table-date {
	width: 15%;
	text-align: center;
}
.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;
}
table.reportReleases {
	width: 98%;
	table-layout: auto;
	border-collapse: collapse;
	border: thin solid #CCC;
	margin: 0 1% 20px;
	border-spacing: 0.5rem;
}
table.reportReleases th {
	border: thin solid #CCC;
	text-align: center;
}
table.reportReleases tr {
	border: #ccc thin solid;
}
table.reportReleases td {
	border-right: #ccc thin solid;
	padding: 0.5rem 0.2rem 0.5rem 0;
}
table.TXreportReleases {
	width: 98%;
	table-layout: auto;
	border-collapse: collapse;
	border: thin solid #CCC;
	margin: 0 1% 20px;
	border-spacing: 0.5rem;
}
table.TXreportReleases th {
	border: thin solid #CCC;
	text-align: center;
	padding: 0.5rem;
}
table.TXreportReleases tr {
	border: #ccc thin solid;
}
table.TXreportReleases td {
	border-right: #ccc thin solid;
	padding: 0.5rem;
	text-align: right;
}
table.calendarReleases colgroup:first-child {
	width: 20%;
	text-align: left;
}
table.calendarReleases {
	width: 98%;
	table-layout: auto;
	border-collapse: collapse;
	text-align: center;
	border: thin solid #CCC;
	margin: 0 1% 20px;
	border-spacing: 0.5rem;
}
table.calendarReleases th {
	border: thin solid #CCC;
	text-align: center;
}
table.calendarReleases tr {
	border: #ccc thin solid;
}
table.calendarReleases td {
	border-right: #ccc thin solid;
	padding: 1px;
}
table.calendarReleases colgroup:first-child {
	width: 20%;
}
.col1-left td:nth-child(1) {
	text-align: left;
	vertical-align: middle;
}
.col2-left td:nth-child(2) {
	text-align: left;
	vertical-align: middle;
}
.col3-left td:nth-child(3) {
	text-align: left;
	vertical-align: middle;
}
.col1-right td:nth-child(1) {
	text-align: right;
	vertical-align: middle;
}
.col2-right td:nth-child(2) {
	text-align: right;
	vertical-align: middle;
}
.col3-right td:nth-child(3) {
	text-align: right;
	vertical-align: middle;
}
.col1-center td:nth-child(1) {
	text-align: center;
	vertical-align: middle;
}
.col2-center td:nth-child(2) {
	text-align: center;
	vertical-align: middle;
}
.col3-center td:nth-child(3) {
	text-align: center;
	vertical-align: middle;
}

@media (max-width: 767px) {
#masthead {
	background: #3b5109;
	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: underline;
	color: black;
}
.breadCrumb a:hover {
	text-decoration: underline;
	background-color: #FF9;
}*/
/* === LEFT NAV ===  */
.navbar-header button {
	color: black;
	background-color: grey;
}

.leftnav {
    background-color: #e1e1e1;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 1em;
   /* margin-top: -3px;*/
}

#leftnav-menu-title {
	padding: 15px 0 0 10px;
}
#left-mobile-nav {
	margin: 5px 0;
	border-bottom: 2px solid navy;
}
#mobileLeftNavButton button {
	border: black thin solid;
}
    
    
/*.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 35px;
}
.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: #3b5109;
	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;
}
}
.highlights-report td:nth-child(1) {
	width: 15%;
	text-align: center;
	vertical-align: middle;
}
.highlights-report td:nth-child(2) {
	width: 65%;
	text-align: left;
	vertical-align: middle;
}
.highlights-report td:nth-child(3), .highlights-report td:nth-child(4) {
	width: 10%;
	text-align: center;
	vertical-align: middle;
}
table {
	margin: auto;
	font-size: 13px;
	border-collapse: collapse;
	border: 1px solid #637851;
	width: 98%;
}
.banner-buttons {
	width: 98%;
}
caption {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
th {
	color: black;
	background-color: #eaca7f;
	padding: 7px !important;
    text-align: center !important;
}
th[scope=row] {
	color: black;
	font-weight: bold;
	padding: 10px !important;
	background: none;
}
td {
	padding: 10px !important;
	border-collapse: collapse;
	border: 1px solid #637851;
}



/*Added this for Rankings page formatting - CKE 12/13/2018*/


.rankings th[scope=row] {
	color: black;
	font-weight: bold;
	padding: 10px !important;
	background: none;
	text-align: left !important;
}

.rankings th[scope=col] {
	color: black;
	font-weight: bold;
	padding: 10px !important;
	background-color: #eaca7f;
	text-align: center;
}

.rankings td {
	padding: 10px !important;
    border-collapse: collapse;
    border: 1px solid #637851;
    text-align: right;
}

.rankings th {
	color: black;
    background-color: #eaca7f;
    padding: 7px !important;
}


@media screen and (min-width: 768px) {
/*.mobile {
	padding: 2px 0;
}*/
#menu-left-nav {
	display: block;
	visibility: visible;
}
.no_mobile {
	display: block;
}
.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, #footer1 {
	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 li a:hover {
	text-decoration: underline;
	color: black;
}
.footerTop {
	padding: 0 0 5px 0;
}
.footerBottom {
	margin-top: -20px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
/* === LEFT NAV ===  */

.leftnav {
	background-color: #e7e7e7;
	border: 1px 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: #3b5109;
	color: #ffffff;
	border: thin solid #ccc;
}
table.datalabs {
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
.datalabs th {
	padding: 0 4px;
	background: #3b5109;
	color: #ffffff;
	border: thin solid #ccc;
}
.datalabs td {
	padding: 0 4px;
	border: thin solid #ccc;
}
.datalabs > tbody > tr:nth-of-type(odd) {
	background-color: #E1E1E1;
}
.datalabs > tbody a {
	font-weight: bold;
}
.datalabs tbody tr:hover {
	background-color: #00573d;
	color: #ffffff;
}
.datalabs tbody tr:hover a {
	color: #ff0;
}
.datalabs caption p {
	margin-left: auto;
	margin-right: auto;
}
}

@media screen and (max-width: 1024px) {
#menu-left-nav {
	display: block;
	visibility: collapse;
}
.no_mobile {
	display: block;
}
.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) {
#menu-left-nav {
	display: block;
	visibility: collapse;
}
.no_mobile {
	display: none;
}
.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) {
#menu-left-nav {
	display: block;
	visibility: collapse;
}
.no_mobile {
	display: none;
}
.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) {
#menu-left-nav {
	display: block;
	visibility: collapse;
}
.no_mobile {
	display: none;
}
.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: 100px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: right;
}
.twitterBlog {
	display: block;
	height: 240px;
	padding: 0 0 5px;
	margin-bottom: 2px;
}
}

@media (min-width: 360px) {
#menu-left-nav {
	display: block;
	visibility: collapse;
}
.no_mobile {
	display: none;
}
.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) {
#menu-left-nav {
	display: block;
	visibility: collapse;
}
.no_mobile {
	display: none;
}
.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) {
#menu-left-nav {
	display: block;
	visibility: collapse;
}
.no_mobile {
	display: block;
}
.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: 75px;
	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) {
.no_mobile {
	display: block;
}
.stateMapForm form {
	margin-top: 75px;
	padding: 0 0 25px 0;
}
.stateMapForm select {
	margin-left: 190px;
}
.findRFO {
	text-align: center;
	margin-top: 110px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: right;
}
}

@media (min-width: 600px) {
.no_mobile {
	display: block;
}
.stateMapForm form {
	margin-top: 75px;
	padding: 0 0 25px 0;
}
.stateMapForm select {
	margin-left: 205px;
}
.findRFO {
	text-align: center;
	margin-top: 100px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: right;
}
}

@media (min-width: 640px) {
.no_mobile {
	display: block;
}
.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) {
.no_mobile {
	display: block;
}
.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) {
.no_mobile {
	display: block;
}
.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: 110px;
	font-weight: bold;
	margin-bottom: 5px;
	clear: right;
}
.twitterBlog {
	height: 280px;
	margin-top: 10px;
}
.stateLeft {
	border-right: #CCC thin solid;
	border-bottom: none;
}
	
.column2 {
  float: left;
  margin-bottom: 10px;
}
	
.right2 {
		margin-left: 3px;
	
	}
	
	
}

@media (min-width: 1024px) {
#menu-left-nav {
	display: block;
	visibility: visible !important;
}
.no_mobile {
	display: block;
}
.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;
}
}
