/*  
Author: Alicia Lane-Outlaw
Date: 2008-10-17
*/

/* HTML tag styles */

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #6BA489;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 78%;
}

a:link, a:visited, a:hover
{
	color: #3656AB;
	text-decoration: none;
	border-bottom: 1px solid #D7DDEE;
	font-weight: bold;
}

p a:hover, li a:hover, blockquote a:hover, td a:hover { background-color: #D7DDEE; }

/* overrides decoration from previous rule for hovered links */
p, blockquote, li, td, th, h1, h2, h3, label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	text-align: left;
	margin: 0;
}

p, blockquote, ul, ol, table, label
{
	margin: 0 0 .75em 0;
	padding: 0;
}

h1, h2, h3, h4, h5
{

	color: #3FA947;
	margin-bottom: .5em;
	margin-top: .75em;
	line-height: 1em;
font-family: "arial narrow", arial, sans-serif;
}


li { margin-bottom: .25em; }

blockquote
{
	margin-left: 20px;
	margin-right: 0px;
}

hr { display: none; }

h1
{
	color: #6D6E71;	
font-size: 1.75em;
	font-weight: bold;
}

h2
{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.25em;
}

h3
{
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
}

h4
{
	font-size: 1em;
	font-weight: bold;
}

h5
{
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
}

h6
{
	font-size: .64em;
	font-weight: bold;
}

div { margin: 0; }
img, a img, a:link img { border: 0; }
ul, ol { padding-left: 20px; }
form { padding-top: 1em; }

form p label
{
	display: block;
	float: left;
	margin: 0px;
	padding: 4px 0px 0px;
	text-align: right;
	width: 25%;
}

form p input, form p textarea
{
	style.css (line 278) border: 1px inset #999999;
	clear: right;
	display: inline;
	vertical-align: top;
	width: 70%;
}

form p
{
	line-height: 100%;
	text-align: center;
}

form p input.buttonForm
{
	border: 1px outset #CCCCCC;
	margin: 0px;
	padding: 0.1em 0px;
	text-align: center;
	width: 6em;
}

/* Layout Divs */

.mmhide_inner
{
	margin: 0 auto;
	width: 720px;
	padding: 0 10px;
}

#masthead
{
	background: url(/images/masthead-bkgd-green.gif) repeat-x;
	background-color: #00713D;
}

#masthead .mmhide_inner
{
	padding-left: 520px;
	padding-right: 20px;
	width: 200px;
	background: url(/images/masthead-bkgd.jpg) no-repeat 10px 0px;
	height: 180px;
}

/* also need height conditional rule for IE6. */

#headerbar
{
	background: url(/images/50pctshadow.gif) repeat-y center;
	background-color: #9AAAD5;
}

#headerbar .mmhide_inner
{
	background-color: #3656AB;
	padding-right: 240px;
	padding-left: 40px;
	width: 450px;
	background: url(/images/crops-sidebar.jpg) no-repeat 515px 0;
}

#main { background: url(/images/main-shadow.gif) repeat-y center transparent; }

#main .mmhide_inner
{
	padding: 0;
	background: url(/images/contentbkgd.gif) repeat-y;
	background-color: #EBF4E8;
}

#sideBar
{
	margin: 0 0 0 510px;
	padding: 0px;
	width: 200px;


}

#content
{
	float: left;
	width: 430px;
	margin: 0;
	padding: 0 40px;
	padding-bottom: 1em;
	background-color: #fff;
	padding-top: 10px;
}

#utility { background-color: #fff; }
#main .mmhide_inner, #content { min-height: 350px; }

/* min-height to make sure the center and right columns match. Also need height conditional rule for IE6. */

#footer
{
	clear: both;
	text-align: center;
	height: 2em;
	padding-top: 10px;
	background: url(/images/footer-shadow2.gif) no-repeat top center;
}

/* negative top margin pulls footer up so its top border overlaps (and thus lines up with)
   the bottom border of the sideBar in cases where they "touch" */

/* Component Divs*/

/*  #utility styles */

#utility .mmhide_inner { position: relative; }
#utility p { margin: 0; }
#utility img { padding: 3px 0; }
#utility a { border: 0; }

p.utilityLinks
{
	position: absolute;
	right: 10px;
	bottom: 5px;
	text-align: right;
}

p.utilityLinks a:link, p.utilityLinks a:visited,  p.utilityLinks a:hover, p.utilityLinks a { font-weight: normal; }

/*  #masthead styles */

#masthead ul
{
	margin: 0;
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 3em;
}

#masthead li, #masthead li a
{
	color: #006233;
	border: 0;
}

#masthead li a:hover
{
	color: #3656AB;
	background-color: #D7DDEE;
	border: 0;
}

/*  #sectionLinks styles */

#sectionLinks { padding-top: 20px; }

/*  #headerbar styles */

#headerbar h1
{
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: .25em 0;
	line-height: 1.25em;
}

/*  #content styles */

img.image-left
{
	float: left;
	margin: .5em 1em .5em 0;
	background-color: #E5EFEA;
	border: 1px solid #B2D0C1;
	padding: 5px;
}

img.image-right
{
	float: right;
	margin: .5em 0 .5em 1em;
	background-color: #E5EFEA;
	border: 1px solid #B2D0C1;
	padding: 5px;
}

.bio
{
	clear: both;
	margin-bottom: 1em;
}

.bio h3 { border-bottom: 1px solid #B2D0C1; }
.bio img { }

table#testlinks, #page-seedtesting table, table.services-chart, .blurb, .blurb-right, table.events
{
	border: 1px solid #B2D0C1;
	padding: .25em;
	width: 100%;
}

div.blurb, .blurb-right
{
	background-color: #E5EFEA;
	padding: .5em .75em;
	font-size: .9em;
	width: 90%;
	margin: 0 1em;
	margin-bottom: 1em;
}

p.blurb, p.blurb-right
{
	background-color: #E5EFEA;
	padding: .5em .75em;
	width: 90%;
}

.blurb h2, .blurb-right h2 { margin-top: 0; }

div.blurb-right
{
	width: 190px;
	float: right;
	margin-right: 0;
}

#testlinks td, #page-seedtesting td, .events td
{
	vertical-align: top;
	padding: 0 .5em;
	font-size: .9em;
	border-left: 1px solid #B2D0C1;
	background-color: #E5EFEA;
}

#testlinks td ul
{
	padding-left: 0;
	list-style-type: none;
}

#page-seedtesting th
{
	font-size: .9em;
	white-space: nowrap;
}

.services-chart td
{
	vertical-align: middle;
	padding: 0 .5em;
	border-left: 1px solid #B2D0C1;
	background-color: #E5EFEA;
}

.services-chart td img
{
	display: block;
	margin: 3px auto;
}

.services-chart th { line-height: 1em; }

.trademarks
{
	font-size: .9em;
	font-style: italic;
	color: gray;
}

.mmhide_newsarchive li { margin-bottom: .75em; }

/*  sideBar link styles */

#sideBar a:link, #sideBar a:visited { display: block; }

/*  callout styles */

#callout { padding: 5px 0px 5px 10px; }

#callout a
{
	border: 0;
	text-align: center;
}

/*  .testimonial styles */

.testimonial p
{
	margin: 0px;
	padding: 0 0 .25em 15px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.25em;
}

p.credit, p.postdate
{
	text-align: right;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 1em;
}

/*  #icons styles */

#icons
{
	padding: 20px 0px 0px 10px;
	text-align: center;
}

#icons img
{
	margin: 5px auto;
	display: inline;
}

#icons p
{
	text-align: center;
	font-size: .9em;
	line-height: 1.25em;
}

#icons p img
{
	margin: 0;
	padding: 0;
	padding-right: .5em;
}

#icons a:link, #icons a:visited, #icons a:hover, #icon a:active, .icon a:link, .icon a:visited, .icon a:hover, .icon a:active { border: 0; }

/*  #footer styles */

#footer p {
	text-align: center;
	font-size: .9em;
	padding-bottom: 1em;
}

#footer a, #footer a:visited {
color: white;
}

#footer p a:hover { background-color: transparent; }

/*  special styles */

.mmhide_clear { clear: both; }

.mmhide_red
{
	color: red;
	display: none;
}

/* printer styles */

@media print
{
	#masthead, .utilityLinks { display: none; }
	body { background: none; }
}
