.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; }

/*
html,
body { height: 100%; }
*/


body {
  background: #A8A8A8;
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 1.2;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.body2 { background: #fff url(i/body-bg.png) repeat-x 50% 0; }
body.home .body2 { background-image: url(i/body-bg-home.png); }


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%; }
/*
  body.zoom0 { font-size: 11px;  ~font-size:  68.75%; }
  body.zoom0 { font-size: 12px;  ~font-size:  75.00%; }
  body.zoom0 { font-size: 13px;  ~font-size:  81.25%; }
  body.zoom0 { font-size: 14px;  ~font-size:  87.50%; }
  body.zoom0 { font-size: 15px;  ~font-size:  93.75%; }
  body.zoom0 { font-size: 16px;  ~font-size: 100.00%; }
  body.zoom0 { font-size: 17px;  ~font-size: 106.25%; }
  body.zoom0 { font-size: 18px;  ~font-size: 112.50%; }
  body.zoom0 { font-size: 19px;  ~font-size: 118.75%; }
  body.zoom0 { font-size: 20px;  ~font-size: 125.00%; }
  body.zoom0 { font-size: 23px;  ~font-size: 143.75%; }
  body.zoom0 { font-size: 28px;  ~font-size: 175.00%; }
  body.zoom0 { font-size: 32px;  ~font-size: 200.00%; }
*/



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: 0;
  margin-bottom: 1em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a { 
  color: #0066AD;
  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-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #666;
  font-size: 1.25em;
  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; 
}






form { margin: 0; }

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

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 #888;
  background: #fff;
  color: #000;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #000;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width: 98%; }

.button,
.fi_btn input {
  cursor: pointer; 
  _cursor: hand;
  background: #fff;
  border: 1px solid #888;
  color: #000;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #c00;
  color: #c00;
}


.reqerror label,
.typeerror label {
  font-weight: bold;
  color: #c33;
}
.typeerror label { color: #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border: 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border: 1px solid #936; }


acronym.req {
  border: none;
  margin-right: -.25em;
  padding: 0 .25em 0 0;
}
acronym.req:hover { border: none; }






/* *****  clear  ***** */
.clear { display: none; } /* depricated by other float-clearing techniques. */



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */


.pgwrap {
  position: relative;
  width: 970px;
  margin: 0 auto;
  text-align: left;
}



.pghead {
  height: 190px;
}

.pghead .brand {
  margin:0;
  font-size :1em;
}

.pghead .brand img.logo {
  vertical-align: middle;
  margin: 3px 14px;
}

.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }

.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  float: left;
  margin-left: 206px;
  width: 764px;
  _display: inline;
}

.threecol .pgmain {
  width: 400px;
  margin-right: 180px;
}

.pgmain .wrap {
  padding: 30px 64px 20px 32px;
  min-height: 300px; _height: 300px;
}

.milli .pgmain .wrap {
  padding-top: 20px;
  padding-right: 0;
}

.pgextra1 {
  float: left;
  width: 170px;
  _display: inline;
  margin-left: -170px;
  _margin-left: -171px;
}

.pgextra2 {
  float: left;
  width: 187px;
  margin-left: -951px;
  _display: inline;
}

.pgfoot,
.pgbottom {
  background: #a8a8a8 url(i/pgfoot-bg.png) repeat-x 50% 0;
  height: 200px;
  clear: both;
}

.pgbottom {
  margin-top: -200px;
}

.pgfoot .wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 21px;
}



/*
  disposable helper fyrir canvas vinnu  
*/
.pgfoot .wrap,
.pgextra4 .wrap,
.pgextra3 .wrap,
.pgextra2 .wrap,
.pgextra1 .wrap,
.pghead .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */
}



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */




.boxhead {
  padding-top: 1em;
  margin-top: 0;
  font-size : 1.17em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: normal;
}

.pgmain .boxhead {
  color: #fff;
  position: absolute;
  top: 97px;
  font-size: 2.5em;
}

.pgmain .sbox .boxhead {
  position: static;
  color: #000;
}

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }






/* ********************************** */
/* 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; }



/* ****** icons ****** */

div.wrap a[href$=".pdf"],
div.wrap a[href$=".doc"],
div.wrap a[href$=".xls"] {
  padding: 0 0 0 24px;
  margin: 0 0 2px;
  background: url(i/file-icons.png) 0 0 no-repeat;
  display: inline-block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
div.wrap a[href$=".doc"] { background-position: 0 -40px; }
div.wrap a[href$=".xls"] { background-position: 0 -80px; }





/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
}
.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;
}

.wrap .more a,
.wrap .buttons a {
  text-transform: uppercase;
  background: url(i/more-plus.png) 0 50% no-repeat;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: .92em;
  color: #000;
  padding-left: 12px;
}



/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
  line-height: 1.4;
}
.articlelist .item h3 {
  font-size: 1.1em; 
  margin: 0;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.articlelist .item h3 span {
  font-family: Arial;
  font-size: .9em;
}

.articlelist .item h3 a {
  color: #282325;
}

.articlelist .summary {  }
.articlelist .summary p { margin: 0; }

.articlelist .more {
  padding-top: .4em;
}

.articlelist img {
  float: right;
  margin: 15px 0 .33em .5em;
  /* border: 4px solid #E3E3E3; */
  padding: 1px;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: .9em;
}
.articlelist li a {
  color: #000;
  font-size: .92em;
}



.ajaxlist .item {
  margin-bottom: 2em;
}



/* ******  qlist  ****** */

.qlist {
  width: 223px;
  float: left;
  margin-left: 22px;
  padding-top: 16px;
}

.qlist-first {
  margin-left: 0;
}

.qlist h3 {
  background: url(i/qlist-h3.png) no-repeat 0 50%;
  color: #fff;
  text-transform: uppercase;
}

.wrap .qlist h3 a,
.wrap .qlist h3 a:hover,
.wrap .qlist h3 a:focus,
.wrap .qlist h3 a:active {
  padding: 4px 15px;
  display: block;
  color: #fff;
}

.qlist .summary {
  padding: 8px 15px;
}

.qlist .more {
  padding-top: 4px;
}



/* ******  article  ****** */

.article .boxbody { line-height: 1.5; }

.article .boxbody a {
  text-decoration: underline;
}

.article .boxbody h2,
.article .boxbody h3,
.article .boxbody h4 {
  margin-top: 1.5em;
  margin-bottom: .3em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.article .boxbody h3,
.article .boxbody h4 {
  margin-bottom: 0;
}

.article .boxbody .subtitle {
  clear: none;
  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 #013e2e;
  width: 100%;
  margin-bottom: 1.5em;
}
.article caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}

.article th {
  font-weight: bold;
  padding: 6px 11px;
  border-right: 1px solid #fff;
  background: #067664 url(i/article-table-th.png) repeat-x 0 100%;
  color: #fff;
}
.article td {
  padding: 4px 11px;
  border-right: 1px solid #fff;
  border-top: 1px solid #eee;
  font-size: .92em;
}
.article tr.alt td {
  background-color: #DBEBE9;
}
.article tr:hover td {
 /* background-color: #f5f5f5; */
}
.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.article ul {
  margin-bottom: 1.5em;
}
.article li { margin-bottom: .3em; }

.article ul li {
  background: url(i/article-ul-dot.png) no-repeat 16px .44em;
  padding-left: 28px;
}


.article blockquote {
  background: #EBEBEB url(i/article-blockquote.png) no-repeat;
  margin: 0 0 2.2em;
  padding: 12px 45px;
  font-style: italic;
  line-height: 1.8;
}


.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 {
  float: left;
  margin-right: 1em;
}




/* *****  introbox (extends: article)  ***** */

.introbox {
  width: 472px;
  margin-bottom: 20px;
  
}

.introbox .boxbody {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1.2em;
  color: #474747;
  border-bottom: 2px solid #EBEAEA;
  line-height: 1.3;
  padding-left: 2px;
  padding-right: 10px;
  padding-bottom: 10px;
}







/* ******  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; }




/* *** imgpopup *** */

.ipopup-curtain {
  position : fixed;
  _position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  top: 0;
  left: 0;
  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;
  top: 200px;
  left: 238px;
  width: 450px;
  font-size: 0.92em;
}

.breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  color: #999;
}
.breadcrumbs i { font-style: normal; }





/* ******  mnav  ****** */

.mnav {
  position: absolute;
  top: 80px;
  left: 222px;
  width: 600px;
  margin-top: -.6em;
}

.mnav .boxhead { position:absolute;right:9999px;left:auto; }

.mnav .boxbody {
  padding: 0;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.mnav ul {
  
}
  
.mnav li {
  float: left;
}

.mnav li a {
  float: left;
  display: block;
  padding: 5px 12px;
  _height:0;~min-height:0; /* ie hasLayout fix */
  text-transform: uppercase;
  color: #3E3F44;
  position: relative;
}

.mnav li a span {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 7px;
  height: 6px;
  background: url(i/mnav-curr-arrow.png) no-repeat 50% 100%;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -3px;
}

.mnav .parent,
.mnav .current {
  background: url(i/mnav-curr-left.png) no-repeat 0 50%;
  margin-top: 2px;
}

.mnav .parent a,
.mnav .current a {
  background: url(i/mnav-curr-right.png) no-repeat 100% 50%;
  font-weight: bold;
  font-size: .92em;
  padding-top: 4px;
}


.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  outline : 0;
  color: #3E3F44;
}

.mnav .parent a,
.mnav .current a {
  
}



/* ******  snav  ****** */

.snav {
  background: url(i/snav-bot.png) no-repeat 0 100%;
  margin-top: -43px;
  margin-bottom: 16px;
}

.snav .boxhead { position:absolute;right:9999px;left:auto; }

.snav .boxbody {
  background: url(i/snav-top.png) no-repeat;
  padding: 12px 12px 10px 10px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
  
.snav ul.level1 {
  border: 1px solid #E4E4E4;
  border-top: none;
}
  
.snav li {

}

.snav li a {
  padding: 8px 10px 8px 13px;
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
  border-top: 1px solid #e4e4e4;
  color: #1B1819;
}

.snav .parent a,
.snav .current a {
  font-weight: bold;
  background: url(i/snav-dot.png) no-repeat 13px 1.2em;
  padding-left: 24px;
}

/* l2 */

.snav .level2 {
  border-top: 1px solid #e4e4e4;
  padding: 4px 0 7px;
}

.snav .level2 li a {
  font-weight: normal;
  border: none;
  background: none;
  padding-top: 4px;
  padding-bottom: 4px;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight: bold;
}

/* l3 */

.snav .level2 .level3 li a {
  padding-left: 35px;
  font-weight: normal;
}

.snav .level2 .level3 .parent a,
.snav .level2 .level3 .current a {
  font-weight: bold;
}





/* ****** fnav & flnav  ****** */

.fnav,
.flnav {
  position: absolute;
  top: 12px;
  margin-top: -.6em;
  right: 52px;
  width: 250px;
}

.fnav {
  float: right;
  position: static;
  margin-right: 20px;
  padding-top: 10px;
}

.fnav .boxhead,
.flnav .boxhead { position:absolute;right:9999px;left:auto; }

.fnav ul,
.flnav ul {
  font-size: .92em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  float: right;
}

.fnav li,
.flnav li {
  float: left;
}

.fnav li a,
.flnav li a {
  float: left;
  color: #3E3F44;
  background: url(i/flnav-sep.png) no-repeat 0 50%;
  padding: 2px 5px;
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.fnav li.cat1 a,
.flnav li.cat1 a {
  background: none;
}

.fnav .parent a,
.fnav .current a,
.flnav .parent a,
.flnav .current a { font-weight: bold; }








/* ******  monthlist ****** */

.pgmain td table.calendar {
  font-size: .92em;
}
.monthlist table.grid { width: 100%; }
.monthlist td {
  padding: 0 0 10px 0;
}

.events .pager,
.monthlist .pager {
  padding-top: 5px;
  text-align: center;
}
.events .pager .prev,
.monthlist .pager .prev {
  float: left;
  padding-right: 7px;
  border-right: 1px solid #eee;
}
.events .pager .next,
.monthlist .pager .next {
  float: right;
  padding-left: 7px;
  border-left: 1px solid #eee;
}




/* ******  calendar  ****** */
.monthlist .boxbody {
  position: relative;
}
.calendar { margin: 0; }
.pgextra1 .calendar,
.pgextra2 .calendar { width: 100%; }

.calendar th {
  text-align: center;
  font-size: .92em;
  padding: .2em;
  border-bottom: 1px solid #666;
}
.calendar td {
  padding: 0;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.calendar .sa { }
.calendar .su { color: #888; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display: block;
  font-style: normal;
  padding: 2px;
}
.calendar td.today i {
  font-style: italic;
}
.calendar td a:link,
.calendar td a:visited { font-weight: bold; }
.calendar td a:hover,
.calendar td a:focus,
.calendar td a:active { background-color: #eee; }



.dateinfo {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0px 4px;
  padding: 0;
  text-align: left;
}
td:hover .dateinfo {
  display: block;
}
.dateinfo strong {
  display: block;
  margin-bottom: 2px;
  padding: 2px 8px 0px 8px;
  color: #272727;
}
.dateinfo ul {
}
.dateinfo li {
  border-top: 1px solid #ccc;
}
.dateinfo li a {
  padding: 2px 8px 2px 4px;
}
.evwrap .dateinfo li a {
  min-width: 120px;
  max-width: 300px;
  display: block;
  text-align: left;
  font-weight: normal;
}





/* ******  advert  ****** */

.advert {
  text-align: center;
  overflow: hidden;
  width: 100%;
}
.advert .boxhead { text-align: left; }
.advert .boxbody { text-align: center; }
.advert img { margin-bottom: 1em; }


.milli .pgmain .advert {
  position: absolute;
  right: 0;
  top: 240px;
  width: 262px;
}





/* ******  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: 37px;
  margin-top: -.8em;
  right: 26px;
  width: 215px;
  background: url(i/qsearch-bg.png) no-repeat;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }

.qsearch .boxbody {
  padding: 3px 0 0 10px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.qsearch .fi_txt {
  float: left;
}

.qsearch .fi_txt input {
  width: 170px;
  border: none;
  background: none;
}

.qsearch .fi_btn {
  float: right;
  margin-right: -2px;
  padding-top: 1px;
}

.qsearch .fi_btn input {
  /* input-button image replacement */padding:0; margin:0; border:none; line-height:0; font-size:999px; letter-spacing:-9999px; text-indent:-999em; text-align:left; overflow:hidden;
  width: 26px;
  height: 24px;
  background: url(i/qsearch-btn.png) no-repeat;
  float: right;
}

.qsearch .fi_btn input:hover,
.qsearch .fi_btn input:focus,
.qsearch .fi_btn input:active {
  background-position: 0 -24px;
}





/* ******  sitemap  ****** */
.sitemap .boxbody {
  font-weight: bold;
  font-size: 1.08em;
  padding-bottom: 3em;
}
.sitemap ul { width: 13em; }

.sitemap .level1 ul {
  margin: -3px 0 0 110px;
  _margin-bottom: -.5em;
  font-size: .92em;
  padding-bottom: 3px;
}
.sitemap ul.level3 {
  font-weight: normal;
  margin-left: 100px;
}
.sitemap ul.level4 {
  margin-left: 90px;
  font-size: 1em;
}
.sitemap li { margin-bottom: .5em; }

.sitemap a,
.sitemap i {
  display: block;
  padding: 2px 10px;
  background: #fff none 95% 45% no-repeat;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.sitemap i {
  color: #999;
  font-style: normal;
  background-image: url(i/icn-lock.gif);
}
.sitemap .level2 a,
.sitemap .level2 i { border-color: #d9d9d9; }
.sitemap .level3 a,
.sitemap .level3 i { border-color: #e9e9e9; }

.sitemap .boxbody a:hover,
.sitemap .boxbody a:focus,
.sitemap .boxbody a:active { border-color: #c00; }
.sitemap .boxbody i:hover { border-color: #aaa; }






/* ****** 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 {
  text-align: right;
  padding : 5px 0;
}
.mediagallery .pgr a.prev {
  float: left;
}

.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;
  text-align: center;
}

.imagelist li img {
}

.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 {
}

.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 table th {
}

.people .even td {
  background: #fcfbd4;
}

.people table a {
}

.people table .netfang a {
}

.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;
}
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: 353px;
  float: left;
  margin-left: 23px;
}

.footer .boxhead {
  padding-top: 0;
  border-bottom: 1px solid #BBBBBB;
  padding-left: 9px;
  padding-bottom: 4px;
  margin-bottom: .3em;
}

.footer .boxbody {
  padding-left: 9px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: .92em;
  line-height: 1.5;
}

.footer .boxbody a {
  color: #D4202C;
  text-decoration: underline;
}

.footer .boxbody a:hover,
.footer .boxbody a:focus,
.footer .boxbody a:active {
  text-decoration: none;
}





/* ******  byggiraeplica  ****** */

.byggiraeplica {
  text-align: right;
  _height:0;min-height:0; /* ie hasLayout fix */
  position: absolute;
  width: 942px;
  text-align: right;
  margin-top: -120px;
}
.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/ba_e2-b50.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b50.png',sizingMethod='crop');
}





/* ******  imgbanner  ****** */

.imgbanner {
  position: absolute;
  top: 65px;
  right: -11px;
}





/* ****** pagestyle  ****** */

.pagestyle { 
  position: absolute;
  z-index: 10;
  top: 77px;
  right: 268px;
}
.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: 20px;
  height: 20px;
  background: url(i/font-usestyles.png) no-repeat;
}

.pagestyle .up a {
  background-image: url(i/font-up.png);
}
.pagestyle .dwn a {
  background-image: url(i/font-dwn.png);
}

.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active {
  background-position: 0 -20px;
}




/* ******  langnav  ****** */

.langnav {
  position: absolute;
  top: 75px;
  right: 297px;
  z-index: 10;
}

.langnav .boxhead { position:absolute;right:9999px;left:auto; }

.langnav li {
  float: left;
  margin: 1px;
  _display: inline;
}

.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: 20px;
  height: 20px;
  background: url(i/langnav-dk.png) no-repeat;
  float: left;
}

.langnav .cat2 a {
  background-image: url(i/langnav-en.png);
}

.langnav li a:hover,
.langnav li a:focus,
.langnav li a:active {
  background-position: 0 -20px;
}






/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #D61821;  text-decoration: underline; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }





/**************************/
/********  HOME  **********/
/**************************/


/* ****  layout  **** */

.home .pghead {
  height: 104px;
}

.home .pgmain {
  margin-left: 0;
  width: 970px;
}

.home .pgmain .wrap {
  padding: 20px 23px;
  width: 924px;
  overflow: hidden;
}

.home .pgextra3 {
  height: 176px;
}

.home .pgextra3 .wrap {
  padding: 22px 230px 21px 22px;
}


/* ****  box  **** */

.home .pgmain .boxhead {
  position: static;
  font-size: 1em;
  color: #2D2729;
  text-transform: uppercase;
}



/* ****  quicknav  **** */

.quicknav {
  float: left;
  width: 215px;
  margin-right: 22px;
  position: relative;
  z-index: 10;
}

.quicknav .boxhead {
  background: url(i/quicknav1-boxhead.png) no-repeat 0 50%;
  padding: 12px 10px 12px 46px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
}

.quicknav2 .boxhead { background-image: url(i/quicknav2-boxhead.png); }
.quicknav3 .boxhead { background-image: url(i/quicknav3-boxhead.png); }

.quicknav .boxbody {
  padding: 4px 12px 0;
}

.quicknav li {
  margin-bottom: 12px;
}

.quicknav li a {
  color: #fff;
  background: url(i/quicknav-dot.png) no-repeat 0 .4em;
  padding-left: 16px;
}

.quicknav3 li a {
  background: url(i/quicknav3-dot.png) no-repeat 0 .2em;
}

.quicknav li a:hover,
.quicknav li a:focus,
.quicknav li a:active {
  color: #fff;
}



/* *****  qabox  ***** */

.qabox {
  width: 923px;
  overflow: hidden;
  background: url(i/qabox-bg.png) no-repeat;
  padding: 0;
  height: 36px;
  margin-bottom: 18px;
}

.qabox .boxhead,
.qabox .boxbody {
  float: left;
}

.wrap .qabox .boxhead {
  color: #91B6D8;
  width: 166px;
  font-size: .92em;
  background: url(i/qabox-boxhead.png) no-repeat 100% 50%;
  text-align: center;
  height: 14px;
  padding: 11px 0;
}

.qabox .boxbody {
  width: 741px;
  overflow: hidden;
  padding: 11px 8px 0;
  font-size: .92em;
  height: 25px;
}
.qabox .boxbody .item {
  width: 741px;
}

.qabox a,
.qabox h3 a {
  color: #fff;
}

.qabox h3 {
  font-weight: normal;
  float: left;
  margin: 0;
}

.qabox .more {
  float: right;
  background: url(i/qabox-boxhead.png) no-repeat 0 50%;
  margin-top: -11px;
  padding-top: 12px;
  padding-bottom: 11px;
  
}

.qabox .more a {
  color: #9ABDDC;
  background: url(i/qabox-more-a.png) no-repeat 6px 64%;
  font-size: 1em;
  padding-right: 13px;
  padding-left: 17px;
  margin: 0;
}

.wrap .qabox a:hover,
.wrap .qabox a:focus,
.wrap .qabox a:active {
  color: #fff;
}



/* ***** news ***** */

.home .news {
  width: 687px;
  float: left;
}

.home .news .boxhead {
  border-bottom: 2px solid #EBEAEA;
  padding-left: 8px;
  padding-bottom: 3px;
  margin-bottom: 0;
}

.home .news .boxbody {
  width: 100%;
  overflow: hidden;
}

.home .news .item {
  padding-top: 16px;
  float: left;
  width: 429px;
  padding-left: 10px;
  padding-right: 20px;
}

.home .news ul {
  padding-top: 16px;
  float: right;
  width: 207px;
  clear: none;
  background: url(i/news-ul.png) no-repeat;
  min-height: 211px; _height: 211px;
  padding-left: 21px;
}

.home .news .moreolder {
  border-top: 2px solid #EBEAEA;
  clear: both;
  padding-top: 5px;
  width: 302px;
}

.home .news .moreolder a {
  background: url(i/news-moreolder-a.png) no-repeat 0 50%;
  padding: 6px 20px 7px 32px;
  text-transform: none;
  font-size: 1em;
  font-family: Arial;
  color: #0066AD;
}

.home .news .moreolder a.rsslink {
  background-image: url(i/rsslink-a.png);
  margin-left: 20px;
}

.home .news .moreolder a:hover,
.home .news .moreolder a:focus {
  background-position: -300px 50%;
}




/* ***** contactbox ***** */
.home .contactbox {
  background: url(i/contactbox-bg.png) 0 0 no-repeat;
  float: right;
  width: 220px;
  padding-top: 15px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
}
.home .contactbox .boxhead {
  background: url(i/contactbox-bh.png) 0 100% repeat-x;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  color: #0b488d;
  padding: 0 0 6px;
  margin: 0 18px 4px;
}
.home .contactbox .boxbody {
  background: url(i/contactbox-bg.png) 0 100% no-repeat;
  padding: 0 18px 15px;
}
.home .contactbox .boxbody p {
  margin: 0 0 5px;
  font-size: 12px;
}
.home .contactbox .boxbody p.large {
  font-size: 24px;
  color: #0b488d;
  font-style: italic;
  margin-bottom: 8px;
}
.home .contactbox .boxbody a {
  color: #d4202c;
}


/* ***** advert ***** */
.home .pgmain .advert {
  padding-top: 15px;
  float: right;
  width: 220px;
  clear: right;
}



