.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: #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 : -9999em;
}

.print { display : none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y : scroll; -ms-overflow-y : scroll; }


body {
  background : #f2f2f2;
  margin : 0;
  padding : 0;
  color : #151515;
  line-height : 1.2;
  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 3em 0 2em;
  padding : .3em .5em;
}
q:after, q:before { boxbody : ""; }


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; }

.article ul {
  list-style : disc;
  padding-left : 2.5em;
  margin-bottom : .7em;
}
.article li { margin-bottom : .54em; }



a { color : #b20838; }



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 {
  color : #b20838;
  font-size : 1.27em;
  margin-bottom : .55em;
}
h2 {
  font-size: 1em;
  margin-top : 1.57em;
  margin-bottom : .55em;
}
h3{
  color : #b20838;
  font-size : 1.17em;
  margin-top : 1em;
  margin-bottom : .64em;
}
h3 a { text-decoration:none; } 
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 #c0c3ca;
  background : #fff;
  color : #000;
  margin-bottom: 0.2em;
}
textarea:hover,
textarea:focus,
.textinput:focus,
.textinput:hover,
.fi_txt input:hover,
.fi_txt input:focus {
  border-color : #B20838;
}

.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/button-bg.gif) 0 100% repeat-x;
  border : 1px solid #c0c3ca;
  color : #918f8f;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color : #B20838;
  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; }


h3 a,
.pgextra1 a,
.pgextra2 a,
.pgextra3 a,
.pgfoot a{ text-decoration:none; } 


.pgmain fieldset h4 {
  margin-top : 1em;
  margin-bottom : .5em;
}
.pgmain .fi_txt label,
.pgmain .fi_bdy label,
.pgmain .fi_static span {
  float : left;
  margin-top : 0.2em;
  padding-right : 1em;
  text-align : right;
  width : 10em;
}
.pgmain .req label acronym {
  font-weight : bold;
  color : #c00;
}



/* *****  clear  ***** */
.clear { clear : both; line-height : 0px; font-size : 1px; }



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  margin-top: 13px;
  background : url(i/pgwrap-bg.gif) 15px 0 repeat-y;
  position : relative;
  width : 950px;
  text-align : left;
  padding: 0 13px 0 0;
  
}
.pgwrap2 {
  position: relative;
  top: -15px;
  background: #fff;
  padding-top: 1px;
  border-right : 1px solid #d5d5d5;
  border-bottom : 1px solid #d5d5d5;
}


.pghead { height: 100px;  padding : 13px 13px 80px 13px; }
.pghead .wrap { border : 1px solid #b20838; _height:0;min-height:0; /* ie hasLayout fix */ }
.pghead .brand { margin: 15px;}
.pghead .sitelogo { vertical-align : middle; }
.pghead .stream { top : 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  border : 1px solid red;
  float : left;
  margin-left : 200px;
  width : 735px;
  _display : inline;
  border : 1px solid #b20838;
  border-bottom: none;
  margin-bottom : -20px;
  position : relative;
  z-index : 1;
  _height:350px;min-height:350px; /* ie hasLayout fix */
}

.twocol .pgmain .wrap {
  padding : 0 20px 0 0;
}

.threecol .pgmain .wrap {
  background : url(i/pe1-bg.gif) 100% 0 repeat-y;
  padding : 0 270px 1px 0;
}

.pgextra1 {
  background : url(i/pe1-bg.gif) 0 0 repeat-y;
  float : left;
  width : 250px;
  _display : inline;
  margin-left:-251px;
  margin-top: 1px;
  position : relative;
  z-index: 2;
}
.pgextra1 .wrap {
  padding-right: 1px;
}
.pgextra2 {
  _display : inline;
  float : left;
  margin-left : -924px;
  _margin-left : -926px;
  margin-top : -26px;
}



.pgfoot {
  clear : both;
}
.pgfoot .wrap {
}


/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  position : relative;
  margin-bottom : 1.5em;
}
.boxhead { 
  padding : 0 15px; 
  margin-top: 0; 
  background:transparent url(i/red-arrow.gif) no-repeat scroll 3px 50%;
  margin:0pt;
  padding:7px 14px;
}
.pgmain .boxhead { 
  background-position: 18px 50%;
  padding-left: 30px;
}

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }
.pgmain .boxbody { padding: 20px 0 10px 30px; background : url(i/gray-bottom-grad.gif) 0 0 no-repeat; }
.pgextra1 .boxhead {
  background : #fff url(i/red-arrow.gif) no-repeat scroll 3px 50%;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pgextra1 .boxbody { background : url(i/pe1-boxbody-bg.gif) 0 0 no-repeat; padding: 10px 15px }



/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color : #000;
  display : block; 
  font-weight : normal;
}
.meta span { padding-right : .5em; }
.wrap .meta a:link,
.wrap .meta a:visited {  }





/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display : block;
  white-space : nowrap;
  height : 1.3em;
}
.buttons {
  margin-top : 1.33em;
  clear : both;
}
.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  float : left;
  font-size: 0.92em;
  padding : 0;
  margin-top: 5px;
  text-decoration:none;
}

/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom : 1em;
  width : 100%;
  overflow : hidden;
}
.articlelist .item h3 {
  margin : 0;
}

.articlelist .item h3 .meta {
  font-size: 0.83em;
}
.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; 
}

.pgextra1 .articlelist .item h3 {
  font-size: 1.09em;
  background : url(i/h3-arrow.gif) 0 50% no-repeat;
  padding-left: 10px;
  margin-bottom: 3px;
}
.pgextra1 .articlelist .item .summary {
  padding-left: 10px;
}
.pgextra1 .articlelist li a {
  background : url(i/h3-arrow.gif) 0 .4em no-repeat;
  padding-left: 10px;
  display : block;
}




/* ******  article  ****** */
.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
}





/* ******  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 .imgboxbody { width : 200px; }
.imgbox .imgtext {
  color : #333;
  font-weight : normal;
  font-size : .92em;
}
.imgbox .imgmeta {
  width : 200px;
  color : #666;
  font-weight : normal;
  font-size : .83em;
}

.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float : none;
  padding : 0;
}
.pgextra1 .imgbox .imgboxbody,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgboxbody,
.pgextra2 .imgbox .imgmeta { width : auto; }






/* ******  quizbox  ****** */
.quizbox .question { font-weight : bold; }
.quizbox h3 {
  margin : .5em 0;
}
.quizbox .thanks {
  color : #06b;
}
.quizbox ul {}
.quizbox li {
  margin-bottom : .5em;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.quizbox label { display : inline; }
.quizbox .options li {}
.quizbox span.stat { display : block; }
.quizbox span.stat i {
  font-style : normal;
  color : #777;
  padding-left : .5em;
}
.quizbox span.bar {
  display : block; 
  background-color : #ddd;
}
.quizbox .results .bar img {
  height : .91em;
  background : #888;
}
.pgmain p.morequizes { 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 : 11em;
  _margin-left : 11.2em;
  
}
.contactform textarea { width : 70%; }









/* ******  breadcrumbs  ****** */
.breadcrumbs {
  margin-top: -0.5em;
  color: #b20838;
  text-align: right;
  position : absolute;
  top:180px;
  right:13px;
  _margin-right: 13px;
  width : 600px;
  z-index : 99;
}

.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999em;left:auto; }

.breadcrumbs .boxbody {background : none; padding : 0;}

.breadcrumbs .boxbody i,
.breadcrumbs .boxbody a {
  font-size: 0.92em;
  text-decoration : none;
  color : #999;
}

.breadcrumbs i { font-style: normal; }



/* ******  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 {
  left:13px;
  position:absolute;
  top:133px;
  width: 923px; 
  height: 60px; 
  background : url(i/mnav-bg.gif) 0 0 repeat-x;
  z-index : 90;
}
.mnav .boxhead {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  color: #787d83;
  float:left;
  height:34px;
  margin-left: 114px;
  _margin-right : -3px;
  _display : inline;
  padding:0;
  text-align:right;
  width:125px;
  background : url(i/mnav-boxhead-bg.gif) 100% 0 no-repeat;
}
.mnav .boxbody {
  padding : 0;
  margin-right : -20px;
}

.mnav ul {margin : 0; padding : 0;}
.mnav li {
  background : url(i/mnav-a-bg.gif) 100% 0 no-repeat;
  text-align: center;
  float: left;
  _display : inline;
  width: 114px;
  height: 34px;
  overflow: hidden;
}
.huggardur .mnav li.cat1,
.fif .mnav li.cat2,
.fifk .mnav li.cat3,
.kvh .mnav li.cat4,
.sbu .mnav li.cat5,
.sl .mnav li.cat6,
.utgardur .mnav li.cat7 {
  background: none;
}
  
.mnav li.cat1 {
  margin-left: -239px;
  _margin : 0;
  _position : absolute;
  _left : 0;
  _top : 0;
}

.mnav .boxbody a {
  text-transform: uppercase;
  color: #626467;
  display : block;
  width: 114px;
  height: 34px;
  margin-top: -0.5em;
  padding : 16px 0;
}
.pgextra2 .mnav .current a:hover,
.pgextra2 .mnav .current a:focus,
.pgextra2 .mnav .current a:active { color: #E7E8E9; }
.mnav .cat1 a { background : url(i/mnav-li-bg.gif) 0 6px no-repeat; }

.huggardur .mnav li.cat1 a,
.fif .mnav li.cat2 a,
.fifk .mnav li.cat3 a,
.kvh .mnav li.cat4 a,
.sbu .mnav li.cat5 a,
.sl .mnav li.cat6 a,
.utgardur .mnav li.cat7 a {
  font-weight : bold;
  color: #fff;
  background : none;
  
}

.mnav .level2 { }
  
.mnav .level2 a {
  font-weight : normal;  
  padding-left : 1.4em;
}

.mnav .level2 .parent a,
.mnav .level2 .current a {
  font-weight : bold;

}

.mnav .level2 .level3 a {
  font-weight : normal;  
  padding-left : 2.8em;
}
.mnav .level3 .current a {
  font-weight : bold;
}



.mnav li a span {
  display : none;
  position : absolute;
  top: 39px;
  left: 245px;
  color: #ddd;
  padding-left: 8px;
  font-size: 1.21em;
  font-style: italic;
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
  text-align : left;
  color: #787d83;
  width : 400px;
  background : #fff url(i/gray-arrow.gif) 0 50% no-repeat; 
  text-decoration : none;
}

.mnav li a:hover span,
.mnav li a:focus span,
.mnav li a:active {
  display : block;
}



/* ******  snav  ****** */
.snav { 
  _position : relative;
  _top : -15px;
  z-index: 1;
  padding-top: 31px; 
  background : url(i/gray-grad.gif) 0 0 repeat-y;  
  width: 187px; 
  clear : both;
}
.snav .boxhead { 
  background : url(i/red-arrow.gif) 3px 50% no-repeat; 
  border-bottom: 1px solid #b20838;
  margin: 0;
  padding: 5px 14px;
}
.snav .boxbody a {
  color: #000;
  background: #fff;
  display: block;
  padding: 6px 0 6px 15px;
  border-bottom: 1px solid #d9dbdf;
}

.snav li.parent,
.snav li.current {
  background : #fff url(i/snav-gray-grad.gif) 0 0 repeat-y;
}

* html .snav li span.stream {
  display : block;
  overflow : hidden;
  height : 0;
  right : auto;
  position : relative;
}

.snav .parent a,
.snav .current a { font-weight : bold; background : url(i/snav-red-arrow.gif) 5px 50% no-repeat; }

.snav .level2 { background : #fff;}

.snav .level2 a {
  background : none;
  font-weight : normal;  
  padding-left : 2em;
}

.snav .level2 .parent a,
.snav .level2 .current a {
  font-weight : bold;

}


.snav .level3 { background : #fff;}
.snav .level2 .level3 a {
  font-weight : normal;  
  padding-left : 2.8em;
}
.snav .level3 .current a {
  font-weight : bold;
}

/* ******  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 { 
  position : absolute; 
  top: 78px; 
  right: 67px; 
  width: 200px;
  margin-top: -1.5em;
  }
.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.cat1 { border: none; }
.flnav li.home { border : none; }
/* .flnav li.cat1 { border : none; } */
.flnav .boxbody a { font-size: 0.92em;}

.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 : 95px;
  margin-top : -.8em;
  right : 30px;
  width : 310px;
  text-align: right;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999em;left:auto; }
.qsearch .boxbody { padding : 0; }
.qsearch .fi_txt input { 
  background : #fff url(i/search-glass.gif) 4px 50% no-repeat; 
  padding-left: 22px; 
  width : 148px; 
}
.qsearch .fi_btn input { width : 4.75em; }





/* ******  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; }







/* ******  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 .boxhead { display : none; }
.footer { 
  background : url(i/footer-bg.gif) 0 0 no-repeat;
  text-align: right; 
  padding-right:135px;
  padding-top:45px; 
  height : 35px;
  color: #fff;
  font-size: 0.92em;
  position : relative;
  z-index : 3;
}
.footer a { 
  color: #fff; 
  font-weight: bold; 
}


.pgfoot .footer a:hover,
.pgfoot .footer a:focus,
.pgfoot .footer a:active { 
  color: #E7E8E9;
}



/* ******  eplicaad  ****** */
.eplicaad { margin-top:20px; position : absolute;}


/* ******  byggiraeplica  ****** */
.byggiraeplica {
  position : absolute;
  padding-top : 20px;
  text-align : right;  
  _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-b33.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-b33.png',sizingMethod='crop');
}





/* ******  imgbanner  ****** */
.imgbanner {}





/* ****** fontsizer  ****** */
.pagestyle { 
  position : absolute;
  top : 30px;
  right : 35px;
  width: 90px;
}
.pagestyle h2 { position:absolute;right:9999em;left:auto; }
.pagestyle li {
  float : right;
}
.pagestyle a {
  margin-left: 10px;
  display : block;
  width: 21px;
  height: 12px;
  overflow: hidden;
  text-indent: -9999px;
  background : url(i/font-dwn.gif) 0 0 no-repeat;
}

.pagestyle .up a {
  background-image : url(i/font-up.gif);
}
.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active { background-position: 0 -12px;}








/* * links * */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color : #c00;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }