body{
	font-family:arial;
}

a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a:focus{
	text-decoration: underline;
	border:2px solid gray;
}
a:visited , a:active{
	color:blue;
}

p{
	font-family	:serif,arial;
	line-height	: 23px;
	font-size	: 1em;
}

.seperator_div{
	width:100%;
	height:1px;
	border-top:1px solid #9a9a9a;
	margin-bottom:10px;
	margin-top:10px;
	
}

#pdf_version_wrapper {
    border: 5px solid #808080;
    padding: 5px;
    width: 260px;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
    font-size: 14pt;
}

#pdf_version_inner{
	border:1px solid black;
	padding:5px;
}
#img2{
	width:203px;
	height:331px;
	display:inline;
	float:left;
}
#img6{
	width:203px;
	height:223px;
	float:left;
	display:inline;
}
.img2_div_wrapper{
	width:100%;
}
.img2_div_inner{
	margin:0 auto;
	width:580px;
}

.img2_txt{
	padding-top:60px;
}
.clearer{
	clear:both;
}
.external_img {
    margin-left: 5px;
    border: 0px;
}
#bottom_p_txt{
	font-size:0.9em;
}

/* 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;
  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;
  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;
}
h1{
	margin-left: 24px;
	font-size:1.7em;
	font-weight: normal;
}
.stevekarlish{
	font-style: normal;
	font-size:1.18em;
	font-family:serif;
	padding-top:37px;
}
.padding_left{
	padding-left: 20px;
}
.selected_publications{
	
}
h2{
	font-size: 13pt;
}




/* 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;
	}
}

address{
	font-style:normal;
}
