/* unvisited link */
a:link {
  color: #214d8e;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #214d8e;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #214d8e;
  text-decoration: underline;
}
a:focus {
  color: #214d8e;
  text-decoration: underline;
  border:1px solid black;
}

.color_red{
	color:#FF0000;
}
.color_black{
	color:#211D1E
}
.txt_align_center{
	text-align:center;
}
body{
	font-family:arial;
}
address{
	font-weight:bold;
	font-size:1.1em;
	line-height: 32px;
}
#pdf_version{
	border:3px solid #808080;
	width:300px;
	float:right;
	margin-right:100px;
	text-align:center;
	padding:5px;
	font-size:1.2em;
}

.seperator_div{
	width:100%;
	height:1px;
	border-top:1px solid #9a9a9a;
	margin-bottom:10px;
	margin-top:10px;
	
}
.my_title{
	color:#211D1E;
	font-size:0.9em;
	font-weight:bold;
}
.clearer{
	clear:both;
}
.my_content{
	margin-top:10px;
	color:#211D1E;
	line-height:23px;
	margin-right:100px;
	font-size:0.9em;
}
.my_content_2{
		margin-top:10px;
		color:#211D1E;
		line-height:18px;
		margin-right:100px;
		font-size:0.85em;
	
}
footer .my_title{
	margin-top:10px;
	color:#211D1E;
	line-height:23px;
	margin-right:100px;
	font-size:0.75em;
}
footer .my_content_2{
		margin-top:10px;
		color:#211D1E;
		line-height:18px;
		margin-right:100px;
		font-size:0.75em;
}
.indent{
	margin-right:15px;
}
.three_plus{
	font-size:font-size:5.2pt; 
	font-weight:normal;
}
#fig_2{
	font-size:0.95em;
	font-weight:normal;
	 color:#221E1F;
}
img{
	float:left;
	margin-left:100px;
}
figcaption{
	margin-top:150px;
	margin-left:30px;
	width:500px;
	float:left;
	line-height: 30px;
}

.open_new_window_img{
	float:none;
	margin-left:4px;
}

/* accessibility tooltip */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a:link, #skip-link a:visited {
  background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
  background-color:#000000;
  opacity:1;
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  background-color:#000;
  opacity:0.6;
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.element-invisible {
  border: 0 none;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
}

.contact_us_addr{
	font-size: 20px;
	color: #565d92;
	font-weight: bold;
}

header{
	margin-bottom:92px;
}
h2 , h3{
	font-size: 14px;
	margin-left: 20px;
}
h3{
	padding: 0px;
	margin : 0px;
	line-height:40px;
	margin-left: 20px;
	position: relative;
	top: -15px;
}
.padding_left{
	padding-left:25px;
}

.lifescience {
	font-size:9pt; 
	font-weight:normal; 
	color:#6D6F71;
}
h2.acknowledgements{
	margin-left:0px;
	font-size:0.9em;
}
.my_content_2.acknowledgements{
	font-size:0.75em;
}
h2.selected_publications{
	font-size:9pt;
	margin-left:0px;
}
/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	#block-menu-accessibility-menu {
		display:none;
	}
}
​
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	#block-menu-accessibility-menu {
		display:none;
	}
}