@charset "utf-8";

/* -----------------------------------------------------------------------------
 Header
----------------------------------------------------------------------------- */
#header-area {
	min-width:960px;
	background:url(../../img/he_bg.gif) bottom repeat-x;

}

/* Global */
#global {
	color:#FFFFFF;
	font-size:0.85em;
	background:#000000 url(../../img/line_img1.gif) bottom repeat-x;
	padding:6px 0px 12px 10px;
}

#global .catch {
	width:523px;
	padding-top:2px;
	float:left;
}

#global .item {
	width:410px;
	padding:0px 0px;
	float:right;
}

#global #search-all {
	width:250px;
	float:left;
}

#global #search-all .textbox {
	font-size:0.80em;
	width:145px;
	height:19px;
	margin-top:1px;
	padding:0px 0px 0px 10px;
	background:url(../../img/he_search_bg.gif) no-repeat;
	border:none;
	float:left;
}
#global #search-all .textbox/**/ {
	width: /**/135px;
}

#global #search-all .button {
	width:95px;
	height:19px;
	margin-top:1px;
	float:left;
}

#global #font-size {
	font-size:0.80em;
	width:150px;
	float:right;
}

#global #font-size .mozisize {
	font-size:0.80em;
	width:60px;
	padding-top:3px;
	float:left;
}

#global #font-size ul li {
	width:20px;
	margin-left:5px;
	float:left;
}

#global #font-size ul li a {
	color:#000;
	width:16px;
	padding:2px;
	background-color:#FFF;
	text-align:center;
	text-decoration:none;
	display:block;
}

#global .koen {
	width:115px;
	height:21px;
	float:left;
}

#global ul.bt {
	width:62px;
	height:21px;
	float:left;
}

#global ul.bt li {
	width:31px;
	height:21px;
	float:left;
}

/* Container */
#header-area .container {
	width:960px;
	margin:0px auto 0px auto;
}

#header-area .container .logo {
	width:330px;
	height:78px;
	background:url(../../img/he_logo_bg.gif) no-repeat;
	float:left;
}

#header-area .container .right {
	font-size:0.85em;
	width:630px;
	margin-top:15px;
	float:right;
}

#header-area .container .right.mt {
	margin-top:5px;
}

#header-area .container .right ul {
	padding:3px 0px;
	font-size:0.85em;
	text-align:right;
}

#header-area .container .right ul li {
	padding:0px 5px;
	border-left:1px solid #333333;
	display:inline;
}

#header-area .container .right ul li.bt {
	padding:0px 0px 0px 10px;
}

#header-area .container .right ul li a {
	color:#333333;
	text-decoration:none;
}

#header-area .container .right ul li a:hover {
	color:#333333;
	text-decoration:underline;
}

#header-area .container .right .bt {
	padding:5px 0 0 0;
	text-align:right;
}

#header-area .container .right .bt img {
	vertical-align:middle;
}

#header-area .container .right .bt2 {
	font-size: 0em;
	padding:5px 0 0 0;
	text-align:right;
}

#header-area .container .right .bt2 img {
	vertical-align:middle;
	margin-left:10px;
}

/* -----------------------------------------------------------------------------
 Map
----------------------------------------------------------------------------- */
#map-area {
	border-bottom:1px solid #DDDDDD;
	background-image:url(../../img/dot1.gif);
}

#map-area .map {
	position:relative;
	top:0px;
	left:0px;
	width:960px;
	height:40px;
	margin:0px auto 0px auto;
	background-color:#FFFFFF;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	overflow:hidden;
}
#map-area .map/**/ {
	width: /**/958px;
}

#map-area .map iframe {
	position:absolute;
	top:-118px;
	left:0px;
	z-index:1;
}

#map-area .bt {
	position:absolute;
	top:0px;
	left:0px;
	width:960px;
	height:40px;
	z-index:10;
	background-color:#FFFFFF;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#map-area .bt:hover {
	cursor:pointer;
}




/* Accessibility
-------------------------------------------------------------- */

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* Many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.8125rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	padding: 0.9375rem 1.4375rem 0.875rem;
	position: absolute;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
.skiplink .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 0.8125rem;
	left: 5px;
	padding: 12px;
	padding: 0.75rem;
	position: absolute;
	top: 5px;
	z-index: 100000; /* Above WP toolbar */
}
.skiplink .screen-reader-text:hover {
	text-decoration: underline;
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}





