body{
	background-color: white;
	font-family:serif , 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;
}

.seperator_div{
	width:100%;
	height:1px;
	border-top:1px solid #9a9a9a;
	margin-bottom:10px;
	margin-top:10px;
	
}
address
{
	text-align:center;
}

h1 , h2 {
	text-align: center;
	font-size:1.5em;
}

p{
	font-size:1.08em;
}

/* 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;
}
#main{
	font-size:1.1em;
	line-height:25px;
}
h3{
	font-size:1.1em;
	font-weight: normal;
}
h2{
	font-size:1.3em;
}

/* 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;
	}
}
