.stream { position:absolute;right:9999em;left:auto; }
/* 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: #757d41;
  right: 0;
  z-index:9999;
  font-size: 1em;
  white-space: nowrap;
}
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  position: absolute;
  right: -9999em;
}

.print { display: none; }


/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { filter: expression(document.execCommand("BackgroundImageCache", false, true)); } /* fixes the background-image flicker bug in IE */
html, body { height: 100%; }

body {
  background: #fff url(i/body-bg.gif) repeat-x;
  margin: 0;
  padding: 0;
  color: #080A02;
  line-height: 1.4;
  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: 16px;  ~font-size: 100.00%; }


div, table, caption { font-size: 1em; }


blockquote {
  margin: 0 0 1em;
  padding: .3em .5em .6em;
  background: #ECEDEE;
}
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: #8C964F;
  text-decoration: none;
}



acronym {
  cursor: help;
  border: none;
}
acronym:hover { border-bottom: 1px dotted #ddd; }


img {
  margin: 0;
  padding: 0;
  border: none; 
  vertical-align: middle;
}


h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 1.27em;
  margin-bottom: .55em;
}
h2 {
  font-size: 1.27em;
  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 #DBDCDC;
  background: #fff;
  color: #777;
  padding: 2px;
}

textarea:focus,
.textinput:focus,
.fi_txt input:focus { border-color: #777; }

.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 url(i/btn-bg.gif) repeat-x 0 100%;
  border: 1px solid #DBDCDC;
  color: #A2A3A5;
  font-weight: bold;
}

.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #777;
  color: #777;
}


.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 {
  clear: both;
  line-height: 0px;
  font-size: 1px;
  _height:0;min-height:0; /* ie hasLayout fix */
}



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position: relative;
  width: 904px;
  margin: 0 auto;
  text-align: left;
  background: #ECEDEE url(i/bw-bg.gif) repeat-y;
}



.pghead {
  height: 763px;
  background: url(i/ph-bg.gif) no-repeat;
}
.pghead .brand a {
  padding-left: 2px;
}
.pghead .sitelogo { vertical-align: middle; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */


.pgmain,
.pgextra1,
.pgextra2 {
  margin-top: -642px;
  min-height: 643px; _height: 643px;
}

.pgmain .wrap,
.pgextra1 .wrap,
.pgextra2 .wrap { padding-top: 129px; }


.pgmain {
  float: left;
  margin-left: 207px;
  width: 681px;
  _display: inline;
  
}
.threecol .pgmain {
  width: 490px;
  margin-right: 191px;
}
.pgmain .wrap {
  padding-left: 33px;
  padding-right: 40px;
}

.pgextra2 {
  float: left;
  width: 191px;
  margin-left: -872px;
  _display: inline;
}

.pgextra1 {
  float: left;
  width: 191px;
  _display: inline;
  margin-left: -191px;
  _margin-left: -191px;
}

.pgfoot {
  clear: both;
  background: #fff url(i/p5-bg.gif) no-repeat;
}

.pgfoot .wrap {
  padding: 19px 0 50px;
}



/*
  disposable helper fyrir canvas vinnu  
*/
.pgfoot .wrap,
.pgextra4 .wrap,
.pgextra3 .wrap,
.pgextra2 .wrap,
.pgextra1 .wrap,
.pghead .wrap,
.pgmain .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */
}



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  position: relative;
  margin-bottom: 1.5em;
}

.boxhead {
  padding-top: .4em;
  margin-top: 0;
  font-size: 1.5em;
  font-family: Georgia;
  color: #080a02;
  border-bottom: 1px solid #DFE0E3;
  font-weight: normal;
  padding-bottom: 7px;
}

.boxbody {
  _height:0;min-height:0;/* ie hasLayout fix */
}


.pgextra2 .box { clear: both; }

.pgextra2 .box .boxhead,
.pgextra2 .box .boxbody { padding: 2px 12px; }






/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color: #999CA6;
  display: block; 
  font-weight: normal;
  font-size: .92em;
  font-weight: bold;
}
.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;
  height: 1.2em;
}
.buttons {
  margin-top: 1.33em;
  clear: both;
}

.wrap .more a {
  font-weight: bold;
  font-size: .92em;
}

.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  float: left;
  padding: 0 10px 0 14px;
  background: url(i/moreolder-arrow.gif) 0 45% no-repeat;
  ~background-position: 0 50%;
  font-size: .92em;
  font-weight: bold;
}

.wrap .more a {
  font-weight: bold;
  padding: 0 10px 0 0;
  background: none;
}


.wrap .buttons a {
  background-image: url(i/arrow-grey.gif);
  text-decoration: none;
  
}

.wrap .buttons .btnback { background-image: url(i/arrow-grey-back.gif); }


.wrap .moreolder,
.wrap .archivelink {
  border-top: 1px solid #DFE0E3;
  padding-top: 8px;
  margin-top: .7em;
}

.wrap .moreolder a,
.wrap .archivelink a {
  color: #999CA6;
  padding-left: 17px;
}



/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}

.articlelist .item h3 {
  font-size: 1em; 
  margin: 0;
}

.articlelist .item h3 a {
  color: #080A02;
}

.articlelist .summary p { margin: 0; }

.articlelist .more {}

.articlelist img {
  float: right;
  margin: .2em 0 .33em .5em;
}

.articlelist ul { clear: both; }
.articlelist li { padding-bottom: .7em; }
.articlelist li a { font-weight: bold; }




/* ******  article  ****** */

.article .boxbody h2,
.article .boxbody h3,
.article .boxbody h4 {
  color: #646877;
  margin-bottom: 0;
}

.article .boxbody a:link,
.article .boxbody a:visited { text-decoration: underline; }

.article .subtitle {
  clear: none;
  margin-top: -.54em;
  font-size: 1em;
}
.article .summary {
  color: #777;
  padding: 4px 0;
  margin: 0 0 .7em 0;
}
.article .summary p { margin: 0; }

.article img { clear: both; vertical-align: text-bottom; }
.article img.left { float: left;  margin: .2em 2em .2em 0; }
.article img.right { float: right;  margin: .2em 0 .5em 2em; }
.article img.center { float: none; display: block; margin: 0 auto .7em auto; text-align: center;}

.article table {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.article caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article th {
  font-weight: bold;
  padding: .2em .4em;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  background-color: #f8f8f8;
}
.article td {
  padding: .2em .4em;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
.article tr.alt td {
  background-color: #f8f8f8;
}

.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.article ul {
  list-style: disc;
  padding-left: 2.5em;
  margin-bottom: .7em;
}
.article li { margin-bottom: .54em; }





/* ******  imgbox  ****** */
.imgbox {
  position: static;
  float: right;
  padding: 0 0 .75em 10px;
  margin: 0;
  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 .imgcontent,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgcontent,
.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 { margin: 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 label,
.contactform .fi_bdy label,
.contactform .fi_static span {
  width: 7em;
  float: left;
  margin-top: .2em;
}
.contactform .fi_btn {
  margin-left: 7em;
  _margin-left: 7.2em;
}
.contactform textarea { width: 70%; }





/* ******  breadcrumbs  ****** */
.breadcrumbs {
  position: absolute;
  top: 215px;
  right: 55px;
  width: 570px;
  font-size: .92em;
  z-index: 99;
  text-align: right;
  margin-top: -.7em;
  color: #fff;
}
.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999em;left:auto; }

.breadcrumbs span,
.wrap .breadcrumbs a {
  text-decoration: none;
  color: #fff;
  background: url(i/arrow-white-back.gif) no-repeat 0 .27em;
  padding-left: 12px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.breadcrumbs a.home {
  background: none;
}
.breadcrumbs i { position:absolute;right:19999px;left:auto; }

.wrap .breadcrumbs a:hover,
.wrap .breadcrumbs a:focus,
.wrap .breadcrumbs a:active { color: #fff; }



/* ******  qnav  ****** */
.qnav {
  position: relative;
  width: 150px;
}

.qnav .boxhead {
  background: #f8f8f8;
  font-weight: normal;
  font-size: 1em;
  color: #333;
  padding: 2px 20px 2px 8px;
  margin: 0;
  border: 1px solid #bbb;
}
.qnav-active .boxhead {
  padding: 0;
  border: none;
}

.qnav .boxhead a {
  background: transparent url(i/drop-arrow.gif) 100% 50% no-repeat;
  border: 1px solid #bbb;
  display: block;
  padding: 2px 20px 2px 8px;
  _height:0;min-height:0;/* ie hasLayout fix */
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
}
.qnav .boxhead a:hover,
.qnav .boxhead a:focus,
.qnav .boxhead a:active {
  text-decoration: none;
  background-color: #fff;
}

.qnav .boxbody {
  padding: 3px 0 0 0;
  position: relative;
  background: #fff;
  margin: -1px 0 0 0;
  border: 1px solid #bbb;
  border-top: none;
}
.qnav-closed .boxbody { display: none; }
.qnav-open .boxbody { display: block; }

.qnav li { _display: inline; }
.qnav .boxbody a {
  display: block;
  text-decoration: none;
  padding: 3px 5px 3px 8px;
  margin-top: -3px;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.qnav .boxbody a:hover,
.qnav .boxbody a:focus,
.qnav .boxbody a:active {
  text-decoration: none;
  background-color: #f8f8f8;
}





/* ******  mnav  ****** */

.mnav {
  width: 904px;
  position: absolute;
  top: 93px;
  left: 0;
  margin-top: -1.4em;
}
  
.mnav .boxhead { position:absolute;right:9999em;left:auto; }

.mnav ul {
  font-size: .92em;
  font-weight: bold;
  padding-left: 25px;
}

.mnav li { float: left; }

.mnav li a {
  float: left;
  color: #EAEBED;
  padding: 8px 12px 7px 12px;
  ~padding-bottom: 8px;
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.mnav .parent,
.mnav .current { background: url(i/mnav-curr.gif) no-repeat 0 100%; }

.mnav .parent a,
.mnav .current a {
  background: url(i/mnav-curr-a.gif) no-repeat 100% 100%;
  padding-left: 32px;
  padding-right: 16px;
  color: #fff;
}

.mnav .homecurrent { background: url(i/mnav-homecurrent.gif) no-repeat 0 100%; }

.mnav .homecurrent a {
  padding-left: 16px;
  background: transparent none;
  padding-right: 12px;
}

.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  color: #fff;
  text-decoration: none;
}




/* ******  snav  ****** */

.snav { margin-bottom: 1.5em; }

.snav .boxhead {
  position: absolute;
  top: 220px;
  left: 16px;
  z-index: 98;
  color: #fff;
  font-weight: normal;
  font-size: 1.9em;
  width: 836px;
  _width /**/: 872px;
  margin-top: -1.4em;
  border: none;
  padding: 7px 18px 11px 18px;
  background: url(i/banner-grad.png);
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='design/i/banner-grad.png',sizingMethod='scale');
}

.snav .boxbody {
  border: 1px solid #868996;
  border-bottom: none;
  background: #808390 url(i/snav-content-bg.gif) repeat-x 0 100%;
  font-size: .92em;
  padding-top: 7px;
  padding-bottom: 20px;
}

.snav li { _display: inline; }

.snav li a {
  color: #fff;
  padding: 5px 20px;
  background: url(i/arrow-white.gif) no-repeat 7px .7em;
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.snav .parent a,
.snav .current a { font-weight: bold; }


/* l2 */

.snav .level2 { padding-bottom: 4px; }

.snav .level2 a {
  padding-left: 35px;
  font-weight: normal;
  background: none;
  padding-top: 3px;
  padding-bottom: 3px;
}


.snav .level2 .parent a,
.snav .level2 .current a {
  background: url(i/snav-l2-arrow.gif) no-repeat 18px .5em;
  font-weight: bold;
}

.snav .level2 .parent a {
  background: none;
}


/* l3 */

.snav .level2 .level3 a {
  padding-left: 50px;
  font-weight: normal;
  background: none;
  font-weight: normal;
}

.snav .level2 .level3 .current a {
  background: url(i/snav-l2-arrow.gif) no-repeat 33px .5em;
  font-weight: bold;
}


.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
  color: #fff;
  background-color: #838591;
}




/* ******  enav  ****** */
.enav { text-align: center; }
.enav .boxhead { position:absolute;right:9999em;left:auto; }
.enav ul {
  overflow: hidden;
  width: auto;
}
.enav li {
  float: left;
  display: inline;
  padding: 0 7px;
  border-left: 1px solid #ccc;
}
.enav li.cat1 { border: none; }

.enav .boxbody a {}

.enav .parent a,
.enav .current a { font-weight: bold; }





/* ******  flnav  ****** */
.flnav { }
.flnav .boxhead { position:absolute;right:9999em;left:auto; }
.flnav ul {
  overflow: hidden;
  width: auto;
}
.flnav li {
  float: left;
  display: inline;
  padding: 0 7px;
  border-left: 1px solid #ccc;
}
.flnav li.home { border: none; }
/* .flnav li.cat1 { border: none; } */
.flnav .boxbody 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,
.monthlist {
  width: 100%;
  overflow: hidden;
}

.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: #555; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display: block;
  font-style: normal;
  padding: 2px;
}
.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; }




/* ******  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: 46px;
  ~top: 45px;
  margin-top: -.7em;
  right: 0;
  width: 232px;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999em;left:auto; }
.qsearch .boxbody { padding: 0; }

.qsearch .fi_txt input {
  width: 131px;
  font-size: .92em;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-right: 7px;
  font-weight: bold;
}

.qsearch .fi_btn input { width: 4.2em; font-size: .92em; }





/* ******  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: #757d41; }
.sitemap .boxbody i:hover { border-color: #aaa; }







/* ******  galleries  ****** */
.galleries {}
.galleries ul {}
.galleries h4 {}
.galleries p {}


/* ******  gallery  ****** */
.gallery .boxbody {
  padding-right: 0;
}
.gallery td {
  padding-right: 12px;
  padding-bottom: 12px;
  text-align: center;
  vertical-align: bottom;
}
.gallery img {
  margin: 0 auto;
}


/* ******  galleryitem  ****** */
.galleryitem .boxbody {
  text-align: center;
}
.galleryitem .ctrls a {
  padding: 0 .3em;
}
.galleryitem img {
  margin: .5em 0;
}




/* ******  footer  ****** */

.footer {
  
}

.footer .boxhead { position:absolute;right:19999px;left:auto; }

.footer .boxbody {
  padding: 14px 150px 14px 70px;
  font-size: .92em;
  color: #818491;
  font-weight: bold;
  background: url(i/footer-logo.gif) no-repeat 30px .66em;
}

.footer .boxbody a {
  color: #818491;
}

.footer .boxbody i {
  margin: 0 6px;
}





/* ******  byggiraeplica  ****** */


.byggiraeplica {
  background: #fff;
  text-align: right;
  padding-right: 2px;
  padding-bottom: 20px;
  float: right;
  margin-top: -92px;
}
.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-b25.png) 0 0 no-repeat;  /* (Black)  -- Use `ba_e2-w.png` for white */
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b25.png',sizingMethod='crop');
}





/* ******  imgbanner  ****** */

.imgbanner {
  height: 117px;
  overflow: hidden;
  position: absolute;
  top: 121px;
  left: 16px;
  border-bottom: 12px solid #fff;
}





/* ****** pagestyle  ****** */

.pagestyle { 
  position: absolute;
  top: 34px;
  right: 244px;
  width: 85px;
}

.pagestyle h2 { position:absolute;right:9999em;left:auto; }

.pagestyle ul {
  position: relative;
}

.pagestyle a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 26px;
  height: 26px;
  background: url(i//font-dwn.gif) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.pagestyle .up a {
  background-image: url(i/font-up.gif);
  left: 26px;
}

.pagestyle .userstyles a {
  background-image: url(i/font-stillingar.gif);
  left: 59px;
}

.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active {
  background-position: 0 -26px;
}








/* * links * */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #757d41;  text-decoration: underline; }
a:hover,
a:active { outline: none; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }






  /************************/
 /********  HOME  ********/
/************************/


/* *** layout *** */

.home .pgwrap { background-color: #fff; }

.home .pgmain {
  margin-left: 16px;
  width: 872px;
  background: #889349 url(i/home/pb-bg.gif) 1px 0 repeat-y;
  float: none;
  display: block;
}
.home .pgmain,
.home .pgextra1,
.home .pgextra2 {
  margin-top: -642px;
  min-height: 580px; _height: 580px;
}

.home .pgmain .wrap { padding: 189px 0 0; }

.home .pb-top {
  background: url(i/home/pbt-bg.gif) no-repeat 1px 100%;
  width: 100%;
  overflow: hidden;
  _overflow: visible;
  min-height: 106px; _height: 106px;
}

.home .pb-bottom {
  background: #fff;
  width: 100%;
  overflow: hidden;
  padding-top: 12px;
  _height /**/: 348px;
}



/* *** box *** */


.home .pgmain h1 {
  position: absolute;
  top: 282px;
  right: 16px;
  z-index: 99;
  width: 798px;
  _width /**/: 872px;
  padding: 6px 37px 10px;
  text-align: right;
  color: #fff;
  margin-top: -1.4em;
  font-family: Georgia;
  font-size: 1.7em;
  font-weight: normal;
  background: url(i/home/banner-grad.png) repeat-y;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='design/i/home/banner-grad.png',sizingMethod='scale');
}
  


.home .box {
  float: left;
  width: 494px;
  margin-bottom: 0;
}

.home .box-right {
  width: 365px;
  float: right;
}

.home .box .boxhead {
  padding: 6px 0 0;
  margin: 0 15px 7px;
  font-size: 1.4em;
}
.home .pb-bottom .box .boxbody { _height:202px;min-height:202px; padding-bottom: 1px;  }
.home .box .boxbody { padding: 0 21px 12px 16px;  }



.home .pb-top .box { color: #fff; }

.home .pb-top .box .boxhead {
  color: #fff;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.home .pb-top .box .boxbody p { margin-bottom: 0; }

.home .pb-top .box .boxbody a { color: #fff; }

.home .pb-top .box .boxbody .moreolder,
.home .pb-top .box .boxbody .archivelink {
  border-top: none;
  margin-top: 0;
}

.home .pb-top .box .boxbody .moreolder a,
.home .pb-top .box .boxbody .archivelink a {
  font-size: 1em;
  background-image: url(i/home/moreolder-arrow.gif);
}





.home .pb-bottom .box-right .boxbody {
  background: url(i/home/pbb-rightbox.gif) no-repeat;
  padding-top: 7px;
}

.home .pb-bottom .box-right .item { margin-bottom: 1.6em; }

.home .pb-bottom .box-right h3,
.home .pb-bottom .box-right h3 a { color: #818490; }

.home .pb-bottom .box-right h3 {
  font-family: Georgia;
  font-size: 1.4em;
  font-weight: normal;
  border-bottom: 1px solid #DBDBDF;
  margin-bottom: 7px;
}

.home .pb-bottom .box-right .summary { padding: 0 5px; }





/* *** imgbanner *** */

.home .imgbanner { height: 177px; }










