div.logo_inflow {
  width: 10%;
  float: left;
  position: relative;
  /*  margin-left: 10px;   */
  z-index:20;
}
div.logo_positioner {
	position: absolute;
	left: 0px;
	width: 1192px;
	top: 0px;
} /*may not be needed: see below*/

div.logo_fixed {
 width:91%;
  top:10px;
  position: fixed;
text-align:left;
font-size:1.5vw;
    max-font-size: 18px;
    min-font-size: 10px;
/*
  text-align:center;
  margin-left:10%;

  max-width:160px;

  margin: 0 auto;
  z-index:0;
   border: 1px solid red;
*/
}

div.head_inflow {
	width: 100%;
	height: 0px;
	float: left;
	position: relative;
	z-index: 5;
}
div.head_positioner {
	position: absolute;
	left: 0px;
	width: 100%;

} /*may not be needed: see below*/

div.head_fixed {
  width: 100%;
/* border: 1px solid red; */
  top:5.6em; /* this controls the height of banner
  			 and thus location of menu bar  5.5em works ex iPhone*/
  position: fixed;
}


div.leftcolumn_inflow {
/*
	width: 30%;
	height: 0px;
 */
	float: left;
	position: relative;
	    width: 20%;
}
div.leftcolumn_positioner {
	position: absolute;
	left: 0px;

/*	width: 20%;  */

}

div.leftcolumn_fixed {
  top:4em;     /*top: controls the distance below menu bar  */
  position: fixed;
	width: 20%
/*  width: 20%;
 border: 1px solid red;
 this div controls the width of the <li> text in Uniqueness list
*/
}


undefined#slideshow {
    margin: 50px auto;
    position: relative;
    width: 240px;
    height: 240px;
    padding: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.left, .right{
    float:left;
    width:18%;
    border:1px solid #CEDCEA;
    padding:5px;

}
.center{
    float:left;
    width:60%;
    border:1px solid #CEDCEA;
    padding:5px;

#slideshow > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.boxed {
  border: 1px solid #CCCCCC ;
}

.inflow {
	width: 20%;
	height: 0px;
/*	float: left;  */
	position: relative;
	z-index: 5;
}
.positioner {
	position: absolute;
	left: 0px;
/*	width: 1192px;  try putting this in span or div ahead of all_inflow -*/
	top: -289px;
}

.fixed {
  width: 20%;
  border: 1px solid red;
  top:200px;
  position: fixed;
}

.marquee_panels { display: none; }
.marquee_container {
	position: relative;
	width: 700px;
	height: 350px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding: 0px;
}
.marquee_photos { position: absolute; top: 0px; left: 0px; display: none; }
.marquee_caption {
	width: 700px;
	margin: 0px;
	padding: 15px 0px 10px 0px;
	color: #fff;
	position: absolute;
	top: 340px;
	left: 0px;
	background: url(../services/AnalyticalServices/images/marquee_template/marquee_caption.png) 0px 0px;
}
.marquee_caption_content { width: 410px; padding: 0px 0px 0px 25px; }
.marquee_caption h2 {
	margin: 0px 0px 10px 0px;
	color: #fff;
	font-size: 1.35em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
}
.marquee_caption p {
	margin: 0px 0px 12px 0px;
	color: #fff;
	text-align: left;
}
.marquee_caption a { color: #ffc600; }
.marquee_caption a:hover { color: #fff; }
.marquee_flag { float: left; margin-right: 10px; }

.marquee_nav { position: absolute; width: 240px; top: 310px; right: 20px; text-align: right; }
.marquee_nav a {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	background: url(../services/AnalyticalServices/images/marquee_template/nav_buttons.png) no-repeat 0px 0px;
	cursor: pointer;
}
.marquee_nav a:hover { background-position: -25px 0px; }
.marquee_nav a.selected { background-position: -50px 0px; }

.marquee_container.autoplay .marquee_nav a {
	opacity: .4;
	filter: alpha(opacity=40);
}
.marquee_container.autoplay .marquee_nav a.selected {
	opacity: 1;
	filter: alpha(opacity=100);
}
div#preload { display: none;
}

div.feedbackbutton {

position:fixed;

}

div.helpbox_inflow {
  width: 10%;

  position: relative;
  /*  margin-left: 10px;   */

   border: 1px solid blue;
/*
  width: 10%;
  margin-left: 10px;
  z-index:20;
*/
}
div.helpbox_positioner {
	position: absolute;

} /*may not be needed: see below*/


div.helpbox_fixed {
 width:91%;
  top:10px;
  position: fixed;
margin-right:100px;

       border: 1px solid green;
/*
font-size:1.5vw;
    max-font-size: 18px;
    min-font-size: 10px;
  text-align:center;
  margin-left:10%;

  max-width:160px;

  margin: 0 auto;
  z-index:0;
   border: 1px solid red;
*/
}

div.helpbutton

{
text-align:center;

height: 7.02em;

top:1em;

z-index:100;

width:40vw;

  background-color : #D9E2ED;
border-radius : 2vw;

/*
top:-6em;
 border-top: 4px dashed;
*/
}
.myProgress {
  position: relative;
  width: 100%;
  height: 30px;
  background-color: #ddd;
}

.myBar {
  position: absolute;
  width: 1%;
  height: 100%;
  background-color: #4CAF50;
}

