/* POA - PORTAL css - written and maintained by Internet Architects           */
/* Yahoo fonts.css integrated. (c) 2007, Yahoo! Inc. All rights reserved.     */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* 00. base styles                                                            */
/* general reset ............................................................ */
* {
  margin: 0;
  padding: 0;
}
html,
body,
form,
img,
fieldset,
legend,
table,
tbody,
thead,
tfoot,
tr,
th,
td,
ul,
li,
p,
iframe {
  border: none;
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
li,
a,
span,
p {
  line-height: 1.25em;
}
/* html5 basics ............................................................. */
nav,
section,
aside,
header,
footer,
article {
  display: block;
}
/* clearfix class ........................................................... */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
}
/* fonts .................................................................... */
@font-face {
  font-family: 'GlyphaLTStd65Bold';
  font-weight: 700;
  font-style: normal;
  src: url('fonts/glyphaltstd-bold-webfont.eot');
  src: url('fonts/glyphaltstd-bold-webfont.eot#iefix') format('eot'), url('fonts/glyphaltstd-bold-webfont.woff') format('woff'), url('fonts/glyphaltstd-bold-webfont.ttf') format('truetype'), url('fonts/glyphaltstd-bold-webfont.svg#webfontDLgGgQdd') format('svg');
}
@font-face {
  font-family: 'ITCFranklinGothicStdMediumCon';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/itcfranklingothicstd-mdcd-webfont.eot');
  src: url('fonts/itcfranklingothicstd-mdcd-webfont.eot#iefix') format('eot'), url('fonts/itcfranklingothicstd-mdcd-webfont.woff') format('woff'), url('fonts/itcfranklingothicstd-mdcd-webfont.ttf') format('truetype'), url('fonts/itcfranklingothicstd-mdcd-webfont.svg#webfontNzCIDYW0') format('svg');
}
@font-face {
  font-family: 'Moderat';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Moderat-Regular.eot');
  src: url('fonts/Moderat-Regular.eot#iefix') format('eot'), url('fonts/Moderat-Regular.woff') format('woff');
}
@font-face {
  font-family: 'ModeratBold';
  font-weight: 700;
  font-style: normal;
  src: url('fonts/Moderat-Bold.eot');
  src: url('fonts/Moderat-Bold.eot#iefix') format('eot'), url('fonts/Moderat-Bold.woff') format('woff');
}
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* 01. less declarations                                                      */
/* hide elements from screen but not from source ............................ */
.hidden {
  position: absolute !important;
  top: auto;
  left: -999em !important;
  right: auto !important;
}
.hideText {
  text-indent: -999em;
  letter-spacing: -999em;
}
.jDisabled {
  color: #aaa;
  text-decoration: line-through;
}
/* variables ................................................................ */
/* to delete*/
/* ************************************************************************** */
.noInset {
  -moz-box-shadow: inset 0 0 0 #fff;
  -o-box-shadow: inset 0 0 0 #fff;
  -webkit-box-shadow: inset 0 0 0 #fff;
  box-shadow: inset 0 0 0 #fff;
}
.ctaLink {
  float: left;
  color: #fff;
  background: #ba122b;
  font-size: 108%;
  padding: 0.4em 0.85em;
  text-decoration: none;
}
.insetBox {
  -moz-box-shadow: inset 1px 0 4px #bbb;
  -o-box-shadow: inset 1px 0 4px #bbb;
  -webkit-box-shadow: inset 1px 0 4px #bbb;
  box-shadow: inset 1px 0 4px #bbb;
  background: #fff;
}
/* temp fixes ............................................................... */
ul.menu li {
  margin: 0 !important;
}
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* 02. site frame styles                                                      */
/* base frame ............................................................... */
body {
  font: 13px/1 'Moderat', arial, trebuchet MS, tahoma, helvetica, clean, sans-serif;
  color: #414A5A;
  background: #fff;
  border-top: 6px solid #D9D9D9;
}
textarea {
  font: 13px/1 'Moderat', arial, trebuchet MS, tahoma, helvetica, clean, sans-serif;
}
#pageContainer {
  padding-top: 1px;
}
#pageContainer #poa-header {
  margin: 3em auto 1em auto;
  width: 73.85em;
}
#pageContainer #poa-site {
  margin: 1em auto 0 auto;
  width: 73.85em;
}
#pageContainer #poa-site #pageHeader {
  margin: 0;
  margin-top: 1em;
}
#pageContainer #poa-footer {
  background: #f2f2f2;
  padding: 1.5em 0 5em 0;
  text-align: center;
}
/* section */
h1.section,
#pageHeader .section {
  padding-bottom: 0.3em;
  font-size: 200%;
  font-weight: 700;
  border-bottom: 3px solid #414A5A;
}
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* 03. navigation                                                             */
/* tree navigation .......................................................... */
.navTree {
  position: absolute;
  right: 0;
  top: 5.5em;
  z-index: 9999;
}
.navTree ul li {
  float: left;
  position: relative;
}
.navTree ul li .page {
  font-family: 'ModeratBold';
  padding: 0.5em;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  color: #414A5A;
}
.navTree ul li.active .page {
  background: #414A5A;
  color: #fff;
}
.navTree ul li ul {
  visibility: hidden;
  background: #fff;
  border: 0.07692308em solid #414A5A;
  position: absolute;
  top: 2.43em;
  left: 0;
  width: 15em;
  z-index: 50;
}
.navTree ul li:hover ul {
  visibility: visible;
}
.navTree ul li ul li {
  float: none;
  margin: 0;
}
.navTree ul li ul li .page {
  text-transform: none;
}
.navTree ul li.active ul li .page {
  background: #fff;
  color: #414A5A;
}
.navTree ul li a.page:hover,
.navTree ul li.active ul li a.page:hover {
  background: #ECECEE;
}
/* doormat .................................................................. */
.navDoormat {
  overflow: hidden;
  margin-top: 1.75em;
  margin-left: -3%;
}
.navDoormat .siteSection {
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  width: 13.3%;
  margin-bottom: 0.75em;
}
.navDoormat .siteSection a {
  color: #636363;
  text-decoration: none;
}
.navDoormat .siteSection a:hover {
  color: #414A5A;
}
.navDoormat .siteSection .heading {
  margin-bottom: 0.5em;
}
.navDoormat .siteSection .heading a {
  color: #414A5A;
}
.navDoormat .siteSection .heading a:hover {
  color: #ba122b;
}
.navDoormat .siteSection .heading span {
  color: #414A5A;
  font-family: "ModeratBold", Arial;
  font-size: 16px;
  font-weight: 400;
}
.navDoormat .siteSection .heading span span {
  font-size: 100%;
}
.navDoormat .siteSection ul li {
  margin: 0.5em 0;
}
/* secondary navigation ..................................................... */
#poa-footer .navSecond {
  display: inline-block;
  vertical-align: middle;
}
#poa-footer .navSecond ul {
  overflow: hidden;
  position: relative;
}
#poa-footer .navSecond ul li {
  float: none;
  display: inline;
  background: url("img/navsecond-sep.gif") left center no-repeat;
  padding-left: 1px;
}
#poa-footer .navSecond ul li a {
  color: #414A5A;
  margin: 0 0.5em;
}
#poa-footer .navSecond ul li.last a {
  margin-right: 0;
}
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* 06. components                                                             */
/* legal .................................................................... */
.legal {
  color: #636363;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
/* overlay .................................................................. */
/*.overlay {display:none;}*/
/* js */
html.jPop,
.jPop body {
  height: 100%;
  overflow: hidden;
}
.jPop #overlays {
  position: absolute;
  left: 0 ;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 6002;
  display: block;
  text-align: center;
}
.jPop #overlayBG {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 6001;
}
.jPop .overlay {
  position: absolute;
  top: 10em;
  width: 40em;
  left: 50%;
  margin-left: 20em;
}
