.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: #0079CB;
  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: #fff url(i/body-bg.png) repeat-x;
  margin: 0;
  padding: 0;
  color: #272727;
  line-height: 1.2;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;  ~font-size:  75.00%;
}

body.zoom2 .pgmain .boxbody { font-size: 1.2em; }
body.zoom3 .pgmain .boxbody { font-size: 1.4em; }


div, table, caption { font-size: 1em; }


blockquote {
  margin: 0 3em 0 2em;
  padding: .3em .5em;
}
q:after, q:before { content: ""; }


p, blockquote, ul, ol, dl, table {
  margin-top: 0px;
  margin-bottom: .7em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 2.5em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a { 
  color: #0079CB;
  text-decoration: none;
}

a * {
  cursor: pointer;
  _cursor: hand;
}


acronym {
  cursor: help;
  border: none;
}
acronym:hover { border-bottom: 1px dotted #ddd; }


img {
  margin: 0;
  padding: 0;
  border: none; 
  vertical-align: top;
}


h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 1.4em;
  margin-bottom: .2em;
}
h2 {
  font-size: 1.2em;
  margin-top: 1.57em;
  margin-bottom: .55em;
}
h3 {
  font-size: 1.09em;
  margin-top: 1em;
  margin-bottom: .64em;
}
h4 {
  font-size: 1.09em;
  margin-bottom: .2em;
}
h1 a, h2 a, h3 a, h4 a {
  color: #004F97;
}



table { border-collapse: collapse; }
table, td, th, caption {
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
th acronym:hover { border: none; }
th.num, td.num {
  text-align: right; 
  white-space: nowrap; 
}






form { margin: 0; }

fieldset {
  padding: 0;
  margin: 0 0 1em;
  border: none;
}

.fi_txt,
.fi_bdy,
.fi_file,
.fi_chk,
.fi_sel,
.fi_static,
.fi_rdo {
  margin-bottom: .7em;
}
.f_row {
  overflow: hidden;
}
.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_chk {
  padding-right: 20px;
  float: left;
}

.f_row .fi_txt input,
.forms .fi_txt input,
.f_row .fi_sel select,
.forms .fi_sel select {
  width: 180px;
}


.fi_txt label,
.fi_sel label,
.fi_bdy label,
.fi_file label,
.fi_rdo h4 {
  color: #333;
  display: block;
  font-size: 1em;
  padding-bottom: 2px;
  font-weight: normal;
}


input,
select,
textarea {
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
textarea {
  vertical-align: top;
  width: 99%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border: 1px solid #E3E3E3;
  background: #fff;
  color: #555;
  padding: 2px;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #aaa;
}

.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: #d7eef8;
  border: 1px solid #C7C7C7;
  color: #333;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  color: #f7db00;
  background-color: #004A93;
}

.fi_btn.btn_right input {
    position: relative;
    left: 620px;
    margin-bottom: 5px;
}

.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 {height:0;line-height:0;font-size:1px;clear:both;} /* re-appreciated for IE6. */




/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position: relative;
  width: 970px;
  margin: 0 auto;
  text-align: left;
  background: url(i/pgwrap-2col.png) repeat-y 100% 0;
}


.pghead {
  background: url(i/body-bg.png) repeat-x;
  height: 160px;
}

.pghead .wrap {
  /* background: url(i/pghead-wrap.png) no-repeat 0 100%; */
  min-height: 93px; _height: 93px;
}

.pghead .brand {
  margin:0;
  font-size :1em;
}

.pghead .brand img.logo {
  vertical-align: middle;
  margin: 17px 23px;
}

.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  float: left;
  width: 963px;
  _display: inline;
  _background: none;
  border-top: 1px solid #c7c7c7;
  margin-bottom: -26px;
  margin-left: 7px;
  background: url(i/pgmain-bot.png) no-repeat 0 100%;
}

.pgmain .wrap {
  padding: 9px 22px 51px 248px;
  _height:0;min-height:0;/* ie hasLayout fix */
  min-height: 440px; _height: 440px;
}

.pgextra1 {
  float: left;
  width: 170px;
  _display: inline;
  margin-left: -170px;
  _margin-left: -171px;
}

.pgextra1 .wrap {
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.pgextra2 {
  float: left;
  width: 225px;
  margin-left: -963px;
  _display: inline;
  min-height: 50px; _height: 50px;
  border-top: 1px solid #C9C9C9;
  margin-bottom: -26px;
}

.pgextra2 .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */
  padding: 9px 18px 1px 27px;
}

.pgextra3 {
  background: #fff url(i/body-bg.png) repeat-x 0 -156px; /* pghead : 156px */
  
}

.pgextra3 .wrap {
  min-height: 105px; _height: 105px;
}

.pgfoot {
  clear: both;
  background: url(i/pgfoot-bg.png) no-repeat;
  padding-top: 35px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.pgfoot .wrap {
  _height:0;~min-height:0; /* ie hasLayout fix */
  background: #fff;
  padding-top: 3px;
  padding-left: 25px;
}

.pgfoot .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }






/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.boxhead {
  padding-top: .4em;
  margin-top: 0;
  font-size : 1.17em;
  font-family: "Lucida Sans Unicode", "Lucida Grande";
}

.boxhead a {
  color: #272727;
}

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }


.pgmain .boxhead {
  font-size: 1.5em;
  color: #004F97;
  background: url(i/pgm-boxhead.png) no-repeat 0 100%;
  margin-left: -4px;
  padding-left: 4px;
  padding-bottom: 6px;
  margin-bottom: 1.9em;
  clear: both;
  position: relative;
  font-family: Arial;
  font-weight: normal;
}




.sbox {
  float: left;
  width: 50%;
  padding-bottom : 10px;  
}

.sbox .boxhead {
  background: none;
  margin: 0 0 8px 0;
  border-bottom: 1px solid #D9D9D9;
  color:#333;
  font-size: 1.3em;
  padding: 4px 6px 5px 13px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.sbox .boxbody {
  border-left: 1px solid #D9D9D9;
  padding-left: 13px;
  padding-right: 13px;
}

.sbox .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.sbox .item img {
  border: 1px solid #C5C5C5;
  float: none;
  margin-right: -10px;
}

.sbox .item h3 {  }

.sbox ul li {
  background: url(i/al-arrows.png) no-repeat 0 .33em;
  padding-left: 16px;
  padding-bottom: .8em;
}

.sbox .more {
  padding-top: 10px;
}

.wrap .sbox .more a {
  float: none;
  color: #004F97;
  text-decoration: underline;
}


.sbox-1_3 {
  width: 34%;
}

.sbox-1_3 .boxbody {
  padding-left: 13px;
  line-height: 1.6;
}


.sbox-1_3-first {
  width: 32%;
}

.sbox-1_2-first .boxhead,
.sbox-1_3-first .boxhead {
  padding-left: 0;
}

.sbox-1_2-first .boxbody,
.sbox-1_3-first .boxbody {
  border-left: none;
  padding-left: 0;
}




.gbox .boxhead {
  margin-bottom: 12px;
}






/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color: #999;
  display: block; 
  font-weight: normal;
  font-size: .92em;
}
.meta span { padding-right: .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #999; }





/* ******  buttons  ****** */

.more,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
}

.wrap .more a,
.wrap .moreolder a,
.wrap .archivelink a {
  float: left;
  padding: 0 10px 0 0;
}

.buttons {
  margin-top: 1.33em;
  clear: both;
  background: url(i/buttons.png) no-repeat 0 10px;
  width: 685px;
  overflow: hidden;
  padding: 18px 18px 12px 8px;
  margin: 0 -9px;
}

.wrap .buttons a {
  text-align: center;
  width: 53px;
  padding: 7px 0 6px;
  background: url(i/buttons-bg.png) no-repeat 0 50%;
  float: left;
  color: #666;
  text-transform: uppercase;
  font-size: .92em;
}

.wrap .buttons a.prenta {
  float: right;
}

.wrap .buttons a:hover,
.wrap .buttons a:focus,
.wrap .buttons a:active {
  background-position: -53px 50%;
  text-decoration: none;
}

.wrap .buttons .senda { display: none; }



/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom: 1.2em;
  width: 100%;
  overflow: hidden;
}
.articlelist .item h3 {
  font-size: 1em; 
  margin: 0;
}

.articlelist .item h3 a {
  color: #004E96;
}

.articlelist .summary { line-height: 1.4; }
.articlelist .summary p { margin: 0; }
  
.articlelist .item .more a {
  color: #004E97;
  text-decoration: underline;
}

.articlelist .summary table, /* cuz they use image-text in summaries? */
.articlelist img {
  float: right;
  margin: .2em 0 .33em 1em;
}

.articlelist .summary table[align=left],
.articlelist .summary table.left,
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: 1.2em;
}
.articlelist li a {
  color: #004E96;
  font-weight: bold;
}










/* ******  article  ****** */

.article .boxbody { line-height: 1.4; }
.article .meta { margin-bottom: .2em; }
.article h1 {
  margin-top: 0;
}

.article .boxbody h2,
.article .boxbody h3,
.article .boxbody h4 {
  margin-bottom: .2em;
  color: #66676f;
}

.article .subtitle {
  clear: none;
  font-size: 1.1em;
}
.article .summary {
  color: #777;
  padding: 4px 0;
  margin: 0 0 .7em 0;
}
.article .summary p { margin: 0; }

.article img { clear: both; vertical-align: text-bottom; }
.article img.left { float: left;  margin: .2em 2em .2em 0; }
.article img.right { float: right;  margin: .2em 0 .5em 2em; }
.article img.center { float: none; display: block; margin: 0 auto .7em auto; text-align: center;}

.article table {
  border: 1px solid #ddd;
}
.article caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article th {
  font-weight: bold;
  padding: .4em .6em;
  border-top: 1px solid #eee;
  background-color: #0079CB;
  color: #fff;
}
.article td {
  padding: .3em .6em;
  border-top: 1px solid #eee;
}
.article tr.alt td {
  background-color: #f8f8f8;
}
.article tr:hover td {
 background-color: #e4eff9;
}
.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.article ul li,
.article ol ul li { 
  background: url(i/article-li.png) no-repeat 0 .22em;
  padding-left: 18px;
}
.article li { 
  margin-bottom: .6em;
}
.article ol li,
.article ul ol li {
  padding-left: 0;
  background: transparent none;
}
.article ul ul li,
.article ul ol li,
.article ol ul li,
.article ol ol li {
  margin-bottom: 0;
}
.article ul ul,
.article ul ol,
.article ol ul,
.article ol ol {
  margin-bottom: .6em;
}
.article ul > ul,
.article ul > ol,
.article ol > ul,
.article ol > ol {
  margin-top: -.6em;
}


/* FIXME: this is awful - but needed until we figure out a way to clean up nested */
.article ul ul, 
.article ul ol,
.article ol ul, 
.article ol ol {
  _padding-left: 18px;
}
.article ul > ul {
  padding-left: 18px;
}
.article ul > ol {
  padding-left: 40px;
}
.article ol > ol {
  padding-left: 22px;
}

.article li > ol {
  padding-left: 22px;
}
.article li[style] ul, 
.article li[style] ol {
  margin-left: -18px;
  border-left: 18px solid #fff;
}


/* /FIXME */


.article blockquote {
  width: 539px;
  background: #F9F9F9 url(i/blockquote-bot.png) no-repeat 0 100%;
  padding: 16px 28px 18px;
  color: #777;
  margin: 0 20px 1.2em 48px;
}

.article blockquote div {
  margin: -16px -28px -18px;
  padding: 16px 28px 18px;
  background: url(i/blockquote-top.png) no-repeat;
}

.article blockquote .quoteart {
  float: left;
  display : block;
  width: 56px;
  height: 50px;
  background: url(i/blockquote-art.png) no-repeat;
  margin-left: -14px;
}


.article .paging { display: none; }

.article .paging p {
  text-align: center;
}

.article .paging li {
  background: none;
  padding: 0;
}

.article .paging li.prev { float: left; }
.article .paging li.next { float: right; }
.article .paging li.index { text-align: center; }


.article .fn {
  font-size: .92em;
  background: #eee;
  border: 1px solid #ccc;
  color: #555;
}


/*
.article p#video { 
  text-align: center;
  margin-bottom: 2em;
}
.article .videotable {
  border: none;
  margin: 0 -15px 1em;
}
.article .videotable td {
  padding: 0 15px 20px;
  color: #004691;
  font-weight: bold;
  width: 114px;
  text-align: center;
  border: none;
}
.article .videotable tr:hover td,
.article .videotable tr.alt td { background: none; }
.article .videotable td a {
  display: block;
  border: 2px solid #c2c2c2;
  margin-bottom: .2em;
}
.article .videotable td a:hover,
.article .videotable td a:focus {
  border-color: #004d97;
}
*/

.videotable .boxbody {
  padding: 0 15px;
}
.videotable p#video { 
  text-align: center;
  margin-bottom: 2em;
}
.videotable .item {
  float: left;
  color: #004691;
  font-weight: bold;
  padding: 0 15px 20px;
  text-align: center;
  width: 134px;
}
.videotable .item h3 {
  margin: 0;
}
.videotable .item a {
  text-align: center;
  display: block;
  margin-bottom: 0.2em;
}
.videotable .item a img {
  border: 2px solid #C2C2C2;
}
.videotable .item a:hover img,
.videotable .item a:focus img {
  border-color: #004d97;
}
.wrap .videotable .moreolder {
  float: none;
  margin: 0;
  clear: both;
  overflow: hidden;
}


.picturetable .boxbody {
  padding: 0 0px;
}
.picturetable p#video { 
  text-align: center;
  margin-bottom: 2em;
}
.picturetable .item {
  float: left;
  color: #004691;
  font-weight: bold;
  padding: 0 30px 20px;
  text-align: center;
  width: 165px;
}
.picturetable .item h3 {
  margin: 0;
  display: none;
}
.picturetable .item a {
  text-align: center;
  display: block;
  margin-bottom: 0.2em;
}
.picturetable .item a img {
  border: 2px solid #C2C2C2;
}
.picturetable .item a:hover img,
.picturetable .item a:focus img {
  border-color: #004d97;
}
.wrap .picturetable .moreolder {
  float: none;
  margin: 0;
  clear: both;
  overflow: hidden;
}


/* ******  imgbox  ****** */

.imgbox {
  position: static;
  float: right;
  margin: 0 0 .75em 12px;
  width: auto;
}

div.wrap .imgbox .boxbody {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  _display: inline;
}

.imgbox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
}

.imgbox .imgcontent {
  width: 180px;
  padding: 5px 10px;
}

.imgbox .imgtext {
  color: #333;
  font-weight: normal;
  font-size: .92em;
}

.imgbox .imgmeta {
  width: 180px;
  color: #666;
  font-weight: normal;
  font-size: .83em;
  padding: 5px 10px;
}

.imgbox .imgname { display: none; }

.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float: none;
  padding: 0;
}

.pgextra1 .imgbox .imgboxbody,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgboxbody,
.pgextra2 .imgbox .imgmeta { width: auto; }


.imgbox .pgno,
.imgbox .pgr,
.imgbox .pgs {
  text-align: center;
}






/* *** ebox *** */

.ebox {
  background: url(i/ebox-bot.png) repeat-x 0 100%;
  _background-image: url(i/home/ebox-bot.gif);
  position : absolute;
  right: -7px;
  top: 110px;
  z-index: 12;
  width: 233px;
  color: #515151;
}

.ebox .boxhead,
.ebox .boxbody h1 {
  padding-right: 25px;
  padding-left: 20px;
  position : absolute;
  top: 29px;
  left: 0;
  padding-top: 0.4em;
  margin-top: -.6em;
  font-size: 1.3em;
  font-weight: normal;
  color: #004D97;
  font-family: Arial;
}

.ebox .boxhead a,
.ebox .boxbody h1 a {
  color: #004D97;
}

.ebox .boxbody {
  min-height: 55px; _height: 55px;
  padding: 50px 23px 10px 20px;
  background: url(i/ebox-top.png) no-repeat;
}

.ebox p {
  margin-bottom: 1.2em;
}

.ebox h3 { display: none; }

.ebox h4 {
  margin-bottom: 5px;
  color: #A6A6A6;
}

.ebox .nav li {
  font-size: .92em;
}

.ebox .nav li:first-child {
  font-size: 1em;
}

.ebox .nav li a {
  border-top: 1px solid #B8B8B8;
  padding: 5px 0 7px 3px;
  display : block;
  color: #333;
  _height:0;~min-height:0; /* ie hasLayout fix */
}





/* *** imgpopup *** */

.ipopup-curtain {
  position : fixed;
  _position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  top: 0;
  left: 0;
  background: url(i/alpha.png);
  _background-image: url(i/alpha.gif);
  text-align: center;
}

.ipopup-container {
  position : absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}


.ipopup-container-wrapper { 
  margin: 32px auto; 
  padding: 20px 20px 10px;
  display : inline-block;
  border: 1px solid #c8c8c8;
  background: #fff;
  width: 666px;
}
.ipopup-container .img { display: block; text-align: center; }
.ipopup-container .image img {
  _width: 666px;max-width: 666px;
}
.ipopup-container .title { display : none; }
.ipopup-container .desc {
  width : 666px;
  padding : 5px 0;
  text-align : left;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}

.ipopup-container .stepper { padding: 5px 0; }

.ipopup-container .paging .next { float: right; }

.ipopup-container .paging li.nav-end { display: none; }






/* ******  quizbox  ****** */

.quizbox .question { font-weight: bold; }
.quizbox h3 {
  margin: .5em 0;
}
.quizbox .thanks {
  color: #06b;
}
.quizbox ul {}
.quizbox li {
  margin-bottom: .5em;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.quizbox label { display: inline; }
.quizbox .options li {}
.quizbox span.stat { display: block; }
.quizbox span.stat i {
  font-style: normal;
  color: #777;
  padding-left: .5em;
}
.quizbox span.bar {
  display: block; 
  background-color: #ddd;
}
.quizbox .results .bar img {
  height: .91em;
  background: #888;
}
.pgmain p.morequizes { overflow: hidden; }




/* ******  quizlist  ****** */

.quizlist .quiz {
  float: left;
  width: 45%;
  margin-right: 4.5%;
  _display: inline;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  min-height: 23.5em;
  _height: 23.5em;
}
.quizlist .dates,
.quizlist .totalnum {
  clear: both;
  font-size: .92em;
  color: #777;
  margin: 0;
}
.quizlist .totalnum { margin-top: .7em; }
.quizlist .dates b,
.quizlist .totalnum b {
  float: left;
  margin-bottom: .09em;
  margin-right: .5em;
  font-weight: normal;
  width: 10em;
}






/* ******  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%; }





/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position: absolute;
  font-size: 0.92em;
  padding: 0;
  margin-top: 32px;
  left: 238px;
  width: 600px;
}

.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {
  padding: 10px 16px 9px;
}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  color: #64656C;
  font-weight: normal;
  background: url(i/bread-arrow.png) no-repeat 0 .44em;
  padding-left: 10px;
}
.breadcrumbs i { display : none; }

.breadcrumbs a.home {
  background: none;
  padding: 0;
}




/* ******  mnav  ****** */

.mnav {
  position: absolute;
  z-index: 13;
  top: 124px;
  left: 4px;
  width: 968px;
  background: url(i/mnav-top.png) no-repeat;
  margin-top: -1.3em;
}

.home .mnav,
.extranet_loggedin .mnav {
  width: 740px;
}

.mnav .boxhead { position:absolute;right:9999px;left:auto; }

.mnav .boxbody {
  padding: 3px;
  background: url(i/mnav-bot.png) no-repeat 0 100%;
  /* text-transform: uppercase; */
}

.mnav ul {

}

.mnav ul:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
  
.mnav li {
  float: left;
  background: url(i/mnav-sep.png) repeat-y 0 100%;
  padding: 6px 7px 5px 8px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.mnav li a {
  _float: left;
  padding: 4px 5px 4px;
  display : block;
  _height:0;~min-height:0; /* ie hasLayout fix */
  font-family: Arial, Helvetica, "Lucida Sans Unicode", "Lucida Grande";
  font-size: 1.1em;
  color: #4F5058;
  font-weight: bold;
}

.mnav li.home a {
  background: none;
}

.mnav li.cat9 {
  float: right;
}

.mnav li.cat9 a {
  color: #004D97;
}

.wrap .mnav .open a,
.wrap .mnav .parent a,
.wrap .mnav .current a,
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  border: 1px solid #d0d0d0;
  background: #004F97 url(i/mnav-li-curr.png) repeat-x;
  text-decoration: none;
  color: #fff;
  padding: 3px 4px 3px;
}

.wrap .mnav .open a {
  border-bottom: none;
  position: relative;
  z-index: 21;
}


/* l2 */

.mnav .level2 {
  float: left;
  position: absolute;
  top: 31px;
  background: #004e96;
  border: 1px solid #d0d0d0;
  width: 159px;
  display: none;
  padding-bottom: 5px;
  _margin-left: -100px;
  z-index: 13;
}

.mnav .open .level2 {
  display: block;
}

.mnav .level2 li {
  padding: 0;
  float: none;
  background: none;
}

.wrap .mnav .level2 li a {
  color: #fff;
  font-weight: normal;
  display: block;
  float: none;
  padding: 5px 10px;
  font-size: 1em;
  border: none;
  background: none;
}

.mnav .level2 li a:hover,
.mnav .level2 li a:focus,
.mnav .level2 li a:active {
  border: none;
  padding: 5px 10px;
  text-decoration: underline;
  background: none;
}

.extranet_loggedin .mnav .cat9,
.home .mnav .cat9 { display: none; }




/* ******  snav  ****** */

.snav {
  margin: 0 -18px 0 -31px;
  position: relative;
  z-index: 10;
  padding-bottom: 130px;
}
  
.snav .boxhead { 
  position: absolute;
  left: 3px;
  top: -115px;
  background: #004D97 url(i/snav-boxhead.png) repeat-x 0 100%;
  color: #fff;
  padding: 28px 20px 0 18px;
  font-family: Trebuchet MS;
  font-weight: normal;
  font-size: 2em;
  height: 60px;
  border: 1px solid #c8c8c8;
  border-right: none;
  min-width: 186px; _width: 186px;
  white-space: nowrap;
}
.snav .boxhead a {
  position: relative;
  display: block;
  margin: -15px;
  padding: 15px;
  color: #fff;
}
.wrap .snav .boxhead a:hover,
.wrap .snav .boxhead a:focus,
.wrap .snav .boxhead a:active {
  color: #fff;
}

.snav li {
  _display: inline;
}

.snav li a {
  display: block;
  padding: 12px 12px 12px 25px;
  _height:0;~min-height:0; /* ie hasLayout fix */
  color: #43444D;
  font-size: 1.05em;
}

.snav .parent,
.snav .current {
  background: url(i/snav-curr-top.png) no-repeat;
}

.snav .parent a,
.snav .current a {
  background: url(i/snav-curr-bot.png) no-repeat 100% 100%;
  font-weight: bold;
  color: #004D97;
  padding: 14px 12px 13px 25px;
}

.snav .inactive a {
  font-style: italic;
}

/* l2 */

.snav .level2 {
  background: url(i/pgwrap-2col.png) repeat-y 3px 0;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.snav .level2 li {
  background: none;
}

.snav .level2 li a {
  background: none;
  color: #777;
  padding: 4px 12px 3px 40px;
  font-weight: normal;
  font-style: normal;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  color: #343434;
  font-weight: bold;
}

.snav .level2 .inactive a {
  font-style: italic;
}


/* l3 */

.snav .level2 .level3 li a {
  padding-left: 55px;
  font-weight: normal;
  color: #777;
  font-style: normal;
}

.snav .level2 .level3 .current a {
  color: #004D97;
  text-decoration: underline;
  font-weight: bold;
}

.snav .level2 .level3 .inactive a {
  font-style: italic;
}



div.wrap .snav a:hover,
div.wrap .snav a:focus,
div.wrap .snav a:active {
  color: #000;
}



/* ******  enav  ****** */

.enav { 
  float: right;
  width: 300px;
}

.enav .boxhead { position:absolute;right:9999px;left:auto; }

.enav ul {
  overflow: hidden;
  width: auto;
  float: right;
}

.enav li {
  float: left;
  display: inline;
  padding: 0 9px;
  background: url(i/enav-sep.png) no-repeat 0 100%;
}

.enav ul li:first-child,
.enav li.cat1 { background: none; }

.enav li a {
  color: #272727;
}

.enav .parent a,
.enav .current a { font-weight: bold; }





/* ******  flnav  ****** */

.flnav {
  position: absolute;
  top: 45px;
  margin-top: -.6em;
  right: 2px;
  width: 250px;
}

.flnav .boxhead { position:absolute;right:9999px;left:auto; }

.flnav ul {
  font-size: .92em;
  float: right;
}

.flnav li {
  float: left;
}

.flnav li a {
  float: left;
  color: #64656C;
  padding: 3px 8px;
  _height:0;~min-height:0; /* ie hasLayout fix */
  background: url(i/flnav-sep.png) no-repeat 0 60%;
}

.flnav li.cat1 a {
  background: none;
}





/* ***** xnav ***** */

.xnav {
  margin-bottom: 2em;
  background: url(i/xnav-bg.png) no-repeat;
  width: 964px;
  min-height: 241px; _height: 241px;
}

.xnav .boxhead { position:absolute;right:9999px;left:auto; }

.xnav ul {
  width: 100%;
  overflow: hidden;
}

.xnav li {
  float: left;
  width: 160px;
  font-weight: bold;
  text-transform: uppercase;
}

.xnav li a {
  color: #999;
  padding: 17px 10px 11px 20px;
  display : block;
  _height:0;~min-height:0; /* ie hasLayout fix */
  font-weight: bold;
}

.xnav .level2 {
  padding-top: 5px;
}

.xnav .level2 li {
  float: none;
  font-weight: normal;
  text-transform: none;
  width: 100%;
}

.xnav .level2 li a {
  padding: 5px 20px 5px;
  color: #43444D;
  font-weight: normal;
}

.xnav .cat7 { display: none; }











/* ******  monthlist ****** */

.pgmain .monthlist .boxhead { position:absolute;right:9999px;left:auto; }

.pgmain td table.calendar {
  font-size: .92em;
}
.monthlist table.grid { width: 100%; }
.monthlist td {
  padding: 0 0 10px 0;
}


.monthlist .pager {
  padding-top: 5px;
  text-align: center;
}

.monthlist .pager .prev {
  float: left;
  padding-right: 7px;
  border-right: 1px solid #eee;
}

.monthlist .pager .next {
  float: right;
  padding-left: 7px;
  border-left: 1px solid #eee;
}




/* ******  calendar  ****** */

.monthlist {
  position: relative;
  width: 200px;
}

.monthlist h4 {
  font-weight: bold;
  font-style: normal;
  text-align: center;
  padding: .1em;
  font-size: 1.08em;
  position: relative;
  z-index: 1;
  color: #4D4D4D;
  font-weight: normal;
}

.monthlist h4 a {
  color: #4D4D4D;
}

.monthlist .paging .stepper,
.monthlist .paging { height: 0; }

.monthlist .paging .prev a,
.monthlist .paging .next a {
  position: absolute;
  z-index: 5;
  left: 3px;
  width: 18px;
  text-indent: -9999em;
  overflow: hidden;
  top: 3px;
  margin: 0 3px 0;
  display: block;
  background: url(i/monthlist-arrow-prev.png) no-repeat 50% 50%;
}
.monthlist .paging .next a {
  background-image: url(i/monthlist-arrow-next.png);
  left: auto;
  right: 3px;
}
table.calendar {
  margin: 0;
  width: 100%;
}
.calendar th {
  color: #333;
  text-align: center;
  padding: .2em;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  font-weight: normal;
}
.calendar td {
  width: 14.2857%;
  color: #343534;
  padding: 0;
  text-align: center;
  background: url(i/monthlist-td.png) no-repeat 50% 50%;
  border-bottom: 2px solid #fff;
  border-right: 4px solid #fff;
  font-weight: bold;
}
.calendar .sa { }
.calendar .su { color: #555; }
.calendar .o { background: none; }
.calendar .osa { }
.calendar .osu { }
.calendar .today {
  background-image: url(i/monthlist-td-c.png);
  color: #fff;
}

.calendar td.today i {
  font-weight: bold;
}
.calendar td i,
.calendar td a {
  display: block;
  font-style: normal;
  padding: 4px 0;
}
.calendar td a { 
  background: url(i/monthlist-td-a.png) no-repeat 50% 50%;
  color: #343534;
}
.wrap .calendar td a:hover,
.wrap .calendar td a:focus,
.wrap .calendar td a:active {
  color: #343534
}


.dateinfo {
  display: none;
  position: absolute;
  z-index: 50;
  text-align: left;
  border: 1px solid #1f4a96;
  background: #fff;
  padding: 0;
  width: 140px;
}
.js-active .dateinfo { display: block; }
.dateinfo strong {
  text-transform: capitalize;
  display: block;
  margin-bottom: 2px;
  padding: 2px 8px 2px 4px;
  color: #fff;
  background: #1f4a96;
}
.dateinfo ul {
}
.dateinfo li {
}
.dateinfo li a {
  padding: 3px 8px 3px 4px;
  background: #fff;
  font-weight: bold;
  color: #121314;
  min-width: 120px;
  max-width: 300px;
  display: block;
  text-align: left;
}
.wrap .dateinfo li a:hover,
.wrap .dateinfo li a:focus {
  text-decoration: underline;
  background: #fff;
  color: #121314;
}



/* ****** eventlist ****** */

.twocol .event .meta,
.twocol .eventlist .meta {
  font-size: 1em;
  color: #272727;
  display: inline;
}

.eventlist .item {
  ~overflow: visible;
}

.eventlist .meta .source { display: none; }

.eventlist .item .more a {
  float: none;
}

.twocol .eventlist h3,
.twocol .eventlist li {
  background: url(i/event-arrow.png) no-repeat 0 .35em;
  padding-left: 13px;
}

.twocol .eventlist h4 {
  padding-left: 13px;
}

.twocol .eventlist .item h3 a {
  color: #272727;
}

.twocol .eventlist .item .summary {
  padding-left: 13px;
}


.eventlist li a {
  font-weight: normal;
  color: #272727;
}





/* ****** pevents (extends: eventlist) ******* */

div.wrap .pevents {
  min-height: 50px; _height: 50px;
}

.pevents .boxhead {
  background: none;
  font-size: 1.3em;
  border-bottom: 1px solid #D9D9D9;
  color: #333;
  margin-bottom: 12px;
}

div.wrap .pevents .boxbody {
  padding-right: 0;
  padding-bottom: 20px;
}

.wrap .pevents .meta { display: none; }



/* ******  advert  ****** */
.advert {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.advert .boxhead { text-align: left; }
.advert .boxbody { text-align: center; }
.advert img { margin-bottom: 1em; }





/* ******  loginform  ****** */
.loginform {}





/* ******  loginpagebox  ****** */

.loginpagebox label {
  width: 7em;
  float: left;
  margin-top: .2em;
}

.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left: 7em;
}





/* ******  qsearch  ****** */

.qsearch {
  position: absolute;
  top: 69px;
  margin-top: -.6em;
  right: 2px;
  width: 219px;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }

.qsearch .boxbody { padding: 0; }

.qsearch .fi_txt {
  float: left;
  padding-right: 4px;
}

.qsearch .fi_txt input {
  width: 142px;
  border-color: #E3E3E3;
  padding: 3px 2px 1px;
}

.qsearch .fi_btn {
  border: 1px solid #E3E3E3;
  float: left;
  ~margin-top: 1px;
}

.qsearch .fi_btn input {
  width: 60px;
  font-size: .91em;
  border: 1px solid #fff;
  color: #777;
  line-height: 1.2;
  padding-top: 1px;
  padding-bottom: 0;
}

.qsearch .fi_btn input:hover,
.qsearch .fi_btn input:focus,
.qsearch .fi_btn input:active {
  color: #f7db00;
}

/* *** searchresults *** */
.searchresults .more {
  overflow:hidden;
}
.searchresults .filter {
  display:none;
}

/* ******  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: #0079CB; }
.sitemap .boxbody i:hover { border-color: #aaa; }






/* ****** mediagallery ****** */

.mediagallery {
  _height:0;min-height:0; /* ie hasLayout fix */
  margin-bottom: 1em;
}

.mediagallery .boxbody {
  text-align: center;
}

.mediagallery ul {
  width: 100%;
  overflow: hidden;
}

.mediagallery li {
  float: left;
  margin: 0 15px 15px;
  position: relative;
  _display: inline;
  text-align: center;
}

.mediagallery .pgs {
  clear: both;
}



/* albums (extends: mediagallery) */

.albums li a {
  overflow: hidden;
  display: block;
}




/* imagelist (extends: mediagallery) */

.imagelist li a {
  height: 160px;
  width: 200px;
  vertical-align: middle;
  text-align: center;
}


/* imgalbum-bigimage (extends: mediagallery) */

.singleimage .content:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.singleimage .imgcontent .imgtext {
  text-align: left;
  margin: 0;
}





/* ******  people  ******* */

.people table { 
  width: 100%; 
}

.people table th,
.people table td { 
  padding: 6px 6px 6px 11px;
  border-bottom: 1px solid #161717;
}

.people th.col1 { width: 30%; }
.people th.col2 { width: 30%; }
.people th.col3 { width: 20%; }
.people th.col4 { width: 30%; }

.people .even td {
  background: #fcfbd4;
}

.people .close {
  display: block;
  background: #161717  url(i/people-close.gif) 6px 50% no-repeat;
  border-right: 1px solid #161717;
  border-left: 1px solid #161717;
  padding: 3px 22px;
  color: #fff;
}

.people .close:hover {
  background-color: #999;
  color: #fff;
  text-decoration: none;
}

.people .open {
  display: none;
}

.people .subrow td {
  padding: 0;
}



/* ******  persona  ******* */

td .persona {
  padding: 15px 10px 13px 157px;
  margin: 0;
  width: auto;
  background: 0;
  border: 1px solid #513f17;
  border-top: none;
  border-bottom: none;
}
td .persona .content {
  padding: 0 0 2em;
  _height:142px;min-height:142px;
}
td .persona h3 {
  font-size: 1.67em;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
td .persona .imgbox {
  padding: 0 20px .75em 0;
  float: left;
  padding-bottom: 0;
  margin: 0 0 0 -116px;
  border: none;
}
td .persona .imgbox img {
  border: 1px solid #fff;
  padding: 0;
  max-height: 140px;
  max-widtht: 105px;
}
td .persona ul {
}
td .persona li {
  margin-bottom: .3em;
}
td .persona li b {
  display: inline;
  font-weight: normal;
}
td .persona .title b {
  font-weight: bold;
}
td .persona .info {
  margin-right: 20px;
}






/* ******  footer  ****** */

.footer {
  width: 600px;
}

.footer .boxhead { /* display: none; */ }

.footer a {
  color: #272727;
}

.footer i {
  margin: 0 5px;
}




/* ******  byggiraeplica  ****** */

.byggiraeplica {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
  _height:0;min-height:0; /* ie hasLayout fix */
  background: #fff;
}

.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(http://codecentre.eplica.is/f/e2-b50.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/e2-b50.png',sizingMethod='crop');
}





/* ******  imgbanner  ****** */

.pgextra3 .imgbanner {
  text-align: right;
  padding-bottom: 15px;
}

.pgextra3 .imgbanner img {
  border: 1px solid #c1c1c1;
}


.pgfoot .imgbanner {
  position: absolute;
  margin-top: -357px;
  left: 7px;
}





/* ****** pagestyle  ****** */

.pagestyle { 
  position : absolute;
  z-index: 10;
  right: 17px;
  width: 100px;
  padding-top: 1em;
  margin-top: 0;
}

.home .pagestyle { display: none; }

.pagestyle .boxhead {
  float: left;
  font-size: .92em;
  background: none;
  font-weight: normal;
  color: #77787E;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.pagestyle ul {
  
}

.pagestyle li {
  float: right;
  margin-right: 5px;
  _display: inline;
}
.pagestyle 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 : 13px;
  height : 13px;
  float: left;
  background: url(i/font-dwn.png)
}

.pagestyle .up a {
  background-image: url(i/font-up.png);
}

.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active {
  background-position: 0 -13px;
}




/* ******* eventform ******* */

.eventform .boxhead {
  background: none;
  font-size: 1.3em;
  border-bottom: 1px solid #D9D9D9;
  color: #333;
}


.eventform .fi_txt input,
.eventform .fi_bdy textarea {
  width: 305px;
}

.eventform .fi_txt small {
  display: block;
}

.eventform .fi_bdy textarea {
  height: 50px;
}

.eventform .f_row .fi_txt input {
  width: 142px;
}

.eventform acronym { display: none; }

.eventform fieldset {
  float: left;
  width: 48.5%;
  border-right: 1px solid #D9D9D9;
}

.eventform fieldset.pinfo {
  float: right;
  border: none;
}

.eventform .fi_btn {
  clear: both;
  text-align: right;
  padding-right: 26px;
  padding-top: 5px;
}




/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #0079CB;  text-decoration: underline; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }



/* ***************** */
/* ****  MILLI  **** */
/* ***************** */


/* **** layout **** */

.milli .pgmain .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.milli .pgextra3 .wrap {
  
}



/* **** box **** */

.milli .pgmain .boxhead-first {
  
}



/* **** article **** */

.milli .article .boxbody {
  line-height: 1.6;
  padding-bottom: 20px;
}

.milli .article .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.milli .article .imgbox .boxbody {
  line-height: 1.2;
}





/* **** breadcrumbs **** */

.milli .breadcrumbs {

}



/* **** snav **** */

.milli .snav {
  padding-bottom: 0;
}

.milli .snav .boxhead {
  display: none;
}



/* **** imgbanner **** */

.milli .pgextra3 .imgbanner {
  padding-bottom: 18px;
}

.milli .pgfoot .imgbanner {
  display: none;
}



/* **** monthlist **** */

.milli .monthlist {
  position: absolute;
  right: 22px;
  top: 370px;
}

.milli .monthlist .boxhead { display: none; }



/* **** eventlist **** */

.milli .eventlist {
  min-height: 230px; _height: 230px;
}

.milli .eventlist .boxbody {
  padding-right: 230px;
}





/* **************** */
/* ****  HOME  **** */
/* **************** */



/* **** layout **** */

.home .pgwrap {
  background: url(i/home/pgwrap.png) repeat-y 6px 0;
}

.home .pgextra3 {
  
}

.home .pgextra3 .wrap {
  padding-bottom: 19px;
  width: 100%;
  overflow: hidden;
  min-height: 160px; _height: 160px;
}

.home .pgmain {
  background: url(i/home/pgmain-top.png) no-repeat;
  float: none;
  border: none;
  margin: 0 0 0 6px;
  width: 964px;
  position: relative;
  _float: left;
}

.home .pgmain .wrap {
  padding: 0;
  margin: 0;
  background: url(i/home/pgmain-bot.png) no-repeat 0 100%;
}

.home .pgmain .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.home .pgextra2 {
  border: none;
  margin: 0;
  min-height: 0; _height: 0;
}
.home .pgextra2 .wrap {
  padding: 0;
}

.home .pgfoot {
  padding-top: 0;
  background: none;
  border: none;
}

.home .pgfoot .wrap {
  padding-top: 16px;
}




.home .pgtop,
.home .pgbot {
  clear: both;
}




/* **** box **** */

.hbox-left .boxhead,
.hbox-mid .boxhead,
.hbox-right .boxhead {
  color: #333;
  background: none;
  margin: 0;
  font-size: 1.3em;
  border-bottom: 1px solid #D9D9D9;
  padding: 12px 10px 4px;
  font-weight: normal;
}

.hbox-mid .boxhead { padding-left: 22px; }

.hbox-left .boxbody,
.hbox-mid .boxbody,
.hbox-right .boxbody {
  padding: 10px 12px 12px 10px;
}

.hbox-left {
  float: left;
  clear: right;
  width: 482px;
  margin-left: 10px;
  padding-bottom: 20px;
}

.hbox-left .boxhead {
  margin-bottom: 4px;
}

.hbox-left .boxbody {
  padding-right: 18px;
}

.hbox-mid {
  width: 216px;
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
}

.hbox-mid .boxbody {
  background: url(i/home/box2-sep.png) no-repeat 0 100%;
  padding-left: 22px;
}


.hbox-right {
  width: 208px;
  margin: 0 9px 8px;
  float: right;
}

.hbox-right .boxbody {
  padding-left: 12px;
  padding-right: 15px;
}






/* **** imgbanner **** */

.home .pgextra3 .advert,
.home .pgextra3 .imgbanner {
  float: left;
  background: none;
  padding-bottom: 0;
  position : relative;
  z-index: 10;
  width: auto;
  margin-left: 6px;
}

.home .pgextra3 .advert img,
.home .pgextra3 .imgbanner img {

}



/* **** introbox **** */

.pgextra3 .introbox {
  position: absolute;
  left: 254px;
  top: 200px;
  width: 620px;
  font-family: "Lucida Sans Unicode", "Lucida Grande";
}

.pgextra3 .introbox h3 {
  font-weight: normal;
  font-size: 1.2em;
  margin-bottom: .4em;
}

.pgextra3 .introbox p {
  line-height: 1.6;
  color: #5A5B63;
}



/* ****  articlelist  **** */

.home .moreolder a,
.home .archivelink a {
  background: #fff url(i/home/archivelink-arrow.png) no-repeat 100% 50%;
  color: #015880;
  padding: 5px 30px 7px 0;
}





/* **** news (extends: articlelist) **** */

.news {
  clear: left;
  width: 478px;
  margin-left: 0;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.news .boxhead {
  background: url(i/news-boxhead.png) no-repeat 0 100%;
  border: none;
  margin: -33px 0 0;
  padding-left: 19px;
  position: relative;
}

.news .boxbody {
  padding-top: 24px;
  padding-bottom: 40px; /* cuz of moreolder link */
  padding-left: 20px;
}

.news .item {
  overflow: visible;
}

.news .item:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.news .item h3 {
  font-size: 1.1em;
}

.news .item .meta {
  font-size: .8em;
}

.js-active .news .item .meta {
  position: absolute;
  left: -15px;
  font-size: .8em;
  z-index: 10px;
  text-align: center;
  background: #fff url(i/home/date-bottom.png) no-repeat 0 100%;
  font-family: Georgia;
  margin-top: -3px;
  width: 27px;
}

.js-active .news .item .meta .date {
  display: block;
  background: url(i/home/date-top.png) no-repeat;
  padding: 6px 5px;
}

.js-active .news .item .date span {
  display: block;
  width: 17px;
}
.js-active .news .item .date .day { font-weight: bold; }
.js-active .news .item .date .year { display: none; }


.news ul {
  clear: none;
  margin-top: -1.2em;
  margin-bottom: 0;
}


.news li {
  padding-top: 1.2em;
  padding-bottom: 0;
}

.news .moreolder a,
.news .archivelink a {
  position: absolute;
  bottom: 14px;
  left: 19px;

}






/* ***** qlinks ***** */

.home .qlinks .boxbody {
  padding-top: 0;
}

.home .qlinks li {
  background: url(i/home/qlinks-sep.png) repeat-x;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.home .qlinks li.cat1 {
  background: none;
}

.home .qlinks li a {
  background: url(i/home/qlinks-arrow.png) no-repeat 2px .85em;
  display: block;
  padding: 7px 6px 6px 16px;
  color: #43444D;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.home .qlinks a:hover,
.home .qlinks a:focus,
.home .qlinks a:active {
  color: #0075B6;
  text-decoration: none;
}
.home .qlinks img { margin-top: 8px; }





/* ****** challenges ****** */

.challenges {
  float: right;
  clear: right;
  width: 472px;
  background: url(i/home/challenges-bot.png) no-repeat 0 100%;
  position: relative;
  padding-right: 7px;
  padding-bottom: 8px;
  margin-right: -7px;
  _display: inline;
}

.challenges .boxhead {
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  background: none;
  margin: 0;
  font-size: 1.3em;
  padding: 18px 10px 4px 21px;
  white-space: nowrap;
}


.wrap .challenges .boxbody {
  line-height: 1.5;
  padding: 45px 22px 12px 21px;
  background: #fff url(i/home/challenges-grad.png) repeat-x 0 100%;
  min-height: 177px; _height: 177px;
  border: 1px solid #C9C9C9;
}

.challenges img {
  position: absolute;
  right: 8px;
  bottom: 17px;
}

.challenges li {
  padding-left: 19px;
  background: url(i/ebox-arrow.png) no-repeat 3px .44em;
  margin-bottom: .2em;
}

.challenges p.last {
  padding-right: 130px;
}

.challenges .loss {
  background: url(i/home/challenges-loss.png) no-repeat 0 100%;
  margin-left: -21px;
  padding-left: 21px;
  position: relative;
  _height:0;min-height:0; /* ie hasLayout fix */
  margin-bottom: 15px;
}


.challenges .loss:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.challenges .loss strong {
  color: #CD2121;
  font-size: 1.8em;
  font-weight: normal;
  display: block;
  background: url(i/home/challenges-loss-strong.png) no-repeat 100% 100%;
  padding-right: 12px;
  margin-right: 14px;
  float: left;
  padding-bottom: 6px;
}

.challenges .loss span {
  float: left;
  width: 345px;
  position: absolute;
  bottom: 10px;
  left: 110px;
}




/* ****** vbox ****** */

.vbox {
  float: right;
  clear: right;
  width: 479px;
  background: url(i/home/vbox-bot.png) no-repeat 0 100%;
  position: relative;
  margin-right: -7px;
  _display: inline;
}

.vbox .boxhead {
  display: none;
}

.wrap .vbox .boxbody {
  line-height: 1.5;
  padding: 23px 21px 32px 22px;
  background: url(i/home/vbox-top.png) no-repeat;
  min-height: 70px; _height: 70px;
}

.wrap .vbox .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.wrap .vbox .item {
  margin-bottom: 0;
  position: relative;
  padding-left: 130px;
  min-height: 72px; _height: 72px;
  width: 300px;
}

.wrap .vbox .item img {
  float: left;
  border: none;
  padding: 0;
  margin: 0 16px 0 0;
  position: absolute;
  left: 0;
  top: 0;
}

.wrap .moreolder {
  margin: 0 -10px 0 0;
  height: auto;
  float: right;
  _display: inline;
}





/* ******* ebox ********* */

.home .ebox .boxbody {
  min-height: 57px; _height: 57px;
}


/* *****  shoutbox  ***** */

.shoutbox {
  border: 1px solid #c8c8c8;
  background: #004D97 url(i/shoutbox-bg.png) repeat-x 0 100%;
  color: #fff;
  width: 716px;
  margin-left: 6px;
  font-family: "Lucida Sans Unicode", "Lucida Grande";
  position: relative;
  min-height: 158px; _height: 158px;
}

.shoutbox .boxbody {
  padding-right: 12px;
  padding-left: 347px;
  line-height: 1.3;
}

.shoutbox .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  border: none;
  padding: 0;
}

.shoutbox h1 {
  margin-top: 18px;
  font-weight: normal;
  font-size: 2.3em;
  margin-bottom: 0;
}

.shoutbox p {
  font-size: 1.1em;
}

.shoutbox .more {
  margin: 0 0 0 -8px;
  padding: 0;
  font-size: 1em;
}

.shoutbox .more a {
  margin: 0;
  padding: 8px 0 12px;
  color: #fff;
  display: block;
  width: 104px;
  text-align: center;
  background: url(i/home/shoutbox-more.png) no-repeat 0 50%;
}

.shoutbox .more a:hover,
.shoutbox .more a:focus,
.shoutbox .more a:active {
  color: #fff;
}



/* ****  attentbox  **** */

.attentbox {
  position: absolute;
  top: -102px;
  right: -8px;
  width: 234px;
  height: 91px;
  background: url(i/attentbox-bg.png) no-repeat;
  _background-image: url(i/home/attentbox-bg.gif);
}

.attentbox .boxhead,
.attentbox .item h3 {
  position: absolute;
  left: 23px;
  top: 22px;
  margin-top: -.6em;
  color: #C60101;
  font-size: 1.08em;
  font-weight: bold;
  background: url(i/attentbox-boxhead.png) no-repeat;
  padding: 1px 0 0 29px;
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.attentbox .item h3 a {
  color: #C60101;
}

.attentbox .boxbody {
  padding: 36px 20px 10px;
  line-height: 1.3;
}

.attentbox .item .more {
  display: inline;
}

.attentbox .item .more a {
  float: none;
  text-decoration: underline;
}



/* ****  spotlight  **** */

.spotlight .boxbody {
  position: relative;
  padding-bottom: 24px;
  min-height: 100px; _height: 100px;
}

.wrap .spotlight .item {
  margin-bottom: 0;
  padding-bottom: 0;
}

.wrap .spotlight .item img {
  margin-bottom: 0;
}

.spotlight .item h3 {
  margin-bottom: .2em;
}

.spotlight .next,
.spotlight .prev {
  display: none;
}

.spotlight .paging {
  position: absolute;
  bottom: 11px;
}

.spotlight .paging li {
  margin: 0;
  padding: 0;
}

.spotlight .stepper strong {
  display: none;
}


.spotlight .stepper 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: 9px;
  height: 9px;
  border: 1px solid #fff;
  margin-right: 5px;
  background: #D6D6D6;
  float: left;
}

.spotlight .stepper a.current {
  background: #0654a0 url(i/spotlight-stepper-current.png) repeat-x;
  border-color: #d0d0d0;
}


/* **** imgbanner **** */

.home .pgextra3 .imgbanner {
  display: none;
}

.home .imgbox {
  position: absolute;
  z-index: 10;
  left: 7px;
  top: 161px;
  margin: 0;
  padding: 0;
  border: none;
}



