﻿h3 {
    color: #00853f;
    font-size: 13px;
}

td {
    vertical-align: top;
}

#bigBucketRight, #bigBucketLeft {
    width: 289px;
    padding: 20px;
}

#bigBucketLeft h2, #bigBucketRight h2 {
    display: block;
    padding-left: 40px;
    padding-bottom: 24px;
    height: 27px;
}

#bigBucketLeft a, #bigBucketRight a {
    font-weight: bold;
}

#bigBucketLeft {
    border-right: solid 1px #cccbcb;
    background: #f6f5f5;
}

#bigBucketRight {background: #f0efef; }
#bigBucketLeft h2 { background: transparent url(Images/Home/LatestExpertAnswers.png) no-repeat; }
#bigBucketRight h2  { background: transparent url(Images/Home/RecentNews.png) no-repeat; }

#bigBucketRight p {
    margin: 0px 0 11px;
    padding-bottom: 0;
}

#bigBucketLeft p {
    margin: 0px 0 11px;
}

#littleBuckets {
    margin-top: 50px;
}

.bucket {
    width: 179px;
    margin-right: 62px;
    float: left;
    font-size: 11px;
    line-height: 13px;
}

#littleBuckets .fungicide {
    margin-right: 0px;
    background: #FFFFFF url(Images/home/weed.jpg) no-repeat right 75px;
}

#littleBuckets .fungicide p {
    width: 109px;
    margin-bottom: 13px;
}

.bucket h4 {
    font-size: 14px;    
    border-top: solid 4px;
    border-bottom: solid 1px;
    padding: 8px 10px 0 10px;
    text-align: center;
    line-height: 15px;
    font-family: Arial, Helvetica, Sans-Serif;
    padding-bottom: 10px;
}
.highYield h4 {
    border-color: #4E94B8;
    color: #4E94B8;
}

.resources h4 {
    border-color: #D17E14;
    color: #D17E14;
}

.fungicide h4 {
    border-color: #749F2B;
    color: #749F2B;
    padding-top: 15px;    
}
.bucket a {
    text-decoration: underline;
}

.bucket p {
    margin: 17px 0 19px;
}

