/*
@font-face {
  font-family: "CA BND Web Bold";
  src: url(fonts/CABNDWebBold.otf) format("opentype");
  font-weight: bold;
}
*/


.stream,
.focustarget { position:absolute;right:9999px;left:auto;white-space:nowrap; }
/* Accessibility tr1ck50r */
.pgwrap .wrap a.stream:focus,
.pgwrap .wrap a.stream:active,
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  background: #fff;
  border: 1px solid #029;
  margin: 0;
  padding: 3px 5px;
  color: #c00;
  right: 0;
  z-index:9999;
  font-size: 1em;
  white-space: nowrap;
}
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  position: absolute;
  right: -9999px;
}

.print { display: none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; -ms-overflow-y: scroll; }


body {
  background: #f1f1f1 url(i/bg-body.png) 0 0 repeat-x;
  margin: 0;
  padding: 0 0 10px 0;
  color: #666;
  line-height: 1.2;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  ~font-size:  75.00%;
}


div, table, caption { font-size: 1em; }


blockquote { 
  margin: 0;
  padding: 0 0 0 36px;
  background: url(i/blockquote.png) 7px 0 no-repeat;
  color: #666;
}
blockquote blockquote {
  color: #999;
  background: transparent none;
  border-left: 2px solid #ddd;
  padding-left: 7px;
  margin-left: 10px;
}
q { color: #666; }
q q,
blockquote q { color: #999; }
q:after, q:before { content: ""; }

sup, sub { line-height: .5;  ~display: inline-block;  ~line-height: 1; }
sup { vertical-align:  .4em;  ~margin-top:    -1em; }
sub { vertical-align: -.4em;  ~margin-bottom: -1em; }


p, blockquote, ul, ol, dl, table {
  margin-top: 0px;
  margin-bottom: .7em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a { 
  color: #3c85a7;
  text-decoration: none;
}

a * {
  cursor: pointer;
  _cursor: hand;
}


acronym {
  cursor: help;
  border: none;
  position:relative;
}
acronym:hover { border-bottom: 1px dotted #ddd; }


img {
  margin: 0;
  padding: 0;
  border: none; 
  vertical-align: top;
}



h1, h2, h3, h4 {
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 1.33em;
}
h2 {
  font-size: 1.17em;
  margin-top: 1.57em;
  margin-bottom: .55em;
}
h3 {
  font-size: 1.08em;
  margin-top: 1.33em;
  margin-bottom: .15em;
}
h4 {
  font-size: 1em;
  margin-bottom: .15em;
}




table, td, th, caption {
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
table {
  width: 100%;
  line-height: 1.2;
  border-bottom: 1px solid #ddd;m
  border-collapse: separate;
  padding-bottom: 3px;
}
caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
tr.th th,
th.col1,
th.col2,
th.col3,
th.col4,
th.col5,
thead th {
  font-size: .92em;
  color: #fff;
  font-weight: bold;
  padding: 7px 12px;
  background: #284163 url(i/thead-bg.png) 0 0 repeat-x;
}
td,
th {
  padding: 6px 12px;
}
tr.even th,
tr.even td {
  background-color: #f8f8f8;
}

th acronym:hover { border: none; }
th.num,
td.num {
  text-align: right; 
  white-space: nowrap; 
}
th.r,
td.r {
  text-align: right; 
}
th.c,
td.c {
  text-align: center; 
}

table.grid,
table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}






form { margin: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

input,
select,
textarea {
  vertical-align: middle;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
}
textarea {
  vertical-align: top;
  width: 99%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border: 1px solid #888;
  background: #fff;
  color: #000;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #000;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width: 98%; }

.button,
.fi_btn input {
  cursor: pointer; 
  _cursor: hand;
  background: #3c85a7;
  border: none;
  padding: 3px 5px;
  color: #fff;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  background-color: #069;
  color: #fff;
}

.fi_btn {
  text-align: right;
}



.reqerror label,
.typeerror label {
  font-weight: bold;
  color: #c33;
}
.typeerror label { color: #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border: 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border: 1px solid #936; }


acronym.req {
  border: none;
  margin-right: -.25em;
  padding: 0 .25em 0 0;
}
acronym.req:hover { border: none; }






/* *****  clear  ***** */
.clear { display: none; } /* depricated by other float-clearing techniques. */



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position: relative;
  width: 972px;
  margin: 0 auto;
  text-align: left;
}



.pghead {
  background: url(i/bg-pghead.png) 0 0 repeat-y;
  margin: 0 -63px 0 -101px;
  _height:0;min-height:0; /* ie hasLayout fix */
  padding-bottom: 1px;
}
.pghead .wrap {
  background: url(i/bg-pghead2.png) 0 100% no-repeat;
  min-height: 163px;
  _height: 162px;
  padding: 0 73px 33px 113px;
  margin: 0 0 -22px 0;
}
.pghead .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.pghead .brand {
  margin: 0 -73px 0 -113px;
  font-size: 1em;
  background: url(i/bg-pghead1.png) 0 0 no-repeat;
  height: 91px;
}
.pghead .brand a {
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 0;
  background-color: #284163;
  width: 110px;
  padding-top: 47px;
}
.pghead .brand img.logo { vertical-align: middle; }
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */



.pgmain {
  float: left;
  width: 948px;
  _display: inline;
  font-size: 1.08em;
  background: #284163 url(i/bg-pgmain-top.png) 0 0 repeat-x;
  padding: 14px 12px;
}
.pgmain .wrap {
  padding: 0 0 10px 204px;
  background: #fff url(i/bg-pgmain.png) 0 0 repeat-y;
  min-height: 400px;
  _height: 400px;
}
.pgmain .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.pgextra2 {
  float: left;
  width: 203px;
  margin-top: 14px;
  margin-left: -960px;
  _display: inline;
}
.pgextra2 .wrap {
  background: url(i/bg-pgmain.png) 0 0 repeat-x;
  _height:0;min-height:0; /* ie hasLayout fix */
}


.pgfoot {
  clear: both;
  padding-top: 20px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pgfoot .wrap {
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pgfoot .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }










/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
}

.boxhead {
  padding: 0;
  margin: 0;
  font-size : 1.17em;
  font-weight: bold;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }
.boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.article h1,
.pgmain .boxhead {
  font-family: "CA BND Web Bold", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  font-size: 1.69em;
  margin: 0 0 5px 0;
}
.article h1 {
  padding-top: 10px;
}

.article-nohd h1,
.pgmain .boxhead {
  color: #3c85a7;
}
.pgmain .boxhead {
  padding: 29px 34px 0 37px;
  margin-bottom: 0;
}
.article-nohd h1 {
  padding-top: 24px;
}

.pgmain .boxbody {
  padding: 5px 34px 5px 37px;
}









/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color: #888;
  display: block; 
  font-weight: normal;
  font-size: .92em;
}
.meta span { padding-right: .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #888; }





/* ******  buttons  ****** */
.more,
.moreolder,
.archivelink {
  margin-top: 4px;
  line-height: 1.4;
  display: block;
  white-space: nowrap;
}

.wrap a.more,
.wrap .more a,
.wrap .moreolder a,
.wrap .archivelink a {
  font-size: .85em;
  float: left;
  margin-right: 13px;
  padding: 0 14px 1px 16px;
  text-transform: lowercase;
  background: #9dc2d3 url(i/white-plus.png) 7px 50% no-repeat;
  color: #fff;
}
.buttons {
  border-top: 1px solid #dcdcdc;
}
.buttons a {
  color: #808080;
  padding-top: 4px;
  float: left;
}
.buttons a.btnback {
  background: url(i/back-arrow.png) 0 .75em no-repeat;
  border-right: 1px solid #dcdcdc;
  padding: 4px 11px 0 10px;
  margin-right: 9px;
}
.buttons a.prenta {
  background: url(i/print.png) 0 .6em no-repeat;
  padding-left: 19px;
}

/* *** share menu *** */
.buttons .share {
  float: right;
  padding-left: 7px;
  border-left: 1px solid #dcdcdc;
  position: relative;
  z-index:2;
}
.buttons a.sharebtn {
  background: url(i/share.png) 0 .5em no-repeat;
  padding-left: 16px;
}
.share-menu {
  background: url(i/share-arrow.png) 153px 100% no-repeat;
  display: block;
  padding-bottom: 4px;
  position: absolute;
  bottom:19px;
  right:0;
}
.share-menu .bookmark_list {
  background-color: #fff;
  width:173px;
  border: 1px solid #3c85a7;
  margin: 0;
  padding-top: 14px;
  display: block;
}
.share-menu .bookmark_list li {
  background:none;
  padding-left: 15px;
}
.share-menu .bookmark_list span {
  display: inline-block;
  width:16px;
  height:16px;
  margin-right: 2px;
}
.share-menu .bookmark_list a {
  color: #434448;
  float:none;
}
.share-menu .bookmark_list a:hover,
.share-menu .bookmark_list a:focus,
.share-menu .bookmark_list a:active {
  text-decoration: none;
}

.wrap .more a:hover,
.wrap .more a:focus,
.wrap .more a:active {
  background-color: #215f94;
  text-decoration: none;
  color: #fff;
}


.articlelist .item .more a {
  background-color: #ccc;
  font-size: .91em;
}
.articlelist .item .more a:hover,
.articlelist .item .more a:focus,
.articlelist .item .more a:active {
  background-color: #aaa;
}

.wrap .moreolder a,
.wrap .archivelink a {
  background-color: #3c85a7;
}

.wrap .moreolder a:hover,
.wrap .moreolder a:focus,
.wrap .moreolder a:active,
.wrap .archivelink a:hover,
.wrap .archivelink a:focus,
.wrap .archivelink a:active {
  background-color: #006999;
  text-decoration: none;
  color: #fff;
}

.mainpage .more a,
.mainpage .moreolder a,
.mainpage .archivelink a {
  background-color: #9dc2d3;
}



.moreolder a.subscribe {
  background-color: #e68a1d;
}
.moreolder a.rss {
  text-transform: none;
  background-image: url(i/white-rss.png);
  background-position: 4px 50%;
  padding-left: 20px;
}

.moreolder a.subscribe:hover,
.moreolder a.subscribe:focus,
.moreolder a.subscribe:active {
  background-color: #cc7000;
}





.wrap .share-widgets {
  margin: 2em 0 1em;
  min-height:0; /* ie hasLayout fix */
}
.wrap .share-widgets:after { display:block; clear:both; content:"\00a0"; visibility:hidden; font-size:1px; height:0; }
.wrap .share-widgets > li {
  background: 0;
  padding: 0;
  margin: 0;
  float: left;
  overflow: hidden;
  height: 21px;
  margin-right: 15px;
}
.wrap .share-widgets .fblike { width: 100px; }
.wrap .share-widgets .plusone { width: 32px; }






/* ******  articlelist  ****** */
.articlelist .boxbody {
  font-size: .92em;
}
.articlelist .item {
  margin-bottom: 1.4em;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.articlelist .item:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.articlelist .item h3 {
  margin: 0 0 .18em 0;
  font-size: 1em;
}
.articlelist .item h3 a {
  font-family: "CA BND Web Bold", Helvetica, Arial, Sans-serif;
  font-size: 1.5em;
  margin: 0;
}
.articlelist .summary { line-height: 1.4; }
.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist .boxbody .meta a {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 1em;
}

.articlelist img {
  float: right;
  margin: .2em -4px .33em 10px;
  padding: 1px;
  border: 3px solid #ddd;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: .7em;
}
.articlelist li a {
  font-size: 1.09em;
  font-weight: bold; 
}
.articlelist.doclist .item h3 a {
  background:transparent url(i/bullet.png) no-repeat scroll 0 50%;
  font-size: 1em;
  font-weight: normal;
  padding-left:10px;
}



/* ******  newslist  ****** */
.newslist .item {
  padding-left: 46px;
  min-height: 3em;
  _height: 3em;
}
.newslist .summary {
  min-height: 1.8em;
  _height: 1.8em;
}
.newslist .date-split {
  line-height: 1.2;
  position: absolute;
  margin-top: 3px;
  margin-left: -51px;
  width: 43px;
  background: url(i/date-split.png) 50% 0 no-repeat;
  padding: 1em 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: .91em;
  color: #555;
}
.newslist .date-split i {
  font-style: normal;
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.newslist .date-split i i { position:absolute;right:9999px;left:auto; } /* <i>.</i> */
.newslist .date-split i.d {
  font-family: "CA BND Web Bold", Helvetica, Arial, Sans-serif;
  font-size: 2em;
  color: #347faa;
  background: url(i/date-split.png) 50% 100% no-repeat;
  padding: 3px 0;
  font-weight: bold;
  position: relative;
  top: 1px;
}
.newslist .date-split span.cufon {
  padding: 0;
}
.newslist .date-split i.m {
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
}
.newslist .date-split i.y {
  display: none;
}

.newslist ul {
  padding-left: 5.5em;
}
.newslist li .meta {
  float: left;
  white-space: nowrap;
  margin-top: .2em;
  margin-right: .5em;
  margin-left: -6em;
  _display: inline;
}

.newslist .moreolder {
  margin-left: 46px;
}









/* ******  article  ****** */
.article .boxbody {
  line-height: 1.45;
  color: #333;
}
.article h2.subtitle {
  clear: none;
  margin: -.16em 0 5px 0;
  padding: 0;
  background: transparent none;
  font-size: 1.23em;
  color: inherit;
}
.article .meta {
}

.article .summary {
  color: #666;
  padding: 4px 34px 45px 37px;
  margin: 0 -34px -15px -37px;
  background: url(i/pgmain-fadeline.png) 100% 100% no-repeat;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.article .summary p { margin: 0; }



.article ul {
  margin-left: 5px;
}
.article ul li {
  background: url(i/bullet.png) 0 .62em no-repeat;
  padding-left: 12px;
}
.article li {
  margin-bottom: .54em;
}

.article h2 {
  font-family: "CA BND Web Bold", Helvetica, Arial, Sans-serif;
  font-size: 1.46em;
  color: #272727;
}
.article .summary + h2 {
  margin-top: 10px;
}


.article h2.hr {
  position: relative;
  margin-right: -34px;
  margin-left: -37px;
  padding: 21px 34px 0 37px;
  background: url(i/pgmain-fadeline.png) 0 0 no-repeat;
}
.article p,
.article blockquote,
.article ul,
.article ol,
.article dl,
.article table {
  margin-bottom: 1.4em;
}

.article blockquote p,
.article blockquote blockquote,
.article blockquote ul,
.article blockquote ol,
.article blockquote dl,
.article blockquote table {
  margin-bottom: .7em;
}
.article blockquote li {
  margin-bottom: .25em;
}



.article img {
  clear: both;
  vertical-align: text-bottom;
  padding: 1px;
  border: 3px solid #ddd;
}
.article img.left { float: left;  margin: .2em 2em .2em 0; }
.article img.right { float: right;  margin: .2em -4px .5em 2em; }
.article img.center { float: none; display: block; margin: 0 auto .7em auto; text-align: center;}


.article table {
  font-size: .92em;
}


.paging li { clear: none; }
.paging .prev { float: left; margin-right: 1em; }

.chapters ul { 
  _height:0;min-height:0; /* ie hasLayout fix */
}
.chapters ul:after { display:block; clear:left; content:"."; visibility:hidden; font-size:1px; height:0; }
.chapters li {
  float: left;
  margin-right: 1em;
}





/* ******  imagebox  ****** */
.imagebox {
  position: relative;
  z-index: 1;
  line-height: 1.2;
  float: right;
  margin: 0 -4px 0 12px;
  color: #666;
}
.imagebox ul.imagelist {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .85em;
}
.imagebox li.image {
  margin: 0 0 1em 0;
  padding: 0;
  background: transparent none;
}

.imagebox .img {
  display: block;
  text-align: center;
  padding: 1px;
  background: #fff;
  border: 3px solid #ddd;
}
.imagebox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  max-width: 280px;
}

.imagebox .longdesc,
.imagebox small.credit {
  background-color: #ededed;
  padding: 7px 9px 12px 9px;
  margin-top: 5px;
  max-width: 262px;
  _width: 262px;
}
.imagebox .longdesc strong.title {
  display: block;
}

.imagebox small.credit {
  display: block;
  position: relative;
  padding-top: 0;
  margin-top: -8px;
  font-size: .91em;
  color: #aaa;
}









/* ******  topintro  ****** */
.topintro {
  font-size: 1.08em;
  line-height: 1.4;
  margin-bottom: -30px;
}
.topintro .boxhead { position:absolute;right:9999px;left:auto; }

.topintro .boxbody {
  padding-top: 28px;
  padding-bottom: 32px;
  background: url(i/pgmain-fadeline.png) 0 100% no-repeat;
}
.topintro h1,
.topintro h2,
.topintro h3 {
  font-family: "CA BND Web Bold", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 0 2px 0;
}
.topintro .more {
  margin-bottom: 1em;
}
.topintro .more a {
  margin-bottom: 1.27em;
  font-size: .79em;
}

.topintro img {
  float: right;
  margin: 0 0 1em 10px;
}

.topintro .imagebox img {
  float: none;
  margin: 0;
}
.topintro-noborder .imagebox {
  margin: 0 0 0 10px;
}
.topintro-noborder .imagebox .img {
  border: none;
}






/* ******  introlist  ****** */
.introlist {
  font-size: .92em;
  line-height: 1.33;
}
.introlist .boxbody {
  padding-right: 0;
  padding-top: 0;
}
.introlist h3 {
  clear: both;
  font-family: "CA BND Web Bold", Helvetica, Arial, Sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  padding: 20px 0 2px 0;
}
.introlist .item {
  float: left;
  width: 319px;
  margin-right: 34px;
  _display: inline;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.introlist .more,
.introlist .more a {
  margin-bottom: 10px;
}
.introlist .more a {
  font-size: .92em;
}


.introlist-half {
  float: left;
  width: 356px;
  margin-right: -3px;
  _display: inline;
}
.introlist-half .item {
  float: none;
  _display: block;
  width: auto;
  margin: 0;
}





/* ******  contactform  ****** */
.contactform .boxbody { 
  padding-bottom: 2em;
}
.contactform p { clear: both; }

.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_file,
.contactform .fi_chk,
.contactform .fi_static { clear: left; margin-bottom: .5em; }

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_file label,
.contactform .fi_static span {
  width: 9em;
  float: left;
  margin-top: .2em;
}
.contactform .fi_btn {
  margin-left: 9em;
  _margin-left: 9.2em;
}
.contactform textarea { width: 70%; }



.subscrgrp .fi_txt label,
.subscrgrp .fi_sel label {
  display: inline-block;
  padding-right: 5px;
  text-align: right;
  width: 10em;
  vertical-align: middle;
}
.subscrgrp .fi_txt input {
  vertical-align: middle;
}




/* ******  mnav  ****** */
.mnav {
  font-size: 1.17em;
  position: absolute;
  top: 80px;
  left: 137px;
  height: 0;
  width: 835px;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.mnav ul {
  padding-left: 1.5em;
}
.mnav li {
  float: left;
  margin: 0 21px 0 -1.5em;
  _display: inline;
}

.mnav .boxbody a {
  color: #444;
  float: left;
  padding: 5px 16px 11px 16px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  text-decoration: none;
  background: url(i/mnav-curr.png) 50% 110% no-repeat;
}
.mnav .parent a,
.mnav .parent a:hover,
.mnav .parent a:focus,
.mnav .parent a:active,
.mnav .current a,
.mnav .current a:hover,
.mnav .current a:focus,
.mnav .current a:active {
  color: #000;
  background: url(i/mnav-curr.png) 50% 100% no-repeat;
}






/* ******  snav  ****** */

.snav {
  position: relative;
  z-index: 1;
  top: -14px;
  padding-top: 14px;
  background: url(i/snav.png) -840px 0 no-repeat;
  line-height: 1;
}
.snav .boxhead {
  font-family: "CA BND Web Bold", Helvetica, Arial, Sans-serif;
  font-size: 2em;
  color: #3C85A7;
  position: absolute;
  left: 0;
  top: -31px;
  margin-top: -.5em;
  padding: 2px 0 0 7px;
  white-space: nowrap;
}
.snav .boxbody {
  padding: 30px 0 0 0;
  margin: 0;
}

.snav ul {
  position: relative;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
}

.snav .boxbody a {
  color: #606060;
  display: block;
  padding: 9px 21px 10px 12px;
  border-top: 1px solid #fff;
  background: url(i/snav.png) -420px 100% no-repeat;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.snav .level1 > li:first-child a {
  border-top: none;
}

.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
  text-decoration: none;
  color: #000;
  background-color: #fff;
}

.snav .parent a,
.snav .current a {
  background: #2b6c9a url(i/snav.png) 0 100% no-repeat;
  border-top: none;
  color: #fff;
}
.snav .current a {
  font-weight: bold; 
  background-position: -210px 100%;
}

.snav .parent a:hover,
.snav .parent a:focus,
.snav .parent a:active,
.snav .current a:hover,
.snav .current a:focus,
.snav .current a:active {
  background-color: #2b6c9a;
  color: #fff;
}


.snav .level2 {
  padding: 0 7px;
  background: url(i/snav.png) -630px 0 repeat-y;
  overflow: hidden;
  _overflow: visible;
  border-bottom: 2px solid #ddd;
}
.snav .level2 li {
  margin-bottom: -1px;
  border-bottom: 1px solid #ededed;
}
.snav .level2 a {
  font-weight: normal;
  position: relative;
  color: #404040;
  margin: 0 -7px -1px -7px;
  padding: 7px 10px 8px 18px;
  background: transparent none;
}
.snav .boxbody .level2 a:hover,
.snav .boxbody .level2 a:focus,
.snav .boxbody .level2 a:active {
  background-color: #f3f3f3;
  color: #000;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  background-color: #eee;
}
.snav .level2 .current a {
  font-weight: bold;
}


.snav .level3 {
  margin: 0 -7px;
  padding: 5px 0 6px 0;
  background: #fff;
  border-bottom: 1px solid #ededed
}
.snav .level3 li {
  margin-bottom: 0;
  border: none;
}
.snav .boxbody .level3 a {
  background: transparent none;
  margin: 0;
  padding: 5px 7px 6px 34px;
  font-weight: normal;
}
.snav .level3 .parent a,
.snav .level3 .current a {
  font-weight: bold;
  color: #000;
}







/* ******  enav  ****** */

.enav {
  position: absolute;
  top: 19px;
  right: 200px;
  margin-top: -.5em;
  margin-right: 4em;
  font-size: .92em;
  line-height: 1;
  z-index: 1;
}
.enav .boxhead { position:absolute;right:9999px;left:auto; }
.enav .boxbody {
}
.enav ul {
  float: right;
}
.enav li {
  float: left;
  padding: 0;
  border-left: 1px solid #bbb;

}
.enav ul li:first-child,
.enav li.cat1 { border: none; }

.enav .boxbody a {
  float: left;
  color: #777;
  padding: 2px 8px 1px 8px;
  margin: -3px 0 -1px 0;
}
.enav .parent,
.enav .current { font-weight: bold; }




/* ******  langnav  ****** */

.langnav {
  position: absolute;
  right: 36px;
  top: 210px;
  width: 210px;
}

.langnav .boxhead { position:absolute;right:9999px;left:auto; }

.langnav ul {
  float: right;
}

.langnav li {
  float: left;
  width: 24px;
  height: 19px;
  border-left: 1px solid #ddd;
  padding-left: 13px;
  padding-right: 14px;
  padding-top: 3px;
}

.langnav li a {
  float: left;
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 24px;
  height: 19px;
  background: url(i/langnav-info.png) no-repeat;
}

.langnav .info { border: none; }

.langnav .is a { background-image: url(i/langnav-is.png); }
.langnav .li a { background-image: url(i/langnav-li.png); }
.langnav .no a { background-image: url(i/langnav-no.png); }

.langnav li.current a,
.langnav li a:hover,
.langnav li a:focus,
.langnav li a:active {
  background-position: 0 -19px;
}






/* ******  subscrnav (extends: enav)  ****** */
.subscrnav {
  right: 233px;
  margin-right: 12.5em;
}
.subscrnav li {
  border: none;
}
.subscrnav .boxbody a {
  padding-bottom: 5px;
  padding-right: 15px;
  background: url(i/subscr-icons.png) 0 0 no-repeat;
}
.subscrnav .subscriptions a { background-position: 0 0;  padding-left: 27px; }
.subscrnav .subscriptions a:hover,
.subscrnav .subscriptions a:focus,
.subscrnav .subscriptions a:active { background-position: 0 -30px; }
.subscrnav .rsslinks a { background-position: 0 -60px;  padding-left: 18px;  }
.subscrnav .rsslinks a:hover,
.subscrnav .rsslinks a:focus,
.subscrnav .rsslinks a:active { background-position: 0 -90px; }








/* ******  monthlist ****** */
.pgmain td table.calendar {
  font-size: .92em;
}
.monthlist table.grid { width: 100%; }
.monthlist td {
  padding: 0 0 10px 0;
}

.events .pager,
.monthlist .pager {
  padding-top: 5px;
  text-align: center;
}
.events .pager .prev,
.monthlist .pager .prev {
  float: left;
  padding-right: 7px;
  border-right: 1px solid #eee;
}
.events .pager .next,
.monthlist .pager .next {
  float: right;
  padding-left: 7px;
  border-left: 1px solid #eee;
}




/* ******  calendar  ****** */
.monthlist .boxbody {
  position: relative;
}
.calendar { margin: 0; }
.pgextra1 .calendar,
.pgextra2 .calendar { width: 100%; }

.calendar th {
  text-align: center;
  font-size: .92em;
  padding: .2em;
  border-bottom: 1px solid #666;
}
.calendar td {
  padding: 0;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.calendar .sa { }
.calendar .su { color: #888; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display: block;
  font-style: normal;
  padding: 2px;
}
.calendar td.today i {
  font-style: italic;
}
.calendar td a:link,
.calendar td a:visited { font-weight: bold; }
.calendar td a:hover,
.calendar td a:focus,
.calendar td a:active { background-color: #eee; }



.dateinfo {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0px 4px;
  padding: 0;
  text-align: left;
}
td:hover .dateinfo {
  display: block;
}
.dateinfo strong {
  display: block;
  margin-bottom: 2px;
  padding: 2px 8px 0px 8px;
  color: #272727;
}
.dateinfo ul {
}
.dateinfo li {
  border-top: 1px solid #ccc;
}
.dateinfo li a {
  padding: 2px 8px 2px 4px;
}
.evwrap .dateinfo li a {
  min-width: 120px;
  max-width: 300px;
  display: block;
  text-align: left;
  font-weight: normal;
}






/* ******  yearindex  ****** */

.yearindex {
  font-size: .92em;
  background: url(i/pgmain-fadeline.png) 100% 100% no-repeat;
  padding-bottom: 30px;
  margin-bottom: -20px;
  position: relative;
}
.yearindex .boxhead {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  padding-top: 11px;
  padding-bottom: 4px;
  color: #666;
}
.yearindex ul {
  width: 100%;
  overflow: hidden;
}
.yearindex li {
  float: left;
  margin-right: 3px;
  padding-bottom: 7px;
}
.yearindex a {
  float: left;
  padding: 3px 6px;
  color: #666;
  font-weight: bold;
}

.yearindex li.parent a,
.yearindex li.current a {
  background: #3c85a7 url(i/yearnav-current.png) 0 0 no-repeat;
  color: #fff;
  padding: 2px 5px;
  border: 1px solid #245676;
  border-right-color: #347697;
  border-bottom-color: #347697;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.yearindex li.parent a:hover,
.yearindex li.parent a:focus,
.yearindex li.parent a:active,
.yearindex li.current a:hover,
.yearindex li.current a:focus,
.yearindex li.current a:active {
  color: #fff;
}

/* l2 */

.yearindex ul ul {
  position: absolute;
  left: 37px;
  top: 70px;
  width: auto;
  font-size: .92em;
}
.yearindex ul ul li {
  margin-right: 1px;
}
.wrap .yearindex ul ul li a {
  padding-top: 2px;
  padding-bottom: 2px;
  background: none;
  border: none;
  color: #555;
  font-weight: normal;
}

.wrap .yearindex ul ul li.current a {
  color: #3C85A7;
  font-weight: bold;
}

.wrap .yearindex ul ul a:hover,
.wrap .yearindex ul ul a:focus,
.wrap .yearindex ul ul a:active,
.wrap .yearindex ul ul li.current a:hover,
.wrap .yearindex ul ul li.current a:focus,
.wrap .yearindex ul ul li.current a:active {
  color: #006699;
}




/* ******  qsearch  ****** */
.qsearch {
  position: absolute;
  top: 19px;
  margin-top: -.8em;
  right: 23px;
  width: 300px; /* MSIE6&7 fix*/
}
.qsearch .boxhead { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody { 
  padding: 0;
  float: right;
}

.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch input {
  float: left;
  background: url(i/qsearch-bg.png) 0 0 no-repeat;
  border: none;
  background-color: transparent;
}
.qsearch .fi_txt input {
  width: 132px;
  padding-left: 20px;
  min-height: 19px;
  _height: 19px;
}
.qsearch .fi_txt input:hover,
.qsearch .fi_txt input:focus {
  background-position: -200px 0;
}

.qsearch .fi_btn input {
  width: 4.64em;
  font-size: .91em;
  background-position: 100% 0;
  color: #fff;
  padding: 2px 0 1px 0;
}
.qsearch .fi_btn input:hover,
.qsearch .fi_btn input:focus {
  background-position: -400px 0;
}




/* ******  searchresults  ****** */
.searchresults form.search {
  margin-bottom: 1em;
}
.searchresults .search .fi_txt label { display: inline; }
.searchresults .search strong,
.searchresults .search .fi_chk { 
  display: block;
  margin-bottom: .3em;
}
.searchresults .search strong { margin-top: .4em; }

.searchresults .item {
  clear: both;
  overflow: hidden;
}

.searchresults .item h3 small {
  font-size: 1em;
  width: 1.6em;
  display: inline-block;
}
.searchresults .item .summary {
  padding-left: 2em;
}

.searchresults .paging {
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 4px 0;
  margin: 2em 0;
}
.searchresults .paging-top {
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
.searchresults .paging .status {
  float: left;
  margin: 0;
}
.searchresults .paging li {
  margin: 0 4px;
}
.searchresults .paging .stepper {
  float: right;
  padding-right: 6em;
  position: relative;
}
.searchresults .paging .next {
  position: absolute;
  right: 0;
}
.searchresults .paging .prev {
  float: left;
}
.searchresults .paging .jump {
  float: left;
  max-width: 15em;
}





/* ******  sitemap  ****** */
.sitemap .boxbody {
  font-weight: bold;
  font-size: 1.08em;
  padding-bottom: 3em;
}
.sitemap ul { width: 13em; }

.sitemap .level1 ul {
  margin: -3px 0 0 110px;
  _margin-bottom: -.5em;
  font-size: .92em;
  padding-bottom: 3px;
}
.sitemap ul.level3 {
  font-weight: normal;
  margin-left: 100px;
}
.sitemap ul.level4 {
  margin-left: 90px;
  font-size: 1em;
}
.sitemap li { margin-bottom: .5em; }

.sitemap a,
.sitemap i {
  display: block;
  padding: 2px 10px;
  background: #fff none 95% 45% no-repeat;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.sitemap i {
  color: #999;
  font-style: normal;
  background-image: url(i/icn-lock.gif);
}
.sitemap .level2 a,
.sitemap .level2 i { border-color: #d9d9d9; }
.sitemap .level3 a,
.sitemap .level3 i { border-color: #e9e9e9; }

.sitemap .boxbody a:hover,
.sitemap .boxbody a:focus,
.sitemap .boxbody a:active { border-color: #c00; }
.sitemap .boxbody i:hover { border-color: #aaa; }










/* ******  people  ******* */

.people .boxhead {
  margin-bottom: .4em;
}

.people h3 { 
  color: #70A6BE;
  font-size: 1.4em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica, Arial, Sans-serif;
}
.people .grp5 h3,
.people .grp7 h3,
.people .grp8 h3,
.people .grp10 h3,
.people .grp11 h3,
.people .grp12 h3 {
  color: #606060;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: -10px;
}

.people h4 {
  margin: 0 1%;
  font-size: 1.2em;
  font-weight: normal;
}

.people table { 
  width: 100%; 
  margin: 0 0 2em;
  border-bottom: none;
}

.people .reportlist {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.people table th,
.people table td { padding: 5px 0 5px; }

.people th.col1 { width: 28%; }
.people th.col2 { width: 34%; }
.people th.col3 { width: 23%; }
.people th.col4 { width: 15%; }
.people th.col5 { width: 15%; }
 
.people .reportlist td {
  font-size: .92em;
}

.people .reportlist th.col1 { width: 26%; }
.people .reportlist th.col2 { width: 22%; }
.people .reportlist th.col3 { width: 28%; }
.people .reportlist th.col4 { width: 16%; }
.people .reportlist th.col5 { width: 8%; }

.wrap .people table th {
  border-bottom: 1px solid #DCDCDC;
  font-weight: normal;
  font-size: .83em;
  background: none;
  color: #666;
}

.people table td {
  border-bottom: 1px solid #DCDCDC;
}

.people .even td {
  background: none;
}

.people table a {
  font-weight: bold;
  color: #414141;
}

.people table .netfang a {
  font-weight: normal;
  color: #6095b3;
}

.people .close {
  display: block;
  background: #284163 url(i/people-close-btn.png) no-repeat;
  padding: 6px 22px 7px;
  color: #fff;
  font-size: .92em;
}
.people .close:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.people .open {
  display: none;
}
.people .subrow td {
  padding: 5px 0 0;
}

/* ******  persona  ******* */

.persona {
  background:transparent url(i/threecol-box-bottom.gif) no-repeat scroll 0pt 100%;
  padding:0pt 10px;
}

.persona .boxbody {
  padding-bottom: 2em;
}

.wrap .persona h3 {
  font-size: 1.55em;
  color: #003A63;
  margin: 0;
  font-weight: normal;
}

.persona li {
  margin-bottom: .3em;
}

.persona li b {
  display: inline;
  font-weight: normal;
}

.persona .title b {
  display: none;
}

.persona .tel,
.persona .tel span {
  _white-space: nowrap;
}

.persona .imgbox {
  float: left;
  padding: 0 40px 0 0;
  border: none;
  margin-left: 1px;
  margin-bottom: 0;
}

.persona .imgbox img {
  border: 3px solid #dcdcdc;
  padding: 1px;
  background: #fff;
}

td .persona {
  padding: 21px 26px 15px 24px;
  margin: 0 0 1em;
  width: auto;
  background: url(i/persona-td-bg.png) no-repeat 0 100%;
  border: 1px solid #dcdcdc;
  border-bottom: 2px solid #dcdcdc;
}

td .persona .boxhead { display: none; }

td .persona .boxbody {
  padding: 0;
  overflow: hidden;
  _overflow: visible;
  color: #414141;
  line-height: 1.4;
  _padding-left: 250px;
  _position: relative;
}

.wrap td .persona h3 {
  font-size: 1.4em;
  color: #498DAD;
  margin-top: 7px;
  margin-bottom: 4px;
  _padding-right: 130px;
}

td .persona .imgbox {
  _margin-left: -248px;
  _display: inline;
  _width: 208px;
}

td .persona .imgbox .boxbody {
  width: auto;
  padding: 0;
}

td .persona .imgbox img {
}

td .persona .info {
  float: left;
  margin-right: 20px;
}

td .persona .title b {
  font-weight: normal;
}

td .persona .desc {
  border-top: 3px solid #DCDCDC;
  border-left: 3px solid #dcdcdc;
  float: right;
  width: 138px;
  padding: 16px 20px;
  margin-top: -32px;
  background: #F1F1F1 url(i/persona-td-summary.png) no-repeat 100% 100%;
}







/* ******  fbox  ****** */
.fbox {
  color: #272727;
}
.fbox .boxhead {
  font-size: 1em;
  font-weight: bold;
  padding: 6px 16px;
  margin: 0;
}
.fbox .boxbody {
  padding: 12px 16px;
}





/* ******  footer  ****** */
.footer {
  float: left;
  width: 800px;
  margin-right: -400px;
}
.footer .boxbody {
  line-height: 1.67;
  position: relative;
  _height:0;min-height:0; /* ie hasLayout fix */
  background: url(i/fbox-bg.png) 0 0 no-repeat;
  margin-left: -59px;
  padding: 10px 0 12px 75px;
}
.footer p {
  float: left;
  margin: 0 64px 0 0;
}




/* ******  eftaorgs  ****** */
.eftaorgs {
  position: relative;
  float: right;
}
.eftaorgs .boxhead {
  _height: auto;
  margin-left: 5px;
}
.eftaorgs .boxbody {
  background: url(i/fbox-bg.png) 100% 0 no-repeat;
  padding: 1px 10px 0 16px;
  margin-right: -18px;
  _height: auto;
}

.eftaorgs ul {
  overflow: hidden;
  width: auto;
}
.eftaorgs li {
  float: left;
  _display: inline;
  padding: 1px 0 10px 3px;
  background: url(i/fbox-fadeline.png) 0 0 no-repeat;
  min-height: 85px;
  _height: 85px;
}
.eftaorgs .boxbody a {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 100px;
  height: 78px;
  background: url(i/eftaorgs-logos.png) 0 0 no-repeat;
}
.eftaorgs .efta a      {  width: 85px;  background-position: 50%      0;  }
.eftaorgs .eeagrants a {  width: 92px;  background-position: 50% -100px;  }
.eftaorgs .eftacourt a {  width: 72px;  background-position: 50% -200px;  }
.eftaorgs .eu a        {  width: 82px;  background-position: 50% -300px;  }

.eftaorgs .boxbody a:hover,
.eftaorgs .boxbody a:focus,
.eftaorgs .boxbody a:active {
  background-color: #ededed;
}








/* ******  byggiraeplica  ****** */
.byggiraeplica {
  clear: both;
  padding-top: 30px;
  text-align: right;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.byggiraeplica a {
  /* inline IR */display:inline-block; overflow:hidden; width:0; height:1px; font-size:1px; line-height:0; vertical-align:-2px;
  padding-left: 135px;
  padding-top: 19px;
  background: url(/codecentre/f/e2-b15.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/codecentre/f/e2-b15.png',sizingMethod='crop');
}





/* ******  imgbanner  ****** */
.imgbanner {
  position: absolute;
  top: 92px;
  right: 12px;
  width: 785px;
  _width: 635px;
  text-align: right;
  overflow: hidden;
}
.imgbanner img {
  margin-left: -150px;
}

.imgbanner b {
  position: absolute;
  top: 0;
  left: 0;
  width: 370px;
  height: 160px;
  background: url(i/imgbanner-fade.png) 0 0 repeat-y;
  _background: transparent none;
}




/* ****** pagestyle  ****** */
.pagestyle { 
  display: none;

  position: absolute;
  top: 25px;
  right: 40px;
}
.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }
.pagestyle li {
  float: right;
  _display: inline;
  margin-left: 4px;
}
.pagestyle a {
  display: block;
  overflow: hidden;
  /* text-indent: -99999em; */
  width: 20px;
  height: 15px;
  background: url(i/font-dwn.gif) 0x 0 no-repeat;
}

.pagestyle .up a {
  background-image: url(i/font-up.gif);
}
.pagestyle .userstyles a {
  background-image: url(i/font-alt.gif);
}
.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active {
  background-position: 0 -20px;
}





/* ******  popupdiv  ****** */
.virtualiframe-container {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  background-image: url(i/vi-curtain.png);
  _background-image: url(i/vi-curtain-8bit.png);
}
.virtualiframe {
  position: relative;
  z-index: 1;
  top: 0;
  margin: 65px auto 0 auto;
  background-color: #264064;
  padding: 14px 12px;
  text-align: left;
  width: 650px;
  ~left: 50%;
  ~margin-left: -305px;
}
.subscriptions .virtualiframe {}
.rsslinks-window .virtualiframe {
  width: 470px;
  ~margin-left: -220px;
}


.virtualiframe .title {
  font-family: "CA BND Web Bold", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.55em;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 1px 0 7px 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.virtualiframe .wrap {
  background-color: #fff;
}

.virtualiframe .loading {
  padding: 22px 22px 22px 54px;
  background: url(i/pop/loader.gif) 32px 22px no-repeat;
  color: #aaa;
}

.virtualiframe .closebtn {
  position: absolute;
  top: -18px;
  right: -20px;
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 45px;
  height: 45px;
  background: url(i/pop/closebtn.png) 0 0 no-repeat;
  _background-image: url(i/pop/closebtn-8bit.png);
}
.virtualiframe .closebtn:hover,
.virtualiframe .closebtn:focus,
.virtualiframe .closebtn:active {
  background-position: 0 -45px;
}


.virtualiframe .boxhead {
  font-family: "CA BND Web Bold", Helvetica, Arial, Sans-serif;
  font-weight: bold;
  line-height: 1.2;
  font-size: 1.67em;
  color: #3c85a7;
  padding: 11px 22px 0 22px;
  margin-bottom: 0;
}
.virtualiframe .boxbody {
  padding: 10px 26px 26px 26px;
}

.virtualiframe .boxbody .intro {
  margin: -5px -26px -16px -26px;
  padding: 0 22px 44px 22px;
  background: url(i/pgmain-fadeline.png) 100% 100% no-repeat;
  position: relative;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.virtualiframe .fi_btn {
  padding-top: 5px;
  text-align: right;
}







/* ******  rsslinks  ****** */
.loginbox .fi_txt label {
  float: left;
  width: 11.5em;
}
.loginbox .fi_btn {
  text-align: left;
  margin-left: 11.5em;
}




/* ******  rsslinks  ****** */
.rsslinks ul {
  position: relative;
  width: 370px;
} 
.rsslinks ul li:first-child {
  border-top: 1px solid #ddd;
}
.rsslinks ul li {
  border-bottom: 1px solid #ddd;
}
.rsslinks ul a {
  display: block;
  padding: 6px 20px 5px 8px;
  background: url(i/subscr-icons.png) 99% -86px no-repeat;
  _height:0;min-height:0; /* ie hasLayout fix */
  color: #444;
}
.rsslinks ul a:hover,
.rsslinks ul a:focus,
.rsslinks ul a:active {
  background-color: #f8f8f8;
  text-decoration: none;
}





/* ******  subscriptions  ****** */
.subscriptions table {
  position: relative;
  border-bottom: 1px solid #;
  padding: 0;
  width: 410px;
}
.subscriptions thead th {
  background: transparent none;
  font-size: 1em;
  font-weight: normal;
  color: #999;
  white-space: nowrap;
  padding: 0 8px 6px 4px;
}
.subscriptions thead th.tcol1 { width:  1%; }
.subscriptions thead th.tcol2 { width: 98%; }
.subscriptions thead th.tcol3 { width:  1%; }

.subscriptions tbody td {
  vertical-align: middle;
  background: transparent none;
  border-top: 1px solid #ddd;
  padding: 4px 8px 4px 4px;
}

.subscriptions td.fi_chk,
.subscriptions td.act {
  text-align: center;
  padding: 0;
}
.subscriptions td.fi_chk label {
  display: block;
  padding: 4px 8px 4px 4px;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.subscriptions td.act a.feed {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  padding: 7px 8px;
  height: 12px;
  margin: 0 auto;
  background: url(i/subscr-icons.png) 55% -86px no-repeat;
}
.subscriptions td.fi_chk label:hover,
.subscriptions td.act a.feed:hover,
.subscriptions td.act a.feed:focus,
.subscriptions td.act a.feed:active {
  background-color: #f8f8f8;
}
.subscriptions .fi_btn {
  width: 410px;
}














/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #069;  text-decoration: underline; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }






/* ******  FAQ  ****** */
.faq h4 {
  color: #404040;
}
.faq h4 {
  background: url(i/expand.png) 0 3px no-repeat;
  margin:0;
  padding-left:16px;
  font-size: 1.1em;
  cursor: pointer;
  _cursor: hand;
}
.faq h4.open {
  background-position:0 -12px;
}
.faq .collapse {
  padding-left:17px;
  margin-top:.3em;
  color: #888888;
}
.internal {
  display: block;
}
.acroc {
  background:#FFF;
  border:3px solid #284163;
  width:285px;
  padding:15px 20px 20px 15px;
  text-align: left;
  box-shadow:1px 3px 12px #ccc;
  -moz-box-shadow:1px 3px 12px #ccc;
  -webkit-box-shadow:1px 3px 12px #ccc;
  position: absolute;
  top:-1em;
  left:-50%;
}
acronym {
  border-bottom:1px dotted;
}



/* Press Releases */
.pr-search {
 width: 230px;
 position: absolute;
 right: 20px;
 top: 220px; 
 top: 219px\9; /* ie8 and below */
 padding: 12px 15px 12px 0;
 background: #fff url(i/bg-pr-search.png) 0 27px no-repeat; 
}
.pr-search .boxhead,
.pr-search h4 {
 position: absolute; 
 right: 9999px;
}
.pr-search .fi_txt {
 text-align: right;
}
.pr-search .fi_txt label {
 margin-bottom: 1.15em;
 display: block;
 font-size: .91em;
 font-weight: bold;
 color: #294163;
 padding-right: 20px;
 padding-bottom: .5em;
 background: #fff url(i/icn_search.png) right 0 no-repeat;
}
.pr-search .fi_txt label:hover {
 cursor: pointer;
}
.pr-search .fi_chk {
 float: right;
 margin-top: .5em;
 margin-right: -7px;
}
.pr-search .fi_chk li {
 float: left;
 font-size: .81em;
 position: relative;
 margin-right: 8px;
 padding-right: 0;
}
.pr-search .fi_chk input {
 position: absolute;
 right: 0;
 top: -2px;
 color: #3d84b0;
}

.pr-search input {
  float: left;
  background: url(i/qsearch-bg_pr.png) 0 0 no-repeat;
  border: none;
  background-color: transparent;
}
.pr-search .fi_txt input {
  width: 158px;
  padding-left: 4px;
  min-height: 19px;
  _height: 19px;
 margin-left: 16px;
 font-size: .91em;
}
.pr-search .fi_txt input:hover,
.pr-search .fi_txt input:focus {
  background-position: -200px 0;
}
.pr-search .fi_btn input {
  width: 4.64em;
  font-size: .91em;
  background-position: 100% 0;
  color: #fff;
  padding: 1px 0 1px 0;
  position: absolute;
  right: 15px;
  *top: 46px; /* ie7 */
}
.pr-search .fi_btn input:hover,
.pr-search .fi_btn input:focus {
  background-position: -400px 0;
}

.articlelist .firstitem h3 {
 max-width: 400px;
}

/* Checkbox manipulation */
.fi_chk li > input
{
 opacity: 0;
}
.fi_chk li > input + label {
 background: url(i/input_chk-02.png) right -25px no-repeat;
 padding-right: 18px;
 padding-right: 20px\9;
}

/* Checked styles */
.fi_chk li > input[type=checkbox]:checked + label { background-position: right -1px; }
.fi_chk li > input[type=checkbox]:hover:checked + label,
.fi_chk li > input[type=checkbox]:focus:checked + label,
.fi_chk li > input[type=checkbox]:checked + label:hover,
.fi_chk li > input[type=checkbox]:focus:checked + label { background-position: right -1px; }

/* Hover & Focus styles */
.fi_chk li > input[type=checkbox]:hover + label,
.fi_chk li > input[type=checkbox]:focus + label,
.fi_chk li > input[type=checkbox] + label:hover { background-position: right -47px; }

/* Active styles */
.fi_chk li > input[type=checkbox]:active + label,
.fi_chk li > input[type=checkbox] + label:hover:active { background-position: right -25px; }
.fi_chk li > input[type=checkbox]:active:checked + label,
.fi_chk li > input[type=checkbox]:checked + label:hover:active { background-position: right -25px; }

/* Press Release search box show/hide styling */
.pr-search.dormant {
  background: none; 
}
.pr-search.dormant .fi_chk,
.pr-search.dormant .fi_txt input,
.pr-search.dormant .fi_btn {
  display: none;
}

