@import url('content.css');
@import url('admin.css');

/**** General styles ****/

* {
	padding: 0px;
	margin: 0px;
	}

.nd {
	display: none;
	}

.clearfix {
	clear: both;
	line-height: 1%;
	font-size: 1%;
	width: 1px;
	border-top: 1px solid #FFF;
	}

body {
	font-family: Trebuchet MS, Verdana, Arial, Courier;
	font-size: 10pt;
	line-height: 130%;
	color: #444;
	}

a {
	color: #008000;
	text-decoration: none;
	}

fieldset {
	border: 0px;

	}

h2 {
	color: #486207;
	padding: 0px;
	text-decoration: none;
	margin: 0px;
	font-size: 140%;
	margin-bottom: 15px;
	}

h3 {
	color: #486207;
	padding: 0px;
	text-decoration: none;
	margin: 0px;
	font-size: 120%;
	}

p.int {
	margin-bottom: 10px;
	}



/* Miscellaneous page error */

.errors_misc {
	padding: 10px;
	border: 1px solid red;
	color: white;
	background-color: red;
	margin-bottom: 20px;
	}


/* Missing form field error */

.errors_fields {
	padding: 10px;
	border: 1px solid purple;
	color: white;
	background-color: purple;
	margin-bottom: 20px;
	width: 535px;
	}


/* Text field error */

.text_error {
	border: 2px solid purple !important;
	background: white !important;
	}

/* File field error */

.file_error {
	border: 2px solid purple !important;
	background: white !important;
	}



/* General Postioning */

#full_page {
	width: 100%;
	border-top: 18px solid #5c8e4f;
	text-align: center;
	}

#container {
	padding-top: 5px;
	width: 760px;
	margin: 0px auto;
	text-align: left;
	}


/* Top of the home page */

#logo_left_home {
	width: 184px;
	height: 187px;
	float: left;
	background-image: url("../imgs/leaves_left.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	}

#logo_right_home {
	width: 576px;
	height: 187px;
	float: left;
	background: #fff url('../imgs/leaves_right.jpg') no-repeat bottom right;
	text-align: center;
	}


/* Top of the internal page */

#logo_left_int {
	width: 184px;
	height: 132px;
	float: left;
	}

#logo_right_int {
	width: 576px;
	height: 132px;
	float: left;
	text-align: center;
	}


/* Banner on the homepage */

.bann_home {
	width: 740px;
	margin-left: 12px;
	margin-bottom: 5px;
	border: 1px solid #5C8E4F;
	height: 140px;
	background: #fff url('../imgs/banner.jpg') no-repeat 0px 0px;
	}

.bann_int {
	width: 738px;
	margin-left: 12px;
	margin-bottom: 5px;
	border-top: 1px solid #b2c9ab;
	height: 1px;
	font-size: 0%;
	line-height: 0%;
	/* background: #fff url('../imgs/banner_shrunk.jpg') no-repeat 0px 0px; */
	}


/* Logo */

#logo a {
	background: #fff url('../imgs/logo.gif') no-repeat bottom right;
	height: 119px;
	width: 184px;
	display: block;
	text-decoration: none;
	}


/* Strap at top of page */

#topline {
	width: 576px;
	height: 50px;
	background: #FFF url('../imgs/top_banner.gif') no-repeat center bottom;
	display: block;
	padding-bottom: 2px;
	margin-bottom: 5px;
	}



/* Highlighted information feature navigations */

#feature_nav_cont {
	width: 535px;
	text-align: center;
	margin: auto auto;
	line-height: 130%;
	font-size: 80%;
	}

#f_nav_1 {
	background: url('../imgs/temp_tl_1.jpg') no-repeat center bottom;
	width: 100px;
	height: 80px;
	display: block;
	}

#f_nav_2 {
	background: url('../imgs/temp_tl_2.jpg') no-repeat center bottom;
	width: 100px;
	height: 80px;
	display: block;
	}

#f_nav_3 {
	background: url('../imgs/temp_tl_3.jpg') no-repeat center bottom;
	width: 100px;
	height: 80px;
	display: block;
	}

#f_nav_4 {
	background: url('../imgs/temp_tl_4.jpg') no-repeat center bottom;
	width: 100px;
	height: 80px;
	display: block;
	}

#f_nav_1_text a, #f_nav_2_text a, #f_nav_3_text a, #f_nav_4_text a {
	text-decoration: none;
	}

/* Main content area container */

#content_area {
	width: 760px;
	background: #FFF url('../imgs/cont_bg.gif') repeat-y 0px 0px;
	}


/* Left navigation in the main content area */

#left_nav {
	width: 168px;
	text-align: right;
	float: left;
	margin-top: 10px;
	}


/* Nav buttons */

#left_nav a {
	background: url('../imgs/nav_but.jpg') no-repeat left top;
	width: 156px;
	height: 23px;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: left;
	margin: 2px 0px 2px 12px;
	}

#left_nav a:hover {
	background: url('../imgs/nav_but_over.jpg') no-repeat left top;
	}

#left_nav a span {
	text-indent: 5px;
	padding-top: 2px;
	display: block;
	}


/* Content area */

#content {
	width: 575px;
	float: left;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 30px;
	font-size: 90%;
	}


/* Content area on the homepage */

#home_content {
	width: 565px;
	float: left;
	padding-top: 0px;
	padding-left: 15px;
	font-size: 90%;
	}


/* Promos on the homepage */

.home_ban {
	background: #FFF url('../imgs/temp_home_ban.jpg') no-repeat center top;
	width: 568px;
	height: 155px;
	}

.home_promo1 {
	}

.home_promo2 {
	}

.home_promo3 {
	}


/* Subitems on the homepage */

#subitems {
	width: 130px;
	float: left;
	}


/* Winter diet portlet */

#winter_diet_top {
	background: #FFF url('../imgs/wd_top.gif') no-repeat 0px 0px;
	width: 142px;
	height: 34px;
	}

#winter_diet_bottom {
	background: #FFF url('../imgs/wd_bottom.gif') no-repeat 0px 0px;
	width: 142px;
	height: 8px;
	font-size: 0%;
	line-height: 0%;
	}

#winter_diet {
	width: 142px;
	font-size: 90%;
	background-color: #def0bf;
	padding-bottom: 10px;
	}

#winter_diet li {
	list-style: url("../imgs/port_bull.gif");
	margin-left: 15px;
	color: #222;
	margin-left: 25px;
	}


/* Further info */

#further_info {
	background: #FFF url('../imgs/further.gif') no-repeat center center;
	width: 142px;
	height: 120px;
	}


/* News portlet */

#news_top {
	background: #FFF url('../imgs/news_top.gif') no-repeat center top;
	width: 142px;
	height: 20px;
	}

#news_bot {
	background: #FFF url('../imgs/news_bottom.gif') no-repeat top center;
	width: 142px;
	height: 8px;
	}

#news_mid {
	background: #FFF url('../imgs/news_middle.gif') repeat-y center center;
	width: 142px;
	font-size: 90%;
	}

#news_mid a {
	text-decoration: none;
	}


/* Contact portlet */

#contact_top {
	background: #FFF url('../imgs/contact_top.gif') no-repeat center top;
	width: 142px;
	height: 11px;
	}

#contact_bot {
	background: #FFF url('../imgs/news_bottom.gif') no-repeat top center;
	width: 142px;
	height: 8px;
	}

#contact_mid {
	background: #FFF url('../imgs/news_middle.gif') repeat-y center center;
	width: 142px;
	font-size: 90%;
	text-align: center;
	}

#contact_mid a {
	text-decoration: none;
	}


/* Footer */

#footer {
	text-align: center;
	font-size: 80%;
	}

#footer_nav {
	padding-top: 5px;
	text-align: center;
	border-top: 1px solid #b2c9ab;
	width: 735px;
	margin: 5px auto;
	}



/********** Form fields **********/


.form_fields textarea {
	border: 1px solid #50936C;
	float: left;
	clear: right;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #f5f5f5;
	}

.form_fields input.check {
	border: 0px !important;
	background-color: #f5f5f5;
	}

.form_fields input.cust {
	border: 1px solid #50936C;
	display: block;
	float: left;
	clear: right;
	background-color: #f5f5f5;
	}

.form_fields select.cust {
	border: 1px solid #50936C;
	display: block;
	float: left;
	clear: right;
	background-color: #f5f5f5;
	font-size: 100%;
	}

.form_fields {
	padding-top: 5px;
	border: 0px;
	font-size: 90%;
	}

.form_fields label {
	display: block;
	font-weight: bold;
	}

.form_fields .field_help {
	color: #666;
	clear: both;
	margin: 4px 0px 8px 0px;
	font-size: 80%;
	line-height: 150%;
	}

.form_fields .button1 {
	color: green;
	font-weight: bold;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #DDF0BE;
	font-size: 8pt;
	height: 20px;
	padding: 0px;
	}

/* The crops list on the seed calc options page */

.crops_list_top {
	background: #FFF url('../imgs/crop_list_1_top.gif') repeat-y 0px 0px;
	width: 260px;
	height: 8px;
	}

.crops_list_bottom {
	background: #FFF url('../imgs/crop_list_1_bottom.gif') repeat-y 0px 0px;
	width: 260px;
	height: 9px;
	}

.crops_list {
	padding: 5px 10px 5px 10px;
	background: #FFF url('../imgs/crop_list_1_bg.gif') repeat-y 0px 0px;
	font-size: 100%;
	line-height: 160%;
	}

.calc_option {
	border: 1px solid #CCC;
	background-color: #EEE;
	width: 260px;
	font-size: 95%;
	margin-bottom: 2px;
	padding: 8px;
	}


/* The gallery section */

.gal_img img {
	border: 1px solid #BBB;
	}

.gal_pagin {
	width: 480px;
	margin: 0px auto;
	}


/* The crop summary page */

.crop_summ_head {
	width: 220px;
	border: 1px solid #CCC;
	text-align: left;
	padding: 3px 5px 3px 5px;
	background-color: #EEE;
	}

.crop_summ_info {
	width: 220px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	text-align: left;
	padding: 3px 5px 8px 5px;
	font-weight: bold;
	}


/* The benefits questionaire table */

table.benefits {
	margin-bottom: 30px;
	margin-top: 20px;
	border: 1px solid #DDD;
	font-size: 100%
	}

table.benefits th.line {
	padding: 5px;
	background-color: #EEE;
	border-right: 1px solid #DDD;
	}

table.benefits td.line {
	padding: 8px;
	text-align: center;
	border-right: 1px solid #DDD;
	}

table.benefits th.left_line {
	padding: 5px;
	background-color: #EEE;
	text-align: left !important;
	border-right: 1px solid #DDD;
	}

table.benefits td.left_line {
	padding: 8px;
	text-align: left !important;
	border-right: 1px solid #DDD;
	}

table.benefits th.noline {
	padding: 8px 12px 8px 12px;
	background-color: #EEE;
	text-align: center !important;
	}

table.benefits th.noline_arr {
	padding: 8px 12px 8px 12px;
	background-color: #EEE;
	color: #AAA;
	text-align: center !important;
	}

table.benefits td.noline {
	padding: 8px;
	text-align: center !important;
	}

table.benefits td.noline_arr {
	padding: 8px;
	color: #AAA;
	text-align: center !important;
	}


/* The crops comparison feature */

.comp_item {
	background-color: #EEE;
	padding: 5px 10px 10px 10px;
	margin-bottom: 10px;
	}

.pds_item {
	border: 1px solid lightgreen;
	background-color: #E3EFD1;
	}

.nonpds_item {
	border: 1px solid #DDD;
	}


/* The list of benefits on the crops comparison page */

.benefits_list li {
	padding: 0px;
	margin: 0px;
	border: 0px;
	line-height: 90%;
	font-size: 90%;
	}



/* PDS crop simproves list */

.pds_improves dt {
	font-weight: bold;
	}

.pds_improves dd {
	margin-bottom: 20px;
	}


/* Information-help link */

.info_link {
	background-image: url('../imgs/info_link.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 15px;
	width: 15px;
	}

.info_link2 {
	background-image: url('../imgs/info_link2.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 15px;
	width: 15px;
	}

.info_link3 {
	background-image: url('../imgs/info_link3.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 15px;
	width: 15px;
	}


/* PDS Crop comparison summray */

.crop_perc_decrease {
	color: brown;
	font-size: 120%;
	}

.crop_perc_increase	{
	color: green;
	font-size: 120%;
	}
