/* Style sheet for Herschel Corporate. 
------------------------------------------------------------------------- */
html, body {
    height: 100%;
}


*{
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height:14px;
    text-align: center;
    color: #333;
    background: #888888;
    height: 100%;
    min-height: 300px; /* For Mozilla/Opera/Safari */
    margin: 0;
    padding: 0;

}

#container {
/*
	position: relative;
*/
        margin-left:auto;
	margin-right:auto;
        text-align: left;
        width: 800px;
        height: 100%;
        font-size: 8px;    
        background-color: rgb(168,174,177); 
        
}


#content { 
       /* background: url(images/content-bg.jpg) repeat;*/
        background: #e1e1e1;
	padding:0px;
	margin:0;
        
}

h1 {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        color: #666;
        font-weight: bold;
        font-size: 13px;
        padding-bottom: 15px;
}

/************************ main header container ************************** */
div#header
{
	border:none;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	background: url(images/maptr.jpg) top right no-repeat;
        background-color: rgb(168,174,177);
        height: 110px;
        width: 800px;
        position: relative;
}

/* logo properties */

div#header #logo
{	
     position: absolute;
     left: 10px;
     top: 28px;

}


#print {
	margin-left:auto;
	margin-right:auto;
        text-align: left;
        width: 1000px;
        font-size: 8px;

}

div, p, img, a, td, ul, ol {
    font-size: 11px; 
}


a, a:link { 
    text-decoration: none;
    color: #9e271f;
   
}

a:visited { color: #9c352e; border-color: #669; 
}

a:hover { color: #9c352e; border-color: #693; text-decoration: none; 
}

a:active { color: #9e271f; border-color: #c33 
}


a img, img {
    border: none;
}


blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}


acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }

.message {
    color: #333;
}

.error {
    color: #f92502;
}

/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 5px;
    bottom: 22px;

}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

.FSF_input { 
    display: inline;
    height: 14px;
    font-size: 85%;
    color: #333;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}




------------------------------------------------------------------------- */



/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}


/* ************************* HOME PAGE *********************************** */

/* content container */

/*  grey mid bar on home page*/
#mid_text
{
        margin:0;
        text-align: left;
        width: 800px;
        height: 147px;
}

#mid_text p {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        padding-right: 220px;
        padding-left: 40px;
        margin-top: 16px;
        color: #666;
        font-weight: bold;
	font-size: 10px;
	line-height:12pt;
}


#homesearch h1 { color: #fff;
                 font-size: 11px;
                 font-weight: bold;

}


#homesearch p { color: #fff;
               font-size: 9px;
               font-weight: bold;
              z-index: 100;   
               padding-top: 5px;
}


/* ------------------------------------------------------------------------------------------------------------ */

/* ************************* CONTENT PAGES *********************************** */

/* main container */
#main_container
{
	padding:0px;
	margin:0;
        background-color: rgb(225,225,225);

}

/* spacing for the main content area*/
#main_content{
        background-color: #fff;
}

#main_content_tillage {
        background: url(images/Herschel-Field-B.jpg) bottom no-repeat rgb(152,186,232);
	padding:0px;
	margin:0;
}

#main_content_tractor {
        background: url(images/Herschel-Field-D.jpg) bottom no-repeat rgb(152,186,232);
	padding:0px;
	margin:0;
        padding-top: 20px;
}
#main_content_cutting {
        background: url(images/Herschel-Field-C.jpg) bottom no-repeat rgb(152,186,232);
	padding:0px;
	margin:0;
        padding-top: 20px;
}



#main_content_full {
        background: url(images/full-screen-tractor.jpg) bottom no-repeat rgb(152,186,232);
	padding:0px;
	margin:0;
}

#contentBox {
        border: 1px solid #b8d0ea;
        padding: 5px;
        display: table;
        width: 500px;
  /*      height: 150px; */
        margin-bottom: 150px;
}



#content_padding
{
	padding-left: 20px;
        padding-right: 200px;
        padding-bottom: 200px;
        padding-top: 10px;
        text-align: left;

}

#content_padding ul
{
	list-style-type: disc;

}



td#navcontainer {

      background-color: rgb(225,225,225);
      vertical-align: top;
      height: 100%;
}


#footer_home {
       color: #fff;
       font-weight: bold;
       font-size: 9px;
       padding-left: 35px;
}


#content_footer {
       color: #fff;
       font-weight: bold;
       font-size: 9px;
       padding-left: 12px;
       position: relative;
       margin-top: 4px;
}

#content_footer span{
       position: relative;

}


#content_footer a{
       color: #fff;
       font-size: 9px;
}


#content_footer span {
        position: absolute;
        right: 5px;
        top: 0px;
}

ul {
        list-style-type: none;
}

#hometable {
         background: url(images/bg-home.jpg) #e1e1e1 no-repeat left;
         width: 790px;
}

/* Forms 
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}
