.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 : #fff;
  margin : 0;
  padding : 0;
  color : #333;
  line-height : 1.2;
  text-align : center;
  font-family : Arial, Helvetica, sans-serif;
}

body,
body.zoom1 { font-size : 12px;  ~font-size :  75.00%; }
body.zoom2 { font-size : 14px;  ~font-size :  87.50%; }
body.zoom3 { font-size : 18px;  ~font-size : 112.50%; }


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 : 3em; }
ul, ol  { margin-left : 0; }
li { margin : 0; padding : 0; }


a { 
  color : #6095b3;
  text-decoration : none;
}

a span {
  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.33em;
  margin-bottom : .55em;
}
h2 {
  font-size : 1.17em;
  margin-top : 1.57em;
  margin-bottom : .55em;
}
h3 {
  font-size : 1.09em;
  margin-top : 1em;
  margin-bottom : .64em;
}
h4 {
  font-size : 1em;
  margin-bottom : .2em;
}




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; 
}

th.r,
td.r {
  text-align: right;
}






form { margin : 0; }

fieldset {
  padding : 0;
  margin : 0;
  border : none;
}


.fi_txt,
.fi_sel,
.fi_bdy,
.fi_file,
.fi_static {
  padding-bottom : .8em;
}

.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_bdy,
.f_row .fi_static,
.f_row .fi_file {
  float: left;
  padding-right: 10px;
}

.fi_txt label,
.fi_sel label,
.fi_bdy label,
.fi_file label,
.fi_static strong {
  display : block;
  margin-top : .2em;
  margin-bottom: .3em;
  font-size: .92em;
  width: 211px;
  min-height: 16px; _height: 16px; /* fix for acronym size */
}

.fi_txt label acronym,
.fi_sel label acronym,
.fi_bdy label acronym {
  font-size: 1.15em;
  font-weight: bold;
  color: #00335E;
}





input,
select,
textarea {
  vertical-align : middle;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 1em;
}
textarea {
  vertical-align : top;
  width: 98%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border : 1px solid #C5D9E6;
  background : #fff no-repeat 100% 0;
  color : #555;
  padding: 4px 2px;
}

select {
  padding: 0;
}

.fi_txt input {
  width: 211px;
}


.f_row {
  width: 100%;
  overflow: hidden;
}

.f_row_triplets label,
.f_row_triplets input {
  width: 135px;
}

.f_row .fi_sel select {
  width: 217px;
}


select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #8fb2c9;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width : 97%; }


.fi_btn {
  width: 100%;
  overflow: hidden;
  margin-left: -5px;
}

.fi_btn div {
  float: left;
  background : url(i/btn-left.png) no-repeat;
  _background-image: url(i/btn-left.gif);
  margin: 0;
  padding: 0;
}


.fi_btn input {
  cursor : pointer; 
  _cursor : hand;
  background: url(i/btn-left.png) no-repeat 100% 0;
  _background-image: url(i/btn-left.gif);
  border : none;
  color : #1A4970;
  height: 38px;
  font-size: 1.1em;
  margin: 0;
  margin-right: -36px;
  padding: 3px 56px 5px 25px;
  ~padding-left: 11px;
  ~padding-right: 42px;
  ~padding-top: 4px;
  position : relative;
  float: left;
}


.js-active .fi_btn input {
  background-image: url(i/btn-right.png);
  _background-image: url(i/btn-right.gif);
}

.fi_btn div.hover {
  background-position: 0 -100px;
}

.fi_btn div.hover input {
  background-position: 100% -100px;
}



.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {

}


.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. */




/* ****** icons ****** */

a.icn {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 18px;
  height: 18px;
  background: no-repeat;
}

.wrapper ul.icn {
  padding-top: 7px;
}

.wrapper ul.icn li {
  background: no-repeat 0 50%;
  padding-left: 25px;
  padding-top: 1px;
  padding-bottom: 1px;
}

ul.icn li.icn-pdf,
a.icn-pdf { background-image: url(i/icn/pdf.gif); }

ul.icn li.icn-graf,
a.icn-graf { background-image: url(i/icn/graf.gif); }







/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position : relative;
  width : 976px;
  margin : 0 auto;
  text-align : left;
  background: url(i/bw-bg-2col.gif) repeat-y;
}

.threecol .pgwrap {
  background-image: url(i/bw-bg-3col.gif);
}

.onecol .pgwrap,
.home .pgwrap { background-image: url(i/bw-bg-1col.gif); }


.pghead {
  height: 148px;
  background: url(i/pghead-bg.gif) no-repeat;
}
.pghead .brand {}
  
.pghead .brand img.logo {
  vertical-align : middle;
  margin: 17px 41px;
}

.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top : 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  float : left;
  margin-left : 199px;
  width : 774px;
  _display : inline;
  position : relative;
  min-height: 130px; _height: 130px;
  margin-bottom: -124px;
}

.onecol .pgmain {
  width: 962px;
  margin-left: 7px;
}

.threecol .pgmain {
  width : 576px;
  margin-right : 198px;
}

.pgmain .wrap {
  padding : 67px 32px 24px;
}

.pgextra1 {
  float : left;
  width : 198px;
  _display : inline;
  margin-left : -198px;
  _margin-left : -199px;
}

.pgextra1 .wrap,
.pgextra2 .wrap {
  padding-bottom: 125px;
  _height:0;~min-height:0; /* ie hasLayout fix */
  padding: 0 15px;
}

.pgextra2 {
  float : left;
  width : 192px;
  margin-left : -966px;
  _display : inline;
}

.pgextra1 .wrap,
.pgextra2 .wrap {
  padding-top: 72px;
}

.pgfoot {
  clear : both;
  background: #fff url(i/pgfoot-bg-2col.gif) no-repeat;
  min-height: 191px; _height: 191px;
}

.threecol .pgfoot {
  background-image: url(i/pgfoot-bg.gif);
}

.onecol .pgfoot {
  background-image: url(i/pgfoot-bg-1col.gif);
}

.pgfoot .wrap {
  padding: 165px 0 0;
}


/*
  disposable helper fyrir canvas vinnu  
*/

.pgextra4 .wrap,
.pgextra3 .wrap,
.pghead .wrap,
.pgmain .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */
}



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */




.boxhead,
.article .boxbody h1 {
  color: #F7A21A;
  font-size: 1.3em;
  margin: 0 0 .6em;
  font-weight: normal;
}

.wrap .boxhead a {
  color: #003A63;
}


.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }


.noheader .boxhead { position:absolute;right:9999px;left:auto; }



.pgextra1 .boxhead {
  background: url(i/sbox-boxhead.gif) no-repeat 0 100%;
  font-size: 1.2em;
  margin-left: -14px;
  padding: 7px 0 6px 14px;
}

.pgextra1 .boxbody {
  font-size: .92em;
  color: #0E3F67;
}



.tabsbox {
  background: url(i/tabs-bg.gif) repeat-x 0 100%;
  width: 748px;
  overflow: hidden;
  margin: 0 -20px 12px;
}

.tabsbox ul.tabs {
  padding-left: 26px;
}

.tabsbox  li {
  float: left;
  margin-left: -1px;
  _display: inline;
}

.tabsbox  li a {
  float: left;
  padding: 6px 10px;
  border: 1px solid #EAEAEA;
  border-bottom: none;

  _height:0;~min-height:0; /* ie hasLayout fix */
  display : block;
  color: #003A63;
}

.tabsbox  li.current a {
  background: #fff;
}




/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color : #003A63;
  display : block; 
  font-weight : normal;
  font-size : .92em;
}
.meta span { padding-right : .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color : #003A63; }





/* ******  buttons  ****** */

.more,
.buttons,
.moreolder,
.archivelink {
  display : block;
  white-space : nowrap;
  height : 1.4em;
}
.buttons {
  margin-top : 1.33em;
  clear : both;
}
.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  float : left;
  padding : 0 10px 0 0;
  font-size: .92em;
  font-weight: bold;
}



/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom : 1em;
  width : 100%;
  overflow : hidden;
}

.articlelist .item h3 {
  font-size : 1em; 
  margin : 0;
}

.articlelist .item h3,
.articlelist .item h3 a {
  color: #003A63;
}

.articlelist .summary { line-height : 1.4; }
.articlelist .summary p { margin : 0; }
.articlelist .more {}

.articlelist img {
  float : right;
  margin : .2em 0 .33em .5em;
}
.articlelist img[align=left],
.articlelist img.left {
  float : left;
  margin : .2em .5em .33em 0;
}
.articlelist ul {
  clear : both;
}
.articlelist li {
  padding-bottom : .55em;
}
.articlelist li a {
  font-weight : bold;
  color: #003A63;
}

.articlelist .item .more a {
  color: #003A63;
}





/* ******  article  ****** */

.article .boxbody { line-height : 1.5; }

.article .boxbody h2,
.article .boxbody h3,
.article .boxbody h4 {
  margin-bottom: 0;
  color: #0e3f67;
  margin-top: 1em;
}


.article .boxbody h3 {
  font-size: 1em;
}


.article .boxbody a:hover,
.article .boxbody a:focus,
.article .boxbody a:active { text-decoration: none; }

.wrap .article .subtitle {
  margin-top: 0;
}

.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-top: 1px solid #C5D9E6;
  border-left: 1px solid #C5D9E6;
  border-bottom: 1px solid #C5D9E6;
}
.article caption { 
  font-style : italic;
  padding : .2em 0;
  text-align : left;
}
.article th {
  font-weight : normal;
  padding : .6em .6em .4em;
  color : #0E3F67;
  background: #fff url(i/table-th.gif) repeat-x 0 100%;
  border-right: 1px solid #C5D9E6;
  border-bottom: 1px solid #C5D9E6;
}

.article .alt2 th {
  background: #fff;
  font-size: .92em;
  color: #333;
}

.article td {
  padding : .2em .6em;
  border-right: 1px solid #C5D9E6;
}
.article tr.alt td {
  background-color : #F3F8FB;
}
.article tr:hover td {
 background-color : #e4eff9;
}
.article table.grid,
.article table.grid td {
  background : transparent none;
  border : none;
  padding : 0
}


.article ul {
  margin-bottom : .7em;
}

.article li {
  margin-bottom : .54em;
}

.article ul li {
  background: url(i/pb-li-dot.gif) no-repeat 17px .66em;
  padding-left : 2.5em;
}

.article blockquote,
.js-active .article blockquote div {
  border: 1px solid #C5D9E6;
  background: #F8FCFD;
  margin: 0 0 1.2em;
  padding: 10px 15px;
}

.js-active .article blockquote {
  padding: 0;
  background: #F8FCFD url(i/blockquote-top.gif) no-repeat;
}

.js-active .article blockquote div {
  border: none;
  background: url(i/blockquote-bot.gif) no-repeat 100% 100%;
  margin-bottom: 0;
}

.article blockquote h2,
.article blockquote h3 {
  margin-top: 0;
}


.article hr {
  border : 0;
  height : 20px;
  background : url(i/article-sep.gif) 50% 0 repeat-x;
  margin : 1em -28px 1em -31px;
  position : relative;
  
  ~display : list-item;
  ~list-style : url(i/article-sep.gif) inside;
  ~filter : alpha(opacity=0);
  ~width : 0;
}

.threecol .article hr {
  margin-right: -32px;
  ~list-style : url(i/threecol-article-sep.gif) inside;
}


.paging ul { list-style : none; padding : 0; }
.paging .prev { float : left; margin-right : 1em; }

.chapters ul { list-style : none; padding : 0; overflow : hidden; }
.chapters li {  }






/* ******  imgbox  ****** */

.imgbox {
  position : static;
  float : right;
  padding : 1px;
  margin : 0 0 .75em 12px;
  border : 1px solid #ddd;
  width : auto;
}
.imgbox .boxbody {
  display : inline;
  padding : 0;
  margin : 0;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
  padding : 0;
}
.imgbox .imgcontent { width : 200px; }
.imgbox .imgtext {
  color : #333;
  font-weight : normal;
  font-size : .92em;
}
.imgbox .imgmeta {
  width : 200px;
  color : #666;
  font-weight : normal;
  font-size : .83em;
}

.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float : none;
  padding : 0;
}
.pgextra1 .imgbox .imgboxbody,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgboxbody,
.pgextra2 .imgbox .imgmeta { width : auto; }






/* ******  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_sel,
.contactform .fi_bdy,
.contactform .fi_static {
  clear: left;
}

.contactform .fi_sel {
  float: left;
}

.contactform .fi_txt label,
.contactform .fi_sel label,
.contactform .fi_bdy label,
.contactform .fi_static span {
  width : 9em;
}

.contactform .fi_txt input,
.contactform textarea {
  width: 440px;
}

.contactform .fi_sel select {
  width: 446px;
}


.contactform .fi_tel,
.contactform .fi_email {
  float: left;
  clear: none;
  padding-right: 12px;
}

.contactform .fi_tel input,
.contactform .fi_email input {
  width: 211px;
}

.contactform .fi_bdy textarea {
  height: 200px;
}

.fi_spam,
.contactform .fi_qty {
  border: 1px solid #C5D9E6;
  background: #F8FCFD;
  width: 323px;
  padding: 8px 6px 6px 115px;
  position : relative;
  text-align: right;
  margin-bottom: 1em;
}

.fi_spam:after,
.contactform .fi_qty:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.fi_spam label,
.contactform .fi_qty label {
  display: inline;
}

.fi_spam input,
.contactform .fi_qty input {
  width: 126px;
  display: inline;
}

.fi_spam small,
.contactform .fi_qty small {
  position : absolute;
  left: 15px;
  top: 12px;
  ~top: 15px;
  font-size: 1em;
}


.contactform .fi_btn {
  width: 210px;
  margin-left: 310px;
  clear: left;
}

.threecol .contactform .fi_btn {
  width: 200px;
}





/* ******  attention  ****** */

.attention {
  background: url(i/attention-bot.gif) repeat-x 0 100%;
  margin: 0 -32px 15px -31px;
}

.wrap .attention .boxhead {
  margin-left: 0;
  margin-bottom: 0;
}


.wrap .attention .boxbody {
  background: url(i/attention-top.gif) no-repeat 14px 0;
  min-height: 47px; _height: 47px;
  padding: 30px 158px 20px 86px;
}




/* ******  hnav  ******* */

.hnav-wrapper {
  padding-top: 44px;
  padding-bottom: 20px;
  position : relative;
  _height:0;~min-height:0; /* ie hasLayout fix */
  border: 1px solid #CEE1EE;
  margin: 0 -19px;
  color: #fff;
}

.hnav-wrapper:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.hnav .boxhead {
  position : absolute;
  left: 21px;
  top: 12px;
}

.hnav {
  float: left;
  width: 248px;
  padding-bottom: 10px;
}

.hnav .boxbody {
  padding: 0 12px 0 22px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.hnav li a {
  color: #003366;
  font-size: 1.14em;
  font-weight: bold;
  display : block;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.hnav .level2 {
  padding-top: 5px;
}

.hnav .level2 li a {
  color: #595959;
  font-size: 1em;
  font-weight: normal;
  padding: 2px 0 1px 12px;
}








/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position : absolute;
  top : 6px;
  left : 250px;
  width : 450px;
  font-size : 0.92em;
}

.breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs .boxbody {}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration : none;
  color : #999;
}

.breadcrumbs i { font-style: normal; }







/* ******  mnav  ****** */

.mnav {
  position : absolute;
  top : 111px;
  left : 30px;
  width: 650px;
  margin-top: -.8em;
}

.mnav .boxhead { position:absolute;right:9999px;left:auto; }

.mnav .boxbody {
  padding : 0;
  font-family: verdana;
  font-size: 1.2em;
  text-transform: uppercase;
}

.mnav ul {}

.mnav li {
  _display : inline;
  float : left;
}

.mnav li a {
  display : block;
  padding : 7px 21px;
  _height:0;~min-height:0; /* ie hasLayout fix */
  color: #3F6586;
  float: left;
  background: url(i/mnav-dot.gif) no-repeat 0 55%;
  letter-spacing: 1px;
}

.mnav li.home a {
  background: none;
}

.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {

}

.mnav .parent a,
.mnav .current a {
  text-decoration: underline;
}

.mnav .homecurrent a {
  text-decoration: none;
}



/* ******  snav  ****** */

.snav {
  border-left: 1px solid #CFDDE6;
  border-bottom: 1px solid #CFDDE6;
  margin: -34px -15px 1.2em -7px;
  padding-top: 7px;
  padding-bottom: 5px;
}

.snav .boxhead {
  background: url(i/snav-boxhd.png) repeat-x 0 50%;
  _background-image: url(i/snav-boxhd.gif);
  color: #fff;
  width: 927px;
  padding: 5px 10px 13px 18px;
  font-weight: normal;
  font-size: 1.8em;
  font-family: verdana;
  margin: 0;
  position : absolute;
  left: 15px;
  top: 161px;
  margin-top: -.6em;
}


.snav li {
  _display: inline;
}

.snav li a {
  color: #333;
  background: url(i/snav-sep.gif) no-repeat 50% 0;
  display : block;
  padding: 6px 14px 5px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.snav li.cat1 a {
  background: none;
}

.snav .parent a,
.snav .current a {
  color: #104070;
  font-weight: bold;
}


/* l2 */

.snav .level2 {
  background: #fff url(i/snav-sep.gif) no-repeat 50% 0;
  font-size: .92em;
  padding-top: 4px;
  padding-bottom: 2px;
}

.snav .level2 li a {
  background: none;
  padding-left: 31px;
  font-weight: normal;
  padding-top: 4px;
  padding-bottom: 3px;
  color: #186499;
  background: url(i/snav-level2-arrow.gif) no-repeat 24px 1em;
}

.snav .level2 .current a {
  font-weight: bold;
  color: #104070;
}


/* l3 */

.snav .level2 .level3 li a {
  font-weight: normal;
  padding-left: 41px;
  color: #186499;
  background-position: 34px 1em;
}

.snav .level2 .level3 .current a {
  font-weight: bold;
  color: #104070;
}


/* l4 */

.snav .level2 .level3 .level4 li a {
  font-weight: normal;
  padding-left: 51px;
  color: #186499;
  background-position: 44px 1em;
}

.snav .level2 .level3 .level4 .current a {
  font-weight: bold;
  color: #104070;
}



/* ******  tnav  ****** */

.tnav {
  margin: 0 -11px 2.4em -15px;
  _margin-left: -14px;
}

.tnav .boxhead { position:absolute;right:9999px;left:auto; }

.tnav .boxbody {
  padding: 0;
  font-size: 1.2em;
  _display: inline;
}

.tnav li {
  background: url(i/tnav-a-bg.gif) no-repeat 0 0;
}

.tnav li a {
  color: #F7A21A;
  background: url(i/tnav-a-sep.gif) no-repeat 0 100%;
  padding: 7px 10px 8px 14px;
  display : block;
  margin-top: -1px;
  _height:0;~min-height:0; /* ie hasLayout fix */
  position : relative;
}

.tnav li.current {
  background-image: url(i/tnav-a-curr.gif);
}




/* ******  enav  ****** */

.enav { 
  position : absolute;
  top: 68px;
  right: 132px;
  width: 600px;
  margin-top: -.8em;
}

.enav .boxhead { position:absolute;right:9999px;left:auto; }

.enav ul {
  float: right;
  font-size: 1.3em;
  font-family: Trebuchet MS;
}

.enav li,
.js-active .enav li a {
  float: left;
  background: url(i/enav-li-left.gif) no-repeat;
  padding: 0;
  margin: 0;
}

.enav li a,
.js-active .enav li a span {
  float: left;
  display : block;
  padding: 9px 47px 13px 15px;
  color: #0E3F67;
  background: url(i/enav-li-right.gif) no-repeat 100% 0;
}

.enav li.lock a span {
  background-image: url(i/enav-li-lock.gif);
}


.js-active .enav li a:hover,
.js-active .enav li a:focus,
.js-active .enav li a:active {
  background-position: 0 -100px;
  text-decoration: none;
}

.js-active .enav li a:hover span,
.js-active .enav li a:focus span,
.js-active .enav li a:active span {
  background-position: 100% -100px;
  text-decoration: none;
}



/* ******  flnav  ****** */

.flnav {
  position : absolute;
  top : 20px;
  margin-top : -.6em;
  right : 34px;
  width: 502px;
}

.flnav .boxhead { position:absolute;right:9999px;left:auto; }

.flnav .boxbody {
  font-size: .92em;
  font-weight: bold;
}

.flnav ul {
  float: right;
}

.flnav li {
  float: left
}

.flnav li a {
  float: left;
  color: #003A63;
  padding: 0 6px;
  display : block;
  _height:0;~min-height:0; /* ie hasLayout fix */
  white-space: nowrap;
  border-left: 1px solid #D3D3D3;
}

.flnav li.cat1 a {
  border: none;
}




/* ******  langnav  ******* */

.langnav {
  position : absolute;
  top: 68px;
  right: 36px;
  width: 88px;
  border-top: 1px solid #e2ebf4;
}

.langnav .boxhead { position:absolute;right:9999px;left:auto; }

.langnav .boxbody {
  padding-top: 5px;
  padding-left: 1px;
}

.langnav li {
  margin: 0 4px;
  _display: inline;
  float: left;
}

.langnav li 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: 21px;
  height: 20px;
  background: url(i/langnav-cat1.gif) no-repeat;
}

.langnav li.cat2 a { background-image: url(i/langnav-cat2.gif); }
.langnav li.cat3 a { background-image: url(i/langnav-cat3.gif); }
.langnav li.cat4 a { background-image: url(i/langnav-cat4.gif); }
.langnav li.cat5 a { background-image: url(i/langnav-cat5.gif); }

.langnav li a:hover,
.langnav li a:focus,
.langnav li a:active {
  background-position: 0 -20px;
}


/* ******  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  ****** */

.calendar { margin : 0; }
.pgextra1 .calendar,
.pgextra2 .calendar { width : 100%; }

.calendar caption {
  font-weight : bold;
  font-style : normal;
  text-align : center;
  padding : .1em;
  font-size : 1.08em;
}
.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; }

.evwrap {
  display : none;
  position : absolute;
}
td:hover .evwrap {
  display : block;
  text-align : left;
}
.dateinfo {
  border : 1px solid #ccc;
  background : #fff;
  margin : 0px 4px;
  padding : 0;
}
.dateinfo strong {
  display : block;
  margin-bottom : 2px;
  padding : 2px 8px 0px 8px;
  color : #272727;
}
.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;
}





/* ******  advert  ****** */

.advert {
  text-align : center;
  overflow : hidden;
  width : 100%;
}
.advert .boxhead { text-align : left; }
.advert .boxbody { text-align : center; }
.advert img { margin-bottom : 1em; }

.pgmain .advert {
  overflow: visible;
}

.pgextra1 .advert {
  margin-left: -15px;
  margin-right: -11px;
  width: auto;
}

.pgextra1 .advert .boxhead {
  margin-left: 0;
}



/* ******  loginform  ****** */
.loginform {}





/* ******  loginpagebox  ****** */

.loginpagebox label {
  width : 7em;
  float : left;
  margin-top : .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left : 7em;
}






/* ****** glossarylist ****** */

.glossarylist .abc li {
  display: inline;
  padding-right: 12px;
}

.glossarylist .abc a.current {
  text-decoration: underline;
}




/* *** contracts *** */

.contracts .boxbody {
  padding-bottom: 12px;
}

.js-active .contracts .boxhead { position:absolute;right:9999px;left:auto; }

.contracts table {
  border: none;
  width: 100%;
}

.contracts td,
.contracts th {
  padding: 6px 6px;
}

.contracts th {
  font-weight: normal;
}

.contracts tr.hover th,
.contracts tr.hover td {
  cursor : pointer;
  _cursor : hand;
  background-color: #F5FAFC;
  text-decoration: underline;
}

.js-active .contracts th.cID {
  background-image: url(i/contracts-plus.gif);
  background-repeat: no-repeat;
  background-position: 6px .71em;
  padding-left: 21px;
  color: #333;
}

.js-active .contracts .open th.cID {
  background-image: url(i/contracts-minus.gif);
}

.contracts .open td,
.contracts .open th {
  font-weight: bold;
  background-color: #F5FAFC;
}

.contracts thead th {
  border-bottom: 1px solid #ccc;
  background: none;
  font-size: .92em;
}

.contracts table table th {
  text-align: right;
  background: #f5f5f5;
}

.contracts td.details {
  padding: 6px 12px;
  border: 1px solid #C5D9E6;
}

.contracts tr.hover td.details {
  background: #FCFEFE;
}

.contracts td.details h3 {
  font-weight: normal;
  color: #777;
  border-bottom: 1px solid #e5e5e5;
  background: none;
  text-align: left;
  background: #FCFEFE;
  margin: 0;
  padding: 6px;
  font-size: 1em;
}

.contracts td.details table {
  background: #f5f5f5;
}

.contracts td.details th,
.contracts td.details td {
  width: 25%;
}

.contracts td.details th {
  font-weight: bold;
}

.contracts td.details-closed { display: none; }











/* ******  qsearch  ****** */

.qsearch {
  position : absolute;
  top : 120px;
  margin-top : -.8em;
  right : 42px;
  width : 210px;
}

.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }

.qsearch .boxbody { padding : 0; }

.qsearch .fi_txt input {
  width : 175px;
  font-size: .92em;
  padding-top: 1px;
  padding-bottom: 1px;
  border : 1px solid #e0e0e0;
  border-top-color: #c3c3c3;
  border-right-color: #c3c3c3;
  background : #fff url(i/input-bg.gif) no-repeat 100% 0;
  color : #555;
}

.qsearch .fi_btn {
  margin-left: 0;
}

.qsearch .fi_btn input {
  /* input-button image replacement */padding:0; margin:0; border:none; line-height:0; font-size:999px; letter-spacing:-9999px; text-align:left; overflow:hidden;
  width : 20px;
  height : 18px;
  background: url(i/qsearch-btn.gif) no-repeat;
  float: none;
}

.qsearch .fi_btn div {
  float: none;
  display: inline;
  background: none;
}

.qsearch .fi_btn div.hover input,
.qsearch .fi_btn input:hover,
.qsearch .fi_btn input:focus {
  background-position: 0 -18px;
}





/* ******  sitemap  ****** */


.sitemap .boxbody {
  padding-bottom: 12px;
}

.sitemap li {
  padding-top: 6px;
}

.sitemap li a {
  background: #fff url(i/sitemap-l1-a.gif) repeat-x 0 100%;
  border-top: 1px solid #B7CFDF;
  border-bottom: 1px solid #B7CFDF;
  display : block;
  _height:0;~min-height:0; /* ie hasLayout fix */
  color: #0E3F67;
  font-weight: bold;
  font-size: 1.4em;
  padding: 2px 4px;
  position : relative;
  z-index: 1;
}

.wrap .sitemap li a:hover,
.wrap .sitemap li a:focus,
.wrap .sitemap li a:active {
  background: #EEF6FA;
  text-decoration: none;
}

/* l2 */

.sitemap .level2 {
  padding-left: 33px;
  position : relative;
  z-index: 0;
}

.sitemap .level2 li {
  padding-top: 0;
}

.sitemap .level2 li a {
  background: none;
  border-top: 1px solid #D9E6EE;
  border-bottom: 1px solid #D9E6EE;
  font-size: 1em;
  padding-top: 4px;
  margin-top: -1px;
}


/* l3 */

.sitemap .level2 .level3 {
  padding-left: 33px;
  padding-bottom: 2px;
}

.sitemap .level2 .level3 li a {
  border: none;
  font-weight: normal;
}





/* ****** 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 .pgr a {
}

.mediagallery .pgr a.next {
}

.mediagallery .pgs {
  clear: both;
}



/* albums (extends: mediagallery) */

.albums li {
}

.albums li a {
  overflow: hidden;
  display : block;
}

.albums li span.count {
}



/* imagelist (extends: mediagallery) */

.imagelist li {
}

.imagelist li a {
  height: 160px;
  width: 200px;
  vertical-align: middle;
  display: table-cell;
  ~padding-top : 90px;
  ~height : 90px;
  ~display: block;
}

.imagelist li img {
  ~margin-top: expression( this.runtimeStyle.marginTop=(-this.offsetHeight/2-1)+'px' );
}

.imagelist li a:hover img,
.imagelist li a:focus img,
.imagelist li a:active img {}



/* imgalbum-bigimage (extends: mediagallery) */

.singleimage img {
}

.singleimage .content:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.singleimage .imgcontent .imgtext {
  text-align: left;
  margin: 0;
}

.singleimage .pgs {
}





/* ******  people  ******* */

.people h3 { 
  color: #074977;
  font-size : 1.2em;
  font-weight : bold;
  margin-top: 0;
  margin-bottom: 0;
}

.people h4 {
  margin: 0 1%;
  font-size: 1.2em;
  font-weight: normal;
}

.people table { 
  width: 94%; 
  margin : 0 2% 1.2em;
}

.people table th,
.people table td { padding: 4px 0; }

.people th.col1 { width: 30%; }
.people th.col2 { width: 30%; }
.people th.col3 { width: 20%; }
.people th.col4 { width: 30%; }

.people table th {
  border-bottom: 1px solid #E5E5E5;
  font-weight: normal;
  font-size: .92em;
}

.people table td {
  border-bottom: 1px solid #F2F2F2;
}

.people table a {
  font-weight: bold;
  color: #074977;
}

.people table .netfang a {
  font-weight: normal;
  color: #6095b3;
}

.people .close {
  display : block;
  background : #00335E url(i/icn/close.gif) 6px 50% no-repeat;
  padding : 3px 22px;
  color : #fff;
}
.people .close:hover {
  background-color : #6095B3;
  color : #fff;
  text-decoration : none;
}
.people .open {
  display : none;
}
.people .subrow td {
  padding : 0;
}

/* ******  persona  ******* */

.persona {
  background:transparent url(i/threecol-box-bottom.gif) no-repeat scroll 0pt 100%;
  padding:0pt 10px;
  width : 460px;
}

.persona .content, /* remove when the jsp has been fixed */
.persona .boxbody {
  padding-bottom : 2em;
}

.persona h3 {
  font-size : 1.55em;
  color : #003A63;
}

.persona li {
  margin-bottom: .3em;
}

.persona li b {
  display : inline;
  font-weight : normal;
}

.persona .title b {
  font-weight : bold;
}

.persona .imgbox {
  float : left;
  padding : 0 20px .75em 0;
  border: none;
  margin-left: 1px;
  margin-bottom: 0;
}

.persona .imgbox img {
  border: 1px solid #C5D9E6;
  padding: 2px;
  background: #fff;
}

td .persona {
  padding : 10px 10px;
  margin : 0 0 1em;
  width : auto;
  background : url(i/stafflist-bg.gif) no-repeat 0 100%;
  border: 1px solid #C5D9E6;
}

td .persona .boxhead { display: none; }

td .persona .content,
td .persona .boxbody {
  padding : 0;
  width: 100%;
  overflow: hidden;
}

td .persona h3 {
  font-size : 1.55em;
  color : #074977;
  margin-top : 0;
}

td .persona .imgbox {
  padding-bottom : 0;
  border: none;
}

td .persona .imgbox img {
}

td .persona .info {
  float : left;
  margin-right : 20px;
}




/* ******  forms  ******* */

.forms .summary {
  color: #777;
  line-height: 1.4;
}

.forms textarea {
  width: 440px;
}





/* ******  footer  ****** */

.footer {
  margin-top: 25px;
  font-size: .92em;
  position : relative;
}

.footer .boxhead { /* display : none; */ }

.footer .boxbody {
  padding: 11px 200px 11px 36px;
}

.footer .boxbody i {
  margin: 0 4px;
}






/* ******  byggiraeplica  ****** */

.byggiraeplica {
  background: #fff;
  padding-bottom: 36px;
  text-align : right;
  margin-top: -36px;
  padding-right: 25px;
  _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(https://secure.eplica.is/codecentre/f/ba_e2-b50.png) 0 0 no-repeat;
  _background-image : none;
  _filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://secure.eplica.is/codecentre/f/ba_e2-b50.png',sizingMethod='crop');
}



/* ****** imgbanner ****** */

.imgbanner {}

.pgmain .imgbanner {
  margin: -16px -37px 0;
  text-align: center;
}






/* ****** pagestyle  ****** */

.pagestyle { 
  position : absolute;
  top : 45px;
  right : 58px;
  width: 100px;
}
.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }
.pagestyle li {
  float : right;
}
.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 : 29px;
  height : 18px;
  background : url(i/font-dwn.gif) 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 -18px;
}








/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color : #003A63;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }





/* ***************** */
/******* HOME ********/
/* ***************** */


/* ******  layout  ****** */

.home .pghead {
  margin-bottom: 340px;
}

.home .pgmain {
  width: 962px;
  margin-left: 7px;
  background: url(i/home/pgmain-top.png) no-repeat;
  margin-bottom: -151px;
}

.home .pgmain .wrap {
  padding: 7px 21px 23px 25px;
  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 .wrap {
  padding: 0;
}



/* ******  box  ****** */

.fbox {
  width: 233px;
  background: url(i/home/fbox-top.png) no-repeat;
  _background-image: url(i/home/fbox-top.gif);
  position : relative;
  padding-top: 8px;
}

.fbox .boxhead {
  position : absolute;
  color: #003A63;
  border-bottom: 1px solid #D7E1E9;
  width: 202px;
  font-size: 1.6em;
  font-weight: normal;
  left: 5px;
  top: 0;
  padding: 8px 11px 2px 9px;
  font-family: Myriad Pro, Trebuchet MS;
  margin: 0;
}

.fbox .boxbody {
  background: url(i/home/fbox-bot.png) no-repeat 0 100%;
  _background-image: url(i/home/fbox-bot.gif);
  padding-top: 26px;
  min-height: 157px; _height: 157px;
  padding: 30px 16px 10px;
}


.fbox-left {
  float: left;
  margin-right: 17px;
  _display: inline;
}

.fbox-mid {
  float: left;
  width: 415px;
  background-image: url(i/home/fbox-mid-top.png);
  _background-image: url(i/home/fbox-mid-top.gif);
}

.fbox-mid .boxhead {
  width: 384px;
}

.fbox-mid .boxbody {
  background-image: url(i/home/fbox-mid-bot.png);
  _background-image: url(i/home/fbox-mid-bot.gif);
}

.fbox-right {
  float: right;
}



/* ******  articlelist  ****** */

.home .articlelist .boxbody {
  font-size: .92em;
  line-height: 1.1;
}



/* ******  contactbox  ******* */

.contactbox .boxhead {
  font-size: 1.9em;
  border: none;
  padding-top: 16px;
  white-space: nowrap;
}

.contactbox .boxbody {
  background-image: url(i/home/contactbox-bot.png);
  _background-image: url(i/home/contactbox-bot.gif);
}

.contactbox .order {
  width: 100%;
  overflow: hidden;
  margin-left: -5px;
  padding-top: 10px;
  padding-bottom: 11px;
}


.contactbox .order li,
.js-active .contactbox .order li a {
  float: left;
  background: url(i/home/contactbox-order-left.png) no-repeat;
  _background-image: url(i/home/contactbox-order-left.gif);
  _height:0;~min-height:0; /* ie hasLayout fix */
  padding: 0;
  margin: 0;
}

.js-active .contactbox .order li {
  background: transparent none;
}

.contactbox .order li a,
.js-active .contactbox .order li a span {
  float: left;
  display : block;
  padding: 11px 44px 13px 10px;
  color: #003A63;
  background: url(i/home/contactbox-order-right.png) no-repeat 100% 0;
  _background-image: url(i/home/contactbox-order-right.gif);
  color: #517896;
  _height:0;~min-height:0; /* ie hasLayout fix */
  margin-right: -38px;
  _margin-right: -6px;
}

.js-active .contactbox .order li a:hover,
.js-active .contactbox .order li a:focus,
.js-active .contactbox .order li a:active {
  background-position: 0 -100px;
  text-decoration: none;
}

.js-active .contactbox .order li a:hover span,
.js-active .contactbox .order li a:focus span,
.js-active .contactbox .order li a:active span {
  background-position: 100% -100px;
  text-decoration: none;
}

.contactbox .callus {
  border-top: 1px solid #CADAE5;
  margin: 0 -10px 0 -11px;
  padding: 10px 13px 0;
}

.contactbox .callus span {
  font-size: 1.4em;
  color: #3A6385;
  display : block;
}

.contactbox .callus strong {
  font-size: 3.4em;
  font-family: Trebuchet MS;
  display : block;
  text-align: center;
}



/* ******  quicknav  ***** */

.quicknav {
  background: none;
  padding-top: 0;
  margin-top: -3px;
}

.quicknav .boxhead { position:absolute;right:9999px;left:auto; }

.quicknav .boxbody {
  background: none;
  padding: 0;
  margin-right: -7px;
  font-family: Myriad Pro, Trebuchet MS;
  font-size: 1.3em;
}

.quicknav li {
  float: left;
  margin: 7px 9px 0 5px;
  _display: inline;
}

.quicknav li a {
  background: url(i/home/quicknav-itm.png) no-repeat;
  _background-image: url(i/home/quicknav-itm.gif);
  width: 179px;
  display : block;
  float: left;
  padding: 10px 5px 17px 13px;
  color: #003A63;
  overflow: hidden;
  white-space: nowrap;
}

.quicknav li a:hover,
.quicknav li a:focus,
.quicknav li a:active {
  background-position: 0 -100px;
  text-decoration: none;
}



/* ******  imgbanner  ****** */

.home .imgbanner {
  position : absolute;
  top: 145px;
  left: 23px;
}



