
/* start global styles */
h1 {

	font-weight: normal;
	margin: 0px 0px 4px 0px;
	padding: 0px;

color:#5e5e5e;
font-size:3.5vw;
    max-font-size: 30px;
    min-font-size: 12px;

	font-family: Helvetica;
	}
	
h2 {

	font-weight: normal;
	margin: 0px 0px 4px 0px;
	padding: 0px;
font-size:2.20vw;
    max-font-size: 20px;
    min-font-size: 12px;
    font-family: Helvetica;
	}
h3 {
	margin: 10px 0px 0px 0px;
	padding: 0px;

font-weight: normal;
	font-family: Helvetica;
	font-size: 2.00vw;
	    max-font-size: 19px;
    	min-font-size: 11px;
    	color:#337ab7"
/* font-weight: bold;  337ab7  2170bd

	
 */
	}
h4 {	
	font-weight: normal;
	margin: 2.0px 0px 6px 0px;
	padding: 0px;
	
	font-family: Helvetica;
		font-size: 1.8vw;
	    max-font-size: 18px;
    	min-font-size: 10px;
	}
h4.first {

	margin: 0px;
	font-weight: normal;
	font-family: Helvetica;
}
h5 {
	font-weight: normal;
	margin: 30px 0px 6px 0px;
	padding: 0px;
	font-family: Helvetica;
	font-size: 1.6vw;
	    max-font-size: 18px;
    	min-font-size: 10px;
	}
h6old {
	font-weight: bold;
	margin: 30px 0px 6px 0px;
	padding: 0px
	font-size: 1.6vw;
	    max-font-size: 18px;
    	min-font-size: 10px;
	}
h6 { 
    display: block;
  
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    
    font-weight: normal;
    font-family: Helvetica;
	font-size: .67em;
	    max-font-size: 18px;
    	min-font-size: 10px;
}

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 {
  top:5.5em;
	float: left;
	margin-top: -2em;
	position: relative;
	    width: 100%;
/*
 border: 1px solid lime;
	width: 30%;
	height: 0px;
*/

}
div.leftcolumn_positioner {
	position: absolute;
	left: 0px;

/*	width: 20%;
 border: 1px solid lime;
*/

}

div.leftcolumn_fixed {
     /*top: controls the distance below menu bar  */
  position: fixed;
	width: 18%;
border : 1px solid #ececec;
/*  width: 20%;
border : #ececec solid 1px;
 border: 1px solid lime;
 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; } /* analytical */
.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; } /* analytical */
.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; }  /* analytical */
.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;

} /* bannerhelp */

div.helpbox_inflow {
  width: 10%;

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

   border: 1px solid Grape;
/*
  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;
}  /* Doc Server NOT USED yet */

