.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: #2C3481;
  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: #404040;
  line-height: 1.25;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background: #98bfe5 url(i/body-bg.jpg) repeat-x 50% 0;
}

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: ""; }

sup, sub { line-height: .5;  ~display: inline-block;  ~line-height: 1; }
sup { vertical-align:  .4em;  ~margin-top:    -1em; }
sub { vertical-align: -.4em;  ~margin-bottom: -1em; }


p, blockquote, ul, ol, dl, table {
  margin-top: 0px;
  margin-bottom: .7em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }


a { 
  color: #2C3481;
  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.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.c, td.c {
  text-align: center;
}





form { margin: 0; }

fieldset {
  padding: 0;
  margin: 0 0 1em;
  border: none;
}

.fi_txt,
.fi_bdy,
.fi_file,
.fi_chk,
.fi_static,
.fi_rdo li {
  margin-bottom: .6em;
}

.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_chk {
  padding-right: 20px;
  float: left;
}

.f_row .fi_txt input,
.f_row .fi_sel select {
  width: 200px;
}

.fi_txt label,
.fi_sel label,
.fi_bdy label,
.fi_file label,
.fi_rdo h4 {
  display: block;
}

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 #C7C7C7;
  background: #fff;
  color: #404040;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #999;
}

.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: #EFEFEF;
  border: 1px solid #C7C7C7;
  color: #636466;
  font-weight: bold;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #2C3481;
  color: #2C3481;
}


.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: 982px;
  margin: 0 auto;
  text-align: left;
}

.pghead {
  height: 82px;
}

.pghead .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */
}

.pghead .brand { margin:0; font-size :1em; }

.pghead .brand img.logo {
  vertical-align: middle;
  margin: 0 5px;
}

.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }

.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  float: left;
  margin: 54px 246px 0 5px;
  width: 726px;
  _display: inline;
  border-top: 1px solid #D7D7D7;
  background: url(i/pgmain-bg.png) repeat-y;
}

.pgmain .wrap {
  padding: 146px 33px 0 26px;
  _height:200px;min-height:200px; /* Floating layout fix */
  position: relative;
}

.pgextra2 {
  float: left;
  width: 234px;
  margin-left: -234px;
  _display: inline;
  background: url(i/pgextra2-bg.png) repeat-y;
}

.pgextra2 .wrap {
  background: url(i/pgextra2-wrap-bg.png) no-repeat;
  _height:0;min-height:0; /* ie hasLayout fix */
  padding: 8px 21px 0 24px;
}

.pgfoot {
  clear: both;
  background: url(i/pgfoot-bg.png) no-repeat;
  _background-image: url(i/pgfoot-bg.gif);
  padding-top: 155px;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.pgfoot .wrap {
  _height:0;min-height:0; /* ie hasLayout fix */
  padding: 23px 0 12px;
  margin: 0 -12px 0 0;
}





/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.sbox {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom: 1em;
}

.pgmain .box {
  position: relative;
  z-index: 10;
}

.boxhead,
.article .boxbody h1 {
  padding-top: 0;
  margin-top: 0;
  font-size : 1.17em;
  color: #2D3484;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.pgmain .boxhead,
.article .boxbody h1 {
  font-size: 1.64em;
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: .8em;
  padding-bottom: 4px;
  position: relative;
  z-index: 10;
}

.pgmain .sitetitle {
  position: absolute;
  top: 50px;
  left: 16px;
  border: none;
  font-size: 2.7em;
  font-weight: normal;
  color: #2D3484;
}

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }





.fbox {
  border: 1px solid #d7d7d7;
  width: 220px;
  padding: 6px;
  background: #fff url(i/fbox-bot.png) no-repeat 6px 100%;
  float: left;
  margin: 0 7px 17px 5px;
  min-height: 232px; _height: 232px;
  _display: inline;
}

.fbox .boxhead,
.wrap .fbox .item h3 {
  color: #fff;
  background: #2B3283 url(i/fbox-boxhead.png) repeat-x;
  text-transform: uppercase;
  padding: 7px 6px 5px 11px;
  margin-bottom: 6px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.16em;
}

.fbox .item h3 a,
.fbox .item h3 a:hover,
.fbox .item h3 a:focus,
.fbox .item h3 a:active {
  color: #fff;
}

.fbox .item img {
  border: 1px solid #d7d7d7;
  float: left;
  margin: 0 0 12px;
}

.fbox .item .summary {
  padding: 0 13px;
}


.fboxleft,
.fboxright {
  width: 480px;
  padding: 0 0 15px 4px;
  background: url(i/fboxleft-bot.png) no-repeat 0 100%;
  float: left;
  position: relative;
  margin: 0 11px 12px 1px;
}

.fboxright {
  padding: 0 4px 15px 0;
  background: url(i/fboxright-bot.png) no-repeat 100% 100%;
}

.fboxleft,
.fboxright {
  _background: none;
}

.fboxleft .boxhead,
.fboxright .boxhead {
  position: absolute;
  text-transform: uppercase;
  color: #666;
  width: 440px;
  padding: 8px 13px 8px;
  top: 7px;
  left: 11px;
  background: url(i/fboxleft-boxhead.png) repeat-x;
  border-bottom: 1px solid #D7D7D7;
}

.fboxright .boxhead {
  left: 7px;
}

.fboxleft .boxbody,
.fboxright .boxbody {
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 50px 19px 6px;
  min-height: 168px; 
  _height: 168px;
}
.fboxleft .boxbody {
  min-height: 421px; 
  _height: 421px;
}

.wrap .fboxleft .item .more,
.wrap .fboxright .item .more {
  padding-top: 20px;
}




/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color: #555;
  display: block; 
  font-weight: normal;
  font-size: .92em;
}
.meta span { padding-right: .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #777; }





/* ******  buttons  ****** */

.more,
.buttons,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.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 10px;
  background: url(i/more-arrow.png) 0% 50% no-repeat;
  color: #404140;
}



/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}
.articlelist .item h3 {
  font-size: 1.08em; 
  margin: 0 0 2px;
}
.articlelist .summary { line-height: 1.5; }
.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 .item .more {
  padding-top: 5px;
}

.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: .7em;
}
.articlelist li a {
  font-weight: bold; 
}





/* ******  article  ****** */

.article .boxbody { line-height: 1.5; }

.article .boxbody p {
  margin-bottom: 1.4em;
}

.article .boxbody h2,
.article .boxbody h3,
.article .boxbody h4 {
  margin-bottom: 0;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.article .boxbody h2 {
  font-size: 1.16em;
}

.article .boxbody h3 {
  font-size: 1.08em;
}

.article .subtitle {
  clear: none;
  font-size: 1em;
  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 #fff;
  border-right: 2px solid #fff;
  margin-bottom: 1em;
}

.article caption { 
  padding: .2em 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.16em;
}

.article th,
.article td {
  padding: 3px 8px;
  border-bottom: 2px solid #fff;
}

.article td {
  border-left: 2px solid #fff;
}

.article .th th,
.article thead th {
  font-weight: bold;
  background-color: #3B439C;
  color: #fff;
}

.article tbody th,
.article td {
  background-color: #F5F5F4;
}
.article tbody .odd th,
.article .odd td {
  background-color: #fff;
}

.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}

.article .star {
  /* image replacement */padding:0; display:inline-block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 9px;
  height: 12px;
  background: url(i/opnunartimar-star.png) no-repeat 50% 50%;
  _background-image: url(i/opnunartimar-star.gif);
}

.opnunartimar table {
  width: 100%;
}

.opnunartimar th,
.opnunartimar td {
  text-align: center;
  font-weight: bold;
}

.article table.times {
  float: right;
  margin-left: 20px;
  margin-bottom: 1em;
  width: 168px;
}

.article table.times thead th {
  text-align: left;
}

.article table.times tbody th {
  width: 34px;
}

.article table.times td {
  padding-top: 2px;
  padding-bottom: 2px;
  _height:0;min-height:0; /* ie hasLayout fix */
  text-align: left;
}

.article table.times span.yellow,
.article table.times span.red,
.article table.times span.green,
.article table.times span.blue,
.article table.times span.purple {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 34px;
  height: 17px;
}

.article table td.yellow,
.article table.times span.yellow { background-color: #E3B321; }

.article table td.red,
.article table.times span.red { background-color: #EB9292; }

.article table td.green,
.article table.times span.green { background-color: #54CE4B; }

.article table td.blue,
.article table.times span.blue { background-color: #A9C7FE; }

.article table td.purple,
.article table.times span.purple { background-color: #CB9CEF; }







.article ul {
  list-style: disc;
  padding-left: 2.5em;
  margin-bottom: .7em;
}
.article li { margin-bottom: .54em; }


.paging ul { list-style: none; padding: 0; }
.paging li { clear: none; }
.paging .prev { float: left; margin-right: 1em; }






/* ******  imagebox  ****** */

.imagebox {
  line-height: 1.2;
  font-size: .92em;
  float: right;
  margin: 4px 0 .75em 12px;
  color: #666;
}
.imagebox ul.imagelist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.imagebox li.image {
  margin: 0 0 1em 0;
}

.imagebox .img {
  display: block;
  border: 3px solid #8dc1ff;
}
.imagebox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
}

.imagebox .longdesc,
.imagebox small.credit {
  background-color: #ededed;
  padding: 7px 9px 12px 9px;
  margin-top: 5px;
  width: 208px;
}
.imagebox .longdesc strong.title {
  display: block;
}

.imagebox small.credit {
  display: block;
  position: relative;
  padding-top: 0;
  margin-top: -3px;
  font-size: .91em;
  color: #aaa;
}





/* ***  switchbox  *** */

.switchbox {
  position: relative;
  z-index: 21;
  margin: 0 -32px 0 -10px;
  ~overflow: hidden;
  ~width: 709px;
}

.switchbox .boxbody {
  _height:0;min-height:0; /* ie hasLayout fix */
  padding-bottom: 2px;
 
}

.switchbox .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.switchbox h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  color: #2C3683;
  font-size: 1.16em;
  text-transform: uppercase;
  padding-top: 4px;
  margin-bottom: 5px;
  padding-left: 4px;
}

.switchbox .col {
  float: left;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.switchbox ul {
  padding-right: 10px;
  width: 130px;
  float: left;
}

.switchbox li {
  background: url(i/switchbox-dot-green.png) no-repeat 0 .3em;
  border-bottom: 1px dotted #c9c9c9;
  margin-left: 5px;
}
.switchbox li.off {
  background-image: url(i/switchbox-dot-red.png);
}
.switchbox li span {
  padding: 4px 18px 3px 19px;
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.switchbox li.ontrodin span {
  background: url(i/trodin.png) 100% 50% no-repeat;
  padding-right: 33px;
}


.switchbox .iconlegend {
  font-size: .92em;
  padding: 7px 14px 0 0;
  float: right;
  width: 400px;
  display: block;
  overflow: hidden;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.switchbox .iconlegend li {
  border: none;
  float: right;
  _height:0;min-height:0; /* ie hasLayout fix */
  background: url(i/switchbox-dot-green.png) no-repeat 0 .05em;
  padding: 2px 5px 2px 18px;
}

.switchbox .iconlegend li.off {
  background-image: url(i/switchbox-dot-red.png);
}
.switchbox .iconlegend li.ontrodin {
  background-image: url(i/trodin.png);
  background-position: 0 .2em;
  padding-left: 35px;
}


.switchbox .map {
  clear: both;
  float: left;
  white-space: nowrap;
  font-weight: bold;
  padding: 7px 0 0 2px;
  ~padding-top: 4px;
}


.switchbox .fjallid {
  padding: 20px 0 0 20px;
}
.switchbox .fjallid a {
  color: #2d3484;
  font-weight: bold;
}



/* ****  einfo  **** */

.einfo {
  clear: both;
  background: url(i/einfo-top.png) repeat-x;
  padding-top: 11px;
  margin: 0 -26px 0 -18px;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.einfo .boxbody {
  background: url(i/einfo-boxbody.png) repeat-x 50% 50%;
  font-size: .92em;
}

.einfo ul {
  width: 100%;
  overflow: hidden;
}

.einfo li {
  float: left;
  padding: 8px 30px 8px 12px;
}

.einfo li strong {
  font-weight: normal;
  padding-right: 4px;
}



.vedurfar {
  padding: 5px;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin: 0 -13px 1em -16px;
}
.vedurfar .boxhead { position:absolute;right:9999px;left:auto; }
.vedurfar .boxbody {
  background: #96bde5 url(i/vedurfar-bg.png) 0 0 repeat-x;
  color: #2d3484;
  padding: 20px 15px 10px;
  text-align: center;
}
.vedurfar .boxbody li {
  margin-bottom: .5em;
}
.vedurfar .boxbody strong { font-weight: normal; }
.vedurfar .boxbody li.date *,
.vedurfar .boxbody li.temp * {
  font-weight: bold;
}



/* *** 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  ****** */
.pgmain .quizbox {
  position: absolute;
  z-index: 50;
  top: 63px;
  left: 463px;
  border: 1px solid #d1d5d9;
  padding: 12px 18px;
  width: 196px;
  background: #fff;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 5px 10px #D9DADB;
  -webkit-box-shadow: 0 5px 10px #D9DADB;
  -moz-box-shadow: 0 5px 10px #D9DADB;
}
.pgmain .quizbox .boxhead {
  font-size: 1.17em;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  margin-bottom: .4em;
}
.quizbox .question {
  font-weight: bold;
}
.quizbox h3 {
  margin: .5em 0;
}
.quizbox .thanks {
  color: #06b;
}
.quizbox ul {}
.quizbox li {
  margin-bottom: .3em;
  _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 {
  margin-top: 3px;
  display: block; 
  background-color: #ddd;
}
.quizbox .results .bar i {
  display: block;
  height: 1em;
  background: #888;
}
.quizbox  .button {
  float: left;
  margin-top: 3px;
  border-color: #2c3582;
  color: #fff;
  text-transform: uppercase;
  background: #354092;
}
.pgmain p.morequizes {
  display: inline-block;
  padding: 6px 0 0 10px;
  overflow: visible;
  margin: 0;
}

.pgmain p.morequizes a {
  display: inline;
  color: #606060;
  font-size: .92em;
  margin: 0;
  padding: 0;
  background: 0;
}



/* ******  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;right:9999px;left:auto; }




/* ******  mnav  ****** */

.mnav {
  position: absolute;
  top: 98px;
  left: 5px;
  width: 726px;
  margin-top: -1.33em;
  z-index: 30;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }

.mnav .boxbody {
  padding: 0;
  background: #2D3484 url(i/mnav-bg.png) repeat-x;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.08em;
}

.mnav ul {
  padding-top: 7px;
  width: 720px;
  overflow: hidden;
  padding-left: 6px;
}
  
.mnav li {
  float: left;
}

.mnav li a {
  float: left;
  display: block;
  color: #fff;
  padding: 9px 10px 4px;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  outline : 0;
  color: #fff;
}

.mnav .parent,
.mnav .current {
  background: #fff url(i/mnav-curr-left.png) no-repeat;
}

.wrap .mnav .parent a:hover,
.wrap .mnav .parent a:focus,
.wrap .mnav .parent a:active,
.wrap .mnav .current a:hover,
.wrap .mnav .current a:focus,
.wrap .mnav .current a:active,
.mnav .parent a,
.mnav .current a {
  font-weight: bold;
  background: url(i/mnav-curr-right.png) no-repeat 100% 0;
  color: #2e3586;
}

.wrap .mnav .parent a:hover,
.wrap .mnav .parent a:focus,
.wrap .mnav .parent a:active,
.wrap .mnav .current a:hover,
.wrap .mnav .current a:focus,
.wrap .mnav .current a:active {
  text-decoration: none;
}





/* ******  snav  ****** */

.snav {
  margin-bottom: 1.2em;
}

.snav .boxhead {
  color: #2D3484;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 1.08em;
  background: url(i/snav-boxhead.png) repeat-x;
  margin: 0 -13px 0 -16px;
  padding: 8px 13px 6px 16px;
}

.snav ul {}

.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  padding-bottom: 0;
}

.snav li span {
  ~display: none;
}

.snav li a {
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
  padding: 5px 2px;
  border-bottom: 1px solid #D7D7D7;
  color: #404040;
}

.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
}

.snav .parent a,
.snav .current a {
  font-weight: bold;
}

/* l2 */

.snav .level2 {
  border-bottom: 1px solid #D7D7D7;
  padding-top: 4px;
  padding-bottom: 4px;
}

.snav .level2 li a {
  border: none;
  padding-left: 12px;
  font-weight: normal;
  font-size: .92em;
  padding-top: 3px;
  padding-bottom: 3px;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight: bold;
}

/* l3 */


.snav .level2 .level3 {
  padding-bottom: 4px;
}

.snav .level2 .level3 li a {
  padding-left: 24px;
  font-weight: normal;
  font-size: .92em;
}

.snav .level2 .level3 .parent a,
.snav .level2 .level3 .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: 0;
  ~margin-left: -10px;
  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;
}




/* ****** monthlist-h ****** */

.monthlist-h {
  position: relative;
  z-index: 11;
  margin-bottom: 18px;
}

.monthlist-h .boxhead {
  margin-bottom: .45em;
}

.monthlist-h .boxbody {
  position: relative;
  z-index: 10;
}

.monthlist-h h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  color: #707070;
  margin: 0 auto 6px;
  position: relative;
  z-index: 12;
  width: 105px;
}

.monthlist-h h4 a {
  color: #666;
}

.monthlist-h .paging {
  text-align: center;
  width: 130px;
  position: absolute;
  left: 50%;
  top: 3px;
  margin-left: -65px;
}

.monthlist-h .paging li {
  float: left;
}

.monthlist-h .paging li.next {
  float: right;
}

.monthlist-h .paging 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;
  background: url(i/monthlist-arrow-prev.png) no-repeat 50% 0;
  width: 9px;
  height: 9px;
}

.monthlist-h .paging li.next a {
  background-image: url(i/monthlist-arrow-next.png);
}

.monthlist-h .paging li a:hover,
.monthlist-h .paging li a:focus,
.monthlist-h .paging li a:active {
  background-position: 50% -9px;
}


.monthlist-h table {
  background: #F5F5F4;
  width: 100%;
}

.monthlist-h th,
.monthlist-h td {
  text-align: center;
  border: none;
  padding-left: 1px;
  padding-right: 2px;
  padding: 3px 1px 3px 2px;
}

.monthlist-h .sat {
  padding-right: 6px;
}

.monthlist-h .sun {
  padding-left: 6px;
}

.monthlist-h th {
  color: #9F9F9F;
  font-weight: normal;
  padding-top: 11px;
  padding-bottom: 0;
}

.monthlist-h td {
  padding-top: 5px;
  padding-bottom: 8px;
}

.monthlist-h td.sat {
  background: url(i/monthlist-sep.png) repeat-y 100% 0;
}

.monthlist-h td a {
  border-bottom: 3px solid #2D3484;
  padding-bottom: 4px;
}

.monthlist-h td .dateinfo a {
  border: none;
}

.monthlist-h td .dateinfo a:hover,
.monthlist-h td .dateinfo a:focus,
.monthlist-h td .dateinfo a:active {
  text-decoration: 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: 18px;
  margin-top: -.8em;
  right: 11px;
  width: 227px;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }

.qsearch .boxbody {
  padding: 0;
  text-align: right;
}

.qsearch .fi_txt {
  padding-right: 1px;
}

.qsearch .fi_txt input {
  width: 159px;
  padding: 2px 2px 1px;
}

.qsearch .fi_btn input {
  width: 53px;
  font-size: .92em;
  padding-top: 0;
  padding-bottom: 0;
  height: 20px;
  line-height: 1;
}





/* ******  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: #2C3481;
  text-decoration: none;
}

.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 11px 11px;
  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 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 146px;
  width: 144px;
  ~display: block;
  ~padding-top: 73px;
  ~height: 73px;
}

.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 {
}

.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 .boxbody {
  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 {
  border: 1px solid #d7d7d7;
  padding: 6px;
  background: #fff;
  clear: both;
  margin: 0 4px;
  float: left;
  width: 960px;
  _display: inline;
}

.footer .boxhead { display: none; }

.footer .boxbody {
  background: url(i/footer-bg.png) repeat-x;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 1.16em;
  padding: 10px 12px 6px;
  font-weight: bold;
  color: #8A8B8C;
}

.footer .boxbody p {
  margin: 0;
}

.footer .boxbody a {

  color: #8A8B8C;
}





/* ******  byggiraeplica  ****** */

.byggiraeplica {
  padding-top: 10px;
  padding-bottom: 72px;
  padding-right: 10px;
  text-align: right;
  clear: both;
  _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(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: 143px;
  left: 12px;
  z-index: 5;
}

.pgmain .imgbanner {
  top: 6px;
  left: 7px;
}




/* ****** pagestyle  ****** */

.pagestyle {
  position: absolute;
  top: 5px;
  right: 244px;
  width: 50px;
}

.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: 25px;
  height: 25px;
  background: url(i/font-dwn.png) no-repeat;
  float: left;
}

.pagestyle .up a {
  background-image: url(i/font-up.png);
}

.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active {
  background-position: 0 -25px;
}








/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #2C3481;  text-decoration: underline; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }








/* *********************** */
/* *******  HOME  ******** */
/* *********************** */




/* *** layout *** */

.home .pgmain {
  margin-top: 2px;
  margin-right: 0;
  width: 972px;
  border: none;
}

.home .pgmain .wrap,
.milli .pgmain .wrap {
  margin-bottom: 0;
}

.home .pgmain .wrap {
  background: none;
  _height:108px;
  min-height:108px;
  padding-top: 250px;
}

.home .pgextra2 .wrap {
  background: none;
  padding: 0;
}

.home .pgfoot,
.milli .pgfoot {
  padding-top: 4px;
  background-position: 0 -146px;
}




/* ***  meta  *** */

.home .meta {
  font-size: .84em;
}




/* ***  imgbanner  *** */

.home .pgmain .imgbanner {
  top: 43px;
  left: 7px;
}



/* ***  einfo  *** */

.home .einfo {
  position: absolute;
  right: 0;
  top: -38px;
  width: 234px;
  background: url(i/tbox-top.png);
  color: #fff;
  margin: 0;
  padding-top: 26px;
  z-index: 20;
}

.home .einfo a,
.home .einfo a:hover,
.home .einfo a:focus,
.home .einfo a:active {
  color: #fff;
}

.home .einfo .boxhead {
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 1.24em;
  padding: 0 20px;
  margin-bottom: 8px;
  white-space: nowrap;
}

.home .einfo .boxbody {
  background: url(i/tbox-bot.png) no-repeat 0 100%;
  padding: 0 20px 8px;
  font-size: 1em;
  min-height: 220px; _height: 220px;
}

.home .einfo ul {
  margin-bottom: .8em;
}

.home .einfo li {
  float: none;
  width: auto;
  padding: 0;
  margin-bottom: .45em;
}

.home .einfo li strong {
  font-weight: bold;
}

.home .einfo .links {
  padding-top: 12px;
  background: url(i/tbox-sep.png) no-repeat 50% 0;
}

.home .einfo .links li {
  background: url(i/tbox-dot.png) no-repeat 0 .33em;
  padding-left: 13px;
}



/* ***  adbox  *** */

.infobox {
  background: url(i/home-adbox-bg.png) no-repeat;
  width: 234px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: -9px;
  padding-top: 35px;
}

.infobox .boxhead {
  font-size: 1.16em;
  border: none;
  position: absolute;
  left: 18px;
  top: 23px;
  text-transform: uppercase;
  color: #606060;
  margin-top: -.6em;
}
.infobox .boxbody {
  padding: 5px 18px;
  color: #606060;
  line-height: 1.5;
}

.infobox img {
  float: left;
  margin: 0 10px 0 0;
}



/* ***  topbox  *** */

.topbox {
  position: absolute;
  top: 238px;
  left: 30px;
  z-index: 20;
  width: 600px;
  height: 146px;
  overflow: hidden;
  margin-top: -5em;
}

.topbox .boxhead {
  border: none;
  font-size: 1.16em;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Arial;
}

.topbox .boxbody {
  line-height: 1.5;
}

.topbox .boxbody p {
  margin-bottom: 1.5em;
}




/* ***  forcast  *** */

.forcast {
  background: #94bde4 url(i/forcast-bg.png) repeat-x;
  position: absolute;
  z-index: 50;
  bottom: -3px;
  left: 6px;
  width: 714px;
  padding-top: 18px;
  padding-bottom: 6px;
}

.forcast .boxhead {
  border: none;
  float: left;
  text-transform: uppercase;
  font-size: 1.32em;
  margin: 0;
  text-align: right;
  width: 185px;
  padding: 0 13px 0 0;
}

.forcast .boxbody {
  color: #fff;
  font-size: 1.08em;
  font-weight: bold;
  padding-top: 3px;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.forcast li {
  float: left;
  padding-right: 20px;
}
.forcast div[contenteditable=true] {
  display: block;
  float: left;
}
.forcast div[contenteditable=true] li {
  float: none;
  display: block;
}



/* ***  camlink  *** */

.camlink {
  position: absolute;
  bottom: 46px;
  right: 275px;
  z-index: 30;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  width: 130px;
}

.camlink a {
  color: #555;
  padding: 5px 10px 2px 30px;
  background: url(i/cam-icn.png) no-repeat;
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
}



/* ***  phone  *** */

.phone {
  position: absolute;
  bottom: 50px;
  left: 30px;
}



/* ***  adverts  *** */
.adverts .boxhead .icn {
  background: url(i/vinir-icn.png) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: -6px;
  width: 90px;
  height: 47px;
}
.adverts .boxbody {
  overflow: hidden;
  padding-left: 6px;
  padding-right: 0;
  
}
.adverts .boxbody ul {
  overflow: hidden;
  height: 168px;
  position: relative;
}

.adverts li {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.adverts img {
  border: 1px solid #DCDBDB;
  float: left;
  margin-right: 6px;
}

.EPLICA_loggedin .adverts ul {
  height: auto;
}
.EPLICA_loggedin .adverts li {
  position: static;
}






.popup-curtain {
  z-index: 90;
}
.popupblock {
  padding: 32px;
  position: absolute;
  width: 584px;
  background: #fff;
  left: 50%;
  margin-left: -324px;
  z-index: 100;
  text-align: left;
}
.popupblock .boxhead { position:absolute;right:9999px;left:auto; }
.popupblock .boxbody {
  overflow: hidden;
  _overflow: visible;
  _height:0;min-height:0; /* ie hasLayout fix */
}


.popupblock a.close {
  position: absolute;
  top: -17px;
  right: 6px;
  width: 48px;
  height: 50px;
  overflow: hidden;
  text-indent: -9999em;
  white-space: nowrap;
  display: block;
  _height:21px;min-height:21px; /* ie hasLayout fix */
  background: url(i/popup-close.png) 0 0 no-repeat;
}


.pop-fjallidpop {
  width: 806px;
}


.pop-gisting {
  padding-bottom: 4px;
}
.pop-gisting .item {
  margin-bottom: 28px;
}
.pop-gisting .item h3 a {
  color: #f126ce;
  font-size: 1.09em;
}
.pop-gisting .item img {
  float: left;
  border: 2px solid #646669;
  margin: .2em 12px .5em 0;
}
.pop-gisting .item .more a {
  background: url(i/visit-pop.png) 0 50% no-repeat;
  color: #f126ce;
  padding-left: 14px;
}
