/*********************************/
/* SHARED STYLES IN THIS SECTION */
/* colors: #003366;  #CC0033;	 */
/* red: #AB0520  blue: #0C234B	 */
/* accent: 
/*********************************/


:root {
  --primary-color: #F4EDE5; /*#FA4616;*/
  --font-stack: Helvetica, sans-serif;
}


input[type=submit] {
    padding:5px 15px; 
    font-weight			:	bold;    
    background:#ccc; 
    border:1 px solid #000;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

input[type=submit]:hover {
    padding:5px 15px; 
    font-weight			:	bold;
	color : #FFFFFF;
    background:#ff0000; 
    border:1 px solid #000;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
}

textarea {
  display:block;
  width:590px;
  height:200px;
  margin:1em 0;
}

essay textarea {
  display:block;
  width:590px;
  height:1000px;
  margin:1em 0;
}

/*  Common Top div*/
#pagebackground
{
/*	background-image		:	url(./lauravizcarra.png);
*/
}

#team tr
{
	width					:	100%;
	padding					:	15px;
	vertical-align			:	top;
}

#team_alumni tr
{
	width					:	100%;
	padding					:	15px;
	vertical-align			:	top;

}

#team_alumni td
{
	font-family				:	Arial;
	font-size				: 	100%;
}

#team_alumni tr img
{

/*	position				:	right; */
	height					:	auto;  /*SET's HEIGHT OF HEADER IMAGES*/
	width					: 	200px;
	border					:	2px solid #000000;
	padding-right			:	0px;
	padding-top				:	0px;
	margin-top				:	0px;
}

#team_alumni image
{
	row-span				:	2;

}

/*Messing Around with Student Feedback Page Styling */

.container_eval {
  width: 500px;
  border: 1px solid rgb(111,41,97);
  border-radius: .5em;
  padding: 50px;
  display: flex;
  align-items: center;
}

.question_id {
  width: 100px;
  padding: 10px;
  background-color: rgba(111,41,97,.3);
  border: 2px solid rgba(111,41,97,.5);
  display: inline-block;
  vertical-align: center;
}
.question_median {
  width: 100px;
  padding: 10px;
  background-color: rgba(111,41,97,.3);
  border: 2px solid rgba(111,41,97,.5);
  display: inline-block;
  vertical-align: center;
}
.question_average {
  width: 100px;
  padding: 10px;
  background-color: rgba(111,41,97,.3);
  border: 1px solid rgba(111,41,97,.5);
  display: inline-block;
  vertical-align: center;
}
.question_median {
  width: 100px;
  padding: 10px;
  background-color: rgba(111,41,97,.3);
  border: 2px solid rgba(111,41,97,.5);
  display: inline-block;
  vertical-align: center;
}

table {
  border-collapse: collapse;
}

td, th {
  border: 0px solid #999;
  padding: 0.24rem;
  text-align: left;
}


/*  Common for Main Pages and Quote divs; Probably to be switched to page-specific */
#mainbackground
{	
	position				:	relative;
	margin-top				:	175px;
	padding-top				:	50px;
	width					:	950px;
	height					:	auto;
	background-color		:	#CCffff; /*#335533; /*#F4F7F8;*/
	z-index					:	1;
/*	min-height				:	200px;
	border					:	0px solid #ffffff;
	border-left				:	0px solid #ffffff;
*/
}

/* Common Containing div - keeps pages at centered fixed widths*/
#container
{
	width					:	950px;
	margin					:	0 auto;
	font					:	Arial;
	text-align				:	left;
	background-color		:	#E2E9EB; /*#CC0033; /*#335533; /*#F4F7F8;*/
	
}

.spacer
{
	width					:	100%;
	height					:	95px;
}

p img
{
	width					:	150px;
	margin-left				:	5px;
	padding-right			:	0px;
	border					:	0px solid #FFFFFF;
}
/*
img
{
	width					: 150px;
}
*/

p para
{
	margin-left				:	20px;
}

#body img
{
	width					:	150px;
	margin-left				:	5px;
	padding-right			:	0px;
	border					:	0px solid #FFFFFF;
}

subtitle
{
    font-weight			:	bold;
	padding-bottom		:	20px;
}

#body a
{
    text-decoration		:	none;
    font-weight			:	bold;
    color				:	#CC0033;
    font-size			:	100%;
}

#body a:hover
{
	text-decoration		:	underline;
}

#body_head a
{
    text-decoration		:	none;
    font-weight			:	bold;
    color				:	#CC0033;
    font-size			:	100%;
}

#body_head a:hover
{
	text-decoration		:	underline;
}

/*body img
{
	width					:	150px;
	margin-left				:	5px;
	padding-right			:	0px;
	border					:	0px solid #FFFFFF;
}
*/

/*******************************************************************************************/
/*******************************************************************************************/
/*  START of Medimg Style */
/*******************************************************************************************/
/*******************************************************************************************/

.frostlab_body  /* THIS IS THE BACKGROUND COLOR */
{
/*	background-image		:	url(./images/xray2.jpg);
*/	opacity					:	1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	background-color		:	#E2E9EB; /*#F7F7F2; /*E5EBE5 f1f5f1Dig this green!!! */
}

.frostlab_body1
{
	background-image		:	url(./images/patrick&eliana);
	opacity					:	1;
	filter:alpha(opacity=100);
}

.frostlab_body2
{
	background-image		:	url(./images/xray.jpg);
}

#frostlab_mainbackground
{	
	position				:	relative;
	margin-top				:	275px;  /* Originally 175px */
	padding-top				:	50px;
	width					:	950px;
	height					:	auto;
	background-color		:	var(--primary-color); /*#F4EDE5; /*#F4EDE5; E2E9EB*/
	z-index					:	1;
/*	min-height				:	200px;
	border					:	0px solid #ffffff;
	border-left				:	0px solid #ffffff;
*/
}

#frostlab
{
}

#frostlab_linkheader  /* Sets top line info */
{
	position				: 	fixed;
	color					:	ffffff;
/*	display					:	inline-block;
*/	top						:	0px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	2px solid #4A634E; /*#4E9CEA;*/
	background-color		: 	#0C234B; /*#AB0520; /* #003366; /*#003366;  /*#CC0033;    /*#9C0000; /* (MichState Official Color - #18453B;) /* #A40202; /* #C75454; /*#DEDECF;*/
	height					: 	60px; /* 35px */
	line-height				:	100%;
	width					: 	950px;
	min-width				:	950px;
	text-align				: 	right;
	z-index					:	5;
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	top left;
/*	background-size			:	50%;  */
}

#medimg_linkheader h2
{
	padding-top				:	5px;
	margin-top				: 	30px;
}

#medimg_linkheader h2 img
{
	width					:	135px;
	margin-left				:	0px;
	margin-top				:	-8px;
	padding-top				:	-10px;
	padding-left			:	10px;
	border					:	0px solid #FFFFFF;
}

#frostlab_linkheader_backgrd  /* Background to top line info */
{
	position				: 	fixed;
	color					:	#FFFFFF;
/*	display					:	inline-block;
*/	top						:	0px;
	padding-left			:	0px;
	margin-left				:	-10px;
	border-bottom			: 	2px solid #4A634E; /*#4E9CEA;*/
	background-color		: 	#0C234B; /* #003366; /*#003366;  /*#CC0033;    /*#9C0000; /*#DEDECF;*/
	height					: 	60px; /* 35px */
	line-height				:	100%;
	width					: 	120%;
	text-align				: 	right;
	z-index					:	5;
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	top left;
/*	background-size			:	50%;  */
}

#frostlab_nav_backgrd
{
	position				: 	fixed;
	color					:	#FFFFFF;
/*	display					:	inline-block;
*/	top						:	60px; /* 35px */
	padding-left			:	0px;
	margin-left				:	-10px;
	border-top				:	0px solid #000;
	border-bottom			: 	2px solid #4A634E; /*#4E9CEA;*/
	background-color		: 	#F4EDE5; /* #EBEBEB; /*#DEDECF;*/
	height					: 	25px;
	line-height				:	100%;
	width					: 	120%;
	text-align				: 	right;
	z-index					:	3;
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	top left;
/*	background-size			:	50%;  */
}

#frostlab_header
{
	position				: 	absolute;
	display					:	inline-block;
	top						:	85px;
	padding-top				:	0px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	2px solid #000;
	border-top				:	2px solid #000;
	background-color		: 	#efefdF;
	height					: 	200px;
	line-height				:	100%;
	width					: 	950px;
	min-width				:	950px;
	text-align				: 	right;
	z-index					: 	3;	
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			:	55%;  
*/
}


/*
#frostlab_header
{
	position				: 	absolute;
	display					:	inline-block;
	top						:	35px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	0px solid #336699;
	border-top				:	0px solid #336699;
	background-color		: 	#efefdF;
	height					: 	140px;
	line-height				:	100%;
	width					: 	950px;
	min-width				:	950px;
	text-align				: 	right;
	z-index					: 	3;	
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			:	55%;  
*/
/*
}
*/

#frostlab_header1
{
	position				: 	absolute;
/*	display					:	inline-block;
*/	top						:	60px; /* 35px */
	padding-left			:	0px;
	margin-left				:	-10px;
	border-bottom			: 	0px solid #000;
	border-top				:	0px solid #000;
	background-color		: 	#efefdF;
	height					: 	120px;
	line-height				:	100%;
	width					: 	100%;
	min-width				:	950px;
	text-align				: 	right;
	z-index					: 	3;	
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			:	55%;  
*/
}

#frostlab_header #header_title
{
	position				: 	absolute;
	font-size				: 	150%;
	display					:	flex;
	justify-content			:	center;
	align-items				:	center;
	top						:	20px;
	left					:	225px; /*200px;*/
	padding-top				:	0px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	0px solid #000;
	border-top				:	0px solid #000;
	border					:	0px solid #000;
	color					:	#003366; /*#336699;*/
	height					: 	160px;
	line-height				:	35%;
	width					: 	35%;
	min-width				:	35%;
	text-align				: 	center;
	z-index					: 	3;	
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			:	55%;  
*/
}

#frostlab_header #header_title_blog
{
	position				: 	absolute;
	font-size				: 	150%;
	display					:	flex;
	justify-content			:	center;
	align-items				:	center;
	top						:	20px;
	left					:	10px;
	padding-top				:	0px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	0px solid #336699;
	border-top				:	0px solid #336699;
	border					:	0px solid #336699;
	color					:	#003366; /*#336699;*/
	height					: 	160px;
	line-height				:	35%;
	width					: 	65%;
	min-width				:	35%;
	text-align				: 	center;
	z-index					: 	3;	
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			:	55%;  
*/
}

#frostlab_header #header_title_covid
{
	position				: 	absolute;
	font-size				: 	150%;
	display					:	flex;
	justify-content			:	center;
	align-items				:	center;
	top						:	40px;
	left					:	40px;
	padding-top				:	0px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	0px solid #336699;
	border-top				:	0px solid #336699;
	border					:	0px solid #336699;
	color					:	#003366; /*#336699;*/
	height					: 	160px;
	line-height				:	35%;
	width					: 	65%;
	min-width				:	35%;
	text-align				: 	center;
	z-index					: 	3;	
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			:	55%;  
*/
}

#frostlab_header #header_title #header_title_1
{
	position				: 	absolute;
	font-family				:	Calibri;
	font-size				: 	150%;
	font-weight				:	bold;
	display					:	flex;
	justify-content			:	center;
/*	align-items				:	center;
*/	top						:	60px;
	left					:	0px;
	padding-top				:	0px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	0px solid #336699;
	border-top				:	0px solid #336699;
	border					:	0px solid #336699;
	color					:	#8B0015; /*#9C0000; /*C42D2D;*/
	height					: 	80px;
	line-height				:	100%;
	width					: 	100%;
	min-width				:	100%;
	text-align				: 	center;
	z-index					: 	3;	
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			:	55%;  
*/

}

#frostlab_header #header_title #header_title_1 a
{
	text-decoration			:	none;
	color					:	#8B0015; /*#9C0000; /*C42D2D;*/
}

#frostlab_header #header_title #header_title_1 a:hover
{
	color					:	#EF4056; /*#FF0000; /*C42D2D;*/
}


#frostlab_header #header_title #header_title_2
{
	position				: 	absolute;
	font-family				:	Calibri;
	font-size				: 	100%;
	display					:	flex;
	justify-content			:	center;
/*	align-items				:	center;
*/	top						:	120px;
	left					:	0px;
	padding-top				:	0px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	0px solid #CC0033; /*#336699;*/
	border-top				:	0px solid #CC0033; /*#336699;*/
	border					:	0px solid #CC0033; /*#336699;*/
	color					:	#8B0015; /*#C42D2D; /*C75454;*/
	height					: 	80px;
	line-height				:	100%;
	width					: 	100%;
	min-width				:	100%;
	text-align				: 	center;
	z-index					: 	3;	
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			:	55%;  
*/

}

#frostlab_header #header_title_blog #header_title_1_blog
{
	position				: 	absolute;
	font-family				:	Calibri;
	font-size				: 	100%;
	font-weight				:	bold;
	display					:	flex;
	justify-content			:	center;
/*	align-items				:	center;
*/	top						:	50px;
	left					:	0px;
	padding-top				:	0px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	0px solid #CC0033; /*#336699;*/
	border-top				:	0px solid #CC0033; /*#336699;*/
	border					:	0px solid #CC0033; /*#336699;*/
	color					:	#9C0000;
	height					: 	50px;
	line-height				:	100%;
	width					: 	100%;
	min-width				:	100%;
	text-align				: 	center;
	z-index					: 	3;	
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			:	55%;  
*/

}

#frostlab_header #header_title_blog #header_title_2_blog
{
	position				: 	absolute;
	font-family				:	Calibri;
	font-size				: 	80%;
	font-style				:	italic;
	display					:	flex;
	justify-content			:	center;
/*	align-items				:	center;
*/	top						:	100px;
	left					:	0px;
	padding-top				:	0px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	0px solid #336699;
	border-top				:	0px solid #336699;
	border					:	0px solid #336699;
	color					:	#777;  /* #336699; */
	height					: 	80px;
	line-height				:	100%;
	width					: 	100%;
	min-width				:	100%;
	text-align				: 	center;
	z-index					: 	3;	
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			:	55%;  
*/

}

#frostlab_header #header_title_covid #header_title_1_covid
{
	position				: 	absolute;
	font-family				:	Arial;
	font-size				: 	200%;
	font-weight				:	bold;
	display					:	flex;
	justify-content			:	center;
/*	align-items				:	center;
*/	top						:	35px;
	left					:	100px;
	padding-top				:	0px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	0px solid #336699;
	border-top				:	0px solid #336699;
	border					:	0px solid #336699;
	color					:	#003366;
	height					: 	50px;
	line-height				:	100%;
	width					: 	100%;
	min-width				:	100%;
	text-align				: 	center;
	z-index					: 	3;	
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			:	55%;  
*/

}

#frostlab_header #header_title_covid #header_title_2_covid
{
	position				: 	absolute;
	font-family				:	Calibri;
	font-size				: 	80%;
	font-style				:	italic;
	display					:	flex;
	justify-content			:	center;
/*	align-items				:	center;
*/	top						:	100px;
	left					:	0px;
	padding-top				:	0px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	0px solid #336699;
	border-top				:	0px solid #336699;
	border					:	0px solid #336699;
	color					:	#003366;  /* #336699; */
	height					: 	80px;
	line-height				:	100%;
	width					: 	100%;
	min-width				:	100%;
	text-align				: 	center;
	z-index					: 	3;	
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			:	55%;  
*/

}

#frostlab_header #backimg
{
	background-image		: 	url(./images/FROST_LAB_LOGO_SM.jpg); 
/*	background-image		: 	url(./images/orgyia.png);	*/
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			: 	28%; /* 20% for logo.png */
	width					:	950px;
	height					:	200px;
	display					: 	block;
	position				:	absolute;
	border					:	0px solid #000000;
	top						:	0px;
	left					:	0px; /*10px for logo.png*/
}

#frostlab_header #backimg_covid
{
	background-image		: 	url(./images/COVID_dhsgov.png);	
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			: 	27%; /* 20% for logo.png */
	width					:	950px;
	height					:	200px;
	display					: 	block;
	position				:	absolute;
	border					:	0px solid #000000;
	top						:	0px;
	left					:	0px; /*10px for logo.png*/
}

#frostlab_header img
{

	position				:	right;
	height					:	200px;  /*SET's HEIGHT OF HEADER IMAGES*/
	border					:	0px solid #000000;
	padding-right			:	0px;
	padding-top				:	0px;
	margin-top				:	0px;
}


#frostlab_header #header_title h6
{
	font-family		: 	Arial,sans-serif; 
	font-family		:	Helvetica;
	font-size		: 	50%;
	color			: 	#000;
	margin-top		: 	0px;
	margin-left		:	0px;
	padding-top		: 	0px;
}


#frostlab_header #test
{
	display					: 	block;
	position				:	absolute;
	border					:	0px solid #000000;
	left					:	0px;
	padding-top				:	0px;
}


#backimg #test h3
{
	font					: 	arial bold;
	color					: 	#000000;
	padding-top				:	0px;
/*	font-size				: 	175%;
*/	line-height				:	105%;
	text-align				:	left;
}

#test h5
{
	font					: 	georgia;
	font-size				: 	50%;
	text-align				:	left;

}

#frostlab_nav
{
	position				: 	fixed;
	display					:	inline-block;
	top						:	60px; /* 35px */
	padding-top				:	0px;
	padding-left			:	18px;
	margin-left				:	-15px;
	border-bottom			: 	2px solid #4A634E;
	border-top				:	0px solid #000;
	background-color		: 	#F4EDE5;
	height					: 	25px;
	line-height				:	100%;
	width					: 	120%;
	min-width				:	950px;
	text-align				: 	left;
	z-index					: 	4;
/*	background-size			:	50%;  */
}


/*
#medimg_nav
{
	position				: 	absolute;
	display					:	inline-block;
	top						:	165px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	2px solid #336699;
	border-top				:	1px solid #336699;
	background-color		: 	#fffff8;
	height					: 	30px;
	line-height				:	100%;
	width					: 	950px;
	min-width				:	950px;
	text-align				: 	left;
	z-index					: 	3;
/*	background-size			:	50%;*/
/*}
*/

#team img
{

/*	position				:	right; */
	height					:	150px;  /*SET's HEIGHT OF HEADER IMAGES*/
	width					: auto;
	border					:	2px solid #000000;
	padding-right			:	0px;
	padding-top				:	0px;
	margin-top				:	0px;
}
/*
#research
{
	text-align				: 	center;
}
*/
#research img
{

/*	position				:	right; */
	height					:	250px;  /*SET's HEIGHT OF HEADER IMAGES*/
	width					:   250px;
	border					:	2px solid #000000;
	padding-right			:	0px;
	padding-top				:	0px;
	margin-top				:	0px;
}

#medimg_nav1
{
	position				: 	absolute;
/*	display					:	inline-block;
*/	top						:	145px;
	padding-left			:	0px;
	margin-left				:	-10px;
	border-bottom			: 	2px solid #000;
	border-top				:	1px solid #000;
	background-color		: 	#fffff8;
	height					: 	30px;
	line-height				:	100%;
	width					: 	100%;
	min-width				:	950px;
	text-align				: 	left;
	z-index					: 	3;
/*	background-size			:	50%;  */
}

#medimg_main
{
	position				:	static;
    padding					: 	0px;
    padding-top				:	0px;
    padding-left			:	10px;
    padding-right			:	10px;
    padding-bottom			:	50px;
 /*   background-color		:	#fffff8;
    background-image		:	url(./lauravizcarra.png);
*/  border					:	0px solid #000000;
	margin-top				:	0px;
/*	border-top				: 	1px solid #E2EAEF; */
    float					: 	left;
	width					: 	630px;
/*	min-width				:	600px;
*/
}

#frostlab_main
{
	position				:	static;
	font-family				:	Arial;
    padding					: 	0px;
    padding-top				:	0px;
    padding-left			:	10px;
    padding-right			:	10px;
    padding-bottom			:	50px;
 /*   background-color		:	#fffff8;
    background-image		:	url(./lauravizcarra.png);
*/  border					:	0px solid #000000;
	margin-top				:	0px;
/*	border-top				: 	1px solid #E2EAEF; */
    float					: 	left;
	width					: 	630px;
/*	min-width				:	600px;
*/
}

#frostlab_main_blog
{
	position				:	static;
    padding					: 	0px;
    padding-top				:	0px;
    padding-left			:	10px;
    padding-right			:	10px;
    padding-bottom			:	50px;
 /*   background-color		:	#fffff8;
    background-image		:	url(./lauravizcarra.png);
*/  border					:	0px solid #000000;
	margin-top				:	0px;
/*	border-top				: 	1px solid #E2EAEF; */
    float					: 	left;
	width					: 	630px;
/*	min-width				:	600px;
*/
}
#frostlab_quote
{
    padding					: 	0px;
    font-family				:	Arial;
    padding-top				:	0px;
    padding-left			:	0px;
    padding-right			:	10px;
    padding-bottom			:	0px;
/*    background-color		:	#fffff8;
    background-image		:	url(./lauravizcarra.png);
*/  border					:	0px solid #000000;
	margin-top				:	0px;
/*	border-top				: 	1px solid #E2EAEF; */
    float					: 	right;
	width					: 	290px;
/*	min-width				:	600px;
*/
}

#frostlab_quotebox
{
	padding					: 	1px;
	padding-bottom			:	-100px;
	margin-top				:	0px;
	margin-bottom			:	50px;
	font-family				: 	Arial;
	border-bottom			: 	3px double #000; /* #E2EAEF; */
	border-top				: 	3px double #000;
	border-left				: 	3px double #000;
	border-right			: 	3px double #000;
	-webkit-border-radius	: 	5px;
	-moz-border-radius		: 	5px;
	border-radius			: 	5px;
	background-color		: 	#FcFcFc;
	float					: 	right;
	width					: 	250px;
	/*min-height			: 	500px; 
	max-height				: 	50px; */
	text-align				: 	full;
	position				: 	95%;
	right					: 	5%;
	top						:	100px;
/*	background-image		: 	-ms-linear-gradient(bottom, #000000 0%, #336699 100%); /* IE10 Consumer Preview */ 
/*	background-image		: 	-moz-linear-gradient(bottom, #000000 0%, #336699 100%); /* Mozilla Firefox */ 
/*	background-image		: 	-o-linear-gradient(bottom, #000000 0%, #336699 100%); /* Opera */	
/*	background-image		: 	-webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(1, #336699)); /* Webkit (Safari/Chrome 10) */ 
/*	background-image		: 	-webkit-linear-gradient(bottom, #000000 0%, #336699 100%);   /* Webkit (Chrome 11+) */ 
/*	background-image		: 	linear-gradient(to top, #ffffff 88%, #773311 90%);  /* W3C Markup, IE10 Release Preview  AND MY VERSION OF FIREFOX ??*/

}

#frostlab_covid_quotebox
{
	padding					: 	1px;
	padding-bottom			:	-100px;
	margin-top				:	0px;
	margin-bottom			:	50px;
	background-color		: 	#FcFcFc;
	float					: 	right;
	width					: 	250px;
	/*min-height			: 	500px; 
	max-height				: 	50px; */
	text-align				: 	full;
	position				: 	95%;
	right					: 	5%;
	top						:	100px;
/*	background-image		: 	-ms-linear-gradient(bottom, #000000 0%, #336699 100%); /* IE10 Consumer Preview */ 
/*	background-image		: 	-moz-linear-gradient(bottom, #000000 0%, #336699 100%); /* Mozilla Firefox */ 
/*	background-image		: 	-o-linear-gradient(bottom, #000000 0%, #336699 100%); /* Opera */	
/*	background-image		: 	-webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(1, #336699)); /* Webkit (Safari/Chrome 10) */ 
/*	background-image		: 	-webkit-linear-gradient(bottom, #000000 0%, #336699 100%);   /* Webkit (Chrome 11+) */ 
/*	background-image		: 	linear-gradient(to top, #ffffff 88%, #773311 90%);  /* W3C Markup, IE10 Release Preview  AND MY VERSION OF FIREFOX ??*/

}

#frostlab_covid_quotebox h2
{
	/* font-family: Arial,sans-serif; */
	text-align			:	left;
	font-family			:	Calibri;
	font-size			: 	120%;
	/*background		: 	#FFFFF8; */
	border-bottom		: 	0px solid #a0a0a0;
	border-top			: 	0px solid #a0a0a0;
	border-left			: 	0px solid #a0a0a0;
	border-right		: 	0px solid #a0a0a0;
	color				: 	#F4EDE5; /*#9C0000;*/
	margin				: 	0px;
	padding-bottom		: 	15px;
	padding-left		: 	10px;
	padding-top			: 	15px;
	padding-right		:	5px;
	border-top-right-radius				:	10px;
	border-bottom-right-radius			:	0px;
	border-bottom-left-radius			:	0px;
	border-top-left-radius				:	10px;
	-webkit-border-top-right-radius		:	10px; 
	-webkit-border-bottom-right-radius	:	0px;
	-webkit-border-bottom-left-radius	:	0px;
	-webkit-border-top-left-radius		:	10px;
	-moz-border-radius-topright 		:	10px;
	-moz-border-radius-bottomright 		:	10px;
	-moz-border-radius-topleft 			:	0px;
	-moz-border-radius-bottomleft 		:	0px;
	background-image	: 	-ms-linear-gradient(right, #EBEBEB 0%, #F5F5F5 100%); /* IE10 Consumer Preview */ 
	background-image	: 	-moz-linear-gradient(right, #EBEBEB 0%, #F5F5F5 100%); /* Mozilla Firefox */ 
	background-image	: 	-o-linear-gradient(right, #EBEBEB 0%, #F5F5F5 100%); /* Opera */
	background-image	: 	-webkit-gradient(linear, left top, right top, color-stop(0, #EBEBEB), color-stop(1, #F5F5F5)); /* Webkit (Safari/Chrome 10) */ 
	background-image	: 	-webkit-linear-gradient(left, #EBEBEB 0%, #F5F5F5 100%);   /* Webkit (Chrome 11+) */
	background-image	: 	linear-gradient(to right, #EBEBEB 0%, #F5F5F5 100%);  /* W3C Markup, IE10 Release Preview #DEDECF #BACFE7*/ 
}

#frostlab_covid_quotebox #paragraph
{
	font-family				:	Cambria;
	font-size				:	100%;
	margin-top				:	-1px;
	margin-bottom			:	40px;
	padding-left 			:	15px;
	padding-top				: 	5px;
	padding-right			:	20px;
	padding-bottom			:	4px;
	background				:	#fffffe;
	border-bottom			: 	1px solid #a0a0a0;
	border-top				: 	1px solid #a0a0a0;
	border-left				: 	1px solid #a0a0a0;
	border-right			: 	1px solid #a0a0a0;
	border-top-right-radius				:	0px;
	border-bottom-right-radius			:	5px;
	border-bottom-left-radius			:	5px;
	border-top-left-radius				:	0px;
	-webkit-border-top-right-radius		:	0px; 
	-webkit-border-bottom-right-radius	:	5px;
	-webkit-border-bottom-left-radius	:	5px;
	-webkit-border-top-left-radius		:	0px;
	-moz-border-radius-topright 		:	0px;
	-moz-border-radius-bottomright 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
	-moz-border-radius-topleft	 		:	0px;
}

#frostlab_covid_quotebox img
{
	width					:	230px;
	margin-left				:	0px;
	padding-right			:	0px;
	border					:	0px solid #000000;
}


#frostlab_quotebox2
{
	padding					: 	1px;
	padding-bottom			:	-100px;
	margin-top				:	0px;
	margin-bottom			:	200px;
	font-family				: 	Courier;
	border-bottom			: 	3px double #000; /* #E2EAEF; */
	border-top				: 	3px double #000;
	border-left				: 	3px double #000;
	border-right			: 	3px double #000;
	-webkit-border-radius	: 	5px;
	-moz-border-radius		: 	5px;
	border-radius			: 	5px;
	background-color		: 	#FcFcFc;
	float					: 	right;
	width					: 	250px;
	/*min-height			: 	500px; 
	max-height				: 	50px; */
	text-align				: 	full;
	position				: 	95%;
	right					: 	5%;
	top						:	100px;
/*	background-image		: 	-ms-linear-gradient(bottom, #000000 0%, #336699 100%); /* IE10 Consumer Preview */ 
/*	background-image		: 	-moz-linear-gradient(bottom, #000000 0%, #336699 100%); /* Mozilla Firefox */ 
/*	background-image		: 	-o-linear-gradient(bottom, #000000 0%, #336699 100%); /* Opera */	
/*	background-image		: 	-webkit-gradient(linear, left bottom, left top, color-stop(0, #000000), color-stop(1, #336699)); /* Webkit (Safari/Chrome 10) */ 
/*	background-image		: 	-webkit-linear-gradient(bottom, #000000 0%, #336699 100%);   /* Webkit (Chrome 11+) */ 
/*	background-image		: 	linear-gradient(to top, #ffffff 88%, #773311 90%);  /* W3C Markup, IE10 Release Preview  AND MY VERSION OF FIREFOX ??*/

}

/*
#medimg_quotebox
{
	padding					: 	1px;
	padding-bottom			:	-100px;
	margin-top				:	0px;
	margin-bottom			:	200px;
	font-family				: 	Courier;
	border-bottom			: 	0px solid #a0a0a0; /* #E2EAEF; */
/*	border-top				: 	0px solid #a0a0a0;
	border-left				: 	0px solid #a0a0a0;
	border-right			: 	0px solid #a0a0a0;
	-webkit-border-radius	: 	20px;
	-moz-border-radius		: 	20px;
	border-radius			: 	20px;
	/*background-color		: 	#FFFFF8; */
/*	float					: 	right;
	width					: 	250px;
	/*min-height			: 	500px; 
	max-height				: 	50px; */
/*	text-align				: 	full;
	position				: 	95%;
	right					: 	5%;
	top						:	100px;
	background-image		: 	-ms-linear-gradient(bottom, #FFFFF8 0%, #336699 100%); /* IE10 Consumer Preview */ 
/*	background-image		: 	-moz-linear-gradient(bottom, #FFFFF8 0%, #336699 100%); /* Mozilla Firefox */ 
/*	background-image		: 	-o-linear-gradient(bottom, #FFFFF8 0%, #336699 100%); /* Opera */	
/*	background-image		: 	-webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFF8), color-stop(1, #336699)); /* Webkit (Safari/Chrome 10) */ 
/*	background-image		: 	-webkit-linear-gradient(bottom, #FFFFF8 0%, #336699 100%);   /* Webkit (Chrome 11+) */ 
/*	background-image		: 	linear-gradient(to top, #FFFFF8 10%, #336699 75%);  /* W3C Markup, IE10 Release Preview  AND MY VERSION OF FIREFOX ??*/
/*}
*/

.frostlab #paragraph
{
	font-family				:	Arial;
	font-size				:	95%;
	margin-top				:	-1px;
	margin-bottom			:	40px;
	padding-left 			:	15px;
	padding-top				: 	5px;
	padding-right			:	20px;
	padding-bottom			:	4px;
	background				:	#fffffe;
	border-bottom			: 	1px solid #a0a0a0;
	border-top				: 	1px solid #a0a0a0;
	border-left				: 	1px solid #a0a0a0;
	border-right			: 	1px solid #a0a0a0;
	border-top-right-radius				:	0px;
	border-bottom-right-radius			:	5px;
	border-bottom-left-radius			:	5px;
	border-top-left-radius				:	0px;
	-webkit-border-top-right-radius		:	0px; 
	-webkit-border-bottom-right-radius	:	5px;
	-webkit-border-bottom-left-radius	:	5px;
	-webkit-border-top-left-radius		:	0px;
	-moz-border-radius-topright 		:	0px;
	-moz-border-radius-bottomright 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
	-moz-border-radius-topleft	 		:	0px;
}

.frostlab #paragraph img 
{
	width					:	250px;
	margin-left				:	5px;
	padding-right			:	0px;
	border					:	2px solid #000000;
}

.frostlab #paragraph_covid
{
	font-family				:	Arial;
	font-size				:	100%;
	margin-top				:	-1px;
	margin-bottom			:	40px;
	padding-left 			:	15px;
	padding-top				: 	5px;
	padding-right			:	20px;
	padding-bottom			:	4px;
	background				:	#fffffe;
	border-bottom			: 	1px solid #a0a0a0;
	border-top				: 	1px solid #a0a0a0;
	border-left				: 	1px solid #a0a0a0;
	border-right			: 	1px solid #a0a0a0;
	border-top-right-radius				:	0px;
	border-bottom-right-radius			:	5px;
	border-bottom-left-radius			:	5px;
	border-top-left-radius				:	0px;
	-webkit-border-top-right-radius		:	0px; 
	-webkit-border-bottom-right-radius	:	5px;
	-webkit-border-bottom-left-radius	:	5px;
	-webkit-border-top-left-radius		:	0px;
	-moz-border-radius-topright 		:	0px;
	-moz-border-radius-bottomright 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
	-moz-border-radius-topleft	 		:	0px;
}

.frostlab #paragraph a
{
    text-decoration		:	none;
    font-weight			:	bold;
    color				:	#CC0033;
    font-size			:	100%;
}

.frostlab #paragraph a:hover
{
	text-decoration			:	underline;
}

.frostlab #paragraph_covid h1
{
	font-family	: 	Verdana,Arial,sans-serif;
	font-size	: 	120%;
	color		: 	#003366;
	margin		: 	0px;
	padding		: 	0px;
}

.frostlab #paragraph_covid img 
{
	width					:	600px;
	margin-left				:	1px;
	padding-right			:	0px;
	border					:	1px solid #000000;
}


#frostlab_covid_quotebox #paragraph a
{
    text-decoration		:	none;
    font-weight			:	bold;
    color				:	#dd0000;
    font-size			:	100%;
}

#frostlab_covid_quotebox #paragraph a:hover
{
	text-decoration			:	underline;
}


.frostlab #paragraph_covid a
{
    text-decoration		:	none;
    font-weight			:	bold;
    color				:	#dd0000;
    font-size			:	100%;
}

.frostlab #paragraph_covid a:hover
{
	text-decoration			:	underline;
}

.frostlab #paragraph a
{
    text-decoration		:	none;
    font-weight			:	bold;
    color				:	#dd0000;
    font-size			:	100%;
}

.frostlab #paragraph a:hover
{
	text-decoration			:	underline;
}

.frostlab h2
{
	/* font-family: Arial,sans-serif; */
	text-align			:	left;
	font-family			:	Arial;
	font-size			: 	120%;
	/*background		: 	#FFFFF8; */
	border-bottom		: 	0px solid #a0a0a0;
	border-top			: 	0px solid #a0a0a0;
	border-left			: 	0px solid #a0a0a0;
	border-right		: 	0px solid #a0a0a0;
	color				: 	#8B0015; /*#9C0000; */
	margin				: 	0px;
	padding-bottom		: 	15px;
	padding-left		: 	10px;
	padding-top			: 	15px;
	padding-right		:	5px;
	border-top-right-radius				:	10px;
	border-bottom-right-radius			:	0px;
	border-bottom-left-radius			:	0px;
	border-top-left-radius				:	10px;
	-webkit-border-top-right-radius		:	10px; 
	-webkit-border-bottom-right-radius	:	0px;
	-webkit-border-bottom-left-radius	:	0px;
	-webkit-border-top-left-radius		:	10px;
	-moz-border-radius-topright 		:	10px;
	-moz-border-radius-bottomright 		:	10px;
	-moz-border-radius-topleft 			:	0px;
	-moz-border-radius-bottomleft 		:	0px;
	background-image	: 	-ms-linear-gradient(right, #E2E9EB 0%, #F4EDE5 100%); /* IE10 Consumer Preview */ 
	background-image	: 	-moz-linear-gradient(right, #E2E9EB 0%, #F4EDE5 100%); /* Mozilla Firefox */ 
	background-image	: 	-o-linear-gradient(right, #E2E9EB 0%, #F4EDE5 100%); /* Opera */
	background-image	: 	-webkit-gradient(linear, left top, right top, color-stop(0, #E2E9EB), color-stop(1, #F4EDE5)); /* Webkit (Safari/Chrome 10) */ 
	background-image	: 	-webkit-linear-gradient(left, #E2E9EB 0%, #F4EDE5 100%);   /* Webkit (Chrome 11+) */
	background-image	: 	linear-gradient(to right, #E2E9EB 0%, #F4EDE5 100%);  /* W3C Markup, IE10 Release Preview #DEDECF #BACFE7*/ 
}

.frostlab h2 img
{
	height			:	115px;
	margin-top		:	0px;
	vertical-align	: 	top;



/*	height		:	100px;   */
}

.medimg #paragraph
{
	font-family				:	Arial;
	font-size				:	95%;
	margin-top				:	-1px;
	margin-bottom			:	40px;
	padding-left 			:	15px;
	padding-top				: 	5px;
	padding-right			:	20px;
	padding-bottom			:	4px;
	background				:	#fffffe;
	border-bottom			: 	1px solid #a0a0a0;
	border-top				: 	1px solid #a0a0a0;
	border-left				: 	1px solid #a0a0a0;
	border-right			: 	1px solid #a0a0a0;
	border-top-right-radius				:	0px;
	border-bottom-right-radius			:	5px;
	border-bottom-left-radius			:	5px;
	border-top-left-radius				:	0px;
	-webkit-border-top-right-radius		:	0px; 
	-webkit-border-bottom-right-radius	:	5px;
	-webkit-border-bottom-left-radius	:	5px;
	-webkit-border-top-left-radius		:	0px;
	-moz-border-radius-topright 		:	0px;
	-moz-border-radius-bottomright 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
	-moz-border-radius-topleft	 		:	0px;
}

.medimg h2
{
	/* font-family: Arial,sans-serif; */
    text-decoration		:	none;
	text-align			:	left;
	font-family			:	Arial;
	font-size			: 	160%;
	/*background		: 	#FFFFF8; */
	border-bottom		: 	0px solid #a0a0a0;
	border-top			: 	0px solid #a0a0a0;
	border-left			: 	0px solid #a0a0a0;
	border-right		: 	0px solid #a0a0a0;
	color				: 	#003366; /*C42D2D;*/
	margin				: 	0px;
	padding-bottom		: 	15px;
	padding-left		: 	10px;
	padding-top			: 	15px;
	padding-right		:	5px;
	border-top-right-radius				:	10px;
	border-bottom-right-radius			:	0px;
	border-bottom-left-radius			:	0px;
	border-top-left-radius				:	10px;
	-webkit-border-top-right-radius		:	10px; 
	-webkit-border-bottom-right-radius	:	0px;
	-webkit-border-bottom-left-radius	:	0px;
	-webkit-border-top-left-radius		:	10px;
	-moz-border-radius-topright 		:	10px;
	-moz-border-radius-bottomright 		:	10px;
	-moz-border-radius-topleft 			:	0px;
	-moz-border-radius-bottomleft 		:	0px;
	background-image	: 	-ms-linear-gradient(right, #F5F5F5 0%, #EBEBEB 100%); /* IE10 Consumer Preview */ 
	background-image	: 	-moz-linear-gradient(right, #F5F5F5 0%, #EBEBEB 100%); /* Mozilla Firefox */ 
	background-image	: 	-o-linear-gradient(right, #F5F5F5 0%, #EBEBEB 100%); /* Opera */
	background-image	: 	-webkit-gradient(linear, left top, right top, color-stop(0, #EBEBEB), color-stop(1, #F5F5F5)); /* Webkit (Safari/Chrome 10) */ 
	background-image	: 	-webkit-linear-gradient(left, #EBEBEB 0%, #F5F5F5 100%);   /* Webkit (Chrome 11+) */
	background-image	: 	linear-gradient(to right, #EBEBEB 0%, #F5F5F5 100%);  /* W3C Markup, IE10 Release Preview #DEDECF #BACFE7*/ 
}

.medimg h2 a
{
    text-decoration			:	none;
	color				: 	#9C0000; /*C42D2D;*/    
    font-family		:	Calibri;
	font-size		:	90%;
}

.medimg h2 a:hover
{
	font-style		:	italic;
}

.medimg h2 img
{
	height			:	115px;
	margin-top		:	0px;
	vertical-align	: 	top;

/*	height		:	100px;   */
}

#frostlab_header #field_course img
{
	top				:	60px;
	height			:	300px;
	margin-top		:	0px;
	
/*	height		:	100px;   */
}


/*****************************************************************/
/* FROST_LAB Navigation Menu */
/*****************************************************************/

ul.frostlab_nav_menu, ul.frostlab_nav_menu ul
{
	list-style			:	none;
	border-top			:	0px solid #CC0033; /*#336699;*/
	border-bottom		:	0px solid #CC0033; /*#336699;*/
	margin				:	0; 
	padding				:	0;
	position-top		: 	relative;
/*	z-index				:	2;
*/
}

/*Style for 1st level menu header*/
ul.frostlab_nav_menu li
{ 
	position			: 	relative; 
	float				: 	left; 
/*	z-index				:	2;
*/	zoom				: 	1; /*Needed for IE*/
/*	background			: 	#f3f3f3; /*background color of menu header (1st level)
	height				:	47px;*/
}


/* Hover effect for top menu*/


ul.frostlab_nav_menu li:hover
{ 
/*	background							: 	#e2e9f5; /*#b9d1f1; /*f0f1ff /*background color of menu header (1st level) on hover*/;
/*	height							:	28px;
	font-weight						:	bold; */
	position							:	relative;
/*	z-index								:	2;
*/	color								:	#ffffff;
/*	border-left							:	5px solid #336699;
	border-right						:	1px solid #e0e0e0;
	border-top							:	1px solid #e0e0e0;
	border-bottom						:	1px solid #e0e0e0;
*/	border-top-right-radius				: 	0px;
	border-bottom-right-radius			: 	0px;
	border-bottom-left-radius			: 	0px;
	border-top-left-radius				: 	0px;
	-webkit-border-top-right-radius		: 	0px; 
	-webkit-border-bottom-right-radius	: 	0px;
	-webkit-border-bottom-left-radius	: 	0px;
	-webkit-border-top-left-radius		: 	0px;
	-moz-border-radius-topright 		:	0px;
	-moz-border-radius-bottomright 		:	0px;
	-moz-border-radius-bottomleft 		:	0px;
	-moz-border-radius-bottomleft 		:	0px;
	
}

ul.frostlab_nav_menu li a   /*Menu link styles*/
{
	display								: 	block; 
	padding-top							: 	6px; 
	padding-left						:	13px;
	padding-right						:	13px;
	padding-bottom						:	5px;
	border								: 	0px solid #ffffff;
	color								:	#000000;
/*	background							:	#b3b3b3;  
	height								:	25px;*/
	text-decoration						:	none;
	font-family							:	Helvetica, Tahoma, Calibri, Times New Roman, Tahoma;
	font-size							: 	85%;
/*	font-weight						:	bold; */
	border-top-right-radius				: 	0px;
	border-bottom-right-radius			: 	0px;
	border-bottom-left-radius			: 	0px;
	border-top-left-radius				: 	0px;
	-webkit-border-top-right-radius		: 	0px; 
	-webkit-border-bottom-right-radius	: 	0px;
	-webkit-border-bottom-left-radius	: 	0px;
	-webkit-border-top-left-radius		: 	0px;
	-moz-border-radius-topright 		:	0px;
	-moz-border-radius-bottomright 		:	0px;
	-moz-border-radius-bottomleft 		:	0px;
	-moz-border-radius-bottomleft 		:	0px;
	    transition: all 0.0s linear;
}
        
ul.frostlab_nav_menu li a:hover 			
{ 
	display		:	block;
	height 		: 	auto;
	color		: 	#EF4056; /*#df0101; /*0000ff;*/
/*	font-style	: 	italic;
/*	background	:	#fffff0;  */

}
      
ul.frostlab_nav_menu ul 	/* Building menu items - for 2nd and more level menu items*/					
{ 
	display:none; /*initially menu item is hidden*/
	position: absolute; /*absolute positioning is important for menu to float*/
/*	z-index: 2;
*/	width: 125px; 
			
/*Formating of menu items*/
	border								:	0px solid #f3f3b3;
	padding-left						:	1px;
	padding-right						: 	5px;
	font								:	Calibri
	color								:	#000000;
	font-size							:	12px;
/*	font-weight							:	bold; */
	text-decoration						:	none;
/*	background							:	#f0f0ff; */
	border-top-right-radius				: 	5px;
	border-bottom-right-radius			: 	5px;
	border-bottom-left-radius			: 	5px;
	border-top-left-radius				: 	5px;
	-webkit-border-top-right-radius		: 	5px; 
	-webkit-border-bottom-right-radius	: 	5px;
	-webkit-border-bottom-left-radius	: 	5px;
	-webkit-border-top-left-radius		: 	5px;
	-moz-border-radius-topright 		:	5px;
	-moz-border-radius-bottomright 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
			
/*optional - to change position of 2nd level menu item*/
	top									: 	100%; 
	left								: 	0; 
}

ul.frostlab_nav_menu ul li
/* Formatting for the Hover over 2nd+ level(s) */
{ 
	background							: 	#fffff8;  
	color								: 	#ffffff;
	border								: 	0px solid #aaaaaa; 
	border-right						:	0px solid #aaaaaa;
	border-right						:	0px solid #aaaaaa;	
	font-family							:	Helvetica;
	font-size							:	90%;
/*	font-weight							:	normal; */
	text-align							:	left;
	float								:	none; 
	border-top-right-radius				: 	0px;
	border-bottom-right-radius			: 	0px;
	border-bottom-left-radius			: 	0px;
	border-top-left-radius				: 	0px;
	-webkit-border-top-right-radius		: 	0px; 
	-webkit-border-bottom-right-radius	: 	0px;
	-webkit-border-bottom-left-radius	: 	0px;
	-webkit-border-top-left-radius		: 	0px;
	-moz-border-radius-topright 		:	0px;
	-moz-border-radius-bottomright 		:	0px;
	-moz-border-radius-bottomleft 		:	0px;
	-moz-border-radius-bottomleft 		:	0px;
}
/*
ul.medimg_nav_menu ul li
/* Formatting for the Hover over 2nd+ level(s)
{ 
	background							: 	#fffff8;  
	color								: 	#ffffff;
/*	border								: 	1px solid #aaaaaa; 
	border-right						:	1px solid #aaaaaa;
	border-right						:	1px solid #aaaaaa;	
	font-family							:	Helvetica;
	font-size							:	90%;
/*	font-weight							:	normal;
	text-align							:	left;
	float								:	none; 
	border-top-right-radius				: 	5px;
	border-bottom-right-radius			: 	5px;
	border-bottom-left-radius			: 	5px;
	border-top-left-radius				: 	5px;
	-webkit-border-top-right-radius		: 	5px; 
	-webkit-border-bottom-right-radius	: 	5px;
	-webkit-border-bottom-left-radius	: 	5px;
	-webkit-border-top-left-radius		: 	5px;
	-moz-border-radius-topright 		:	5px;
	-moz-border-radius-bottomright 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
}
*/
								  
ul.frostlab_nav_menu ul li a
{ 
	width			: 	100%; 
	display			: 	block; 
	font-size		:	110%;
/*	font-weight		:	normal; */
	color			:	#000002; 
}

ul.frostlab_nav_menu ul li a:hover
{ 
	width			: 	100%; 
	display			: 	block; 
	font-size		:	110%;
/*	font-weight		:	normal; */
	color			:	#EF4056; /*#df0101; /*9C0000; */
} 
		
/* Menu item position for 3rd level and more */
ul.frostlab_nav_menu ul ul
{ 
	left	:	92%; 
	top		:	0; 
}

ul.frostlab_nav_menu ul ul li
/* Formatting for the Hover over 3rd+ level(s) */
{ 
	width								:	120px;
	background							:  #fffff8; /* #e5e4e2;  /*	#806666;  #804D4D;  */
	color								: 	#ffffff;
	border								: 	1px solid #aaaaaa; 
	margin-left							:	0px;
	margin-top							:	5px;
	font-family							:	Helvetica;
	font-size							:	90%;
	height								:	auto;
	font-weight							:	normal;
	text-align							:	left;
	vertical-align						:	middle;
	float								:	none; 
	border-top-right-radius				: 	25px;
	border-bottom-right-radius			: 	0px;
	border-bottom-left-radius			: 	25px;
	border-top-left-radius				: 	5px;
	-webkit-border-top-right-radius		: 	25px; 
	-webkit-border-bottom-right-radius	: 	0px;
	-webkit-border-bottom-left-radius	: 	25px;
	-webkit-border-top-left-radius		: 	5px;
	-moz-border-radius-topright 		:	25px;
	-moz-border-radius-bottomright 		:	0px;
	-moz-border-radius-bottomleft 		:	25px;
	-moz-border-radius-bottomleft 		:	5px;
	z-index								:	9;
}

ul.frostlab_nav_menu ul ul li:hover
/* Formatting for the Hover over 3rd+ level(s) */
{ 
	width								:	120px;
	background							:  #fffff8; /* #e5e4e2;  /*	#806666;  #804D4D;  */
	color								: 	#ffffff;
	border								: 	1px solid #aaaaaa; 
	margin-left							:	0px;
	margin-top							:	5px;
	font-family							:	Helvetica;
	font-size							:	90%;
	height								:	auto;
	font-weight							:	normal;
	text-align							:	left;
	vertical-align						:	middle;
	float								:	none; 
	border-top-right-radius				: 	25px;
	border-bottom-right-radius			: 	0px;
	border-bottom-left-radius			: 	25px;
	border-top-left-radius				: 	5px;
	-webkit-border-top-right-radius		: 	25px; 
	-webkit-border-bottom-right-radius	: 	0px;
	-webkit-border-bottom-left-radius	: 	25px;
	-webkit-border-top-left-radius		: 	5px;
	-moz-border-radius-topright 		:	25px;
	-moz-border-radius-bottomright 		:	0px;
	-moz-border-radius-bottomleft 		:	25px;
	-moz-border-radius-bottomleft 		:	5px;
	z-index								:	9;
}

/*
ul.medimg_nav_menu ul ul li
/* Formatting for the Hover over 3rd+ level(s) */
/*
{ 
	width								:	110px;
	background							: 	#fffff6;  
	color								: 	#ffffff;
	border								: 	1px solid #aaaaaa; 
	font-family							:	Helvetica;
	font-size							:	80%;
	height								:	25px;
	font-weight							:	normal;
	text-align							:	left;
	vertical-align						:	middle;
	float								:	none; 
	border-top-right-radius				: 	5px;
	border-bottom-right-radius			: 	5px;
	border-bottom-left-radius			: 	5px;
	border-top-left-radius				: 	5px;
	-webkit-border-top-right-radius		: 	5px; 
	-webkit-border-bottom-right-radius	: 	5px;
	-webkit-border-bottom-left-radius	: 	5px;
	-webkit-border-top-left-radius		: 	5px;
	-moz-border-radius-topright 		:	5px;
	-moz-border-radius-bottomright 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
}
*/       
/* Hover effect for menu*/
ul.frostlab_nav_menu li:hover > ul 			
{ 
	display		:	block;
	height 		: 	auto;
	color		: 	#ffffff;
}




/***************************************/
/* FOOTER CSS FOR MEDIMG SUB-SITE      */
/***************************************/

#frostlab_footer
{
/*	position				:	fixed;
	bottom					: 	0px;
*/	clear					: 	both;
	text-align				:	left;
	font-family				:	Helvetica, Tahoma, Calibri, san-serif;
	font-size				:	2px;
	line-height				:	10px;
	border-bottom			: 	0px solid #70B865;
	border-top				: 	3px solid #70B865; /*#4A95E1;*/
	padding-top				:	0px solid #ffff00;
	margin-bottom			:	-20px;
	background-color		: 	#0C234B; /*#CC0033; /*#336699;*//* #9C0000; *//*C75454; /*#72726E; */
/*	height					:	20px;
*/	width					: 	950px;
	min-width				:	950px;
	background-position		: 	bottom; 
}

#frostlab_footer #footermenu
{
/* 	position				: 	fixed;
	bottom					: 	0px;
*/	clear					: 	both;
    text-align				: 	center;
    text-decoration			:	none;
	font-family				:	Calibri, san-serif;
	color					:	#fff;
	font-size				:	14px;
	padding-top				:	20px;
	padding-bottom			:	15px;
/*	border-bottom			: 	1px solid #E2EAEF;
	border-top				:	1px solid #336699;
/*	background-color		:	#FFFFF8;
/*	height					:	20px;
*/	background-position		: 	bottom; 
}

#frostlab_footer #footermenu a
{
	margin-left				:	5px;
	margin-right			:	5px;
	text-decoration			:	none;
	color					:	#FFFFF8;
	font-size				:	15px;
}


#frostlab_footer #footermenu a:hover
{
	text-decoration			:	underline;
/*	background				:	#fffff8;
	color					:	#336699; */
}

#frostlab_footer #footermenu a[href^="mailto:"]
{ 
	color					: 	#8AD5FF;
	text-decoration 		:	none;
}

#frostlab_footer #footermenu a[href^="mailto:"]:hover
{
	text-decoration			:	underline;
}

/*******************************************************************************************/
/*******************************************************************************************/
/*  END of Medimg Style */
/*******************************************************************************************/
/*******************************************************************************************/


/*******************************************************************************************/
/*******************************************************************************************/
/*  START of ContactUS Style */
/*******************************************************************************************/
/*******************************************************************************************/

.contactus_body
{
	background-image		:	url(./images/xray.jpg);
/*	background-color		:	#f1f5f1; /*E5EBE5 f1f5f1Dig this green!!! */
}

#contactus_mainbackground
{	
	position				:	relative;
	margin-top				:	175px;
	padding-top				:	50px;
	width					:	950px;
	height					:	auto;
	background-color		:	#f1f5f1;
	z-index					:	1;
/*	min-height				:	200px;
	border					:	0px solid #ffffff;
	border-left				:	0px solid #ffffff;
*/
}

#contactus
{
}

.contactus tr
{
	font-size				:	80%;
} 

#contactus_linkheader
{
	position				: 	fixed;
	color					:	ffffff;
/*	display					:	inline-block;
*/	top						:	0px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	2.5px solid #336699;
	background-color		: 	#656C65; /*#DEDECF;*/
	height					: 	35px;
	line-height				:	100%;
	width					: 	950px;
	min-width				:	950px;
	text-align				: 	right;
	z-index					: 	4;
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	top left;
/*	background-size			:	50%;  */
}

#contactus_linkheader1
{
	position				: 	fixed;
	color					:	ffffff;
/*	display					:	inline-block;
*/	top						:	0px;
	padding-left			:	0px;
	margin-left				:	-10px;
	border-bottom			: 	2.5px solid #336699;
	background-color		: 	#656C65; /*#DEDECF;*/
	height					: 	35px;
	line-height				:	100%;
	width					: 	100%;
	min-width				:	950px;
	text-align				: 	right;
	z-index					: 	4;
/*	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	top left;
/*	background-size			:	50%;  */
}

#contactus_header
{
	position				: 	fixed;
/*	display					:	inline-block;
*/	top						:	35px;
	padding-left			:	0px;
	padding-right			:	0px;
	margin-right			:	10px;
	margin-left				:	0px;
	border-bottom			: 	0px solid #336699;
	border-top				:	1px solid #336699;
	background-color		: 	#c8d8c8;
	height					: 	110px;
	line-height				:	100%;
	width					: 	950px;
	min-width				:	950px;
	text-align				: 	right;
	z-index					: 	3;
	background-image		: 	url(./images/meryllark_logo1.png);
	background-repeat		: 	no-repeat;
	background-position		: 	left;
	background-size			:	25%;
}

#contactus_header1
{
	position				: 	fixed;
/*	display					:	inline-block;
*/	top						:	35px;
	padding-left			:	0px;
	padding-right			:	0px;
	margin-right			:	10px;
	margin-left				:	-10px;
	border-bottom			: 	0px solid #336699;
	border-top				:	1px solid #336699;
	background-color		: 	#c8d8c8;
	height					: 	110px;
	line-height				:	100%;
	width					: 	100%;
	min-width				:	950px;
	text-align				: 	right;
	z-index					: 	3;
}

#contactus_nav
{
	position				: 	fixed;
/*	display					:	inline-block;
*/	top						:	145px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	2px solid #336699;
	border-top				:	1px solid #336699;
	background-color		: 	#f1f5f1;
	height					: 	30px;
	line-height				:	100%;
	width					: 	950px;
	min-width				:	950px;
	text-align				: 	left;
	z-index					: 	3;

/*	background-size			:	50%;  */
}

#contactus_nav1
{
	position				: 	fixed;
/*	display					:	inline-block;
*/	top						:	145px;
	padding-left			:	0px;
	margin-left				:	-10px;
	border-bottom			: 	2px solid #336699;
	border-top				:	1px solid #336699;
	background-color		: 	#f1f5f1;
	height					: 	30px;
	line-height				:	100%;
	width					: 	100%;
	min-width				:	950px;
	text-align				: 	left;
	z-index					: 	3;
/*	background-size			:	50%;  */
}

#contactus_main
{
	position				:	static;
    padding					: 	0px;
    padding-top				:	0px;
    padding-left			:	10px;
    padding-right			:	10px;
    padding-bottom			:	50px;
/*  background-color		:	#f1f5f1;
    background-image		:	url(./lauravizcarra.png);
*/    border					:	0px solid #000000;
	margin-top				:	0px;
/*	border-top				: 	1px solid #E2EAEF; */
    float					: 	left;
	width					: 	630px;
/*	min-width				:	600px;
*/
}

#contactus_quote
{
    padding					: 	0px;
    padding-top				:	0px;
    padding-left			:	0px;
    padding-right			:	10px;
    padding-bottom			:	0px;
/*    background-color		:	#f1f5f1;
    background-image		:	url(./lauravizcarra.png);
*/  border					:	0px solid #000000;
	margin-top				:	0px;
/*	border-top				: 	1px solid #E2EAEF; */
    float					: 	right;
	width					: 	290px;
/*	min-width				:	600px;
*/
}

#contactus_quotebox 
{
/*	position				:	fixed;
*/	padding					: 	1px;
	padding-bottom			:	-100px;
	margin-top				:	0px;
	margin-bottom			:	200px;
	font-family				: 	Courier;
	border-bottom			: 	0px solid #a0a0a0; /* #E2EAEF; */
	border-top				: 	0px solid #a0a0a0;
	border-left				: 	0px solid #a0a0a0;
	border-right			: 	0px solid #a0a0a0;
	-webkit-border-radius	: 	20px;
	-moz-border-radius		: 	20px;
	border-radius			: 	20px;
	/*background-color		: 	#FFFFF8; */
	float					: 	right;
	width					: 	250px;
	/*min-height			: 	500px; 
	max-height				: 	50px; */
	text-align				: 	full;
	position				: 	95%;
	right					: 	1%;
	top						:	100px;
	background-image		: 	-ms-linear-gradient(bottom, #F4F7F8 0%, #595944 100%); /* IE10 Consumer Preview */ 
	background-image		: 	-moz-linear-gradient(bottom, #F4F7F8 0%, #595944 100%); /* Mozilla Firefox */ 
	background-image		: 	-o-linear-gradient(bottom, #F4F7F8 0%, #595944 100%); /* Opera */	
	background-image		: 	-webkit-gradient(linear, left bottom, left top, color-stop(0, #595944), color-stop(1, #F4F7F8)); /* Webkit (Safari/Chrome 10) */ 
	background-image		: 	-webkit-linear-gradient(bottom, #F4F7F8 0%, #595944 100%);   /* Webkit (Chrome 11+) */ 
	background-image		: 	linear-gradient(to top, #F4F7F8 10%, #595944 75%);  /* W3C Markup, IE10 Release Preview  AND MY VERSION OF FIREFOX ??*/
}

.contactus #paragraph
{
	font-family				:	Helvetica;
	font-size				:	110%;
	margin-top				:	-1px;
	margin-bottom			:	20px;
	padding-left 			:	15px;
	padding-top				: 	5px;
	padding-right			:	20px;
	padding-bottom			:	4px;
	background				:	#FDFDFD;
	border-bottom			: 	1px solid #a0a0a0;
	border-top				: 	1px solid #a0a0a0;
	border-left				: 	1px solid #a0a0a0;
	border-right			: 	1px solid #a0a0a0;
	border-top-right-radius				:	0px;
	border-bottom-right-radius			:	5px;
	border-bottom-left-radius			:	5px;
	border-top-left-radius				:	0px;
	-webkit-border-top-right-radius		:	0px; 
	-webkit-border-bottom-right-radius	:	5px;
	-webkit-border-bottom-left-radius	:	5px;
	-webkit-border-top-left-radius		:	0px;
	-moz-border-radius-topright 		:	0px;
	-moz-border-radius-bottomright 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
	-moz-border-radius-topleft	 		:	0px;
}

.contactus h2
{
	/* font-family: Arial,sans-serif; */
	text-align			:	left;
	font-family			:	Calibri;
	font-size			: 	150%;
	/*background		: 	#FFFFF8; */
	border-bottom		: 	0px solid #a0a0a0;
	border-top			: 	0px solid #a0a0a0;
	border-left			: 	0px solid #a0a0a0;
	border-right		: 	0px solid #a0a0a0;
	color				: 	#0000a2;
	margin				: 	0px;
	padding-bottom		: 	30px;
	padding-left		: 	10px;
	padding-top			: 	30px;
	padding-right		:	5px;
	border-top-right-radius				:	10px;
	border-bottom-right-radius			:	0px;
	border-bottom-left-radius			:	0px;
	border-top-left-radius				:	10px;
	-webkit-border-top-right-radius		:	10px; 
	-webkit-border-bottom-right-radius	:	0px;
	-webkit-border-bottom-left-radius	:	0px;
	-webkit-border-top-left-radius		:	10px;
	-moz-border-radius-topright 		:	10px;
	-moz-border-radius-bottomright 		:	10px;
	-moz-border-radius-topleft 			:	0px;
	-moz-border-radius-bottomleft 		:	0px;
	background-image	: 	-ms-linear-gradient(right, #BDCEBD 0%, #DEDECF 100%); /* IE10 Consumer Preview */ 
	background-image	: 	-moz-linear-gradient(right, #BDCEBD 0%, #DEDECF 100%); /* Mozilla Firefox */ 
	background-image	: 	-o-linear-gradient(right, #BDCEBD 0%, #DEDECF 100%); /* Opera */
	background-image	: 	-webkit-gradient(linear, left top, right top, color-stop(0, #BDCEBD), color-stop(1, #FFFFF8)); /* Webkit (Safari/Chrome 10) */ 
	background-image	: 	-webkit-linear-gradient(left, #BDCEBD 0%, #FFFFF8 100%);   /* Webkit (Chrome 11+) */
	background-image	: 	linear-gradient(to right, #BDCEBD 0%, #f1f5f1 100%);  /* W3C Markup, IE10 Release Preview #DEDECF #BACFE7*/ 
}


/*****************************************************************/
/* Style for the ContactUS Header tabs */
/*****************************************************************/
ul.contactus_nav_menu, ul.contactus_nav_menu ul
{
	list-style			:	none;
	border-top			:	0px solid #336699;
	margin				:	0; 
	padding				:	0;
	position-top		: 	relative;
}

/*Style for 1st level menu header*/
ul.contactus_nav_menu li
{ 
	position			: 	relative; 
	float				: 	left; 
	zoom				: 	1; /*Needed for IE*/
/*	background			: 	#f3f3f3; /*background color of menu header (1st level)
	height				:	47px;*/
}

ul.contactus_nav_menu li:hover
{ 
	background							: 	#D9ECD9 /*f0f1ff /*background color of menu header (1st level) on hover*/;
/*	height							:	46px;
	font-weight						:	bold; */
	color								:	#ffffff;
	border-left							:	5px solid #336699;
	border-right						:	1px solid #e0e0e0;
	border-top							:	1px solid #e0e0e0;
	border-bottom						:	1px solid #e0e0e0;
	border-top-right-radius				: 	5px;
	border-bottom-right-radius			: 	5px;
	border-bottom-left-radius			: 	5px;
	border-top-left-radius				: 	5px;
	-webkit-border-top-right-radius		: 	5px; 
	-webkit-border-bottom-right-radius	: 	5px;
	-webkit-border-bottom-left-radius	: 	5px;
	-webkit-border-top-left-radius		: 	5px;
	-moz-border-radius-topright 		:	5px;
	-moz-border-radius-bottomright 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
}

ul.contactus_nav_menu li a   /*Menu link styles*/
{
	display								: 	block; 
	padding-top							: 	7px; 
	padding-bottom						:	5px;
	padding-left						:	13px;
	padding-right						:	13px;
	border								: 	0px solid #ffffff;
	color								:	#000002;
/*	background							:	#b3b3b3;  */
	text-decoration						:	none;
	font-family							:	Helvetica, Times New Roman, Tahoma;
	font-size							: 	85%;
	border-top-right-radius				: 	5px;
	border-bottom-right-radius			: 	5px;
	border-bottom-left-radius			: 	5px;
	border-top-left-radius				: 	5px;
	-webkit-border-top-right-radius		: 	5px; 
	-webkit-border-bottom-right-radius	: 	5px;
	-webkit-border-bottom-left-radius	: 	5px;
	-webkit-border-top-left-radius		: 	5px;
	-moz-border-radius-topright 		:	5px;
	-moz-border-radius-bottomright 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
}
        
ul.contactus_nav_menu ul 	/* Building menu items - for 2nd and more level menu items*/					
{ 
	display:none; /*initially menu item is hidden*/
	position: absolute; /*absolute positioning is important for menu to float*/
	width: 205px; 
			
/*Formating of menu items*/
	border								:	0px solid #f3f3b3;
	padding-left						:	1px;
	padding-right						: 	5px;
	font								:	Calibri;
	color								:	#000002;
	font-size							:	12px;
/*	font-weight							:	bold; */
	text-decoration						:	none;
/*	background							:	#f0f0ff; */
	border-top-right-radius				: 	5px;
	border-bottom-right-radius			: 	5px;
	border-bottom-left-radius			: 	5px;
	border-top-left-radius				: 	5px;
	-webkit-border-top-right-radius		: 	5px; 
	-webkit-border-bottom-right-radius	: 	5px;
	-webkit-border-bottom-left-radius	: 	5px;
	-webkit-border-top-left-radius		: 	5px;
	-moz-border-radius-topright 		:	5px;
	-moz-border-radius-bottomright 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
			
/*optional - to change position of 2nd level menu item*/
	top									: 	100%; 
	left								: 	0; 
}

ul.contactus_nav_menu ul li
/* Formatting for the Hover over 2nd+ level(s) */
{ 
	background							: 	#FBFCFC;  
	color								: 	#ffffff;
	border								: 	1px solid #DDDDDD; 
	font-family							:	Helvetica;
	font-size							:	90%;
/*	font-weight							:	normal; */
	text-align							:	left;
	float								:	none; 
	border-top-right-radius				: 	5px;
	border-bottom-right-radius			: 	5px;
	border-bottom-left-radius			: 	5px;
	border-top-left-radius				: 	5px;
	-webkit-border-top-right-radius		: 	5px; 
	-webkit-border-bottom-right-radius	: 	5px;
	-webkit-border-bottom-left-radius	: 	5px;
	-webkit-border-top-left-radius		: 	5px;
	-moz-border-radius-topright 		:	5px;
	-moz-border-radius-bottomright 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
}
								  
ul.contactus_nav_menu ul li a
{ 
	width			: 	100%; 
	display			: 	block; 
	font-size		:	110%;
/*	font-weight		:	normal; */
	color			:	#000002; 
}

ul.contactus_nav_menu ul li a:hover
{ 
	width			: 	100%; 
	display			: 	block; 
	font-size		:	110%;
/*	font-weight		:	normal; */
	color			:	#000002; 
} 
		
/* Menu item position for 3rd level and more */
ul.contactus_nav_menu ul ul
{ 
	left	:	100%; 
	top		:	0; 
}
        
/* Hover effect for menu*/
ul.contactus_nav_menu li:hover > ul 			
{ 
	display		:	block;
	height 		: 	auto;
	color		: 	#ffffff;
}

/***************************************/
/* FOOTER CSS FOR CONTACTUS SUB-SITE   */
/***************************************/

#contactus_footer
{
/*	position				:	fixed;
	bottom					: 	0px;
*/	clear					: 	both;
	text-align				:	left;
	font-family				:	Helvetica, Tahoma, Calibri, san-serif;
	font-size				:	2px;
/*	line-height				:	10px; */
	border-bottom			: 	1px solid #E2EAEF;
	border-top				: 	3px solid #7CC17C; /*#4E9CEA; /*#4A95E1;*/
	padding-top				:	0px solid #ffff00;
	margin-bottom			:	-20px;
	background-color		: 	#656C65; /*#72726E; */
/*	height					:	20px;
*/	width					: 	100%;
	background-position		: 	bottom; 
}

#contactus_footer #footermenu
{
/* 	position				: 	fixed;
	bottom					: 	0px;
*/	clear					: 	both;
    text-align				: 	center;
    text-decoration			:	none;
	font-family				:	Calibri, san-serif;
	color					:	#D4D4CD;
	font-size				:	14px;
	padding-top				:	20px;
	padding-bottom			:	15px;
/*	border-bottom			: 	1px solid #E2EAEF;
	border-top				:	1px solid #336699;
/*	background-color		:	#FFFFF8;
/*	height					:	20px;
*/	background-position		: 	bottom; 
}

#contactus_footer #footermenu a
{
	margin-left				:	5px;
	margin-right			:	5px;
	text-decoration			:	none;
	color					:	#FFFFF8;
	font-size				:	15px;
}

#contactus_footer #footermenu a:hover
{
	text-decoration			:	underline;
/*	background				:	#fffff8;
	color					:	#336699; */
}

#contactus_footer #footermenu a[href^="mailto:"]
{ 
	color					: 	#8AD5FF;
	text-decoration 		:	none;
}

#contactus_footer #footermenu a[href^="mailto:"]:hover
{
	text-decoration			:	underline;
}

/*******************************************************************************************/
/*******************************************************************************************/
/*  END of ContactUS Style */
/*******************************************************************************************/
/*******************************************************************************************/



/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/
/*******************************************************************************************/


/*
#header_contactus
{
	position				: 	fixed;
	top						:	0px;
	padding-left			:	0px;
	margin-left				:	0px;
	border-bottom			: 	2px solid #336699;
	background-color		: 	#f1f5f1;
	height					: 	161px;
	line-height				:	100%;
	width					: 	100%;
	text-align				: 	right;
	background-image		: 	url(./images/medimg_logo_header.png);
	background-repeat		: 	no-repeat;
	background-position		: 	top left;
/*	background-size			:	50%;  
}*/


#link img
{
/*	width					:	10px;
*/	vertical-align			: 	bottom;
	border					:	none;
	margin-left				:	10px;
}
/*
ul.medimg_nav_menu img
{
	width					:	50px;
}
*/
#main img
{
	width					:	100px;
	vertical-align			: 	top;
	margin-left				: 	100px;
	border					: 	none;
	border-top-right-radius				:	25px;
	border-bottom-right-radius			:	25px;
	border-bottom-left-radius			:	25px;
	border-top-left-radius				:	25px;
	-webkit-border-top-right-radius		:	25px; 
	-webkit-border-bottom-right-radius	:	25px;
	-webkit-border-bottom-left-radius	:	25px;
	-webkit-border-top-left-radius		:	25px;
	-moz-border-radius-topright 		:	25px;
	-moz-border-radius-bottomright 		:	25px;
	-moz-border-radius-topleft 			:	25px;
	-moz-border-radius-bottomleft 		:	25px;

}
#WeSpeak img
{
	width					:	200px;
	vertical-align			: 	bottom;
	margin-left				: 	100px;
	border					: 	none;
	border-top-right-radius				:	25px;
	border-bottom-right-radius			:	25px;
	border-bottom-left-radius			:	25px;
	border-top-left-radius				:	25px;
	-webkit-border-top-right-radius		:	25px; 
	-webkit-border-bottom-right-radius	:	25px;
	-webkit-border-bottom-left-radius	:	25px;
	-webkit-border-top-left-radius		:	25px;
	-moz-border-radius-topright 		:	25px;
	-moz-border-radius-bottomright 		:	25px;
	-moz-border-radius-topleft 			:	25px;
	-moz-border-radius-bottomleft 		:	25px;

}

#nav2
{
	padding					: 	0px;
	margin-top				:	-160px;
	right					:	1%;
	font-family				: 	Courier;
	border-bottom			: 	0px solid #a0a0a0; /* #E2EAEF; */
	border-top				: 	0px solid #a0a0a0;
	border-left				: 	0px solid #a0a0a0;
	border-right			: 	0px solid #a0a0a0;
	-webkit-border-radius	: 	20px;
	-moz-border-radius		: 	20px;
	border-radius			: 	20px;
	/*background-color		: 	#FFFFF8; */
	float					: 	right;
	width					: 	250px;
	/*min-height			: 	500px; 
	max-height				: 	50px; */
	text-align				: 	left;
	background-image		: 	-ms-linear-gradient(bottom, #FFFFFF 0%, #336699 100%); /* IE10 Consumer Preview */ 
	background-image		: 	-moz-linear-gradient(bottom, #FFFFFF 0%, #336699 100%); /* Mozilla Firefox */ 
	background-image		: 	-o-linear-gradient(bottom, #FFFFFF 0%, #336699 100%); /* Opera */	
	background-image		: 	-webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #336699)); /* Webkit (Safari/Chrome 10) */ 
	background-image		: 	-webkit-linear-gradient(bottom, #FFFFFF 0%, #336699 100%);   /* Webkit (Chrome 11+) */ 
	background-image		: 	linear-gradient(to top, #FFFFFE 0%, #336699 100%);  /* W3C Markup, IE10 Release Preview  AND MY VERSION OF FIREFOX ??*/
}

/* Style for Address Box in ContactUs */
#miciaddress
{
	padding					: 	1px;
	padding-bottom			:	-100px;
	margin-top				:	0px;
	margin-bottom			:	200px;
	font-family				: 	Courier;
	border-bottom			: 	1px solid #a0a0a0; /* #E2EAEF; */
	border-top				: 	0px solid #a0a0a0;
	border-left				: 	1px solid #a0a0a0;
	border-right			: 	1px solid #a0a0a0;
	-webkit-border-radius	: 	20px;
	-moz-border-radius		: 	20px;
	border-radius			: 	20px;
	/*background-color		: 	#FFFFF8; */
	float					: 	right;
	width					: 	250px;
	/*min-height			: 	500px; 
	max-height				: 	50px; */
	text-align				: 	full;
	position				: 	95%;
	right					: 	1%;
	top						:	100px;
	background-image		: 	-ms-linear-gradient(bottom, #F8FBF8 81%, #336699 84%); /* IE10 Consumer Preview */ 
	background-image		: 	-moz-linear-gradient(bottom, #F8FBF8 81%, #336699 84%); /* Mozilla Firefox */ 
	background-image		: 	-o-linear-gradient(bottom, #F8FBF8 81%, #336699 84%); /* Opera */	
	background-image		: 	-webkit-gradient(linear, left bottom, left top, color-stop(0.81, #F8FBF8), color-stop(0.84, #336699)); /* Webkit (Safari/Chrome 10) */ 
	background-image		: 	-webkit-linear-gradient(bottom, #F8FBF8 81%, #336699 84%);   /* Webkit (Chrome 11+) */ 
	background-image		: 	linear-gradient(to top, #F8FBF8 81%, #336699 84%);  /* W3C Markup, IE10 Release Preview  AND MY VERSION OF FIREFOX ??*/
}


/*
#main_mrlark
{
    padding					: 	10px;
	margin-top				:	100px;
	border-top				: 	1px solid #E2EAEF; 
    float					: 	left;
	width					: 	70%;
	min-width				:	100px;
}*/

#ExecutiveTeam
{
    padding					: 	10px;
	margin-top				:	100px;
/*	border-top				: 	1px solid #E2EAEF; */
    float					: 	left;
	width					: 	70%;
	min-width				:	100px;
}

/*
#Blog1
{
    padding					: 	10px;
	margin-top				:	100px;
	border-top				: 	1px solid #E2EAEF; 
    float					: 	left;
	width					: 	70%;
	min-width				:	100px;
}
*/

#Blog
{
	position				:	static;
    padding					: 	0px;
    padding-top				:	0px;
    padding-left			:	10px;
    padding-right			:	10px;
    padding-bottom			:	50px;
    background-color		:	#F5F5F5;
/*    background-image		:	url(./lauravizcarra.png);
*/  border					:	0px solid #000000;
	margin-top				:	0px;
/*	border-top				: 	1px solid #E2EAEF; */
    float					: 	left;
	width					: 	630px;
/*	min-width				:	600px;
*/
}

#WeSpeak
{
    padding					: 	10px;
	margin-top				:	100px;
/*	border-top				: 	1px solid #E2EAEF; */
    float					: 	left;
	width					: 	70%;
	min-width				:	100px;
}

h1
{
	font-family	: 	Verdana,Arial,sans-serif;
	font-size	: 	120%;
	color		: 	#334d55;
	margin		: 	0px;
	padding		: 	0px;
}

h6
{
	font-family	: 	Calibri;
	font-size	: 	130%;
	color		: 	#000; /*#334d55;*/
	margin		: 	0px;
	padding		: 	0px;
}

.mrlark h4
{
	/* font-family: Arial,sans-serif; */
	text-align			:	Center;
	font-family			:	Calibri;
	font-size			: 	120%;
	/*background		: 	#FFFFF8; */
	border-bottom		: 	0px solid #a0a0a0;
	border-top			: 	0px solid #a0a0a0;
	border-left			: 	0px solid #a0a0a0;
	border-right		: 	0px solid #a0a0a0;
	color				: 	#0000a2;
	margin				: 	0px;
	padding				: 	0px;
	background-image	: 	-ms-linear-gradient(right, #F4F7F8 0%, #BAD4DF 100%); /* IE10 Consumer Preview */ 
	background-image	: 	-moz-linear-gradient(right, #F4F7F8 0%, #BAD4DF 100%); /* Mozilla Firefox */ 
	background-image	: 	-o-linear-gradient(right, #F4F7F8 0%, #BAD4DF 100%); /* Opera */
	background-image	: 	-webkit-gradient(linear, right top, left top, color-stop(0, #F4F7F8), color-stop(1, #BAD4DF)); /* Webkit (Safari/Chrome 10) */ 
	background-image	: 	-webkit-linear-gradient(right, #F4F7F8 0%, #BAD4DF 100%);   /* Webkit (Chrome 11+) */
	background-image	: 	linear-gradient(to left, #F4F7F8 0%, #BAD4DF 100%);  /* W3C Markup, IE10 Release Preview #DEDECF #BACFE7*/ 
}
/*
#contactus h5
{
	font-size			:	110%;
}
*/
h3
{
/*	font-family		: 	Arial,sans-serif; */
	text-align		:	Right;
	font-family		:	Helvetica;
	font-size		: 	80%;
	color			: 	#284A94;
	margin			: 	0px;
	padding			: 	0px;

}

h8
{
/*	font-family		: 	Arial,sans-serif; */
	text-align		:	Right;
	font-family		:	Helvetica;
	font-size		: 	80%;
	color			: 	#ff1100;
	margin			: 	0px;
	padding			: 	0px;

}

h7
{
/*	font-family		: 	Arial,sans-serif; */
	text-align		:	Right;
	font-family		:	Calibri;
	font-weight		:	bold;
	font-size		: 	120%;
	color			: 	#C42D2D;
	margin			: 	0px;
	padding			: 	0px;
}

head_10
{
/*	font-family		: 	Arial,sans-serif; */
	text-align		:	Right;
	font-family		:	Arial;
	font-weight		:	bold;
	font-size		: 	105%;
	color			: 	#0C234B;
	margin-top      :   0px;
	padding-top		: 	0px;
}


/*h6
{
/*	font-family		: 	Arial,sans-serif; */
/*	text-align		:	Center;
	padding-left	:	180px;
	font-family		:	Helvetica;
	font-size		: 	180%;
	color			: 	#284A90;
	margin-top		: 	0px;
	padding-top		: 	0px;

}
*/

#link h2
{
/*	font-family		: 	Arial,sans-serif; */
	text-align		:	Left;
	float			:	left;
	font-family		:	Arial;
	font-size		: 	150%;
	color			: 	#fff;
	margin			: 	0px;
	padding-top		: 	22px;
}

#link h2 a
{
	text-align		:	Left;
	text-decoration	:	none;
	float			:	left;
	font-family		:	Arial;
	color			: 	#fff;
	margin			: 	0px;
}

h2 a
{
    text-decoration	:	none;
    font-family		:	Calibri;
	font-size		:	90%;
}

#link h3
{
/*	font-family		: 	Arial,sans-serif; */
	text-align		:	Right;
	float			: 	right;
	font-family		:	Cambria;
	font-size		: 	80%;
	color			: 	#fffff8;
	margin			: 	0px;
	padding-top		: 	33px;
}

h4
{
	font-family				: 	tempus sans itc, cursive, impact, Charcoal, sans-serif; /*Comic Sans MS; */
	font-size				: 	140%;
	color					: 	#000; /* #5e7d7e; */
	/*background			:	#efefef; */
	/*border-bottom			: 	1px solid #a0a0a0; /* #E2EAEF; */
	/*border-top			: 	1px solid #a0a0a0;
	border-left				: 	1px solid #a0a0a0;
	border-right			: 	1px solid #a0a0a0;
	-webkit-border-radius	: 	20px;
	-moz-border-radius		: 	20px;
	border-top-right-radius	: 	20px;
	-webkit-border-radius	: 	20px;
	-moz-border-radius		: 	20px;
	border-top-left-radius	: 	20px; */
	margin					: 	-6px;
	padding					: 	3px;
	padding-left			: 	8px;
	width					: 	240px;
}

tr
{
	text-align		:	left;
	font-family		:	Cambria;
	width			:	25%;
}

#written_student_feedback br
{
	margin-bottom		:	15px;
}

#written_student_feedback h6
{
	font-family		: 	Arial;
	font-size		: 	95%;
	color			: 	#000; /*#334d55;*/
	margin			: 	0px;
	padding-top		: 	1.2em;
	padding-bottom	:	1.2em;
}

#body
{
	font-family			:	Arial;
	font-size	    	: 	95%;
	margin-top			:	-1px;
	margin-bottom		:	40px;
	padding-left 		:	15px;
	padding-top			: 	5px;
	padding-right		:	20px;
	padding-bottom		:	4px;
	background			:	#fff;
	color				:	#000000;
	border-bottom		: 	1px solid #a0a0a0;
	border-top			: 	1px solid #a0a0a0;
	border-left			: 	1px solid #a0a0a0;
	border-right		: 	1px solid #a0a0a0;
	border-top-right-radius				:	0px;
	border-bottom-right-radius			:	5px;
	border-bottom-left-radius			:	5px;
	border-top-left-radius				:	0px;
	-webkit-border-top-right-radius		:	0px; 
	-webkit-border-bottom-right-radius	:	5px;
	-webkit-border-bottom-left-radius	:	5px;
	-webkit-border-top-left-radius		:	0px;
	-moz-border-radius-topright 		:	0px;
	-moz-border-radius-bottomright 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
	-moz-border-radius-topleft	 		:	0px;

}

#body_head
{
	font-family			:	Arial;
	font-size			:	120%;
	margin-top			:	0px;
	margin-bottom		:	40px;
	padding-left 		:	20px;
	padding-top			: 	5px;
	padding-right		:	20px;
	padding-bottom		:	5px;
	background			:	#F5F5F5;
	color				:	#000000;
	border-bottom		: 	0px solid #a0a0a0;
	border-top			: 	0px solid #a0a0a0;
	border-left			: 	0px solid #a0a0a0;
	border-right		: 	0px solid #a0a0a0;
}

p
{
	font-family			:	Cambria;
	margin-top			:	-1px;
	margin-bottom		:	40px;
	padding-left 		:	15px;
	padding-top			: 	5px;
	padding-right		:	20px;
	padding-bottom		:	4px;
	background			:	#fffffe;
	color				:	#000000;
	border-bottom		: 	1px solid #a0a0a0;
	border-top			: 	1px solid #a0a0a0;
	border-left			: 	1px solid #a0a0a0;
	border-right		: 	1px solid #a0a0a0;
	border-top-right-radius				:	0px;
	border-bottom-right-radius			:	5px;
	border-bottom-left-radius			:	5px;
	border-top-left-radius				:	0px;
	-webkit-border-top-right-radius		:	0px; 
	-webkit-border-bottom-right-radius	:	5px;
	-webkit-border-bottom-left-radius	:	5px;
	-webkit-border-top-left-radius		:	0px;
	-moz-border-radius-topright 		:	0px;
	-moz-border-radius-bottomright 		:	5px;
	-moz-border-radius-bottomleft 		:	5px;
	-moz-border-radius-topleft	 		:	0px;
}

p a
{
    text-decoration		:	none;
    font-weight			:	bold;
    color				:	#dd0000;
    font-size			:	100%;
}

p a:hover
{
	text-decoration				:	underline;
}
/*
p img
{
	width					:	50px;
	vertical-align			: 	bottom;
	border					:	none;
	margin-left				:	10px;
}
*/

p1
{
	text-align		:	center; /* Overruled by another css */
	font-family		:	Arial;
	font-size		: 	80%;
	font-style		:	italic;
	font-weight		:	bold;
	color			: 	#000;
	padding-left 	:	0px;
	padding-top		: 	0px;	
	padding-right	:	0px;
	padding-bottom	:	0px;
}

p2
{
	text-align		:	left; /* Overruled by another css */
	font-family		:	Calibri;
	font-size		: 	100%;
	font-style		:	none;
	color			: 	#000000;
	padding-left 	:	0px;
	padding-top		: 	0px;	
	padding-right	:	0px;
	padding-bottom	:	0px;
}

p3
{
	text-align		:	left; /* Overruled by another css */
	font-family		:	Arial;
	font-weight		:	bold;
	font-style		:	italic;
	font-size		: 	110%;
	font-style		:	none;
	color			: 	#000000;
	padding-left 	:	0px;
	padding-top		: 	0px;	
	padding-right	:	0px;
	padding-bottom	:	0px;
}

p7
{
	font-size		:	120%;
	font-weight		:	bold;
}

quote1
{
	color			:	#ff8000;
	font-size		:	110%; 
}

quote2
{
	color			:	#0101df;
	font-size		:	110%; 
}

cj
{
	font-weight		:	bold; 
}

postdoc
{
	font-style		: 	italic;
	font-weight		:	bold;	
}

grad_student
{
	text-decoration	:	underline;
}	

ugrad
{
	text-decoration	:	underline;
	font-style		: 	italic;
}

outoflab
{
	color			: #cc6600;
}

year
{
	font-size		:	110%;
	font-weight		:	bold;
}

journal
{
	font-style		: 	italic;
}

#medimg quote
{
	color			: 	#f4f4f4;
}


h9
{
/*	font-family		: 	Arial,sans-serif; */
	text-align		:	Right;
	font-family		:	Helvetica;
	font-size		: 	85%;
	font-weight		:	bold;
	color			: 	#ff3030;
	margin			: 	0px;
	padding			: 	20px;

}
	