/* CSS Document */

/*baseline resets all values to zero */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
cite,code,th{font-style:normal;font-weight:normal;}
ol,ul{list-style-type:none;}
th{text-align:left;}
h1,h2,h3,h4{font-size:100%;}
q:before,q:after{content:'';}


/******** TAGS *************/
body{
	font-family:Arial, Helvetica, sans-serif, "Small Fonts";

}

h1 span{
	display:none;
	}

a span{
	display:none;
	}
	
a:hover span{
	display:none;
	}

.clear_fix{
	clear:both;
	height:1px;
	}

/******** WRAPPER **********/

#wrapper{
	width:900px;
	margin:10px auto;
	
}


/******** HEADER ***********/

#header{
	height:70px;
	}

#logo{
	float:left;
	}

#utilities{
	float:right;
	width:160px;
	}

#utilities li{
	float:right;
	}
	
#contact_off a{
	background-image:url(images/contact_us_off.gif);
	width:80px;
	height:20px;
	display:block;
}

#news_off a{
	background-image:url(images/news_off.gif);
	width:40px;
	height:20px;
	display:block;

}

#contact_on a{
	background-image:url(images/contact_on.gif);
	width:80px;
	height:20px;
	display:block;
}

#news_on a{
	background-image:url(images/news_on.gif);
	width:40px;
	height:20px;
	display:block;

}

#home_off a{
	background-image:url(images/home_off.gif);
	width:40px;
	height:20px;
	display:block;

}


#home_off a:hover{
	background-image:url(images/home_on.gif);

}

#contact_off a:hover{
	background-image:url(images/contact_on.gif);
}

#news_off a:hover{
	background-image:url(images/news_on.gif);

}

/********* NAV ************/

#nav{
	height:30px;
	width:900px;
	}

#nav li{
	float:left;
	}

#about_off a{
	background-image:url(images/about_off.gif);
	height:30px;
	width:200px;
	display:block;
	}

#commercial_off a{
	background-image:url(images/commercial_off.gif);
	height:30px;
	width:250px;
	display:block;
	}

#patent_off a{
	background-image:url(images/patent_off.gif);
	height:30px;
	width:250px;
	display:block;
	}

#clinical_off a{
	background-image:url(images/clinical_off.gif);
	height:30px;
	width:200px;
	display:block;
	}

#about_on a{
	background-image:url(images/about_on.gif);
		height:30px;
	width:200px;
	display:block;
	}

#commercial_on a{
	background-image:url(images/commercial_on.gif);
	height:30px;
	width:250px;
	display:block;
	}

#patent_on a{
	background-image:url(images/patent_on.gif);
	height:30px;
	width:250px;
	display:block;
	}

#clinical_on a{
	background-image:url(images/clinical_on.gif);
	height:30px;
	width:200px;
	display:block;
	}

#about_off a:hover{
	background-image:url(images/about_on.gif);
	}

#commercial_off a:hover{
	background-image:url(images/commercial_on.gif);
	}

#patent_off a:hover{
	background-image:url(images/patent_on.gif);
	}

#clinical_off a:hover{
	background-image:url(images/clinical_on.gif);
	}

/********* MAST ************/

#mast{
	border-bottom:solid 4px #FFFFFF;
}
/********* CONTENT ************/

/********* TOP THREE ************/

#top_three{
	height:300px;
	}

#top_lc{
	width:300px;
	float:left;
	height:300px;

}

#top_lc h1 a{
	height:26px;
	width:300px;
	display:block;
	background-image:url(images/news_header.gif);
	border-bottom:solid 4px #fff;
	}

.news_item{
	margin:10px 0 0 0;
	width:300px;
}

.news_item p{
	width:200px;
	float:right;
	font-size:12px;
	line-height:13px;
	padding:0 20px 0 0;
	}

.news_item a{
	text-decoration:none;

	font-weight:bold;
	}

.news_item a:hover{
	text-decoration:underline;
	}

.news_item img{
	float:left;
	margin:0 0 0 20px;

}

#top_cc{
	width:300px;
	float:left;
	height:300px;
}

#top_cc img{
	float:left;
}

#top_rc{
	width:300px;
	float:left;
	height:300px;
}




/********* BOTTOM THREE ************/
#bottom_three{
	padding:0 0 20px 0;
	}


#bottom_three img{
	float:left;
	margin:0 0 0 10px;
}

#bottom_three p{
	display:block;
	width:210px;
	float:left;
	margin:0 0 0 10px;
	font-size:12px;
}

#bottom_three h1 a{
	height:37px;
	width:300px;
	display:block;
	margin:0 0 10px 0;
	}

#bottom_three a{
	text-decoration:none;

	font-weight:bold;
	}

#bottom_three a:hover{
	text-decoration:underline;
	}

#bottom_lc{
	width:300px;
	float:left;

}

#bottom_lc h1 a{
	background-image:url(images/reg_header.gif);
}

#bottom_lc h1 a:hover{
	background-image:url(images/reg_header.gif);
}

#bottom_cc{
	width:300px;
	float:left;


}

#bottom_cc h1 a{
	background-image:url(images/publications.gif);
}

#bottom_cc h1 a:hover{
	background-image:url(images/publications.gif);
}

#bottom_rc{
	width:300px;
	float:left;
}

#bottom_rc h1 a{
	background-image:url(images/vaccine_space.gif);
}

#bottom_rc h1 a:hover{
	background-image:url(images/vaccine_space.gif);
}

/********* FOOTER ************/

#footer{
	background-color:#333333;
	height:20px;
}

#footer ul{
	height:20px;
	}

#privacy_off{
	float:right;
	background-image:url(images/policy_off.gif);
	width:97px;
	height:20px;
	display:block;
	}

#terms_off{
	float:right;
	background-image:url(images/terms_off.gif);
	width:120px;
	height:20px;
	display:block;
	}
	
#privacy_on{
	float:right;
	background-image:url(images/policy_on.gif);
	width:97px;
	height:20px;
	display:block;
	}

#terms_on{
	float:right;
	background-image:url(images/terms_on.gif);
	width:120px;
	height:20px;
	display:block;
	}

#privacy_off:hover{
	float:right;
	background-image:url(images/policy_on.gif);
	width:97px;
	height:20px;
	display:block;
	}

#terms_off:hover{
	float:right;
	background-image:url(images/terms_on.gif);
	width:120px;
	height:20px;
	display:block;
	}

#copyright{
	text-align:right;
	font-size:10px;
	margin:3px 3px 20px 0; 
	}
	
	
/***********************
*************************
*************************
INTERNAL
************************
***********************
**********************/

/*********** INTERNAL MAST *************/

#internal_mast{
	width:900px;
	height:149px;
	border-top:solid 1px #333333;
	position:relative;
}

#internal_mast img{
	float:left;
	}

#internal_mast h1{
	display:block;
	font-size:30px;
	left:317px;
	bottom:10px;
	width:580px;
	position:absolute;
	font-weight:normal;
		
}


/*********** LC **********/

#lc{
	float:left;
	padding:40px;
	width:220px;
	}

#lc ul{
	margin:0 0 40px 0;
	}

#lc li{
	padding:0 0 7px 0;
	}
#lc li a{
	font-size:14px;
	text-decoration:none;
	}

#lc li a:hover{
	text-decoration:underline;
	}
	
#lc .active a{
	}

/*********** RC **********/

#rc{
	background-repeat:no-repeat;
	padding:20px 120px 20px 20px;
	font-size:12px;
	float:right;
	width:460px;
	}

#rc h1{
	font-size:30px;
	font-weight:normal;
	margin:0 0 20px 0;
		
}

#rc h2{
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px 0;

}

#rc h3{
	display:block;
	width:170px;
	border-top:solid 4px #572057;
	border-bottom:solid 4px #572057;
	font-size:14px;
	line-height:17px;
	float:right;
	font-weight:normal;
	padding:10px 0;
	margin:0 0 0 10px;

}
	
#rc p{
	margin:0 0 20px 0;
	}
	
#rc ul{
	font-weight:bold;
	list-style:disc;
	padding:0 0 0 15px;
}

#rc li{
	margin:0 0 20px 0;	

}

#rc table td{
	padding:5px;
	margin:0;
	border:solid 1px #4B7420;
	}

#rc .table_head{
	padding:5px;
	margin:0;
	border:solid 1px #fff;
	}

#rc form{
	width:250px;
	}
	
#rc label{
	float:left;
	clear:left;
	width:250px;
	}
	
#rc label input, #rc textarea{
	float:right;
	margin:0 0 10px 10px;
	width:150px;
	border:solid 1px #4B7420;
}

.submit_reset{
	float:right;

}

#rc a{

	}

#rc a:hover{

	}

/*********** RC **********/

#rc_image{

	font-size:12px;
	float:right;
	width:600px;
	}
	
#rc_image h2{
	font-size:16px;
	font-weight:bold;
	margin:20px 80px 5px 20px;


}

#rc_image h3{
	display:block;
	width:170px;

	border-top:solid 4px #572057;
	border-bottom:solid 4px #572057;
	font-size:14px;
	line-height:17px;
	float:right;
	font-weight:normal;
	padding:10px 0;
	margin:0 80px 0 10px;

}
	
#rc_image p{
	margin:20px 80px 20px 20px;
	}
	
#rc_image ul{
	font-weight:bold;

	list-style:disc;
	padding:20px 80px 20px 35px;
}

#rc_image li{
	margin:0 0 20px 0;	

}

#rc_image a{

	}

#rc_image a:hover{

	}
#rc_image table{
	width:600px;

}

#rc_image table td{
	padding:5px;
	margin:0;
	border:solid 1px #4B7420;
	background-color:#FFFFFF;
	}

#rc_image .table_head{
	padding:5px;
	margin:0;
	border:solid 1px #fff;

	}