@charset "UTF-8";

html,
body,
#wrap {
	min-height: 100%; /*Viewport height*/
	width: 100%;
	height: 100%; /*Effectively min height for IE5+/Win*/
}
html>body,
html>body #wrap {
	height: auto; /*Hides IE hack from IE with child selector*/
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #222;
	background-repeat: repeat-y;
	background-position: center;
	color:#000;
}

#padd {
	height: 100%;
	position: absolute;
	width: 100%;
}
#padd #main, /* TEMP "#padd" */
#padd #foot {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #f0f0f0;
	max-width: 1280px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

@font-face {
	font-family: 'rwLight';
	src: url('fonts/raleway-light.woff');
	font-display: fallback;
}
@font-face {
	font-family: Amble;
	src: url('fonts/amble-regular-webfont.woff');
}
@font-face {
	font-family: Amble;
	src: url('fonts/amble-bold-webfont.woff');
	font-weight: bold;
}
@font-face {
	font-family: Amble;
	src: url('fonts/amble-italic-webfont.woff');
	font-style: italic;
}

table {
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
}
a {
	color:inherit;
	text-decoration:none;
	border-bottom:1px dotted;
}
a:hover {
	color: #b33;
	border-bottom-color: #b33;
}

@media only screen and (min-width: 150px) and (max-width: 300px) {

#nav {
	font-family:Amble, Arial, sans-serif;
	font-size:1.1em;
	font-weight: bold;
	line-height:1.2;
	color: #ababab;
	width:calc(100% - 18px);
	position:absolute;
	top:145px;
	white-space:nowrap;
	margin-left:18px;
}
#nav .container {
	background-color: #f0f0f0;
}

}


@media only screen and (min-width: 180px) and (max-width: 300px) { /* 1201 equiv */

#nav {
	top:180px;
	margin-left:24px;
	width:calc(100% - 24px);
}

}


@media only screen and (min-width: 320px) {

#wrap {
	margin-bottom:-100px;
}
#foot,
#icopy,
.push {
	height: 100px;
}

#header {
	width: 100%;
	height: 120px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 37px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(graphics/ht_jsp_14_mob.png);
	background-size: 76%;
	z-index: 2;
}

#main,
#main2,
#main3,
#foot {
	width: 100%;
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#main {
	margin-bottom: 0px;
	height: auto;
	min-height:468px;
	overflow-x:hidden;
}
#main,
.roundInnerTop {
	background-color: #f0f0f0;
}
#main2 {
	margin-top: 12px;
}
.roundOuterTop,
.roundInnerTop,
.roundOuterBot,
.roundInnerBot {
	width: 100%;
	position: absolute;
}
.roundOuterTop,
.roundOuterBot {
	background-color: #222;
	height: 40px;
}
.roundInnerTop,
.roundInnerBot {
	height: 42px;
}
.roundOuterBot,
.roundInnerBot {
	bottom: 0px;
}
.roundOuterTop,
.roundInnerTop {
	top: 0px;
}
.roundInnerBot {
	background-color: #f0f0f0;
	-webkit-border-bottom-right-radius: 24px;
	-webkit-border-bottom-left-radius: 24px;
	-moz-border-radius-bottomright: 24px;
	-moz-border-radius-bottomleft: 24px;
	border-bottom-right-radius: 24px;
	border-bottom-left-radius: 24px;
}
.roundInnerTop {
	-webkit-border-top-right-radius: 24px;
	-webkit-border-top-left-radius: 24px;
	-moz-border-radius-topright: 24px;
	-moz-border-radius-topleft: 24px;
	border-top-right-radius: 24px;
	border-top-left-radius: 24px;
}

#nav {	/* "correct" any changes in indx21.css */
	position: fixed;
	top: 0;
	width: 100%;
	font-size: 1.15em;
	line-height: 1.2;
	background-color: #f0f0f0;
	background-color:#fff;	
	z-index:3;
}

#foot {
	background-color: #444;
	-webkit-box-shadow: inset 0px 12px 12px -2px rgba(40,40,40,1);
	-moz-box-shadow: inset 0px 12px 12px -2px rgba(40,40,40,1);
	box-shadow: inset 0px 12px 12px -2px rgba(40,40,40,1);
	overflow: hidden;
}
#icopy {
	width: 100%;
	border: 0;
	margin-top: 0px;
	position: relative;
	z-index: 2;
}

#siteMap li {
	margin-top: 1px;
	margin-bottom: 1px;
	display: block;
}
#siteMap li a {
	color: #c0c0c0;
}
#siteMap li a:hover {
	/* [disabled]border-bottom: 1px dotted #fff; */
	/* [disabled]color: #b33; */
}
#siteMap li ul {
	margin-left: 1px;
	margin-bottom: 4px;
	padding-left: 5px;
	border-left: 1px dotted #aaa;
}
#siteMap .high {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}
#siteMap .high a {
	display: block;
	color: #fc3;
	text-decoration: none;
}
#siteMap .high a:after {
	content: "^";
	font-weight: normal;
	margin-left: 25%;
	margin-top: -6px;
	color: #ccc;
}
#siteMap .high a:hover::after {
	content: "^ top";
	color: #ccc;
}
#siteMap .sect {
	font-weight: bold;
	color: #eee;
	margin-top: 5px;
	margin-bottom: 4px;
}
#siteMap .head {
	color: #d0d0d0;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: -1px;
}
#siteMap .head:before,
#mainBlock .here:before,
#wrap .here:before {
	content: "\2022";
	font-weight:bold;
	margin-right:3px;
	color: #FC3;
}
#siteMap .home {
	display: none;
}
#siteMap #compNo {
	float: none;
	width: initial;
	display: inline;
}

#mainBlock p .pSplit {
	margin-top: 1em;
	display: block;
}

.error #mainBlock .err {
	color:#a03333;
	text-align:left;
	line-height:1.4em;
}
.error .url {
	font-family: Candara, Arial, sans-serif;
}

#compsData {
	height:0;
	overflow:hidden;
	visibility:hidden;
}

.nowrap {
	white-space: nowrap;
}

.notmob,
.not320,
.notmobTxt {
	display:none;
}
.onlymob {
	display: inline-block;
}
.below480 {
	display:inline;
}
 {
	display:inline;
}
.only640up,
.only960up,
.only320land,
.above480,
.displayNone {
	display:none;
}

}


@media only screen and (min-width: 360px) {

#wrap {
	margin-bottom:-110px;
}

#header {
	height:140px;
	margin-top: 42px;
	background-size:74%;
}

#nav {
	font-size:1.25em;
}

#foot,
#icopy,
.push {
	height: 110px;
}
.not320 {
	display:inline;
}

}


@media only screen and (min-width: 481px) {

#wrap {
	margin-bottom:-94px;
}

#header {
	background-size:68%;
	height:160px;
}

#foot,
#icopy,
.push {
	height: 94px;
}
.above480 {
	display:inline;
}
.below480 {
	display:none;
}

}


@media only screen and (min-width: 640px) {

#header {
	top: 0px;
	height: 110px;
	width: initial;
	margin-top:0;
	background-image: url(graphics/ht_jsp_14.png);
	background-position-y:84%;
	background-size: 88%;
}
#nav {
	font-size: 1.2em;
	background:transparent;
	position: absolute;
	top: 150px;
	left: -200px;
	width: 200px;
}
#nav .container {
	background-color: #f0f0f0;
}
.only640up {
	display:inline;
}
.not640up {
	display:none;
}

}


@media only screen and (min-width: 732px) {
	
#wrap {
	margin-bottom:-64px;
}
#foot,
#icopy,
.push {
	height: 64px;
}
#siteMap {
	overflow: auto;
	margin-right: 0;
}
#siteMap div {
	float: left;
	width: 30%;
	margin-top:6px;
	padding-right: 2.5%;
	font-variant-ligatures: common-ligatures;
	white-space: nowrap;
}

}


@media only screen and (min-width: 768px) {

#wrap {
	/* [disabled]margin-bottom:-72px; */
}

#header {
	background-size:initial;
	background-color:initial;
	margin-top:0;
}

.roundInnerBot {
	-webkit-border-bottom-right-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
}
.roundInnerTop {
	-webkit-border-top-right-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-topleft: 12px;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}

#nav {
	font-size: 1.1em;
	font-family: Amble, Arial, sans-serif;
	background:transparent;
}
#menuButt p {
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
}
#nav {
	/* [disabled]background-color: #f0f0f0; */
}
#foot,
#icopy,
.push {
	/* [disabled]height: 72px; */
}
#foot {
	background-color: #444;
	-webkit-box-shadow: inset 0px 12px 12px -2px rgba(40,40,40,1);
	-moz-box-shadow: inset 0px 12px 12px -2px rgba(40,40,40,1);
	box-shadow: inset 0px 12px 12px -2px rgba(40,40,40,1);
	overflow: hidden;
}
#icopy {
	width: 100%;
	border: 0;
	/* [disabled]margin-top: 10px; */
	margin-top:7px;
	position: relative;
}

#mainBlock p .pSplit {
	margin-top:0.8em;
}

.error .url {
	letter-spacing:0.05em;
}

.notmob {
	display: inherit;
}
.notmobTxt {
	display:inline;
}
.onlymob,
.not768up {
	display: none;
}

}


@media only screen and (min-width: 961px) {

#nav {
	width:15%;
	position: absolute;
	color: #ababab;
	font-weight: bold;
	white-space: nowrap;
	left: initial;
	top:145px;
	margin-left:18px;
}
.only960up {
	display:inline;
}

}


@media only screen and (min-width: 1025px) {


}


@media only screen and (min-width: 1081px) {
	
#nav {
	width:12.5%;
	max-width:220px;
}

}


@media only screen and (min-width: 1201px) {
	
#mainBlock p .pSplit {
	margin-top: 0;
	display: inline;
}
#nav {
	top:180px;
	margin-left:24px;
}

}


@media only screen and (min-width: 1281px) {


}


@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {

#header {
	top: 0px;
	height: 110px;
	width: initial;
	margin-top:0;
	text-align: center;
	background-image: url(graphics/ht_jsp_14.png);
	background-position-y:84%;
	background-size: 88%;
}
#nav {
	font-size: 1.2em;
	background:transparent;
	position: absolute;
	top: 150px;
	left: -200px;
	width: 200px;
}
#nav .container {
	background-color: #f0f0f0;
}

.not320land {
	display:none;
}
.only320land {
	display:inline;
}

}

@media screen and (-webkit-min-device-pixel-ratio:0) { 

}