body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	background-color: #EBF3DD;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0 0 15px 0;
}
#container {
	background-color: #FFFFFF;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
}

/*--------------------- Nav ---------------------*/

#nav-container {
	float: left;
	width: 910px;
	height: 28px;
	margin: 0;
	padding-left: 5px;
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
}
#nav, #nav ul{
	height: 28px;
	width: 839px;
	margin: 0px;
	position: relative;
	z-index: 2;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: inline;
}
#nav li, #nav li a {
	display: block;
	height: 28px;
}
#nav a {
	display: block;
	text-decoration: none;
	margin: 0px;
}
#nav li a:hover {
	text-decoration: none;
}
#nav li {
	float: left;
	padding: 0;
}

#nav #link-home { left: 5px; width: 60px; background: url(images/nav.gif) -5px 0 no-repeat;}
#nav #link-online-quiz { left: 65px; width: 87px; background: url(images/nav.gif) -65px 0 no-repeat;}
#nav #link-endophytes { left: 152px; width: 91px; background: url(images/nav.gif) -152px 0 no-repeat;}
#nav #link-raising-the-bar { left: 243px; width: 108px; background: url(images/nav.gif) -243px 0 no-repeat;}
#nav #link-why-make-the-change { left: 351px; width: 160px; background: url(images/nav.gif) -351px 0 no-repeat;}
#nav #link-press-releases { left: 511px; width: 104px; background: url(images/nav.gif) -511px 0 no-repeat;}
#nav #link-faq { left: 615px; width: 43px; background: url(images/nav.gif) -615px 0 no-repeat;}

#nav #link-home a:hover { background: url(images/nav.gif) -5px -28px no-repeat;}
#nav #link-online-quiz a:hover { background: url(images/nav.gif) -65px -28px no-repeat;}
#nav #link-endophytes a:hover { background: url(images/nav.gif) -152px -28px no-repeat;}
#nav #link-raising-the-bar a:hover { background: url(images/nav.gif) -243px -28px no-repeat;}
#nav #link-why-make-the-change a:hover { background: url(images/nav.gif) -351px -28px no-repeat;}
#nav #link-press-releases a:hover { background: url(images/nav.gif) -511px -28px no-repeat;}
#nav #link-faq a:hover { background: url(images/nav.gif) -615px -28px no-repeat;}

#nav a span {display: none;}

/*--------------------- Drop Downs ---------------------*/

#nav li ul{
	position: absolute;
	left: -999em;
	display: none; /* Important */
	height: auto;
	width: 131px;
	font-weight: normal;
	margin: 0;
	background-image: none;
	background-color: #ffffff;
}

#nav li li {
	width: 131px;
	height: auto;
}

#nav li ul a {
	width: 182px;
	height: 16px;
	margin: 0 0 0 0px;
	padding: 6px 0px 3px 18px;
	font-size: 11px;
	font-weight: normal;
	background-image: url(images/sub-nav-bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-left: 1px solid #77AD1C;
	border-right: 1px solid #77AD1C;
	border-bottom: 1px solid #77AD1C;
	line-height: 12px;
	background-position: 6px 10px;
	color: #77AD1C;
}
#nav li#link-raising-the-bar ul a { 
	width: 89px;
}
#nav li#link-why-make-the-change ul a { 
	width: 160px;
}
#nav li ul a.nav-last {
	border: none;
}
#nav li ul a:hover {
	background-image: url(images/sub-nav-white-bg.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
	background-color: #77AD1C;
	color: #ffffff;
	border-left: 1px solid #77AD1C;
	border-right: 1px solid #77AD1C;
	border-bottom: 1px solid #77AD1C;
}

#nav #link-endophytes ul li a:hover, #nav #link-raising-the-bar ul li a:hover, #nav #link-why-make-the-change ul li a:hover {
	background-image: url(images/sub-nav-white-bg.gif);
	background-repeat: no-repeat;
	background-position: 6px 10px;
	background-color: #77AD1C;
	color: #ffffff;
}

#nav li ul ul {
	margin: -25px 0 0 130px !important;
	margin: -25px 0 0 129px; /* IE6 fix */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	display: block;  /* Important */
}

#nav li:hover, #nav li.sfhover {
	background-image: none;
}
#nav-shadow {
	float: left;
	background-image: url(images/nav-shadow.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 910px;
}

/*--------------------- Body ---------------------*/

#body {
	float: left;
	background-image: url(images/border-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 910px;
}
#body-inner {
	float: left;
	background-image: url(images/border-bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 814px;
	padding: 48px;
	
}
p {
	margin: 8px 0 12px 0;
}
h1 {
	margin: 0 0 16px 0;
	font-weight: normal;
	font-size: 30px;
	color: #E95E27;
	padding-bottom: 10px;
	border-bottom: 1px dotted #F4AE93;
}
h2 {
	margin: 16px 0 8px 0;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	color: #E95E27;
	text-transform: uppercase;
}
h3 {
	margin: 15px 0 8px 0;
	font-weight: bold;
	font-size: 13px;
	color: #77AD1C;
}
a {
	color: #77AD1C;
	text-decoration: underline;
}
a:hover {
	color: #E95E27;
	text-decoration: none;
}
#body ul {
	margin: 0 0 8px 20px;
	padding: 0;
	line-height: 18px;
}
#body ul li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 3px 17px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 8px;
}
dl.press-release dd {
margin-left:16px;
}
#body ul.pdf  {
	margin: 0 0 8px 17px;
	padding: 0;
	line-height: 18px;
}
#body ul.pdf li {
	padding: 2px 0 3px 24px;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
#body ul ul {
	margin: 2px 0 4px 0;
	padding: 0 0 0 15px;
}
#body ol {
	margin: 0 0 8px 0;
	padding: 0;
}
#body ol li {
	margin: 0 0 0 30px;
	padding: 2px 0 8px 0;
}
.into-text {
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}
.pic-right {
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
	padding: 4px;
	border: 1px solid #BBD68D;
}
.pic-left {
	float: left;
	clear: left;
	margin: 0 15px 15px 0;
	padding: 4px;
	border: 1px solid #BBD68D;
}
.pic-right-no-border  {
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
}
.pic-left-no-border {
	float: left;
	clear: left;
	margin: 0 15px 15px 0;
}
fieldset {
	border: 1px solid #F4AE93;
	padding: 10px 10px 5px 10px;
}
legend {
	font-weight: bold;
	font-weight: bold;
	font-size: 15px;
	color: #E95E27;
	text-transform: uppercase;
}
input.form-text {
	margin-bottom:2px;
	width: 200px;
}
input.form-text-sm {
	margin-bottom:2px;
	width: 30px;
}
.form-text {
	margin-bottom:2px;
	width: 200px;
}
.text-small {
	font-size: 11px;
	line-height: 14px;
}
table.table-border  {
	border-left: 1px solid #F4AE93;
	border-top: 1px solid #F4AE93;
}
.table-border td {
	border-right: 1px solid #F4AE93;
	border-bottom: 1px solid #F4AE93;
	padding: 5px 10px;
}
.table-border h3 {
	margin: 5px;
}

/*--------------------- Body ---------------------*/

#footer {
	clear: both;
	width: 910px;
	height: 33px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #FFE400;
	text-decoration: none;
}
#copyright {
	float: left;
	display: inline;
	width: 300px;
	margin: 7px 0 0 17px;
}
#footer-links {
	float: right;
	display: inline;
	width: 300px;
	margin: 7px 17px 0 0;
	text-align: right;
}
#avatar {
	width: 300px;
	margin: 0 auto;
	padding-top: 12px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}
#avatar a {
	color: #9FC55F;
	text-decoration: none;
}
#avatar a:hover {
	color: #77AD1C;
	text-decoration: none;
}

.media-release {
color:#E95E27;
font-size:12px;
font-style:italic;
}
div.inner-column {
margin-top:-7px;
width:530px;
position:relative;

}
div.caption {
float:right;
width:252px;
position:relative;
clear:right;
}
/*I'm using hacks here - sue me.IE6 then IE7*/

/*\*/ * html div.inner-column { width:523px;} /**/

*+html div.caption { margin-right:10px; }

div.caption span {
display: block;
margin-bottom:15px;
text-align:center;
font-weight:800;
}
div#flashad {
float:right;
margin-bottom:10px;
margin-left:10px;
width:242px;
}
.seo {
text-align:center;
font-weight:normal;
font-size:100%;
font-style:italic;
}
h4 {margin:0; padding:0;}