body {
    background: white url(/images/body-top.gif) no-repeat top center;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: .80em;
    text-align: center;
    padding: 0;
    margin: 0;
}
hr {
    display: none;
}
img {
    border: none;
}
a:link,
a:visited {
    color: #7BAB40;
}
a:hover {
    color: #EE6A00;
}

a:link.glossary,
a:visited.glossary {
    color: Blue;
}

sub {
    font-size: smaller;
    vertical-align: sub;
	line-height: 0;
}

.u  {
	text-decoration: underline;
	font-style: normal;
}

h4 a {
	text-decoration: none;
}
h4 a:hover {
	text-decoration: underline;
}
/*  -   GENERIC CLASSES
    ------------------------------------- */
    .clear {
        _height: 1%;
        min-height: 0;
    }
    .clear:after {
        visibility: hidden;
        display: block;
        content: '.';
        clear: both;
        height: 0;
    }

#main-wrap {
    background: White url(/images/main-bg.gif) repeat-y;
    text-align: left;
    margin: 0 auto;
    width: 784px;
}
#main {
    background: url(/images/wrap-bg.gif) no-repeat bottom;
    padding: 10px 12px;
    position: relative;
}
    #main h1 {
        background: White url(/images/logo.gif) no-repeat 0 5px;
        border-top: 4px solid #A6A8C3;
        position: absolute;
        width: 760px;
        height: 51px;
        padding: 5px 0;
        margin: 0;
        top: 155px;
        font-size: 0px
    }
    
    #main h1 span {
        display: none;
    }
    
    #main h1 span.fr {
        display: block;
        padding: 5px 0 0 10px;
    }
    .index #main h1 {top: 333px;}
    .news #main h1 {top: 155px;}    
    
    /*  -   NAVIGATION
        ------------------------------------- */
    #nav {
        background: url(/images/nav-bg.gif) repeat-x;
        padding: 7px 0 0 12px;
        list-style: none;
        margin: 0 0 1px;
        height: 28px;
        font-size: .1em;
    }
        #nav li {
            background-position: 0 -18px;
            text-indent: -10000em;
            float: left;
        }
        #nav a {
            overflow: hidden;
            display: block;
            height: 18px;
        }
        body ul#nav li a:hover,
        body ul#nav li em a {
            background-image: none;
        }
        #li-home,
        #li-home a {
            background: url(/images/nav-home.gif);
            width: 74px; }
        #li-about, 
        #li-about a {
            background: url(/images/nav-about.gif);
            width: 94px; }
        #li-science, 
        #li-science a {
            background: url(/images/nav-science.gif);
            width: 180px; }
        #li-knowledge, 
        #li-knowledge a {
            background: url(/images/nav-knowledge.gif);
            width: 150px; }
        #li-news, 
        #li-news a {
            background: url(/images/nav-news.gif);
            width: 70px; }

		li#li-search {
			text-indent: 1em;
		}
			#li-search form {
				margin: 0;
				padding: 0;
				height: 15px;
			}
			#li-search label {
				background: url(/images/search-label.gif) no-repeat;
				width: 49px;
				height: 18px;
				text-indent: -999em;
				display: block;
			}
			#li-search form input,
			#li-search form label {
				float: left;
			}
			#li-search form input.text {
				border-width: 1px;
				width: 85px;
				font-weight: normal;
				height: 14px;
			}
			
		
    #nav li ul {
        position: absolute;
        padding: 0;
        margin: 0;
        font-size: 9em;
        list-style: none;   
        right: 12px;
        top: 213px;
        width: 253px;
        z-index: 1000;
    }
    .news #nav li ul {
        top: 213px;
    }
    #nav li ul li {
        text-indent: 0;
        float: none;
        background: url(../images/clover-off.gif) no-repeat 1px 1px;
        margin: .5em;
        padding: 1px;
        
    }
    #nav li ul li a {
        background: url(../images/clover-off.gif) no-repeat 0px 0;
        width: auto;
        padding: .1em 0 0 2.1em;
        color: #999999;
        font-weight: bolder;
        font-size: .9em;
        text-decoration: none;
        height: auto;
    }
    #nav li ul li a:hover,
    #nav li ul li em a {
        font-style: normal;
        color: #F17B33;
    }
    
    /**
     * Knowledge Center side nav styles.
     */
     #side-nav {
        padding: 0em 0 0 ;
        width: 256px;
        min-height: 109px;
        list-style: none;
        font-size: .8em;
        float: left;
        margin: 0;
        color: #727272;
     }
     #side-nav ul {
        text-indent: 0;
        float: none;
        margin: 0;
        padding: 1px 0;
        list-style: none;
    }
        #side-nav li.parent span{
            font-size: 1.2em;
            font-weight: bolder;
            display: block;
            background: #ddd;
            padding: .5em .5em;
            background: #D6D6D6 url(../images/dot-horz.gif) repeat-x ;
            margin: 0;
            padding: .8em 10px;
            font-size: 1.5em;
        }
        #side-nav ul ul {
            margin: 0 0 1.5em 1em;
        }
            #side-nav ul ul ul {
                margin-bottom: 0;
            }
        #side-nav ul ul li {
            margin:.5em 0 ;
        }
    #side-nav ul li a {
        text-decoration: none;
    }
    #side-nav li a:hover{
        font-style: normal;
        text-decoration: underline;
        color: #F17B33;
    }
    #side-nav li em a,
    #side-nav li a.selected {
        font-style: normal;
        color: #F17B33;
    }
     
    /**    
     *  third level nav
     */
        #nav li ul li ul {
            display: block;
            position: relative;
            top: 0;
            font-size: 1em;
            margin: 1em 2em;
            background: none;
            width: auto;
        }
        
/*  -   INDEX
    ------------------------------------- */
.index #callouts {
    background: url(/images/index-co-bg.gif) repeat-y;
    position: relative;
    min-height: 120px;
    list-style: none;
    margin: 65px 0 0;
    _margin: 68px 0 0;
    font-size: .8em;
    padding: 0;
	color: #6A6B79;
}
    .index #callouts li {
        float: left;
    }    
    .index ul#callouts li a:hover {
        background: transparent none;
    }
	.index #cl0,
	.index #cl2	{
		padding: 0;
        position: relative;
        min-height: 265px;
        _height: 265px;
        display: block;
    }
		.index #cl0 div,
		.index #cl2 p
		{
			padding: 0 20px 10px;
		}
		.index #cl2 h3
		{
			padding: 0px 0 0 20px;
			margin-bottom: 5px;
		}
		.index #cl2 li { float: none; }
		.index #cl0 div  h4 {
			font-size: 1.5em;
			margin: 0 0 .5em 0;
		}
		.index #cl0 #cl0-2 {
			background: url(/images/index-callout-dots.gif) top repeat-x;
			padding-top: .5em;
		}
		
        .index #cl0 {
            background: transparent url(/images/green-gradient.gif) repeat-x;
            margin-right: 1px;
            width: 320px;
		}
        .index #cl1 {
            background: transparent url(/images/lgreen-gradient.gif) repeat-x;
            margin-right: 1px;
            width: 200px; 
        }
        .index #cl2 {
            background: transparent url(/images/green-gradient.gif) repeat-x;
            width: 238px;
        }
    .index #callouts strong {
        text-indent: -5000em;
        margin: 10px 20px 10px;
        overflow: hidden;
        display: block;
        height: 21px;
        background-repeat: no-repeat;
    }
    .index #callouts span {
        padding-right: 20px;
        display: block;
    }
    .index #callouts a:hover strong {
        background-repeat: no-repeat;
    }
        .index #cl0 strong {
            background-image: url(/images/index-callouts-headers_3.gif);
            margin-right: 0;
        }
        .index #cl1 strong {
            background-image: url(/images/index-callouts-headers_1.gif);
        }
        .index #cl2 strong {
            background-image: url(/images/applications-header-bg.jpg);
        }
    .index #callouts br {
        display: none;
    }
    .index #callouts a:link,
    .index #callouts a:visited {
        text-decoration: none;
        color: #6A6B79;
    }
	.index #callouts #cl0 p {
		margin: 0 0 1em 0;
	}
	.index #callouts #cl1 p {
		margin: 0 0 1em 20px;
	}
    .index #callouts #cl2 p {
		margin: 0 0 1em 0;
	}
		.index #callouts #cl0 a:link,
		.index #callouts #cl0 a:visited	{
			font-weight: bolder;
			font-style: normal;
			display: block;
			background: none;
			margin: 0;
			padding: 0;
			line-height: 15px;
		}
		.index #callouts #cl2 a:link,
		.index #callouts #cl2 a:visited {
			font-weight: normal;
			font-style: normal;
			display: block;
			background: none;
			margin: 0;
			padding: 0;
			min-height: 15px;
	        _height: 15px;
		}
		.index #callouts #cl0 a:hover,
		.index #callouts #cl1 a:hover,
		.index #callouts #cl2 a:hover {
			color: #ee6a00;
			background: none;
			cursor: pointer;
		}
#news {
    border-top: 4px solid #A6A8C3;
    background: white url(/images/index-news-bg.gif) repeat-y 0px;
    font-size: .75em;
    padding: 0 0 1em;
    margin: 10px 0 0;
    color: #6A6B79;
}
    #news div {
        float: left;
        width: 50%;
    }
    #news h2 {
        background: url(/images/arrow-right.gif) no-repeat 0 .3em;
        padding: 0em 1em 0em;
        margin: 1em 1em 0;
        font-size: 1em;
    }
    #news ul {
        margin: .5em 1em;
        padding: 0;
        list-style: none;
    }
    #news p{
        margin: .5em 1em;
        padding: 0;
    }
    #news a:link,
    #news a:visited {
        text-decoration: none;
        color: #6A6B79;
    }
    #news a:hover {
        color: #FF7937;
    }
    
/*  -   CONTENT
    ------------------------------------- */
.content h2 {
    height: 108px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -1000em;
}
#content h3{
    /*text-transform: capitalize; removed bug #2135 */
    font-weight: normal;
    margin: .4em 0 0;
    font-size: 1.8em;
    color: #7BAB40;
    padding: 0;
	text-align: left;
}	
	.content h2 {background: url(../images/h-404.jpg);}
    .about h2 {background: url(../images/h-about-us.jpg);}
    .science h2 {background: url(../images/h-science.jpg);}
    .knowledge-center h2 {background: url(../images/h-knowledge.jpg);}
    .contact-us h2 {background: url(../images/h-contact.jpg);}
    .privacy-policy h2 {background: url(../images/h-policy.jpg);}
    .faq h2 {background: url(../images/h-faq.jpg);}
    .self-eval h2 {background: url(../images/h-self-eval.jpg);}
    
.content #c-container,
.news #c-container {
    position: relative;
    margin: 66px 0 0;
    background: White;
    background: white url(../images/content-bg.gif) repeat-y -3px;
    border-bottom: 1px solid white;
}
#content {
    line-height:1.7em;
}
.content #content,
.news #content {
    width: 460px;
    margin-right: 20px;
    padding: 1em 12px;
    float: left;
    position: relative;
    font-size: .95em;
    color: #4A4A4A;
}
.content.solubization #content {
    padding: 1em 0;
    width: 504px;
}
    .content.solubization #content h3,
    .content.solubization #content p {
        margin: 1em 12px;
    }
    

.content #callouts {
    padding: 0px 0 0;
    min-height: 109px;
    list-style: none;
    font-size: .75em;
    float: left;
    margin: 0;
}
    /** 
     *  Place custom padding for the callouts here.
     *  This is to account for the different heights 
     *  of the sub-navigation.
     */
    .about #callouts{ padding: 15em 0 0;}
    .science #callouts{ padding: 13em 0 0;}
	#zymes_flv_player_small {margin-right: -50px;}
    
    .content #callouts li {
        background: #DFE0E9 url(../images/content-callout-bg-on.gif) repeat-x top;
    }
    .content #callouts a {
        padding: 10px 20px 10px;
        position: relative;
        min-height: 90px;
        _height: 90px;
        display: block;
        width: 216px; 
        background: #E1ECD4 url(../images/content-callout-bg-off.gif) repeat-x top;
    }
    .content ul#callouts li a:hover {
        background: transparent none;
    }
    .content #callouts strong {
        text-indent: -5000em;
        margin: 0 0 10px;
        overflow: hidden;
        display: block;
        height: 15px;
        background-repeat: no-repeat;
    }
    .content #callouts a:hover strong {
        background-position: 0 -15px;
    }
        .content #cl0 strong {
            background-image: url(../images/content-call-head-1.gif);
            width: 122px;
        }
        .content #cl1 strong {
            background-image: url(../images/content-call-head-1.gif);
            width: 122px;
        }
    .content #callouts br {
        display: none;
    }
    .content #callouts a:link,
    .content #callouts a:visited {
        text-decoration: none;
        color: #6A6B79;
    }

.contact-us.content #callouts {
    min-height: 60px;
    font-size: .75em;
}
	.contact-us.content #cl0 strong, .unsubscribe.content #cl0 strong {
        background-image: url(../images/callout-knowledge-center.gif);
        width: 215px;
    }
	.contact-us.content ul#callouts em {
		font-style: normal;
		text-decoration: underline;
	}
	.contact-us.content ul#callouts li a {
		min-height: 55px;
		_height: 55px;
	}	
	.contact-us.content ul#callouts li a:hover {
		background: #E1ECD4 url(../images/content-callout-bg-off.gif) repeat-x top;
	}
	.contact-us.content ul#callouts li a:hover strong {
		background-position: 0 0;
	}
    
.content .questions {
    list-style: none;
    margin: 0;
    padding: 1em 0;
}
    .content .questions li {
        margin: .3em 0;
    }
.content .center { text-align: center; }

.content #modified-time {
	color: #7D7D7D;
	font-size: .9em;
}


/*  -   NEWS
    ------------------------------------- */
.news h2 {
    background: url(../images/h-news.jpg);
    height: 108px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -1000em;
}
.news #content .date {
    color: #6A6B79;
    margin-top: 0;
    padding-top: 0;
    font-size: .9em;
}
#news-nav {
    padding: 0em 0 0;
    width: 256px;
    min-height: 109px;
    list-style: none;
    font-size: .8em;
    float: left;
    margin: 0;
    color: #727272;
}
    #news-nav h4 {
        background: #D6D6D6 url(../images/dot-horz.gif) repeat-x ;
        margin: 0;
        padding: .8em 10px;
        font-size: 1.5em;
    }
    #news-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    #news-nav li {
        background: url(../images/dot-horz.gif) repeat-x bottom;
        padding: 1.4em 10px;
    }
    #news-nav h4.sub {
        background: #D6D6D6;
    }
    #news-nav a:link,
    #news-nav a:visited  {
        color: #72A533;
        text-decoration: none;
        text-transform: uppercase;
    }
    #news-nav a em {
        text-transform: none;
        text-decoration: none;
        font-style: normal;
        color: #727272;
        display: block;
    }
    #news-nav a:hover,
    #news-nav a:hover em {
        text-decoration: underline;
        color: #EE6A00;
    }
    #news-nav p {
        margin: 1.5em 10px;
    }
	#news-nav .sub a{
		text-transform: none;
	}
    #news-nav #feedico {
        width: 14px;
        height: 14px;
    }
	#rss-wikipedia {
		font-size: .6em;
	}
    
.science ul li {
    margin: 0 0 1em;
}

/**
 * SEARCH */

form {
	margin: 1em 0;
}

.navigation div {
	width: 50%;
	float: left;
}
	.navigation .alignright {
		text-align: right;
	}

.post {
	margin: 0 -11px;
	padding: 1em 12px;
	line-height: 1.3em;
}

.post h4 {
	margin-bottom: 0;
}
.post p {
	margin-top: .2em;
}

.post.odd {
	background: #E3EAD3;
}

.contact-us #content h3{
	padding: 0 0 1em;
}
 p.sidebar-info {
	margin: 0;
}



#content #vid {
	margin: 0 -12px;
}

/**
 * Contact Us */
 
.contact-us #c-container #content {
	_margin-right: 12px;
}
#contact-message-success, #contact-message-error {	
  margin: 1em 0; 
	font-weight: bold;	
	margin-bottom: 2em;
}
#contact-message-success {
/* new success messsage requested uncomment for old version  
  background: #81E385;
  border: #208232 1px solid;*/
  font-weight: normal;
}
#contact-message-error {
	background: #F3A8AB;
	border: #99393E 1px solid;
}

.error {
	color: #99393E;
	font-weight: bold;
}


#contactform {
	margin: 1em 0px;
	font-size: 90%;
}
	#contactform fieldset {
		border: medium none;
		margin: 0;
		padding: 0;
	}
	#contactform div.inpt-grp {
		width: 420px;
		clear: both;
		float: left;
	}
	#contactform div.inpt-grp.g1 {
		width: 200px;
		margin-right: 20px;
		_margin-right: 15px;
		clear: none;
	}
	#contactform div.inpt-grp.g3 {
		width: 450px;
		margin-right: 0px;
		clear: none;
	}
	#contactform div.inpt-grp.city {
		width: 120px;
		clear: none;
		margin-right: 20px;
		_margin-right: 15px;
	}
	#contactform div.select {
		border: 1px solid #4A4A4A;
	}
	#contactform div.inpt-grp.state {
		width: 150px;
		clear: none;
		margin: 0 20px;
	}
	
	#contactform div.inpt-grp.province {
		width: 150px;
		clear: none;
		margin: 0 20px;
	}

	#contactform .inpt-grp.state .select-wrap select{
		width: 106%;
	}
	#contactform div.inpt-grp.zip {
		width: 70px;
		clear: none;
		margin-right: 31px;
		float: right;
	}
	#contactform div.inpt-grp.country {
		width: 200px;
		clear: none;
		margin-right: 20px;
		float: none;
	}
	#contactform div.inpt-grp.company {
		width: 200px;
		clear: none;
		margin-right: 20px;
	}
	#contactform div.inpt-grp.title {
		width: 200px;
		clear: none;
	}
	
	#contactform div.inpt-grp.subscribe {
		margin: 2em 0;
		font-weight: bold;
	}
		#contactform div.inpt-grp.subscribe input{
			float: left;
			margin-right: 5px;
			vertical-align: middle;
		}
		#contactform div.inpt-grp input.text,
		#contactform div.inpt-grp select,
		#contactform div.inpt-grp textarea {
			width: 100%;
			border: 1px solid #4A4A4A;
		}
		
	#contactform div.inpt-grp.email,  #contactform div.inpt-grp.phone{
		width: 200px;
		clear: both;
	}
		
		
	#contactform #contactsubmit {
		border: 1px solid;
		clear: both;
		margin: 1em 0;
	}
	#contactform label {
		display: block;
	}
	
#map {
	width: 420px;
	height: 300px;
	margin: 1em 0;
}

#sidebar p.sidebar-info {
	margin: 1em 20px;
	float: left;
	color: #4A4A4A;
}

#contactform .province {
	display: none;
}

/*  -   FOOTER
    ------------------------------------- */
#footer {
    background: White url(/images/footer-bg.gif) repeat-x;
    margin: 1px auto;
    font-size: .8em;
    padding: 1px 0;
    color: #B2B3B6;
    /*height: 100px; /* originally 150px. change back for full fade */
    width: 664px;
	overflow: hidden;
}
    #footer ul {
        font-weight: bolder;
        list-style: none;
        margin: 1em auto;
        padding: 0;
		width: 305px;

		float: left;
    }
    #footer li {
        border-right: 1px solid #B2B3B6;
        padding: 0 6px 0 4px;
        display: inline;
    }
    #footer li.last {
        border: none;
    }
    #footer p {
        padding: 0;
        margin: 0 auto;
		width: 285px;
		float: left;
    }
    #footer p#credit {
        padding: 2em 0;
		float: left;
    }
    #footer a:link,
    #footer a:visited {
        text-decoration: none;
        color: #B2B3B6;
    }
    #footer a:hover {
        color: #EC6C23;
    }
	#footer div {
		overflow: hidden;
		height: 100px;
		width: 195px;
		float: left;
		margin: 10px 0 0 10px;
	}
	
	#footer div a {
		float: left;
		text-align: left;
		display: inline;
		margin-right: 10px;
	}
	
	#footer div p {
		float: left;
		width: 125px;
		text-align: left;
	}
