.stream { position:absolute;right:9999em;left:auto; }
/* Accessibility tr1ck50r */
.bodywrap .wrapper a.stream:focus,
.bodywrap .wrapper a.stream:active,
.bodywrap .wrapper .stream a:focus,
.bodywrap .wrapper .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;
}
.bodywrap .wrapper .stream a:focus,
.bodywrap .wrapper .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 {
  margin : 10px 0 0 0 ;
  padding : 0;
  color : #000;
  line-height : 1.4;
  text-align : center;
  font-family : Arial, Helvetica, sans-serif;
  background: #dadada url(i/body-bg.gif) repeat-x;
}

body,
body.zoom1 { font-size : 12px;  ~font-size :  75.00%; }
body.zoom2 { font-size : 14px;  ~font-size :  87.50%; }
body.zoom3 { font-size : 18px;  ~font-size : 112.50%; }



div, table, caption { font-size : 1em; }


blockquote {
  margin : 0 3em 0 2em;
  padding : .3em .5em;
}
q:after, q:before { content : ""; }


p, blockquote, ul, ol, dl, table {
  margin-top : 0px;
  margin-bottom : .7em;
}
ul {
  list-style : none;
  padding : 0;
  margin : 0;
}
ol { padding-left : 3em; }
ul, ol  { margin-left : 0; }
li { margin : 0; padding : 0; }


a:link,
a:visited {
  color : #BC2134;
  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 #ddd;
  background : #fff;
  color : #000;
  padding: 1px 2px;
}

select:focus,
textarea:focus,
.textinput:focus,
.fi_txt input:focus {
  border-color: #bbb;
}

.pageextra1 select,
.pageextra1 textarea,
.pageextra1 .textinput,
.pageextra1 .fi_txt input,
.pageextra2 select,
.pageextra2 textarea,
.pageextra2 .textinput,
.pageextra2 .fi_txt input { width : 98%; }

.button,
.fi_btn input {
  cursor : pointer; 
  _cursor : hand;
  background : #BC2134;
  border : 1px solid #BC2134;
  color : #fff;
  font-weight: bold;
}

.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  background-color : #000;
  border-color: #000;
  color : #fff;
}


.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            */
/* ********************************** */

.bodywrap {
  position : relative;
  width : 985px;
  margin : 0 auto;
  text-align : left;
  background: #fff;
}



.pageheader { background: #fff url(i/ph-bg.gif) repeat-x 0 6px; }
.pageheader .wrapper { background: url(i/ph-left.gif) no-repeat 0 0; }

.pageheader .brand {
  background: url(i/ph-right.gif) no-repeat 100% 0;
  height: 208px;
}
.onecol .pageheader .brand {
  height : 165px;
}
.pageheader .sitelogo {
  vertical-align : middle;
  margin-top: 21px;
  margin-left: 19px;
}
.nobab .pageheader .sitelogo { margin-top: 17px; }
.pageheader .stream { top : 10px; }  /* Accessibility tr1ck50r */


.pagebody {
  float : left;
  margin-left : 207px;
  width : 761px;
  _display : inline;
}

.home .pagebody,
.threecol .pagebody {
  width : 475px;
  margin-right : 286px;
}
.onecol .pagebody {
  width : 682px;
  margin-left : 0;
  margin-right : 286px;
}

.pagebody .wrapper { padding : 0 18px 12px; }
.twocol .pagebody .wrapper,
.threecol .pagebody .wrapper { padding : 12px 18px; }

.pageextra1 {
  float : left;
  width : 197px;
  margin-left : -958px;
  _display : inline;
}

.pageextra2 {
  float : left;
  width : 286px;
  _display : inline;
  margin-left : -286px;
  margin-top: -127px;
  z-index: 99;
  position : relative;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.onecol .pageextra2 {
  margin-top : -84px;
}
.pageextra2 .wrap {
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.pageextra5 {
  clear : both;
  background: #dadada url(i/p5-bg.gif) no-repeat;
}

.pageextra5 .wrapper { padding-top: 16px; }



/*
  disposable helper fyrir canvas vinnu  
*/
.pageextra5 .wrapper,
.pageextra4 .wrapper,
.pageextra3 .wrapper,
.pageextra2 .wrapper,
.pageextra1 .wrapper,
.pageheader .wrapper,
.pagebody .wrapper {
  _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;
}

.boxhd { padding-top : .9em; margin-top: 0; }
.content { _height:0;min-height:0;/* ie hasLayout fix */ }



.pagebody .boxhd {
  color: #BC2134;
  margin-bottom: 0;
  font-size: 1.1em;
}


.pageextra1 .box .content {
  padding: 0 9px;
}





.ebox {
  background: url(i/ebox-top.gif) no-repeat;
  padding: 18px 9px 0;
  _height:0;~min-height:0; /* ie hasLayout fix */
  position: relative;
  z-index: 1;
}

.ebox .boxhd {
  background: #005485;
  color: #fff;
  margin: 0;
  padding: 0 11px;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}

.ebox .content {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  background: #005485;
}

.ebox .content ul {
  background: url(i/ebox-bottom.gif) no-repeat 0 100%;
  margin-bottom: -1px;
  margin-left: -1px;
  margin-right: -1px;
  position : relative;
  width: 179px;
  padding-bottom: 14px;
}

.ebox .content li a {
  background: url(i/ebox-dot.gif) no-repeat 13px .55em;
  color: #fff;
  padding: 2px 10px 2px 25px;
  font-weight: bold;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.wrapper .ebox li a:hover,
.wrapper .ebox li a:focus,
.wrapper .ebox li a:active {
  color: #fff;
}



.subscr,
.newsletter {
  padding: 0 9px;
  margin-bottom : 0;
}
.subscr {
  padding-bottom : 9px;
}

.subscr .boxhd,
.newsletter .boxhd {
  padding: 0 15px;
  color: #005485;
  background: url(i/newsletter-top.gif) no-repeat;
  border-top: 5px solid #fff;
  padding-top: 13px;
  font-size: 1.2em;
}

.newsletter .content {
  background : url(i/newsletter-bottom.gif) 0 100% no-repeat;
  text-align: center;
  padding: 0 16px 12px;
}

.newsletter img {
  padding-bottom: 10px;
}

.newsletter p {
  text-align: left;
  font-size: .92em;
}




/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color : #777;
  display : block; 
  font-weight : normal;
  font-size : .92em;
}
.meta span { padding-right : .5em; }
.wrapper .meta a:link,
.wrapper .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;
}
.wrapper .more a,
.wrapper .buttons a,
.wrapper .moreolder a,
.wrapper .archivelink a {
  float : left;
  padding : 0 10px 0 12px;
  background : url(i/more-arrow.gif) 0% 50% no-repeat;
  font-weight: bold;
}

.wrapper .archivelink a,
.wrapper .moreolder a {
  color: #000;
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: underline;
  margin-top: 5px;
}



/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom : 1em;
  width : 100%;
  overflow : hidden;
}
.articlelist .item h3 {
  font-size : 1em; 
  margin : 0;
}

.articlelist .item h3 a {
  color: #000;
}

.articlelist .summary p { margin : 0; }
.articlelist .more a { color: #000; }

.articlelist img {
  float : right;
  margin : .2em 0 .33em .5em;
  border: 2px solid #D9D9D9;
}

.articlelist ul { clear : both; }

.articlelist li { padding-bottom : .7em; }

.articlelist li a { color: #000; }


.nobab .pageextra2 .articlelist {
  background: url(i/pe2-alist-bottom.png) 0 100% no-repeat;
  margin: 8px -3px 10px;
  ~margin-top: 11px;
  position: relative;
  z-index: 1;
  padding: 0;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.nobab .pageextra2 .articlelist .boxhd {
  background: url(i/pe2-alist-top.png) 0 100% no-repeat;
  height: 116px;
  margin-bottom: -54px;
  margin-top: 0;
  padding: 0;
  text-align: center;
  color: #00548b;
  font-size: 1.7em;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 56px;
  padding-top: 3px;
  white-space: nowrap;
  ~position: relative;
  ~top: -35px;
}
.home .nobab  .pageextra2 .articlelist .boxhd {
  background: url(i/pe2-alist-hometop.png) 0 100% no-repeat;
}
.nobab .pageextra2 .articlelist .content {
  padding: 0 4px 4px;
  _height:0;~min-height:0; /* ie hasLayout fix */
  ~position: relative;
  ~top: -35px;
  ~margin-bottom: -30px;
}
.nobab .pageextra2 .articlelist .item {
  background: url(i/pe2-alist-sep.png) 0 0 repeat-x;
  padding: 20px;
  width: auto;
}
.nobab .pageextra2 .articlelist .firstitem {
  background: none;
}
.nobab .pageextra2 .articlelist .item img {
  border: 3px solid #036aae;
  margin-left: 1em;
}


/* ******  article  ****** */

.article .content h3 {
  margin-bottom: 0;
  font-size: 1em;
}

.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: none; 
  margin-bottom : .7em;
}
.article li {
  margin-bottom: .1em;
  padding-left: 14px;
  background: url(i/dot.gif) no-repeat 3px .44em;
}





/* ******  imgbox  ****** */
.imgbox {
  position : static;
  float : right;
  padding : 0 0 .75em 10px;
  margin : 0;
  width : auto;
}
.imgbox .content {
  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;
}

.pageextra1 .imgbox,
.pageextra2 .imgbox {
  float : none;
  padding : 0;
}
.pageextra1 .imgbox .imgcontent,
.pageextra1 .imgbox .imgmeta,
.pageextra2 .imgbox .imgcontent,
.pageextra2 .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;
}
.pagebody 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 .content { 
  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 : 189px;
  left : 20px;
  width : 650px;
  font-size: .92em;
  margin-top: -.6em;
  z-index: 99;
}

.twocol .breadcrumbs { width: 946px; }

.home .breadcrumbs,
.breadcrumbs .boxhd { position:absolute;right:9999em;left:auto; }

.breadcrumbs .content {
  color: #fff;
  text-align: right;
}

.breadcrumbs .content span,
.breadcrumbs .content a {
  text-decoration : none;
  color : #fff;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.breadcrumbs i { font-style: normal; }

.wrapper .breadcrumbs a:hover,
.wrapper .breadcrumbs a:focus,
.wrapper .breadcrumbs a:active { color: #fff; }



/* ******  qnav  ****** */
.qnav {
  position : relative;
  width : 150px;
}

.qnav .boxhd {
  background : #f8f8f8;
  font-weight : normal;
  font-size : 1em;
  color : #333;
  padding : 2px 20px 2px 8px;
  margin : 0;
  border : 1px solid #bbb;
}
.qnav-active .boxhd {
  padding : 0;
  border : none;
}

.qnav .boxhd 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 .boxhd a:hover,
.qnav .boxhd a:focus,
.qnav .boxhd a:active {
  text-decoration : none;
  background-color : #fff;
}

.qnav .content {
  padding : 3px 0 0 0;
  position : relative;
  background : #fff;
  margin : -1px 0 0 0;
  border : 1px solid #bbb;
  border-top : none;
}
.qnav-closed .content { display : none; }
.qnav-open .content { display : block; }

.qnav li { _display : inline; }
.qnav .content a {
  display : block;
  text-decoration : none;
  padding : 3px 5px 3px 8px;
  margin-top : -3px;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.qnav .content a:hover,
.qnav .content a:focus,
.qnav .content a:active {
  text-decoration : none;
  background-color : #f8f8f8;
}





/* ******  mnav  ****** */

.mnav {
  background: #00538a url(i/mnav-bg.gif) repeat-x 0 100%;
  margin-top: -1em;
  position : absolute;
  top: 122px;
  left: 6px;
  width: 973px;
  border-top: 1px solid #fff;
  z-index: 98;
}

.home .mnav {
  border-bottom: 5px solid #ebebeb;
}
  
.mnav .boxhd { position:absolute;right:9999em;left:auto; }

.mnav .content { padding : 0; }

.mnav ul {
  padding-left: 18px;
  width: 658px;
  overflow: hidden;
  background: url(i/mnav-ul.gif) no-repeat 0 100%;
}

.mnav li { float: left; }

.mnav li a {
  padding: 11px 9px;
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: .92em;
  background: url(i/mnav-sep.gif) no-repeat 0 50%;
}

.mnav .parent a,
.mnav .current a {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: #BC2134;
}

.mnav .home a { background-image: none; }

.mnav .homecurrent a {
  background: none;
  border: none;
}


.wrapper .mnav a:hover,
.wrapper .mnav a:focus,
.wrapper .mnav a:active { color: #fff; }





/* ******  snav  ****** */

.snav {
  background: url(i/snav-bg.gif) repeat-y;
  margin-bottom: 1em;
}
.onecol .snav { display : none; }
.snav .boxhd {
  position : absolute;
  top: 162px;
  ~top: 161px;
  left: 6px;
  background: url(i/snav-boxhd.gif) no-repeat -320px 50%;
  width: 948px;
  padding-top: 13px;
  padding-left: 25px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 1.7em;
  margin-top: -.7em;
}

.twocol .snav .boxhd {
  background-position: -20px 50%;
}

.snav .content {
  padding: 0 9px 24px;
  background: url(i/snav-bottom.gif) no-repeat 0 100%;
  font-size: .92em;
}

.snav .level1 {
  border-top: 4px solid #fff;
  padding-top: 5px;
}

.snav li { _display: inline; }

.snav li a {
  color: #000;
  padding: 3px 12px 2px 25px;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  background: url(i/snav-arrow.gif) no-repeat 12px .77em;
}

.snav .current a { font-weight: bold; }


/* l2 */


.snav .level2 li a {
  font-weight: normal;
  padding-left: 36px;
  background-position: 24px .77em;
}

.snav .level2 .current a { font-weight: bold; }


/* l3 */

.snav .level2 .level3 li a {
  font-weight: normal;
  padding-left: 47px;
  background-position: 35px .77em;
}

.snav .level2 .level3 .current a { font-weight: bold; }




/* ******  enav  ****** */
.enav { text-align : center; }
.enav .boxhd { 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 .content a {}

.enav .parent a,
.enav .current a { font-weight : bold; }





/* ******  flnav  ****** */

.flnav {
  position : absolute;
  top: 23px;
  right: 261px;
  width: 400px;
  text-align: right;
  font-size: .92em;
  margin-top: -.6em;
}

.flnav .boxhd { position:absolute;right:9999em;left:auto; }

.flnav ul { float: right; }

.flnav li {
  float: left;
}

.flnav li a {
  float: left;
  padding: 4px 3px 4px 9px;
  color: #424242;
  background: url(i/flnav-sep.gif) no-repeat 0 54%;
}

.flnav li.cat1 a { background: none; }







/* ******  monthlist ****** */
.pagebody 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; }
.pageextra1 .calendar,
.pageextra2 .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%;
}
.home .pageextra1 .advert {
  margin-top : 1em;
  width : 197px;
}
.advert .boxhd { text-align : left; }
.advert .content { text-align : center; }
.advert img { margin-bottom : 1em; }

.pageextra2 .advert img {
  margin-bottom: 0;
  vertical-align: top;
}





/* ******  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 : 24px;
  margin-top : -.6em;
  right : 60px;
  width : 190px;
}

.qsearch .boxhd,
.qsearch label { position:absolute;right:9999em;left:auto; }

.qsearch .content { padding : 0; }

.qsearch .content input.textinput,
.qsearch .fi_txt input {
  width : 132px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.qsearch .content input.button,
.qsearch .fi_btn input {
  width : 46px;
  font-size : .92em;
  padding-top: 1px;
  ~padding-top: 0;
}





/* ******  sitemap  ****** */
.sitemap .content {
  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 .content a:hover,
.sitemap .content a:focus,
.sitemap .content a:active { border-color : #c00; }
.sitemap .content i:hover { border-color : #aaa; }







/* ******  galleries  ****** */
.galleries {}
.galleries ul {}
.galleries h4 {}
.galleries p {}


/* ******  gallery  ****** */
.gallery .content {
  padding-right : 0;
}
.gallery td {
  padding-right : 12px;
  padding-bottom : 12px;
  text-align : center;
  vertical-align : bottom;
}
.gallery img {
  margin : 0 auto;
}


/* ******  galleryitem  ****** */
.galleryitem .content {
  text-align : center;
}
.galleryitem .ctrls a {
  padding : 0 .3em;
}
.galleryitem img {
  margin : .5em 0;
}




/* ******  footer  ****** */

.footer .boxhd { /* display : none; */ }

.footer .content {
  text-align: center;
  padding: 10px;
  font-size: .92em;
}

.footer .content i { margin: 0 3px; }





/* ******  eplicaad  ****** */
.eplicaad {
  text-align: right;
  background-color: #dadada;
  _height:0;min-height:0; /* ie hasLayout fix */
  padding-bottom: 20px;
}




/* ******  imgbanner  ****** */
.imgbanner {}





/* ****** fontsizer  ****** */

.fontsizer { 
  position : absolute;
  top : 17px;
  right : 32px;
}

.fontsizer h2 { position:absolute;right:9999em;left:auto; }

.fontsizer li {
  _display: inline;
  
}

.fontsizer li a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 23px;
  height: 18px;
  background: url(i/font-dwn.gif) no-repeat 50% 0;
  margin-bottom: 5px;
}

.fontsizer .up a { background-image : url(i/font-up.gif); }

.fontsizer .usesettings a {
  background-image : url(i/font-stillingar.gif);
  height: 23px;
}

.fontsizer a:hover,
.fontsizer a:focus,
.fontsizer a:active { background-position: 50% -18px; }

.fontsizer .usesettings a:hover,
.fontsizer .usesettings a:focus,
.fontsizer .usesettings a:active { background-position: 50% -23px; }








/* * links * */
div.wrapper a:hover,
div.wrapper a:focus,
div.wrapper a:active { color : #c00;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }





/* *********************************************** */
/* *******************  HOME  ******************** */
/* *********************************************** */


/* *** layout *** */

.home .pagebody {
  margin-top: -45px;
}

.home .pagebody .wrapper {
  padding: 0 12px 24px;
}


.home .pageextra1 .graybox {
  background: url(i/snav-bg.gif) repeat-y;
  margin-top: -55px;
}

.home .pageextra1 .subscr {
  background: url(i/snav-bottom.gif) no-repeat 0 100%;
}



/* *** box *** */

.home .pagebody .boxhd,
.pageextra2 .boxhd {
  background: url(i/hboxhd.gif) no-repeat 12px 50%;
  padding: 11px 10px 9px;
  color: #bc2134;
  font-size: 1.2em;
}

.pageextra2 .boxhd {
  margin-top: 7px;
  background-image: url(i/hboxhd-short.gif);
  margin-bottom: 5px;
}

.home .pagebody .content {
  padding: 9px 12px;
  font-size: .92em;
}

.home .pageextra2 .content {
  padding: 0 12px;
  font-size: .92em;
}





.home .topbox {
  margin-bottom: 10px;
}

.home .topbox .content {
  border: 2px solid #D9D9D9;
  border-top: none;
  background: #F8F8F8;
  font-size: 1em;
}

.home .topbox .item h3 a {
  color : #BA1A1A;
}

.home .topbox .more a {
  margin-top: 6px;
  text-decoration: underline;
  font-weight: normal;
}






/* *** articlelist *** */


/* *** imgbanner *** */

.home .imgbanner {
  border: 2px solid #D9D9D9;
}








