/* 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 span.shortcut{
	display:inline;
	}
	
a:hover span.shortcut{
	display:inline;
	}
	
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(/vaccinogen/images/contact_us_off.gif);
	width:80px;
	height:20px;
	display:block;
}

#news_off a{
	background-image:url(/vaccinogen/images/news_off.gif);
	width:40px;
	height:20px;
	display:block;

}

#contact_on a{
	background-image:url(/vaccinogen/images/contact_on.gif);
	width:80px;
	height:20px;
	display:block;
}

#news_on a{
	background-image:url(/vaccinogen/images/news_on.gif);
	width:40px;
	height:20px;
	display:block;

}

#home_off a{
	background-image:url(/vaccinogen/images/home_off.gif);
	width:40px;
	height:20px;
	display:block;

}


#home_off a:hover{
	background-image:url(/vaccinogen/images/home_on.gif);

}

#contact_off a:hover{
	background-image:url(/vaccinogen/images/contact_on.gif);
}

#news_off a:hover{
	background-image:url(/vaccinogen/images/news_on.gif);

}

/********* NAV ************/

#nav{
	height:30px;
	width:900px;
	}

#nav li{
	float:left;
	}

#navAboutVaccinogen a{
	background-image:url(/vaccinogen/images/about_off.gif);
	height:30px;
	width:200px;
	display:block;
	}

#navCommercialization a{
	background-image:url(/vaccinogen/images/commercial_off.gif);
	height:30px;
	width:250px;
	display:block;
	}

#navPatentsScience a{
	background-image:url(/vaccinogen/images/patent_off.gif);
	height:30px;
	width:250px;
	display:block;
	}

#navClinicalTrials a{
	background-image:url(/vaccinogen/images/clinical_off.gif);
	height:30px;
	width:200px;
	display:block;
	}

#navAboutVaccinogen.current a{
	background-image:url(/vaccinogen/images/about_on.gif);
		height:30px;
	width:200px;
	display:block;
	}

#navCommercialization.current a{
	background-image:url(/vaccinogen/images/commercial_on.gif);
	height:30px;
	width:250px;
	display:block;
	}

#navPatentsScience.current a{
	background-image:url(/vaccinogen/images/patent_on.gif);
	height:30px;
	width:250px;
	display:block;
	}

#navClinicalTrials.current a{
	background-image:url(/vaccinogen/images/clinical_on.gif);
	height:30px;
	width:200px;
	display:block;
	}

#navAboutVaccinogen a:hover{
	background-image:url(/vaccinogen/images/about_on.gif);
	}

#navCommercialization a:hover{
	background-image:url(/vaccinogen/images/commercial_on.gif);
	}

#navPatentsScience a:hover{
	background-image:url(/vaccinogen/images/patent_on.gif);
	}

#navClinicalTrials a:hover{
	background-image:url(/vaccinogen/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;
	background-image:url(/vaccinogen/images/lc_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#top_lc h1 a{
	height:26px;
	width:300px;
	display:block;
	background-image:url(/vaccinogen/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;
	color:#4C114C;
	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;
	color:#4C114C;
	font-weight:bold;
	}

#bottom_three a:hover{
	text-decoration:underline;
	}

#bottom_lc{
	width:300px;
	float:left;

}

#bottom_lc h1 a{
	background-image:url(/vaccinogen/images/reg_header.gif);
}

#bottom_lc h1 a:hover{
	background-image:url(/vaccinogen/images/reg_header.gif);
}

#bottom_cc{
	width:300px;
	float:left;


}

#bottom_cc h1 a{
	background-image:url(/vaccinogen/images/publications.gif);
}

#bottom_cc h1 a:hover{
	background-image:url(/vaccinogen/images/publications.gif);
}

#bottom_rc{
	width:300px;
	float:left;
}

#bottom_rc h1 a{
	background-image:url(/vaccinogen/images/vaccine_space.gif);
}

#bottom_rc h1 a:hover{
	background-image:url(/vaccinogen/images/vaccine_space.gif);
}

/********* FOOTER ************/

#footer{
	background-color:#333333;
	height:20px;
}

#footer ul{
	height:20px;
	}

#privacy_off{
	float:right;
	background-image:url(/vaccinogen/images/policy_off.gif);
	width:97px;
	height:20px;
	display:block;
	}

#terms_off{
	float:right;
	background-image:url(/vaccinogen/images/terms_off.gif);
	width:120px;
	height:20px;
	display:block;
	}
	
#privacy_on{
	float:right;
	background-image:url(/vaccinogen/images/policy_on.gif);
	width:97px;
	height:20px;
	display:block;
	}

#terms_on{
	float:right;
	background-image:url(/vaccinogen/images/terms_on.gif);
	width:120px;
	height:20px;
	display:block;
	}

#privacy_off:hover{
	float:right;
	background-image:url(/vaccinogen/images/policy_on.gif);
	width:97px;
	height:20px;
	display:block;
	}

#terms_off:hover{
	float:right;
	background-image:url(/vaccinogen/images/terms_on.gif);
	width:120px;
	height:20px;
	display:block;
	}

#copyright{
float:left;
width:300px;
	text-align:left;
	font-size:10px;
	color:#333333;
	margin:3px 3px 20px 0; 
	}
	
#credit{
	float:right;
	width:300px;
	text-align:right;
	font-size:10px;
	color:#333333;
	margin:3px 3px 20px 0; 
	}
	
#credit a{
	color:#4B7420;
	}
/***********************
*************************
*************************
INTERNAL
************************
***********************
**********************/

/*********** INTERNAL MAST *************/

#internal_mast{
	width:900px;
	height:149px;
	border-top:solid 1px #333333;
	position:relative;
	overflow:hidden;
}

#internal_mast img{
	float:left;
	}

#internal_mast h1{
	display:block;
	color:#572057;
	font-size:26px;
	left:317px;
	bottom:10px;
	width:580px;
	position:absolute;
	font-weight:normal;
		
}


/*********** LC **********/

#lc{
	float:left;
	padding:40px 0 40px 0;
	width:300px;
	}

#lc ul{
	margin:0 40px 40px 40px;
	}


#lc li{
	padding:0 0 7px 0;
	}
	
#lc p a{
	color:#4B7420;
	font-size:12px;
	margin:0 15px 15px 50px;
	display:block;
	}
	
#lc p a:hover{
	text-decoration:underline;
	}

	
#lc li a{
	color:#4B7420;
	font-size:14px;
	text-decoration:none;
	}

#lc li a:hover{
	text-decoration:underline;
	}
	
#lc .current a{
		color:#572057;
	}

#lc h2, #lc .releaseDate{
	font-size:12px;
	font-weight:bold;
	margin:0 15px 0 50px;
	color:#572057;
	display:block;

}

#lc h3{
	font-size:18px;
	color:#4B7420;
	padding-left:50px;
	margin-bottom:10px;
}

#lc form{
	font-size:12px;
	padding-left:50px;
	width:175px;
	}

#lc form p{
	margin-bottom:10px;
	}

#lc ul.navNews{
	margin:0;
	}

#lc .navNews li a, #lc #sysNewsIndex a{
	color:#4B7420;
	font-size:12px;
	margin:0 15px 15px 50px;
	display:block;
	font-weight:bold;
	text-decoration:underline;
	}
	
#lc .navNews .current a{
	color:#004487;
	}
	
#lc .navNews li a:hover{
	text-decoration:underline;
	}
	
#lc .navNews .date{
	font-size:12px;
	font-weight:bold;
	margin:0 15px 0 50px;
	padding:0;
	color:#572057;
	display:block;

}
/*********** RC **********/

#rc{
	background-image:url(/vaccinogen/images/internal_rc_bg.jpg);
	background-repeat:no-repeat;
	padding:20px 120px 20px 20px;
	font-size:12px;
	float:right;
	width:460px;
	}

#rc h1{
	color:#572057;
	font-size:30px;
	font-weight:normal;
	margin:0 0 20px 0;
		
}

.management .navSecondary{
	list-style:none !important;
	}

.navPressKit{
margin-top: -15px; margin-left: 30px;
}

.navPressKit li{
margin-bottom: 5px !important;
}

#rc h2, #rc .releaseDate, .management .navSecondary li{
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px 0;
	color:#572057;
	

}

.management .navSecondary li{
	margin-bottom:20px;
	}

#rc dt {
	font-weight:bold;
	padding-bottom:20px;
}

#rc dt.releaseDate{
	padding:0 !important;
	}

#rc h3{
	display:block;
	width:170px;
	color:#572057;
	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;
	color:#4B7420;
	list-style:disc;
	padding:0 0 0 15px;
}

#rc ul li{
	margin:0 0 20px 0;	
}

#rc ul .purple_item{
	margin:0 0 20px 0;	
	color:#572057;
}

#rc table td{
	padding:5px;
	margin:0;
	border:solid 1px #4B7420;
	background-color:#FFFFFF;
	}

#rc .table_head{
	padding:5px;
	margin:0;
	border:solid 1px #fff;
	background-color:#572057;
	color:#FFFFFF;
	}

#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{
	color:#4B7420;
	}

#rc a:hover{
	color:#004487;
	}

#rc .medium{
	font-size:10px;
}	

#rc .small{
	font-size:9px;
	}
/*********** RC **********/

#rc_image{
	background-image:url(/vaccinogen/images/internal_rc_bg.jpg);
	background-repeat:no-repeat;
	font-size:12px;
	float:right;
	width:600px;
	}
	
#rc_image h2{
	font-size:16px;
	font-weight:bold;
	margin:20px 80px 5px 20px;
	color:#572057;

}

#rc_image h3{
	display:block;
	width:170px;
	color:#572057;
	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;
	color:#4B7420;
	list-style:disc;
	padding:20px 80px 20px 35px;
}

#rc_image li{
	margin:0 0 20px 0;	

}

#rc_image a{
	color:#4B7420;
	}

#rc_image a:hover{
	color:#004487;
	}
#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;
	background-color:#572057;
	color:#FFFFFF;
	}

#rc_image .medium{
	font-size:10px;
}

#rc_image .small{
	font-size:8px;
	}
	
#rc #svLoginContainer h3{
	display:block;
	width:auto;
	color:#572057;
	border-top:none;
	border-bottom:none;
	font-size:14px;
	line-height:17px;
	float:none;
	font-weight:normal;
	padding: 0;
	margin:20px 0 10px 0;

}
