﻿/* Popup Button class & Drop Down List Class
----------------------------------------------------------*/
        .popbuttonclassHome {
            height: 24px;
            /*Width: 40px; define on page */
            background: #f8f8f8;
            color: #363636;
            font-weight: bold;
            cursor: pointer;
            border: 1px solid #dddddd;
            box-shadow: 0 3px #999;
            border-radius: 5px;
        }
    .popbuttonclassHome:hover {
        background-color: #fdf5ce;
        color: #3678bc;
    }
    .popbuttonclassHome:active {
        background-color: #fdf5ce;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }
         .ddlistclassHome {
            height: 24px;
            /*Width: 40px; define on page */
            overflow: auto;
            border: 1px solid #dddddd;
            background: #f8f8f8; 
            color: #363636; 
            font-weight: bold;
            cursor: pointer;
        }

    /***Home Page Header****/
	.home-header {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002400+0,c9e6b3+0,ffffff+66 */
		background: #002400; /* Old browsers */
		background: -moz-linear-gradient(left,  #002400 0%, #c9e6b3 0%, #ffffff 66%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #002400 0%,#c9e6b3 0%,#ffffff 66%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #002400 0%,#c9e6b3 0%,#ffffff 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002400', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}

/* ::: Bayer CropScience United States ::: */

.zoomtext { max-height: 460px; overflow: auto; }

.blue #content label a
{
		color:#339933;
}

#navi .sf-menu.home li:hover ul.level2 {
						left: -1px;
						top: 22px !important; /* match top ul list item height */
						z-index: 99;
						border-top:solid #fff 1px !important;
}

iframe
{
	border: 0;
}
/*Some of the classes are in German, I guess*/
.tabelle tr.odd {
    background:url("~/media/Bayer CropScience/Internet/sys/standard.png") repeat-x scroll 0 -1006px #e4f3d5;
}

/* **************** Global styles ******************* */
.border-grey{     
	border: 1px solid #666; 
	display: block; 
}
.border-white{    
	border: 1px solid #fff; 
	display: block;
}
.two-columns .box h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    padding: 12px 8px 10px;
}

/*=============== BEGIN Form styling ===============*/

#content  input.btn-aside { margin-left:10px; }
#content .checkboxlist { width: 560px; }
#content .checkboxlist tbody tr td
{
		width: 280px;
		vertical-align: top;
}
#content .checkboxlist input
{
		margin: 3px 0 0 0;
}
#content .checkboxlist label {
		width: auto;
		float: none;
		display: inline;
		padding: 0 5px;
		font-weight: normal;
		color: black;
}

/*=============== BEGIN REGISTER FORM styling ===============*/
#content #Register a {
	color:#339933;
}


/*=============== BEGIN ""Did You Know"" Teaser styling ===============*/
.didYouKnow cite {
color: #919191;
padding: 0 0 0 30px;
}


/*=============== BEGIN ARTICLE STYLING ===============*/
.imgfeatarticle { min-height: 200px; }
.imgFeatured{ float: left; min-height: 150px; }
h3.articleSection { font-size: 16px; margin: 16px 0px 0px 2px; }
.articleImg { margin: 0px 0px 14px 0px; }
span.articleMeta { display: none; font-weight: normal; font-size: 13px; color: #666; }
.plaintext span.aside {
	display: block;
	font-size: 16px;
	line-height: 24px;
	width: 190px;
	padding: 14px 8px;
	border-top: 2px solid #d2d2d2;
	border-bottom: 2px solid #d2d2d2;
}
.plaintext span.aside.blue { color: #136DAA; }
.plaintext span.aside.green { color: #339933; }
.plaintext span.aside.orange { color: #EC6F00; }
.plaintext span.aside.left { margin: 10px 18px 10px 0px; float: left; }
.plaintext span.aside.right { margin: 10px 0px 10px 18px; float: right; }
.plaintext .calloutBlock {
	clear: both;
	overflow: hidden;
}
.plaintext .calloutBlock p {
	display: block;
	color: white;
	font-size: 16px;
	letter-spacing: 0.8px;
	line-height: 22px;
	padding: 18px 18px 0 18px;
	width: 345px;
}
.plaintext .calloutBlock p strong {
	display: block;
	font-size: 24px;
	color: #fff;
}
.plaintext .calloutBlock.invert { background-color: #ffffff !important; border-width: 1px; border-style: solid; }
.plaintext .calloutBlock.blue { background-color: #136DAA; text-shadow: 0px 1px 1px #136DAA; }
.plaintext .calloutBlock.orange { background-color: #EC6F00; text-shadow: 0px 1px 1px #EC6F00; }
.plaintext .calloutBlock.green { background-color: #339933; text-shadow: 0px 1px 1px #339933; }
.plaintext .calloutBlock.blue.invert { border-color: #136DAA; text-shadow: none; }
.plaintext .calloutBlock.orange.invert { border-color: #EC6F00; text-shadow: none; }
.plaintext .calloutBlock.green.invert { border-color: #339933; text-shadow: none; }
.plaintext .calloutBlock.blue.invert strong,
.plaintext .calloutBlock.blue.invert p {  color: #136DAA !important; margin: 4px 0px; }
.plaintext .calloutBlock.orange.invert strong,
.plaintext .calloutBlock.orange.invert p {  color: #EC6F00 !important; margin: 4px 0px; }
.plaintext .calloutBlock.green.invert strong,
.plaintext .calloutBlock.green.invert p {  color: #339933 !important; margin: 4px 0px; }
.plaintext .calloutBlock.left img { float: left; }
.plaintext .calloutBlock.right img { float: right; }
.plaintext .calloutBlock.left p { float: right; }
.plaintext .calloutBlock.right p { float: left; }
.taglist { margin:0 0 20px; }
/*=============== END ARTICLE STYLING ===============*/




.grey .sf-vertical li.selected:hover, .grey .sf-vertical li.selected.sfHover{background:#666 url("~/media/Bayer CropScience/Internet/sys/grey.png") repeat-x 0 -2020px !important; }

.keepContentInCenter { /*margin-left: 190px !important*/ }
.iframe_overlay.RemoveModule {
	width: 500px;
	height: 205px;
}


/**************************Article Filter ******************/
.article-filter-wrapper {
  position:relative;
}
.article-filter-wrapper h2 {
  background: transparent url("~/media/Bayer CropScience/Internet/sys/grey.png") no-repeat 0 -300px;
  margin: 0 -8px;
  padding:1.7em 0 1em 8px;
}
.article-filter-wrapper h2 .filter-reset {
  float: right;
  font-size: .9em;
  margin: -3px 2% 0;
}
.box #filter_container {
	margin-right:-8px;
}
#filter_container select {
  margin:0 2% 2% 0;
  height: 2em;
  width:31.333%;
}
#filter_container select option:first-child{
	color:#000;
}

#filter_container .reset_results,
#filter_container .contact_button {
  background-color:#339933;
  border-radius:2px;
  color:white;
  font-size: .9em;
  padding:2px 6px;
  position:absolute;
  text-decoration:none;
}

#filter_container .reset_results,
#filter_container .contact_button {
  margin: -3px 2% 0;
  top:20px;
  right:0;
}

#filter_container .contact_button {
  margin: -3px 0 0;
  top:20px;
  right:112px;
}

#filter_container .update_results {
  display:none;
}

#results_container {
  min-height:250px;
  padding:8px;
}

#results_container.scroller {
  margin-top: 8px;
  height:400px;
  overflow: auto;
}

#results_container.loading {
  background: url('img/plant-spinner-60.gif') no-repeat center center;
  opacity:0.2;
}
#results_container .articleMod {
  border-top:#aaaaaa solid 2px;
  padding:8px;
}

#results_container .articleMod:first-child{
  border-top:none;
  padding-top:0px;
}
#results_container img {
  float:left;
  margin:12px 10px 6px 0;
}
#results_container a {
  color: #339933;
  text-decoration:none;
}
#results_container .featureDate {
  font-style: italic;
}
#results_container a.read-more,
#results_container .article-tags a {
	color:#286eaa;
	white-space:nowrap;
}
#results_container .article-tags {
  display:block;
  padding-top:3px;
}
#pagination_container {
  text-align:center;
}
#pagination_container a {
  color: #339933;
  display:inline-block;
  line-height:20px;
  width:20px;
  text-decoration:none;
  vertical-align: middle;
}
#pagination_container .active,
#pagination_container .disabled {
  cursor:default;
}
#pagination_container .active,
#pagination_container a:hover {
  border:1px solid #339933;
  width:18px;
}
#pagination_container a.arrow:hover,
#pagination_container .arrow {
  border:none;
  border-top:transparent 8px solid;
  border-bottom:transparent 8px solid;
  height:0;
  margin:0 5px 0 2px;
  text-indent:-9999px;
  width:0;
}
#pagination_container a.arrow.next_article:hover,
#pagination_container .arrow.next_article {
  border-left:#339933 8px solid;
}
#pagination_container a.arrow.previous_article:hover,
#pagination_container .arrow.previous_article {
  border-right:#339933 8px solid;
}
/************************** END Article Filter ******************/

/************************** News Filter ******************/
.newstabgroup.section-container.auto .tabline {
    float: left;
    border-bottom: 1px solid #333333;
    width: 270px;
    height: 29px;
}
.newstabgroup.section-container.auto .section {
    float: left;
    border-bottom: 1px solid #fff;
}
.newstabgroup.section-container.auto .section .title {
    border: 1px solid #333333;
    position: relative;
    z-index: 1;
    width: 108px;
    height: 28px;
    float: left;
    text-align: center;
    padding: 0;
}
.newstabgroup.section-container.auto .section .title a{
    padding-left:0;
    padding-right:0;
}
.newstabgroup #results_container {
    min-height: 100px;
    margin:0 10px 6px 0;
}

.newstabgroup #results_container img {
  margin:0 10px 6px 0;
}

.newstabgroup.section-container.auto .section.active .title {
    border-bottom: 1px solid #fff;
}


.newstabgroup .results_content {
    padding: 0.9375em;
    border: 0;
    position: relative;
}
/************************** END News Filter ******************/

/************************** PRODUCT SELECTOR ********************/
.grey #productSelector .results li a {
    color:#666666;
}

.product-selector-wrapper .box > h2 {
  background: transparent url("~/media/Bayer CropScience/Internet/sys/grey.png") no-repeat 0 -300px;
  color: #666;
  line-height: 30px;
  margin: 0 -8px;
  padding: 8px 0 0 8px;
  text-transform: capitalize;
}
#productSelector {
  padding-bottom:12px;
  padding-top: 6px;
  padding-left: 8px;
  overflow: hidden;
}
#productSelector a{
  color:#393;
  font-size:12px;
  font-weight: normal;
}
#productSelector .buttonColumn {
  float:left;
  margin-top:5px;
  width:25%;
}

#product_filter_container {
    padding-top: 1px;
}

#productSelector .dropdowns{
  float: right;
}

#productSelector .dropdowns a{
  background: #e6e6e6;
  display:inline-block;
  float:right;
  padding: 0 3px;
  text-align:right;
  text-decoration:none;
  width: 33px;
}
.home #productSelector .reset-link{
  float: right;
  margin-right: 18px;
}
#productSelector .reset-link{
  float: right;
  margin-right: 25px;
}

#productSelector .links {
    clear: both;
    padding-top: 4px;
    text-align: right;
}

#productSelector .links a {
    color: #393;
    font-weight: bold;
}

#productSelector .filter-reset {
    color: #666;
}

#productSelector p {
  font-size:12px;
  line-height:16px;
  margin-bottom:10px;
}

#productSelector.box {
  background-repeat:repeat-x;
}
#productSelector.box h4 {
  background-repeat:repeat-x;
}

#productSelector .filter-select-wrapper{
  clear:both;
  overflow:auto;
  padding-left: 26%;
}

#productSelector select {
    font-size: 10px;
    margin: 0 0 5px 4px;
    width: 30%;
}
#productSelector select option:first-child{
	color:#000;
}
#productSelector .nav li a{
  background:#e6e6e6;
  border:1px solid #fff;
  color:#666;
  display:block;
  font-size:11px;
  padding:0 5px;
}
#productSelector .nav span{
	margin-bottom: 4px;
}
#productSelector .nav li a.currentFilter,
#productSelector .nav li a:hover,
#productSelector .nav li a:active{
  color:#FFF;
  text-decoration:none;
  background: #333333; /* Old browsers */
  background: -webkit-linear-gradient(top, #888888 1%,#444444 62%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #888888 1%,#444444 62%,#000000 100%); /* Opera 11.10+ */
  background: linear-gradient(to bottom, #888888 1%,#444444 62%,#000000 100%); /* W3C */
}
.no-cssgradients #productSelector .nav li a.currentFilter,
.no-cssgradients #productSelector .nav li a:hover,
.no-cssgradients #productSelector .nav li a:active {
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888888', endColorstr='#111111',GradientType=0 );
}

#productSelector .selectResults {
  background:#FFF;
  border:1px solid #999999;
  border-radius: 2px;
  color:#666;
  float:right;
  height:185px;
  margin-top:5px;
  overflow: auto;
  padding: 2%;
  width:69%
}
#productSelector .selectResults.loading {
  /* spinner generated by http://preloaders.net/en/circular */
  background: url('img/plant-spinner-60.gif') no-repeat center center;
  opacity:0.2;
}
#productSelector .results {
  float:left;
  list-style-type: none;
  margin:0;
  padding-left:0;
  width: 100%;
}
#productSelector .results li {
  display: inline;
  float:left;
  width:47%;
  padding: 0 2% 5px 0;
  position:relative;
}
#productSelector .results li:first-child{
  border-top:none;
}
#productSelector .results li a{
  color:#339933;
}
#productSelector .results li a.currentFilter{
  font-weight:bold;
}
/************************** End Product Selector ****************/

/* ******************** Weather module *************************** */

.weather ul {        padding-left: 0;}
.weather li {        display: inline-block;background: url('img/weather/weatherdefault.png') no-repeat right; }
.weather .text{     float: left; width: 90px; height: 45px; padding-left: 4px; border-left: 1px solid #999; }
.weather .graphic{  float: left; }

.weather .bkn{    background: url('img/weather/bkn.png') no-repeat right;}
.weather .blizzard{    background: url('img/weather/blizzard.png') no-repeat right;}
.weather .cold{    background: url('img/weather/cold.png') no-repeat right;}
.weather .du{    background: url('img/weather/du.png') no-repeat right;}
.weather .fg{    background: url('img/weather/fg.png') no-repeat right;}
.weather .fzra{    background: url('img/weather/fzra.png') no-repeat right;}
.weather .hi_shwrs{    background: url('img/weather/hi_shwrs.png') no-repeat right;}
.weather .hi_tsra{    background: url('img/weather/hi_tsra.png') no-repeat right;}
.weather .scttsra{    background: url('img/weather/scttsra.png') no-repeat right;}
.weather .hot{    background: url('img/weather/hot.png') no-repeat right;}
.weather .hurr{    background: url('img/weather/hurr.png') no-repeat right;}
.weather .ip{    background: url('img/weather/ip.png') no-repeat right;}
.weather .mix{    background: url('img/weather/mix.png') no-repeat right;}
.weather .ovc{    background: url('img/weather/ovc.png') no-repeat right;}
.weather .ra{    background: url('img/weather/ra.png') no-repeat right;}
.weather .rasn{    background: url('img/weather/rasn.png') no-repeat right;}
.weather .sctfg{    background: url('img/weather/sctfg.png') no-repeat right;}
.weather .sctrsa{    background: url('img/weather/sctrsa.png') no-repeat right;}
.weather .storms{    background: url('img/weather/storms.png') no-repeat right;}
.weather .sunny{    background: url('img/weather/sunny.png') no-repeat right;}
.weather .tor{    background: url('img/weather/tor.png') no-repeat right;}
.weather .tropstorm{    background: url('img/weather/tropstorm.png') no-repeat right;}
.weather .wind{    background: url('img/weather/wind.png') no-repeat right;}
.weather .shra{    background: url('img/weather/shra.png') no-repeat right;}

.weather .few{    background: url('img/weather/few.png') no-repeat right;}
.weather .raip{    background: url('img/weather/raip.png') no-repeat right;}
.weather .sct{    background: url('img/weather/sct.png') no-repeat right;}
.weather .skc{    background: url('img/weather/skc.png') no-repeat right;}
.weather .sn{    background: url('img/weather/sn.png') no-repeat right;}
.weather .sunny-rain{    background: url('img/weather/raip.png') no-repeat right;}
.weather .tsra{    background: url('img/weather/tsra.png') no-repeat right;}

.weather li:first-child .text{  border: none; padding-left: 0;}
.weather .week-day{             font-size: 9px; line-height: 18px;}
.weather .high-temp{            font-size: 18px; line-height: 18px;}
.weather .low-temp{             font-size: 12px; line-height: 18px;}
.weather .current-location {     color: #666;}
.weather .edit-zip{             font-size: 10px; }
/* ******************** end weather module *************************** */

/* **************************** Stock Ticker ********************* */
.stock-container{ 
  border-top: 1px solid #b1b1b1; 
  border-bottom: 1px solid #b1b1b1; 
  overflow:hidden;
  white-space:nowrap;
}
.stock-ticker{
  display:inline;
  font-size:10px;
  position:relative;
  text-transform:uppercase; 
  white-space:nowrap;
}
.stock-item{			
	border-right: 1px solid #000; 
	padding: 0 3px 0 5px;
}
.stock-item .diff.dec{	color:#ff6600;}
.stock-item .diff.asc{	color:#339933;}
/* ******************* End Stock ticker ************************** */

/********************* Sales Rep Module ******************************/
.contact-box {
  padding-top:7px;
}
.js .contact-box {
  display:none;
}
.contact-info{
  color: #666; 
  float: left; 
  width: 100px; 
  margin: 0 0 0 10px;
}
.head-shot{
  float: left; 
  border-bottom: solid #e6e6e6 3px;
}
.rep-name{
  font-size: 11px; 
  line-height: 10px;
}

.sales-rep-component .contact-box-info{      
  border-top:1px #ccc solid; 
  border-bottom:1px #ccc solid; 
  margin: 10px 0 0 0; 
  padding: 2px 5px;
  text-align: right; 
}

/********************** End sales rep module *************************/

/************* Edit Zip code form ********************/
.zipcode-dropdown {
  position:relative;
}
.zipcode-form {
  background-color:#fff;
  border:1px solid #ccc;
  display:none;
  left:0;
  padding:5px;
  position:absolute;
  text-align:left;
  top:16px;
  z-index:999;
}
.zipcode-form .zipcode-field {
  display:inline-block;
  padding-right:3%;
  width:52%;
}
.zipcode-form .zipcode-field input {
  font-size:1em;
  width:98%;
}

.zipcode-form .zipcode-form-controls {
  display:inline-block;
}
.zipcode-form .zipcode-form-controls input{
  font-size:1em;
  padding:2px 5px;
}
/************* End Edit Zip code form ********************/


/************************** Custom Footer ***********************/
#footer.footer-fullwidth .siteLinks {
	clear: both;
	float: left;
	margin-top: 8px;
	padding-left: 10px;
	width: 180px;
}

#footer ul {
    font-size: 11px;
}
/************************** END Custom Footer *******************/

/* in page editor, current nodes are hidden in the left nav because page editor puts the text inside a span,
	this line from standard.css had these spans unrelated set to none.  not sure what the use case was */
.sf-vertical a.selected span{display:inherit;}



.withoutrightmargin #content { width:784px; }
.withoutlefthand.withoutrightmargin #content { width:972px;  margin: 0 12px 0; }
.withoutlefthand.withoutrightmargin .minus8 { margin-left: 0px; }

.two-columns .folder.column-1 {
width: 320px;
margin-right: 10px;
float: left;
overflow: hidden;
margin-top: 0;
}

.grey .two-columns .folder.column-1 .box {
  background-color: #E6E6E6;
}
.grey .two-columns .folder.column-1  .box, 
.grey .two-columns .folder.column-1  .box h4, 
.grey .two-columns .folder.column-1  ul.btns a, 
.grey .two-columns .folder.column-1  .innershdw, 
.grey .two-columns .folder.column-1  ul.btns span {
  background-image: url("~/media/Bayer CropScience/Internet/sys/grey.png");
}

.grey .two-columns .folder.column-1  .box h4 {
    color:#666666
}

.withoutlefthand .two-columns .folder.column-1 {
	width: 510px;
}

/************************** BEGIN Accessories styles *******************/

#mainContent .info img {
	clear: left;
	margin: 0 17px 0 0;
	float: left;
}

#mainContent .info {
	display: block;
    overflow: hidden;
	margin-bottom: 15px;
	padding-right: 10px;
}

.plaintext #mainContent a {
	text-decoration: none;
}

#mainContent .info strong a.accMore:hover {
	text-decoration: underline;
}

/************************** Related Items *********************/
/************************** Related Items:margin **************/
.grey #margi .related-items ul li a,
.grey #margi .related-items h2 { color: #666; font-size:11px; font-weight:normal; line-height: 13px; }

.grey #margi .related-items h2.onMultiAccHead  { background: transparent url('img/list_arrow_grey.png') 4px 2px no-repeat; padding: 0 0 0 18px;}
.grey #margi .related-items h2.selected.onMultiAccHead { background: transparent url('img/list_arrow_grey_down.png') 4px 2px no-repeat;}

.related-items .onMultiAccordion {
  margin:0;
  padding: 0 0 9px;

}
.related-items div > ul{ 
  list-style-image: none; 
  list-style:none; 
  padding: 0; 
  margin: 0;
}
.related-items ul > li,
.grey #margi .related-items ul > li 
{ 
  background: url('img/arrow-rt-gray.png') 0 3px no-repeat; 
  padding-left: 8px;
  margin-left:15px;
}
/************************** End Related Items:margin **********/
/************************** Related Items:content *************/
/*#content .related-items h2 { color: #000; font-size:11px; font-weight:normal; line-height: 14px; }
#content .related-items h2.onMultiAccHead  { background: transparent url('img/list_arrow_black.jpg') 4px 2px no-repeat; padding: 0 0 0 20px;}
#content .related-items h2.selected.onMultiAccHead { background: transparent url('img/list_arrow_black_down.jpg') 4px 2px no-repeat;}*/
#content .related-items ul > li 
{ 
  background: url('img/arrow-rt-gray.png') 0 3px no-repeat; 
}
/*#content .related-items
{
	background: #fff;
}
#content .related-items h4
{
	color: #000;
	background: none;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #000;
}
#content .related-items a
{
	color: #000000;
}*/

.grey #content .related-items h4 { 
    padding-bottom: 11px;
    padding-top: 11px;
}

.grey #content .related-items ul li a,
.grey #content .related-items h2 { color: #666; font-size:11px; font-weight:normal; line-height: 13px; }
.grey #content .related-items h2.onMultiAccHead  { background: transparent url('img/list_arrow_grey.png') 4px 2px no-repeat; padding: 0 0 0 18px;}
.grey #content .related-items h2.selected.onMultiAccHead { background: transparent url('img/list_arrow_grey_down.png') 4px 2px no-repeat;}
#content .related-items ul > li 
{ 
  background: url('img/arrow-rt-gray.png') 0 3px no-repeat; 
}

.grey #content .related-items h4 { 
    padding-bottom: 11px;
    padding-top: 11px;
    background-image: url("~/media/Bayer CropScience/Internet/sys/grey.png");
}

/************************** End Related Items:content *********/
/************************** End Related Items *****************/

/************************** Region Bios ***********************/
.region-content .info {
	display: inline-block;
	clear: right;
	overflow: hidden;
}

.region-content .region img.map {
	display: inline;
}

.region-content .varieties img {
	clear: both;
}
/************************** End Region Bios ***********************/
/************************** Innovative Technology *****************/
.population-component {
  background: transparent url('./img/population.jpg') no-repeat left 0px; 
  width:260px; 
  height:112px; 
  padding-left:0px;
	padding-top: 0px;
}
.pcCounter,
.population-component a.population-counter {
  color:#000; 
  display:block;
  font-size:28px; 
  height:60px;
  letter-spacing:10px; 
  padding-top:52px; 
  text-align:center;
  text-decoration:none; 
  text-indent:4px;
}

.box h4,
.shdw h4{            text-transform: capitalize;}   
.pull-right {
float: right;
}
/************************** End Innovative Technology *************/

/*===========HOME PAGE SPECIFIC STYLES ===========*/
/********************* Main Carousel ****************/
.hero-slideshow { 
  height: 250px; 
  width: 100%; 
  margin: -21px auto 20px; /*  margin: -5px auto 3px; */
  color: #fff;
  font-family: helvetica neue, helvetica, sans-serif;  
  overflow:hidden;
  position:relative;
}
.hero-slideshow img { 
  display:inline;
	width: 996px;
	height: 250px;
	z-index: -100;
}
.no-canvas .hero-slideshow canvas { 
  display:none;
}
.canvas .hero-slideshow img { 
  /*display:none; */
}

.hero-slideshow > ul { 
  margin:0; 
  padding:0; 
}
.hero-slideshow > ul > li { 
  background-color: #ffffff;
  display:none;
  height:250px; 
  list-style-type: none; 
  text-align: center;
}
.hero-slideshow-content { 
  bottom:14px; 
  left:45px; 
  position:absolute; 
  text-align:left;
}
.hero-slideshow-content h2 { 
  color: #fff; 
  font-size: 36px; 
  line-height: 30px; 
  text-transform: uppercase; 
}
.hero-slideshow-content .light-weight   { font-weight: 200;} 
.hero-slideshow-content p               { font-size: 18px; line-height: 16px;}
.hero-slideshow-content .larger         { font-size: 24px; line-height: 18px; text-transform: uppercase; margin-bottom: 10px;}

.hero-slideshow-content .learn-more { 
  background: url('./img/hero_button_bg.png') no-repeat; 
  height: 22px; 
  width: 111px; 
  line-height: 22px; 
  font-size: 12px; 
  text-align: center;
  color: #fff;
  font-family: helvetica neue, helvetica, sans-serif;  
}
.hero-slideshow-content .learn-more img { display: inline; position: relative; top: -1px; margin-left: 10px;}
.hero-slideshow-content .desc           { margin: 10px 0;}

.hero-slideshow-controls {
  bottom:16px;
  position:absolute;
  right:50px;
}
.hero-slideshow-controls .flex-control-nav { 
  display:block;
  margin: -12px 15px 0 0; 
  position:static;
}
.hero-slideshow-controls li,
.hero-slideshow-controls .flex-control-nav li:first-child { 
  /* background: url('hero_paginate.png') no-repeat; */
  height: 18px; 
  width: 18px; 
  float: left; 
  list-style: none; 
  color: #393; 
  line-height: 22px; 
  margin: 0 0 0 9px; 
  text-align: center; 
}

.hero-slideshow-controls li a { 
  background: none; 
  background-color:#ffffff;
  border:1px solid #ffffff;
  border-radius:2px;
  box-shadow:0px 0px 3px #aaaaaa;
  color: #393;
  display: block;
  height: 100%;
  line-height:18px;
  text-indent: 0;
  width: 100%;
}
.hero-slideshow-controls .flex-active { 
  background-color: #429F38;
  color:#ffffff;
}
.hero-slideshow-controls .flex-active,
.hero-slideshow-controls .flex-active:hover  { 
  box-shadow:0px 0px 3px #ffffff;
}
.hero-slideshow-controls a:hover  { 
  box-shadow:0px 0px 5px #429F38;
}
/**************************** end main carousel ******************************/
/*===========END HOME PAGE SPECIFIC STYLES ===========*/

/*Ensure uniform image width in content list*/
.contentListImage,
.contentListImage img
{
	width: 120px;
	height: 80px;
}
/**************************** BEGIN bios ****************************/

.bios .quote {
    padding: 0;
}

.bios .info p {
    margin-bottom: 0;
}

.bios .info .quote img {
    display: inline;
}

.bios .middle p {
    font-size: 12px!important;
}

#BiosAccordion {
    margin-bottom: 15px!important;
    margin-left: 10px!important;
}

#BiosAccordion .recommendations h2 {
    width: auto;
    height: auto;
}

.audioWrapper ul.graphic li a,
.audioWrapper ul.graphic li a.sm2_paused:hover,
.audioWrapper ul.graphic li a.sm2_link:hover {
    background-repeat: no-repeat;
    background-position: 3px 50%;
}

.audioWrapper ul.graphic li a.sm2_link {
    transition: background-color 0.15s linear 0s;
}

.audioWrapper ul.graphic li a,
.audioWrapper ul.graphic li a.sm2_link {
    border-radius: 3px 3px 3px 3px;
    color: #F6F9FF;
    display: inline-block;
    font-weight: normal;
    font-size: .90em;
    padding: 3px 3px 3px 25px;
    text-decoration: none;
    vertical-align: middle;
    background-color: #1E7A1E;
    height: 32px;
    margin-right: 5px;
    max-width: 90px;
    min-width: 90px;
}
/**************************** END bios ****************************/

/***************[Flicker] Image Slider ******************/
body .imageSlider {
	font-family: arial, helvetica, sans-serif;
}

.imageSlider {
	position: relative;
	height: 162px;
	width: 260px;
	overflow: hidden;
	background-color: #000;
}

.imageSlider .slide-container {
	position: absolute;
	top: 0;
	left: 0;
}

.imageSlider .slides {
	float: left;
	width: 260px;/*MG*/
}

.imageSlider .slide-text {
	font-size: 11px;
	top: 136px;
	position: absolute;
	padding: 8px 0 8px 8px;
	background: #000;
	opacity: 0.75;
	filter: alpha(opacity=75); /* IE8 Opacity Fix */
	color: #fff;
	width: 252px;
}

.imageSlider .slides img,
.imageSlider img {
	border: none;
	vertical-align: middle;
	text-align: center;
	/*height: 162px; //commented by MG */
			
}

.imageSlider ul#carouselLeftScroll,
.imageSlider ul#carouselRightScroll {
	list-style-type: none;
	padding: 0;
}

.imageSlider ul#carouselLeftScroll li a, 
.imageSlider #carouselRightScroll li a {
	position: absolute;
	top: 0;
	width: 34px;
	height: 162px;
	background-color: #000;
}

.imageSlider ul#carouselLeftScroll li a {
	left: 0;
	background: url('/Styles/Bayer CropScience/Scope/Country_United_States_Internet/img/navLeft.png') top left no-repeat;
}

.imageSlider ul#carouselRightScroll li a {
	right: 0;
	background: url('/Styles/Bayer CropScience/Scope/Country_United_States_Internet/img/navRight.png') top left no-repeat;
}

.imageSlider a:active, 
.imageSlider a:focus {
	outline: none;
}

.imageSlider .slideCount {
	float: right;
	padding-right: 10px;
}
.imageSlider .imgDescription {
	float: left;
	display: inline;
	max-width: 200px;
	overflow: hidden;
	height: 14px;
}
/***************End [Flicker] Image Slider ******************/


/*************** Modules ******************/
.box h4, .shdw h4 {
    text-transform: capitalize;
}
.box h4 .view-all {
    margin: 0;
}

.h2 .grey-header, h2 .grey-header {
    color: #666666;
}
.green {
    color: #339933;
}

/*************** End Modules ******************/


/*************** News Modules ******************/
.news-section {
    overflow: hidden;
    position: relative;
}
.news-section p {
    padding: 0;
}
.two-columns .folder.column-1 h2.news-title,
.news-title {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
}
.news-section .news-blurb {
    margin-top: 0;
}
.circle-paginate li, .flexslider-controls li a {
    background: url("img/pageination_white.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    width: 12px;
}
.circle-paginate .active, .flexslider-controls li a.active {
    background: url("img/pageination_green.png") no-repeat scroll left top transparent;
}
.flexslider-slides {
    overflow: hidden;
}
.flexslider-slides ul {
    width: 1200%;
}
.flexslider-slides ul li {
    float: left;
}
.flexslider-controls .flex-control-nav {
    display: inline;
    list-style: none outside none;
    padding-left: 0;
    position: static;
}
.flexslider-controls li {
    padding-top: 5px;
}
.middle-center {
    float: left;
    left: 50%;
    position: relative;
}
.center-center {
    left: -50%;
    position: relative;
}
.share li {
    margin-left: 19px;
}
.share li:first-child {
    margin-left: 4px;
}
.box.share ul.no-bullets {
    margin-top: 0;
    padding-bottom: 15px;
}
.view-all {
    margin-right: 0;
    margin-top: -5px;
}
.view-all a {
    color: #339933;
    font-size: 11px;
    font-weight: 100;
}
.grey .alternate .box .view-all a {
    color: #666666;
}
.view-all span {
    padding: 1px 3px;
}
/*************** End News Modules ******************/

/*************** News Press Listing Module ******************/
.news-mod .read-more {
    font-weight: bold;
    color: #339933;
}
.news-mod-buttons {
    padding-bottom: 7px;
}
.news-mod-buttons a {
    background-color: #FFFFFF;
    border: 1px solid #7E7E7E;
    border-radius: 2px 2px 2px 2px;
    color: #7E7E7E;
    display: inline-block;
    font-size: 11px;
    margin-right: 3px;
    padding: 1px 5px;
    text-decoration: none;
}
.news-mod-buttons .active {
    background-color: #339933;
    border: 1px solid #339933;
    color: #FFFFFF;
}
.news-mod .blck2 {
    border-bottom: medium none;
    padding-top: 0;
}
.news-mod-article {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 12px;
    padding-bottom: 6px;
}
.two-columns .folder.column-1 .news-mod-article h2 {
    font-size:12px;
    line-height: 14px;
}
.news-mod-article-graphic {
    float: left;
    margin: 0 10px 0 0;
    width: 121px;
}
.news-mod-article-graphic img {
    background: url("img/img-border.png") repeat-x scroll left bottom transparent;
    padding-bottom: 4px;
}
.news-mod-article-tags {
    color: #666666;
}
.news-mod-date {
    text-align: left;
}
.toggle-content-item {
    display: none;
    padding-top: 12px;
}
.toggle-content-item:first-child {
    display: block;
}
/*************** End News/Press Listing Module ******************/

/************************** TOP STORY ********************/
.box .margin-top-small {
  margin-top: 6px;
}
.box .tags {
  margin-top: 20px;
  padding-bottom: 5px;
  font-size: 11px;
}
.box .read-more {
    font-weight: bold;
}
/************************** END TOP STORY ******************/
/************************** RECENT BLOG POSTS **************/
.two-columns .folder.column-1 .blog-post h2 {
font-size: 12px;
line-height: 14px;
}
/********************** END RECENT BLOG POSTS **************/

/*********************** You Tube slider ************************/
.youmax {
  position:relative;
  padding-bottom:5px;
  background-color: #FFFFFF;
}
.youmax .videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  margin-left: 2px;
  margin-right: 2px;
}
.youmax iframe,
.youmax object,
.youmax embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youmax .control{ 
  border:transparent solid 20px;
  cursor: pointer;
  height:0;
  margin-top:-20px;
  position:absolute;
  text-indent: -9999px;
  top:60%;
  width:0;
}

.youmax .control.inactive{ 
  display:none;
}
.youmax .control.previous{ 
  border-left:none;
  border-right:8px solid #a2c79c;
  left:3px;
}
.youmax .control.next{ 
  background:none;
  border-left:8px solid #a2c79c;
  border-right:none;
  float:none;
  right:3px;
}
.grey .alternate .youmax .control.previous {
  border-right-color:#cccccc;
}
.grey .alternate .youmax .control.next{
  border-left-color:#cccccc;
}
.youmax-video-list-views,
.youmax-video-list-title { display:none; }

.youmax-video-list-wrapper {
  padding: 12px 0 0;
  position:relative;
}
.youmax-video-list-div {
  overflow:hidden; 
  position:relative;
  margin:0 15px 0 11px;
}
.youmax-video-list-div ul {
  left:0;
  position:absolute;
}
.youmax-video-list-div ul li { 
  float:left; 
  padding:0 4px;
  text-align: center;
}
.youmax-video-list-div ul li img {  
  cursor:pointer;
  display:inline;
  max-height: 100%;
  max-width:100%;
  vertical-align: middle;
}

/******************** end you tube slider ***********************/

/* ************************* Flickr Slider ****************** */
.flickr-slider {
  height:0;
  padding-top:62%; /* sets the height of the div keeping the aspect ratio */
  position:relative;
  width:100%;
}
.flickr-slider .slides {
  height:100%;
  position:absolute;
  top:0;
}
.flickr-slider .slides > li {
  background:#FFFFFF;
  display:none;
  height:100%;
  overflow:hidden;
  position:relative;
}
.flickr-slider .flickr-image {
  max-height:100%;
  max-width:100%;
  margin:0 auto;
  width: 256px;
  padding-left: 2px;
  padding-right: 2px;
}
.flickr-slider .flickr-caption {
  background: rgba(0,0,0,0.55);
  bottom:0;
  color: #cccccc;
  font-size:0.9em;
  height:0;
  left:0;
  opacity:0;
  overflow:hidden;
  position:absolute;
  width:98%;
  margin: 0 1%;

  -moz-transition:opacity 2s, -moz-transform 2s;
  -webkit-transition:opacity 2s, -webkit-transform 2s;
  -o-transition:opacity 2s, -o-transform 2s;
  transition:opacity 2s, transform 2s;
}
.flickr-slider:hover .flickr-caption {
  height:auto;
  opacity:1;
}
.no-rgba .flickr-slider .flickr-caption {
  background:#000;
}
.flickr-slider .flickr-caption p {
  padding: 3px 14px;

}
.flickr-slider .flickr-page {
  background: rgba(0,0,0,0.55);
  border-bottom-left-radius: 0.5em;
  color: #cccccc;
  font-size:0.8em;
  height:0;
  line-height:1.5em;
  opacity:0;
  overflow:hidden;
  padding:0 5px;
  position:absolute;
  right:0;
  top:0;
  -moz-transition:opacity 2s, -moz-transform 2s;
  -webkit-transition:opacity 2s, -webkit-transform 2s;
  -o-transition:opacity 2s, -o-transform 2s;
  transition:opacity 2s, transform 2s;
}
.flickr-slider:hover .flickr-page {
  height:auto;
  opacity:1;
}
.no-rgba .flickr-slider .flickr-page {
  background:#000;
}
.flickr-slider .flex-direction-nav {
  height:auto;
}
.flickr-slider .flex-direction-nav li a {
  height:100%;
  margin:0;
  position:absolute;
  top:0;
  width:34px;

  -moz-transition:right 1s, left 1s, -moz-transform 2s;
  -webkit-transition:right 1s, left 1s, -webkit-transform 2s;
  -o-transition:right 1s, left 1s, -o-transform 2s;
  transition:right 1s, left 1s, transform 2s;

}
.flickr-slider .flex-direction-nav li .prev {
  background: transparent url('img/nav-left.png') no-repeat left center;
  left:-34px;
}
.flickr-slider .flex-direction-nav li .next {
  background: transparent url('img/nav-right.png') no-repeat left center;
  right:-34px;
}
.flickr-slider:hover .flex-direction-nav li .prev {
  left:0px;
}
.flickr-slider:hover .flex-direction-nav li .next
{
	right: 0px;
}

/* ************************* end of Flickr Slider ****************** */

/* ***************** Twitter Feed ********************** */
.twitter-tweets {
  padding: 0 9px;
}
.twitter-tweets header {
  border-top: 1px solid #b8cba8;  
  overflow:auto;
  padding:10px 0 5px;
}

.alternate .twitter-tweets header {
  border-color:#cccccc;  
}
.tweet-avatar {
  float:left;
  padding-right:5px;
}
.tweet-author a {
  display:block;
}
.tweet-name {
  font-size: 1.2em;
  font-weight:bold;
}
.tweet-timestamp {
  font-size:.8em;
  line-height:1.5em;
}
.twitter-tweets footer {
  padding:5px 0 10px;
  position:relative;
}
.tweet-actions {
  position:absolute;
  right:0;
  top:0;
}
.tweet-actions a {
  background:transparent url('img/twitter-icons.png') left top no-repeat;
  display:inline-block;
  height:16px;
  text-indent:-9999px;
  width:16px;
}
.tweet-actions .tweet-reply {
  background-position:left top;
}
.tweet-actions .tweet-retweet {
  background-position:-80px top;
}
.tweet-actions .tweet-favorite {
  background-position:-32px top;
}
.tweet-actions .tweet-reply:hover {
  background-position:-16px top;
}
.tweet-actions .tweet-retweet:hover {
  background-position:-96px top;
}
.tweet-actions .tweet-favorite:hover {
  background-position:-48px top;
}

/* ***************** end of Twitter Feed ********************** */

.box h4.secondaryHeader
{
	background-image: url("") !important;
}

.overview {
    width: 600px;
}

#content h1 {
    padding-bottom: 10px!important;
}

.flex-control-nav li a:hover {
    background-position: center;
}

.pageContent {
    padding-left: 10px!important;
}

.pageContent p {
    padding: 0!important;
}

.pageContent h3
{
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 9px 20px 0 10px;
}

.pageContent h4 {
    padding: 0!important;
}

.pageContent img {
    margin-left: 0!important;
}

.branches.plaintext ul {
    margin-bottom: 40px;
    margin-left: 15px;
}

.branches.plaintext ul ul {
    margin-bottom: 0;
}

.branches.plaintext a {
    color: #393;
}

.branches.plaintext h2 {
    font-size: 14px;
    line-height: 22px;
    color: #339933;
}

.branches.plaintext h3 {
    font-size: 16px;
    line-height: 22px;
    color: #339933;
}

.onAccordion .branches.plaintext ul {
    margin-bottom: 16px;
}

.two-columns .folder.column-1 .onAccordion h2,
.two-columns .folder.column-2 .onAccordion h2 {
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 0;
}

.two-columns .folder.column-1 .onAccordion h2.onAccHead,
.two-columns .folder.column-2 .onAccordion h2.onAccHead {
    line-height: 16px;
    font-size: 12px;
}

.floatLeft {
    float: left;
    clear: left;
    margin-right: 15px;
}

.floatRight {
    float: right;
    clear: right;
    margin-left: 15px;
}

.lowuserrate strong {
    display: block;
    padding-bottom: 20px;
    font-size: 12px;
}

.lowuserrate img {
    border: 1px solid #cacaca;
    margin-bottom: 20px;
}

.lowuserrate h3 {
    font-weight: bold;
    font-size: 12px;
    clear: left;
    margin-bottom: 3px;
}

/********* Begin: Respect the Rotation (RTR) styles **********/

.infoPoint .rtr_list,
.rtr_list {
    list-style: none;
    padding: 0!important;
}

.rtr_list li {
	padding: 4px 4px 4px 28px;
	background: url("~/media/Bayer CropScience/Country-United-States-Internet/Images/products/weed-management/assets/rtr_leaf.png") no-repeat scroll left center transparent;
}

.rtr_callout {
	background-color: #333;
	color: #fff;
	margin: 4px 0px;
}

.rtr_callout h4 {
	padding: 4px 8px;
	font-weight: bold;
	font-size: 14px;
}

.rtr_callout p {
	padding: 2px 8px;
}

.rtr_callout a {
	padding: 4px 8px;
    display: block;
    margin-bottom: 5px;
}

.rtr_callout.imageOnly {
	background-color: #fff;
    float: right;
}

.content_block.events {
	
}

.header_bar {
	color: #ffffff;
	padding: 6px 12px;
	background: #0070a7;
	font-weight: bold;
	font-size: 14px;
    margin-bottom: 1px;
}

.header_bar#home {
    margin-bottom: 10px;
}

.header_bar#info {
    font-size: 18px;
}

#rtr_map {
	height: 366px;
	background: url('rtr-map.jpg') bottom center no-repeat;
	position: relative;

}

.gray_area {
	background-color: #f0f0f0;
}

.map_legend {
	position: absolute;
    top: 278px;
    left: 3px;
    font-weight: bold;
    font-size: 11px;
}

#pin_key {
    padding-left: 30px;
    padding-top: 6px;
    background: url("rtr_map_pin.png") left top no-repeat;
    background-position: 1px 0;
    height: 22px;
}

#glyphosate_key {
    margin-left: 2px;
    padding-left: 30px;
    padding-top: 2px;
    background: url("glyphosateKey.png") left top no-repeat;
    background-position: 3px 0;
    height: 22px;
}

#link_key {
    padding-left: 5px;
}

.map_pin {
    display: block;
	opacity: 0.8;
	position: absolute;
	background: url('rtr_map_pin.png') center center no-repeat;
	width: 24px;
	height: 38px;
}

.map_pin:hover {
	opacity: 1;
	cursor: pointer;
}

.rtr_events_list {
    width: 100%;
}

.rtr_events_list tr {
	border-bottom: 1px solid white;
}

.rtr_events_list td {
    background-color: #f0f0f0;
    border: 1px solid white;
}

.rtr_events_list td a {
	display: block;
	padding: 6px 12px;
}

.rtr_events_list td span {
	padding: 4px 8px;
	display: block;
}

#register_now_rtr {
	display: block;
	margin: 12px 0px;
	text-align: right;
}

.rtr_more_info {
	padding: 18px;
	border: 1px solid #ccc;
}

#youtube_video {
	padding: 12px;
}

.rtr_footer_bar_logos {
	border: 1px solid #CCC;
}

.rtr_footer_bar_logos li {
    float: left;
    display: block;
}


/*
 * Map Pins
 */
#pin1 { left: 246px; top: 50px; }
#pin2 { left: 232px; top: 102px; }
#pin3 { left: 267px; top: 84px; }
#pin4 { left: 290px; top: 126px; }
#pin5 { left: 324px; top: 110px; }
#pin6 { left: 307px; top: 112px; }
#pin7 { left: 189px; top: 102px; }
#pin8 { left: 410px; top: 150px; }


.num {
	color: #167FB0;
	font-weight: bold;
	font-size: 40px;
	float: left;
	display: block;
	margin: 0 5px 0 0;
    line-height: 32px;
}

.weed_row {
	overflow: hidden;
    margin-bottom: 3px;
}

.weed_row li {
	float: left;
	width: 131px;
	overflow: hidden;
	border: 1px solid #fff;
}

.weed_name {
	color: #fff;
	background-color: #999;
	height: 27px;
	padding: 6px;
	text-align: center;
	display: block;
	font-weight: bold;
    font-size: 14px;
    line-height: 13px;
}

.speaker {
    clear: both;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

.speaker img {
	float: left;
}

.speaker > div {
	padding-left: 86px;
}

.speaker > div > .heading {
	font-weight: bold;
	color: #339933;
	display: block;
}

.rtr-social {
	overflow: hidden;
}

.rtr-social a {
    display: block;
    margin-top: 5px;
}

.rtr-social p {
    margin-top: 0px;
}

.rtr-social > div {
	float: left;
	width: 222px;
	padding: 12px 12px 12px 30px;
	border-right: 1px solid #e2e2e2;
}

.rtr-social > div:last-child {
    border-right: none;
}

.content_block.constrain {
	width: 600px;
}

#flickr_feed {
	width: 420px;
	float: left;
}

#twitter_feed {
	float: right;
	width: 322px;
	padding: 12px;
	background-color: #E2E2E2;
	height: 350px;
}

#youtube_video_scroller {
	height: 236px;
	overflow: auto;
}

#youtube_video_scroller img {
	margin: 13px;
	opacity: 0.8;
}

#youtube_video_scroller img:hover {
	opacity: 1;
}

#postEventBanner {
    position: relative;
    width: 800px;
    height: 314px;
    background-image: url("postEventBanner.jpg");
}

#postEventBanner img {
    margin-bottom: 3px;
}

#eventListing {
    position: absolute;
    top: 10px;
    left: 575px;
    width: 204px;
    background-color: #000;
    padding: 2px;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
}

.event {
    padding-left: 10px;
    padding-top: 2px;
}


.evenEvent {
    background-color: #333;
}

.eventLocation {
    display: inline-block;
    width: 130px;
    height: 19px;
    color: #FFF;
}

.eventDate {
    color: #FFF;
}

#registerNowButton {
    display: block;
    width: 196px;
    height: 28px;
    margin: 5px auto;
    background-image: url("registerNow.jpg");
}

#slideshow {
    width: 800px;
    height: 328px;
    cursor: pointer;
}

ul {
    font-size: 12px;
}

.infoPoint {
    margin-bottom: 20px;
    font-size: 12px;
}

.infoPoint p {
    margin-top: 0;
}

.copyHeading {
    margin-top: 25px;
}

td, .ms-WPBody td {
    font-size: 12px;
}

/********* End: Respect the Rotation (RTR) styles **********/

/********* Begin: Design Audit styles **********/

#margi div h4,
.innoTech h4,
.contentListContainer h4,
.product-selector-wrapper.shdw h4,
.weather-commodity-module.shdw h4,
.two-columns .news-section.box h4,
.two-columns .news-mod-header .box h4,
.two-columns .contentListContainer .box h4,
.two-columns .related-items h4 {
    padding-top: 11px;
    padding-bottom: 11px;
}

.two-columns .folder.column-1 .contentListContainer h2 {
    line-height: 16px;
    font-size: 12px;
}

.two-columns .contentListContainer .box h4,
.two-columns .news-section.box h4,
.two-columns .news-mod-header .box h4 {
    margin-bottom: 0;
}

.two-columns .contentListContainer .blck2 {
    padding-top: 10px;
    padding-bottom: 8px;
}

.product-selector-wrapper.shdw h4 {
    text-transform: none;
}

.news-section {
    padding-bottom: 2px;
}

.flexslider-slides {
    margin: 5px 8px 27px;
}

.flex-control-nav li {
    margin-left: 4px;
}

.news-section a,
p a {
    color:#339933!important;
}

#content .contentListContainer .txtcol h2,
#content .contentListContainer .txtcol a {
    color: #339933!important;
    font-weight: bold;
}

.margispacer {
    height: 20px;
}

#margi .viewCropLabelsMsds h4.secondaryHeader {
    padding-top: 8px;
    padding-bottom: 4px;
}

#margi .viewCropLabelsMsds .labelsSelect select {
    margin-bottom: 6px;
}

#margi .viewLabelsMsds1 .shdwbttm {
    margin: 0;
}

#margi .shdw {
    margin-bottom: 0;
}

.margi-search .margilink {
    margin-top: 5px;
    display: block;
}

.col .spacer,
.column-2 .spacer {
    height: 20px;
}

.blck2.no-border.weather {
    padding-left: 8px;
    padding-bottom: 0;
    border-bottom: 0;
}

.weather-commodity-module .zipcode-dropdown {
    font-size: 11px;
    color: #666;
}

.weather-commodity-module .edit-zipcode {
    padding-left: 6px;
    color: #393;
}

.weather ul {
    padding-bottom: 5px;
}

.stock-ticker strong {
    font-weight: bold!important;
}

.follow-us {
    margin: 0;
}

.follow-us li {
    padding-left: 6px;
    padding-right: 0;
}

.follow-us li:first-child {
    padding-left: 0;
    padding-right: 0;
}

.follow-us li:last-child {
    float: left;
}

.follow-us li a {
    width: 28px;
    height: 28px;
    margin-bottom: 7px;
}

.follow-us a.sm-twitter {
    background-position: 0 0!important;
}

.follow-us a.sm-youtube {
    background-position: 0 -132px!important;
}

.follow-us a.sm-pinterest {
    background-position: 0 -88px!important;
}

.follow-us a.sm-flickr {
    background-position: 0 -44px !important;
}

.follow-us a.sm-rss {
    background-position: 0 -176px!important;
}

.news-mod-header .box h4 .view-all {
    margin-top: -2px;
}

.news-mod-header .box h4 .view-all a {
    color: #339933;
    text-transform: none;
}

.news-mod.toggle-box .toggle-content-item {
    padding-top: 8px;
}

.news-mod-article {
    line-height: 16px;
    padding-bottom: 8px;
    margin-bottom: 9px;
}

.news-mod-article a {
    color:#339933!important;
    line-height: 16px;
}

.flickr.shdw .box span.pull-right.view-all,
.youTube.shdw .box span.pull-right.view-all,
.twitter-module.shdw .box span.pull-right.view-all {
    position: absolute;
    right: 8px;
    top: 12px;
}

.flickr.shdw .box,
.youTube.shdw .box,
.twitter-module.shdw .box {
    position: relative;
    background-color: #FFFFFF;
}

.flickr.shdw .box a img,
.youTube.shdw .box a img,
.twitter-module.shdw .box a img {
    display: block;
}

.shdw.flickr .box h4,
.shdw.youTube .box h4,
.shdw.twitter-module .box h4 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.headerteaser.teaser-with-backgroundcolor.innoTech h4,
.news-section .box h4 {
    padding-bottom: 7px;
    margin-bottom: -1px;
}

.green-bg-spacer {
    height: 5px;
    background-color: #DCEECC;
}

#margi .teaser .shdw {
    margin-bottom: 8px;
}

#mainContent .tabWrapper .info ul {
    margin-bottom: 0;
}

.recent-blog-post {
    padding-top: 9px;
}

.recent-blog-post .thumbnail img {
    height: 80px;
    width: 120px;
}

.recent-blog-post .float-left.thumbnail {
    margin: 0px 10px 10px 0;
}

#content .recent-blog-post a,
#content .blog-post h2 a {
    color: #339933!important;
}

.two-columns .branches.plaintext .imgleft {
    float: none;
}


/********* End: Design Audit styles **********/