/* CSS Document */

body{
	background-image:url(../Images/top_back.gif);
	background-position: top;
	background-repeat:repeat-x;
	text-align: center;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

.clr{
	clear: both;
}

hr{
	display: none;
}

img{
	border: 0px solid #FFF;
}

.centerize{
	margin-top: 10px;
	width: 100%;
	text-align:center;	
}

a{
	text-decoration: none;
	color: #FFF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

acronym{
	cursor: help;
}

h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, p{
	margin: 0px;
	padding: 0px;
}

ul, li{
	list-style-type: none;
}

#container{
	width: 770px;
	margin: 0px auto;
	text-align: left;
}

#header{
	width: 770px;
	height: 176px;
}

#header h1{
	display: none;
}

#header .hiddenmenu{
	display: none;
}

#cbody{
	width: 100%;
	margin: 1px 0;
	background-color: #dadada;
	background-image:url(../Images/bodyback.gif);
	background-position:top;
	background-repeat:repeat-y;
}
#cbody .cleft,
#cbody .ccenter,
#cbody .cright{
	float: left;
	width: 255px;
	border-right: 2px solid #FFF;
}

#cbody .cright{
	border-right: 0px solid #FFF;
}

#cbody .cleft h2,
#cbody .ccenter h2,
#cbody .cright h2{
	background-color: #0d215a;
	color: #FFF;
	line-height: 1.5em;
	text-transform:uppercase;
	font-size:14px;
	padding: 2px 10px;	
	border-bottom: 3px solid #FFF;
}

#cbody .cleft .top,
#cbody .ccenter .top,
#cbody .cright .top{
	width: 255px;
	height: 53px;
	display: block;
	margin-bottom: 5px;
}

#cbody .cleft .top{
	background-image: url(../Images/biotech_top.jpg);	
}

#cbody .ccenter .top{
	background-image: url(../Images/agro_top.jpg);
}

#cbody .cright .top{
	background-image: url(../Images/healt_top.jpg);
}

#cbody .cleft h4,
#cbody .ccenter h4,
#cbody .cright h4{
	background-color: #818181;
	font-size:12px;
	color: #FFF;
	padding: 2px 10px;
	text-transform:uppercase;
}

#cbody .descript1{
	border-top: 1px solid #0d215a;
	min-height: 230px;
	height: auto !important;
	height: 230px;
}

#cbody .descript2{	
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

#cbody .descript1 p,
#cbody .descript2 p,
.newsbox{
	padding: 1px 5px;
}

.newsbox{
	margin: 4px 0;
}

.newsbox dt{
	color: #b40000;
	margin-top: 4px;
	font-weight: bold;
	text-transform: uppercase;
}

.newsbox dd p,
.newsbox dd h1,
.newsbox dd h2,
.newsbox dd h3,
.newsbox dd ul,
.newsbox dd li{
	margin: 0;
	padding: 0;
}

.newsbox dd img{
	float: left;
	margin: 2px;
}

.newsbox dt a{
	color: #b40000;
	margin-top: 4px;
	font-weight: bold;
	text-transform: uppercase;
}

.redbottomline{
	clear: both;
	width: 770px;
	height: 6px;
	background-image: url(../Images/redbottomline.gif);
	background-repeat:no-repeat;
	background-position: top;
}

#footer{
	background-color: #0d215a;
	padding: 2px 10px;
	line-height: 1.5em;
	color: #FFF;
	font-size:10px;
	margin-top: 1px;
}

#footer a{
	color: #BBB;
	font-size:10px;
}
#footer a:hover{
	color: #FFF;
}