@import url("menu.css");

body {
	background-color: #FFFFFF;
	background-image: url(images/bgTile.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	line-height:18px;
}
.smallV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
	font-weight: normal;
	width:5px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#024683;
	font-weight: normal;
}
.contentBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#024683;
	font-weight: normal;
}
.contentBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.headingGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#00c95a;
	font-weight: normal;
}

ul{
	list-style-image:url(images/bulletArrow.gif);
	line-height:12px;
	margin-left:18px;
	padding-left:0px;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:4px;
}
li{
	line-height:18px;
	padding-bottom:12px;
}
/*------------------------------------------------------*/
/*-----------------------Links--------------------------*/
/*------------------------------------------------------*/
a:link {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
}
a:visited {
	text-decoration:underline;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;

}
a:hover {
	text-decoration: none;
	color: #00c95a;
	font-family: Arial, Helvetica, sans-serif;

}
a:active {
	text-decoration: underline;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

/*------------------------------------------------------*/
/*----------------------Buttons-------------------------*/
/*------------------------------------------------------*/
.button{
	background-image:url(images/btnNavT.gif);
	width:135px;
	height:28px;
	text-align:center;
	display: block;
	float:left;
	padding-top:3px;
}
.buttonEnd{
	background-image:url(images/btnNavT.gif);
	width:131px;
	height:28px;
	text-align:center;
	display: block;
	float:left;
	padding-top:3px;
}
.button:hover{
	background-image:url(images/btnNavTOver.gif);
	width:135px;
	height:28px;
	text-align:center;
	display: block;
	float:left;
	padding-top:3px;
}
.buttonEnd:hover{
	background-image:url(images/btnNavTOver.gif);
	width:131px;
	height:28px;
	text-align:center;
	display: block;
	float:left;
	padding-top:3px;
}
#preload{
	background-image:url(images/btnNavTOver.gif);
	visibility:hidden;
	position:absolute;
	width:1px;
	height:1px;
}
/*Subnav Button Pop Outs
 -----------------------------------------
*/
.chemistry:hover{


}
#chemistry{
	position:absolute;
	z-index:5;
	margin-left:0px;
	margin-top:0px;
	display:inline;
	top:150px;
	left:auto;

}
#agrifood{
	position:absolute;
	z-index:6;
	margin-left:0px;
	margin-top:0px;
	display:inline;
	top:320px;
	left:auto;
}

@import_url("menu.css");