.focustarget,
.stream { position:absolute;right:9999px;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 : -9999px;
}

.print { display : none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { 
  overflow-y : scroll;
}


body {
  background : #e3e3e3 url(i/body-bg.gif) repeat-x;
  margin : 0;
  padding : 0;
  color : #333;
  line-height : 1.4;
  text-align : center;
  font-family : Arial, Helvetica, sans-serif;
}
body.zoom0 { font-size : 10px;  ~font-size :  62.50%; }
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 {
  color : #2C8D22;
  text-decoration: none;
}

a span {
  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.00em;
  margin-top : 1em;
  margin-bottom : .64em;
}
h4 {
  font-size : 0.92em;
  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;
}


.fi_txt,
.fi_bdy,
.fi_file,
.fi_chk,
.fi_sel,
.fi_static,
.fi_rdo {
  margin-bottom: .7em;
}

.fi_txt label,
.fi_sel label,
.fi_file label,
.fi_rdo h4 {
  display: inline-block;
  width: 9em;
}
.fi_txt input {
  width: 200px;
}
.fi_sel select {
  width: 212px;
  padding-right: 2px;
}
.fi_bdy label {
  display: block;
}

.f_row {
  overflow: hidden;
  margin-bottom: .7em;
}
.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_chk {
  padding-right: 20px;
  float: left;
}


input,
select,
textarea {
  vertical-align : middle;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 1em;
}
textarea {
  vertical-align : top;
  width: 70%;
}
select,
textarea,
.textinput,
.fi_txt input {
  border : 1px solid #B5B5B5;
  background : #fff;
  color : #333;
  padding: 3px 5px;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #000;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width : 98%; }

.button,
.fi_btn input {
  cursor : pointer; 
  _cursor : hand;
  background : #fff;
  border : 1px solid #888;
  color : #000;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color : #c00;
  color : #c00;
}


.reqerror label,
.typeerror label {
  font-weight : bold;
  color : #c33;
}
.typeerror label { color : #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border : 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border : 1px solid #936; }


acronym.req {
  border : none;
  margin-right : -.25em;
  padding : 0 .25em 0 0;
}
acronym.req:hover { border : none; }






/* *****  clear  ***** */
.clear { display : none; } /* depricated by other float-clearing techniques. */



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position : relative;
  width : 990px;
  margin : 0 auto;
  text-align : left;
}



.pghead {
  height: 314px;
  background: #3B7C16;
  margin-bottom: 11px;
}

.pghead .wrap {
  background: #fafafa url(i/body-bg.gif) repeat-x;
  height: 100px;
}

.pghead .brand {}
  
.pghead .brand img.logo {
  vertical-align : top;
  margin: 7px 8px;
}

.pghead .brand .slogan{ position:absolute;right:9999px;left:auto; }
.pghead .stream { top : 10px; }  /* Accessibility tr1ck50r */

.pgmain,
.pgextra1,
.pgextra2 {
  border: 1px solid #B6B6B6;
  background: #fff;
  float: left;
}

.pgmain {
  margin-left : 255px;
  width : 733px;
  _display : inline;

}
.onecol .pgmain {
  margin-left : 0;
  width : 988px;
}
.threecol .pgmain {
  width : 488px;
  margin-right : 243px;
}

.pgmain .wrap,
.pgextra1 .wrap,
.pgextra2 .wrap {
  border: 1px solid #fff;
  _height:0;min-height:0; /* ie hasLayout fix */
  background: url(i/pgmain-top.gif) repeat-x;
  padding : 0 17px 12px;
}
.onecol .pgmain .wrap,
.twocol .pgmain .wrap,
.threecol .pgmain .wrap {
  min-height:450px;_height:450px;
}


.pgextra1 {
  width : 233px;
  _display : inline;
  margin-left : -233px;
}

.pgextra2 {
  width : 244px;
  margin-left : -990px;
  _display : inline;
}
.onecol .pgextra2 {
  background : none;
  border : none;
}
.onecol .pgextra2 .wrap {
  background : none;
  padding : 0;
  border : none;
}

.pgfoot {
  clear : both;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.pgfoot .wrap {
  _height:0;min-height:0; /* ie hasLayout fix */
  padding-top: 12px;
}







/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.article .boxbody h1,
.boxhead {
  padding-top: 12px;
  margin-top: 0;
  color: #656464;
  font-size: 1.4em;
  margin-bottom: .4em;
}

.pgmain .boxhead { margin-bottom: .6em; }

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }



.noheader .boxhead { position:absolute;right:19999px;left:auto; }




.wrap .introbox {
  position : absolute;
  background: url(i/introbox-bg.jpg) no-repeat;
  top: 156px;
  left: 0;
  color: #fff;
  font-size: 1.2em;
  z-index: 10;
  width: 437px;
  height: 125px;
  overflow: hidden;
  padding: 0 44px 0 26px; 
}

.zoom2 .wrap .introbox,
.zoom3 .wrap .introbox {
  width : 920px;
  background-color : #C81920;
  background-position : 0 0;
}

.wrap .introbox .boxbody { 
  display : table;
  ~display : block;
  vertical-align : middle;
  ~padding : 23px 0 12px 0;
}

.introbox .boxbody p {
  display : table-cell;
  ~display : block;
  vertical-align : middle;
  height : 125px;
  ~height : auto;
}

.introbox .boxbody .clear { display : none; }





/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color : #777;
  display : block; 
  font-weight : normal;
  font-style: italic;
}
.meta span { padding-right : .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color : #777; }





/* ******  buttons  ****** */

.more {
  display : block;
  white-space : nowrap;
}

.wrap .more a {
  float : left;
  padding : 0 10px 0 0;
  font-weight: bold;
  text-decoration: underline;
}

.moreolder,
.archivelink {
  float: left;
  background: url(i/moreolder-left.gif) no-repeat 0 50%;
  font-size: .92em;
  margin-top: 10px;
}

.home .wrap .pg-left .articlelist .moreolder a,
.wrap .moreolder a,
.wrap .archivelink a {
  background: url(i/moreolder-right.gif) no-repeat 100% 50%;
  float: left;
  padding: 3px 12px;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  color: #fff;
  text-decoration : none;
}

.wrap .moreolder a:hover,
.wrap .moreolder a:focus,
.wrap .moreolder a:active,
.wrap .archivelink a:hover,
.wrap .archivelink a:focus,
.wrap .archivelink a:active { color: #fff; }

.home .wrap .pg-left .articlelist .moreolder a:hover,
.home .wrap .pg-left .articlelist .moreolder a:focus {
  text-decoration : underline;
}


.buttons {
  position : absolute;
  top: 342px;
  font-size: .92em;
  right: 23px;
  width : 13em;
  text-align : right;
}

.threecol .buttons {
  right: 265px;
}

.buttons a {
  white-space : nowrap;
  color: #000;
  text-decoration: underline;
  padding: 0 0 0 5px;
  background: url(i/buttons-sep.gif) no-repeat 0 70%;
}

.buttons a.btnback { position:absolute;right:19999px;left:auto; }

.buttons a.prenta { background: none; }







/* ******  articlelist  ****** */

.articlelist { _height:0;min-height:0; /* ie hasLayout fix */ }

.articlelist .item {
  width : 100%;
  overflow : hidden;
  border-top: 1px solid #ddd;
  padding-top: .8em;
  margin-bottom : .8em;
}

.articlelist .itm1 {
  padding-top: 0;
  border-top: 0;
}

.articlelist .item h3 {
  font-size : 1.2em; 
  margin : 0;
}

.articlelist .item h3 a { color: #525252; }

.articlelist .item h3 .meta { font-size: .8em; }

.articlelist .summary { line-height : 1.4; }
.articlelist .summary p { margin : 0; }
.articlelist .more {}

.articlelist img,
.articlelist .item .imgwrapper {
  float : right;
  margin : .2em 0 .33em 1em;
}

.articlelist .item .imgwrapper { background: url(i/al-img-bot.gif) no-repeat 0 100%; }

.articlelist .item .imgwrapper img {
  margin: 0;
  padding: 7px;
  background: url(i/al-img-top.gif) no-repeat 100% 0;
  float: left;
  width: 86px;
}

.articlelist ul {
  clear : both;
  border-top: 1px solid #ddd;
  margin-top: 2em;
  padding-top: 1.8em;
}

.articlelist li { padding-bottom : .7em; }

.articlelist li a {
  text-decoration: underline;
  color: #5b5b5b;
  background: url(i/al-ul-a.gif) no-repeat 0 50%;
  padding-left: 16px;
}






/* ******  article  ****** */
.news .boxhead { position:absolute;right:9999px;left:auto; }
.article .boxbody { line-height: 1.6; }
.article .boxbody h1 {
  padding-right : 125px;
}
.news .boxbody h1 {
  margin-bottom : .1em;
  line-height : 1.2;
}
.article .boxbody h2,
.article .boxbody h3,
.article .boxbody h4 {
  color: #666;
  margin-bottom: .2em;
}

.article .subtitle {
  clear : none;
  margin-top : -.54em;
  font-size : 1em;
  position : relative;
  z-index : 1;
}
.article .meta {
  font-style : normal;
  color : #000;
  font-size : .92em;
}
.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; padding : 2px; border : 1px solid #e1e1e1;  }
.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 #bababa;
  border-left : 1px solid #bababa;
}

.article caption { 
  font-style : italic;
  padding : .2em 0;
  text-align : left;
}
.article th {
  font-weight : bold;
  padding : .4em .6em;
  border-top : 1px solid #BABABA;
  border-right : 1px solid #BABABA;
  background-color : #3B7C16;
  color: #fff;
}
.article td {
  padding : .3em .6em;
  border-top : 1px solid #BABABA;
  border-right : 1px solid #BABABA;
  background: #f5f5f5;
}

.article tr.alt td { background-color : #eee; }

.article table.grid,
.article table.grid td {
  background : transparent none;
  border : none;
  padding : 0
}


.wrap .article td.black {
  background: #000;
  color: #fff;
}


.article ul {
  list-style : disc;
  padding-left : 2.5em;
  margin-bottom : .7em;
}
.article li { margin-bottom : .54em; }

.article small {
  font-size: .92em;
  color: #656464;
}

.paging ul {
  list-style : none;
  padding : 0;
}
.paging .prev {
  float : left;
  margin-right : 1em;
}


.articlelist a.pdf,
.article a.pdf { background : url(i/pdf-icon.gif) 0 .1em no-repeat; padding-left : 18px; display : inline-block; }
.articlelist a.doc,
.article a.doc { background : url(i/doc-icon.gif) 0 .1em no-repeat; padding-left : 18px; display : inline-block; }
.articlelist a.xls,
.article a.xls { background : url(i/xls-icon.gif) 0 .1em no-repeat; padding-left : 18px; display : inline-block; }





/* ******  afangalisti  ****** */
.afangalisti table {
  width: 100%;
  border-top: 1px solid #ccc;
}
.afangalisti table th,
.afangalisti table thead td {
  padding: 6px 15px;
  background: #ececec;
  color: #545454;
}
.afangalisti table td {
  border-bottom: 1px solid #e2e2e2;
  padding: 6px 15px;
}
.afangalisti table tbody tr:hover td {
  background: #3b7c16;
  color: #fff;
}
.afangalisti table tbody tr:hover td:first-child {
  background: #3b7c16 url(i/afangar-arrow.png) 0 50% no-repeat;
}
.afangalisti table td a { font-weight: bold; }
.afangalisti table tbody tr:hover td a {
  color: #fff;
}

.afangalisti table input {
  padding: 1px 2px;
  border: 1px solid #d2d2d2;
  margin: 0;
}

/* ******  afangar  ****** */
.afangar table { 
  border-color: #fff; 
  width: 100%;
}
.afangar table th { font-size: 1.17em; }
.afangar table th,
.afangar table td { 
  border-color: #fff;
  background: #efefef;
  color: #545454;
}
.afangar h2 { position:absolute;right:9999px;left:auto; }
.EPLICA_loggedin .afangar h2 { position: static; }
.afangar .boxbody h3 {
  font-size: 1.17em;
  color: #545454;
  margin-top: 2em;
}
.afangar .boxbody h4 {
  font-size: 1em;
  color: #545454;
  margin-top: 2em;
}
.afangar .boxbody p {
  margin-bottom: 1em;
}

.afangar .tab-box {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 2em;
  padding: 0 25px;
}
.afangar .tab-box:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.afangar .tab-box ul {
  float: right;
  list-style: none;
  margin: 0;
}
.afangar .tab-box li {
  float: left;
  margin: 0;
}
.afangar .tab-box li a {
  padding: 6px 15px 4px;
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  color: #919191;
}
.afangar .tab-box .current a {
  color: #3b7c16;
  padding-bottom: 5px;
  margin-bottom: -1px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-bottom: 0;
}

/* ******  imgbox  ****** */

.imgbox {
  position : static;
  float : right;
  padding : 0;
  margin : 0 0 1.2em 1.2em;
  width : 189px;
  background: url(i/imgbox-bot.gif) no-repeat 0 100%;
  _display: inline;
}
.imgbox .boxbody {
  display : block;
  padding : 6px;
  margin : 0;
  background: url(i/imgbox-top.gif) no-repeat;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
  padding : 0;
  border : none;
  width : 176px;
}
.imgbox .imgcontent {
  width : 165px;
  padding: 0 6px;
}

.imgbox .imgtext {
  color : #333;
  font-weight : normal;
  font-size : .92em;
}
.imgbox .imgmeta {
  width : 165px;
  padding: 0 6px;
  color : #666;
  font-weight : normal;
  font-size : .83em;
}

.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float : none;
  padding : 0;
}
.pgextra1 .imgbox .imgboxbody,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgboxbody,
.pgextra2 .imgbox .imgmeta { width : auto; }



/* *** imgpopup *** */

.ipopup-curtain {
  position : fixed;
  _position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  top: 0;
  left: 0;
  text-align: center;
}

.ipopup-container {
  position : absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
}


.ipopup-container-wrapper { 
  margin: 32px auto; 
  padding: 20px 20px 10px;
  display : inline-block;
  border: 1px solid #c8c8c8;
  background: #fff;
  width: 800px;
}
.ipopup-container .img { display: block; text-align: center; }
.ipopup-container .image img {
  _width: 800px;max-width: 800px;
}
.ipopup-container .title { display : none; }
.ipopup-container .desc {
  width : 800px;
  padding : 5px 0;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}
.ipopup-container .status {
  display: none;
}
.ipopup-container .stepper {
  padding: 5px 0;
}
.ipopup-container .paging .next {
  float: right;
}
.ipopup-container .paging li.nav-end { display: none; }





/* ******  quizbox  ****** */

.quizbox .question { font-weight : bold; }
.quizbox h3 {
  margin : .5em 0;
}
.quizbox .thanks {
  color : #06b;
}
.quizbox ul {}
.quizbox li {
  margin-bottom : .5em;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.quizbox label { display : inline; }
.quizbox .options li {}
.quizbox span.stat { display : block; }
.quizbox span.stat i {
  font-style : normal;
  color : #777;
  padding-left : .5em;
}
.quizbox span.bar {
  display : block; 
  background-color : #ddd;
}
.quizbox .results .bar img {
  height : .91em;
  background : #888;
}
.pgmain p.morequizes { overflow : hidden; }





/* ******  quizlist  ****** */

.quizlist .quiz {
  float : left;
  width : 45%;
  margin-right : 4.5%;
  _display : inline;
  padding-bottom : 1em;
  border-bottom : 1px solid #eee;
  margin-bottom : 1em;
  min-height : 23.5em;
  _height : 23.5em;
}
.quizlist .dates,
.quizlist .totalnum {
  clear : both;
  font-size : .92em;
  color : #777;
  margin : 0;
}
.quizlist .totalnum { margin-top : .7em; }
.quizlist .dates b,
.quizlist .totalnum b {
  float : left;
  margin-bottom : .09em;
  margin-right : .5em;
  font-weight : normal;
  width : 10em;
}






/* ******  contactform  ****** */

.contactform .boxbody { 
  padding-bottom : 2em;
}
.contactform p { clear : both; }

.contactform .fi_txt,
.contactform .fi_bdy,
.contactform .fi_static { clear: left; }

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_static span {
  width: 9em;
  float : left;
  margin-top : .2em;
}
.contactform .fi_btn {
  margin-left : 9em;
  _margin-left : 9.2em;
}
.contactform textarea { width : 70%; }





/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position : absolute;
  top: 297px;
  left: 26px;
  width: 940px;
  color: #ADC89D;
  margin-top: -.7em;
}

.home .breadcrumbs { position:absolute;right:9999px;left:auto; }
  
.breadcrumbs strong,
.breadcrumbs b {
  font-weight: normal;
}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  
  color: #ADC89D;
  background: url(i/bread-arrow.gif) no-repeat 0 70%;
  padding: 0 4px 0 10px;
}

.breadcrumbs a.home {
  padding-left: 3px;
  background: none;
}

.breadcrumbs b a { text-decoration : underline; }

.breadcrumbs i { position:absolute;right:19999px;left:auto; }

.wrap .breadcrumbs a:hover,
.wrap .breadcrumbs a:focus,
.wrap .breadcrumbs a:active {
  color: #fff;
}



/* ******  mnav  ****** */

.mnav {
  width: 990px;
  background: url(i/mnav-bg.gif) no-repeat 0 50%;
  position : absolute;
  left: 0;
  top: 93px;
  margin-top: -.7em;
}

.mnav .boxhead { position:absolute;right:9999px;left:auto; }

.mnav .boxbody { padding : 0; }

.mnav ul {
  font-size: 1.2em;
  font-weight: bold;
}

.mnav li {
  float: left;
  background: url(i/mnav-sep.gif) no-repeat 0 50%;
}

.mnav li a {
  float: left;
  padding: 13px 33px 5px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 134px;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  color: #686868;
  white-space: nowrap;
}

.mnav .home a { width: 107px; }

.mnav .cat1 a,
.mnav .cat2 a,
.mnav .cat3 a { width: 160px; }

.mnav li:hover,
.mnav li.hover,
.mnav .parent,
.mnav .current { background: url(i/mnav-curr-left.gif) no-repeat 0 50%; }

.wrap .mnav li:hover a,
div.wrap .mnav li.hover a,
.mnav .parent a,
.mnav .current a {
  background: url(i/mnav-curr-right.gif) no-repeat 100% 50%;
  color: #fff;
  text-decoration : none;
}

.mnav .parent a:hover,
.mnav .parent a:focus,
.mnav .parent a:active,
.mnav .current a:hover,
.mnav .current a:focus,
.mnav .current a:active { color: #fff; }


/* l2 */

.mnav .level2 {
  position : absolute;
  left: 14px;
  top: 38px;
  font-size: .92em;
  font-weight: normal;
}

.mnav li:hover li,
.mnav li.hover li,
.mnav .level2 li { background: none; }

.wrap .mnav .level2 li a {
  color: #fff;
  background: url(i/mnav-l2-sep.gif) no-repeat 0 60%;
  width: auto;
  padding: 9px 11px 6px;
  display : block;
}

.mnav .level2 li:first-child a { background-image: none; }

.wrap .mnav .level2 a:hover,
.wrap .mnav .level2 a:focus,
.wrap .mnav .level2 .parent a,
.wrap .mnav .level2 .current a {
  background: #7DA765;
  position : relative;
  text-decoration : none;
}




/* ******  snav  ****** */

.snav {}

.snav .boxbody {
  margin: 0 -18px;
}

.snav ul {
  _height:0;min-height:0; /* ie hasLayout fix */
}

.snav ul.level1 {
  position : relative;
  border-bottom: 1px solid #d8d8d8;
}

.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  ~display : inline;
  padding-bottom : 0;
  background: url(i/snav-a.gif) repeat-x 0 100%;
}

.snav li a {
  border-top: 1px solid #d8d8d8;
  display : block;
  padding: 4px 20px 3px 30px;
  _height:0;min-height:0; /* ie hasLayout fix */
  color: #5C5C5C;
  font-weight: bold;
  background: url(i/snav-arrows.gif) no-repeat 18px .74em;
}

.snav .parent,
.snav .current { background: #3B7C16 url(i/snav-curr.gif) repeat-x; }

.snav .parent a,
.snav .current a {
  color: #fff;
  background-position: -582px .74em;
}

.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
  color: #000;
  background-position: -282px .74em;
}

.wrap .snav .parent a:hover,
.wrap .snav .parent a:focus,
.wrap .snav .parent a:active,
.wrap .snav .current a:hover,
.wrap .snav .current a:focus,
.wrap .snav .current a:active {
  color: #fff;
  background-position: -882px .74em;
  
}


/* l2 */

.snav .level2 {
  background: #fff url(i/snav-l2.gif) repeat-x 0 100%;
  padding-top: 3px;
  padding-bottom: 4px;
}

.snav .level2 li { background: transparent none; }

.snav .level2 li a {
  border: none;
  color: #313131;
  font-weight: normal;
  padding-top: 1px;
  padding-bottom: 1px;
  background: url(i/snav-arrows.gif) no-repeat -282px .4em;
}

.snav .level2 .parent a,
.snav .level2 .current a { font-weight: bold; }

.wrap .snav .level2 li a:hover,
.wrap .snav .level2 li a:focus,
.wrap .snav .level2 li a:active {
  color: #000;
  background-position: 18px .4em;
}


/* l3 */

.snav .level2 .level3 { padding-bottom: 5px; }

.snav .level2 .level3 li a {
  font-weight: normal;
  background: none;
  padding-left: 40px;
}
.snav .level2 .level3 li.parent a,
.snav .level2 .level3 li.current a {
  font-weight : bold;
}






/* ******  enav  ****** */

.enav { 
  position : absolute;
  left: 14px;
  top: 129px;
  margin-top : -.5em;
  font-size: 1.09em;
  font-weight: normal;
  width : 800px;
}
.enav .boxhead { position:absolute;right:9999px;left:auto; }
.enav ul {
  overflow : hidden;
  width : auto;
}
.enav li {
  float : left;
}
.enav li:first-child a { background-image: none; }

.enav .boxbody a {
  color: #fff;
  background: url(i/mnav-l2-sep.gif) no-repeat 0 60%;
  padding: 9px 11px 6px;
  display : block;
}
.enav .boxbody a:hover,
.enav .boxbody a:focus {
  background: #7DA765;
  position : relative;
  text-decoration : none;
  color : #fff;
}



/* ******  flnav  ****** */

.flnav {
  position : absolute;
  top : 0;
  right : 0;
  width: 700px;
  background: url(i/flnav-bg.gif) no-repeat 100% 2px;
  height: 50px;
}

.flnav .boxhead { position:absolute;right:9999px;left:auto; }

.flnav .boxbody {
  padding: 12px 0 0 0;
  font-size: .92em;
}

.flnav ul {
  margin-top: -.7em;
  float: right;
}

.flnav li { float : left; }

.flnav li a {
  float: left;
  color: #4C4C4C;
  background: url(i/more-arrow.gif) no-repeat 0 50%;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  padding: 6px 17px 6px 13px;
}

.wrap .flnav li a:hover,
.wrap .flnav li a:focus,
.wrap .flnav li a:active { color: #000; }

.flnav .parent a,
.flnav .current a { font-weight : bold; }



/* ******  langnav  ******* */

.langnav {
  position : absolute;
  top: 14px;
  right: 0;
  width: 77px;
  margin-top: -.7em;
}

.langnav .boxhead { position:absolute;right:19999px;left:auto; }

.langnav .boxbody { font-size: .92em; }

.langnav li { float: left; }

.langnav li a {
  color: #3F3F3F;
  /* background: url(i/langnav-cat1.gif) no-repeat 0 50%; */
  padding: 5px 10px 5px 26px;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  float: left;
}

.wrap .langnav li a:hover,
.wrap .langnav li a:focus,
.wrap .langnav li a:active { color: #000; }




/* ******  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; }




/* ******  yearindex  ****** */

.yearindex li {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.2em;
}

.yearindex h4 {
  font-size: 1.2em;
  margin-bottom: 0;
}

.yearindex h4 a { color: #515151; }

.yearindex p { margin-bottom: 1.2em; }

.yearindex p a {
  color: #3D3D3D;
  text-decoration: underline;
}

.wrap .yearindex p a:hover,
.wrap .yearindex p a:focus,
.wrap .yearindex p a:active { text-decoration: none; }




/* ******  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 : 47px;
  background: url(i/qsearch-bg.gif) no-repeat;
  right : 15px;
  width : 184px;
  height: 27px;
  z-index: 1;
}

.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }

.qsearch .boxbody { padding : 0; }

.qsearch .fi_txt input {
  width : 125px;
  margin-top : -.7em;
  color: #5C5C5C;
  border: none;
  background: transparent none;
  position : absolute;
  top: 14px;
  left: 8px;
  padding: 0;
}

.qsearch .fi_btn input {
  border: none;
  width: 42px;
  height: 21px;
  background: url(i/qsearch-btn.gif) no-repeat;
  color: #fff;
  font-size: .83em;
  position : absolute;
  top: 3px;
  right: 4px;
}

.qsearch .fi_btn input:hover,
.qsearch .fi_btn input:active {
  background-position: 0 -21px;
}


/* ******  searchresults  ****** */
.searchresults form.search {
  margin-bottom: 1em;
}
.searchresults .search .fi_txt label { display: inline; }
.searchresults .search strong,
.searchresults .search .fi_chk { 
  display: block;
  margin-bottom: .3em;
}
.searchresults .search strong { margin-top: .4em; }

.searchresults .item h3 small {
  font-size: 1em;
  width: 1.6em;
  display: inline-block;
}
.searchresults .item .summary {
  padding-left: 2em;
}
.searchresults .item .more a {
  padding: 0;
  background: none;
  float: none;
}

.searchresults .paging {
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 4px 0;
  margin: 2em 0;
}
.searchresults .paging-top {
  border-top: 0;
  border-bottom: 1px solid #ddd;
}
.searchresults .paging .status {
  float: left;
  margin: 0;
}
.searchresults .paging li {
  margin: 0 4px;
}
.searchresults .paging .stepper {
  float: right;
  padding-right: 6em;
  position: relative;
}
.searchresults .paging .next {
  position: absolute;
  right: 0;
}
.searchresults .paging .prev {
  float: left;
}
.searchresults .paging .jump {
  float: left;
  max-width: 15em;
}


/* ******  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 table { width : 100%; }

.gallery td {
  padding-right : 12px;
  padding-bottom : 12px;
  text-align : center;
  vertical-align : middle;
}

.gallery img { margin : 0 auto; }

.gallery .ctrls {
  text-align: center;
  margin-bottom: 1em;
}


/* ******  galleryitem  ****** */

.galleryitem .boxbody { text-align : center; }
.galleryitem .ctrls a { padding : 0 .3em; }
.galleryitem img { margin : .5em 0; }




/* ******  people  ******* */

.people h3 { margin: 0; }

.people table { 
  width: 100%;
  margin-left: -6px;
  position : relative;
  margin-bottom: 24px;
}

.people table th,
.people table td { padding: 6px 6px 6px 6px; }

.people th.col1 { width: 30%; }
.people th.col2 { width: 25%; }
.people th.col3 { width: 25%; }
.people th.col4 { width: 20%; }

.people table th {
  font-weight: normal;
  color: #676767;
  padding-bottom: 3px;
}

.people .odd td { background : #f5f5f5; }

.people table a { color: #000; }

.people .close {
  display : block;
  background : #3B7C16 no-repeat 6px 50%;
  padding : 3px 14px;
  color : #fff;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.people .close:hover {
  background-color : #333;
  color : #fff;
  text-decoration : none;
}
.people .open {
  display : none;
}
.people .subrow td {
  padding : 0 0 0 4px;
  background: none;
}

.people td.netfang  a img { display: none; }


/* ******  persona  ******* */

.persona {  }

.persona .boxbody { padding : 20px 20px 20px 142px; overflow : hidden; _overflow: visible;  background: #F3F3F3;  position: relative; }

.persona h3 { font-size : 1.33em; margin-top : 0; }

.persona li { margin-bottom: .2em; display : block; }

.persona li b {
  display : inline;
}

.persona .title b { font-weight : bold; }

.persona .imgbox {
  padding : 0 20px 0 0;
  margin : 0 0 0 -122px;
  ~margin-left: 0;
  ~left: 0px;
  float : left;
  background : none;
  width : auto;
}
.persona .imgbox .boxbody {
  background : none;
  padding : 0;
  border : 1px solid #fff; 
  width : 100px;
}
.persona .imgbox img {
  width : 100px;
}

td .persona {
  margin : 0;
  width : auto;
  background : #f3f3f3;
  border : 1px solid #c9c9c9;
  border-top: none;
  margin-bottom: 12px;
  padding : 11px 10px 0 10px;
}
td .persona .boxhead {
	display: none;
}


td .persona h3 {
  font-size : 1.5em;
  margin-top : 0;
  padding: 0 0 1.2em;
  font-weight: normal;
}

td .persona a { text-decoration: underline; }

td .persona .imgbox {
  padding-bottom : 0;
  margin : 0 0 0 -120px;
  background: none;
  width: auto;
  position : relative;
}

td .persona .imgbox img {
  border : 1px solid #fff;
  padding : 0;
  max-height : 140px;
  max-widtht : 105px;
}

td .persona .info { margin-right : 20px; }





/* ******  footer  ****** */

.footer {
  background: url(i/pgfoot-bot.gif) no-repeat 0 100%;
  text-align: center;
}

.footer .boxhead { /* display : none; */ }

.footer .boxbody {
  background: url(i/pgfoot-top.gif) no-repeat;
  padding: 21px 10px 44px 60px;
  color: #696969;
  font-size: .92em;
  position : relative;
}

.footer p img {
  vertical-align: middle;
  margin-top: -2px;
}

.footer a {
  color: #4B4B4B;
  text-decoration: underline;
}
.footer a.home { text-decoration : none; }

.wrap .footer a:hover,
.wrap .footer a:focus,
.wrap .footer a:active { text-decoration: none; }






/* ******  byggiraeplica  ****** */

.byggiraeplica {
  padding-top : 20px;
  text-align : right;
  _height:0;min-height:0; /* ie hasLayout fix */
  padding-bottom: 30px;
  margin-top: -40px;
  position : relative;
  z-index : 1;
  position:absolute;right:9999px;left:auto;
}
.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 {}

.pgfoot .imgbanner {
  position : absolute;
  top: 156px;
  left: 0;
  text-align: right;
  width: 990px;
}




/* ****** pagestyle  ****** */

.pagestyle { 
  position : absolute;
  top : 49px;
  right : 201px;
  width: 100px;
}

.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }

.pagestyle li {
  float : right;
  margin-right: 7px;
  _display: inline;
}

.pagestyle a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  background : url(i/font-dwn.gif) no-repeat 0 0;
  width: 23px;
  height: 23px;
}

.pagestyle .up a { background-image : url(i/font-up.gif); }

.pagestyle .userstyles { margin-right: 5px; }

.pagestyle .userstyles a {
  background-image : url(i/font-styles.gif);
  width: 24px;
  height: 24px;
}

.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active { background-position: 0 -23px; }

.pagestyle .userstyles a:hover,
.pagestyle .userstyles a:focus,
.pagestyle .userstyles a:active { background-position: 0 -24px; }







/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color : #555;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }






/*************************/
/********  HOME  *********/
/*************************/


/* *** layout *** */

.home .pghead {
  height: 347px;
  margin-bottom: -1px;
  position : relative;
  border-bottom: 1px solid #B6B6B6;
}

.home .pgmain,
.home .pgextra2,
.home .pgmain .wrap,
.home .pgextra2 .wrap {
  border: none;
  background: transparent none;
  padding: 0;
  margin: 0;
}

.home .pgmain {
  width: 990px;
  background: url(i/home/pgmain-bg.gif) repeat-y;
}

.home .pgmain:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.home .pg-left {
  width: 507px;
  float: left;
}

.home .pg-right {
  width: 474px;
  float: right;
}


.home .pgfoot { background: url(i/home/pgfoot-bg.gif) no-repeat; }





/* *** box *** */

.home .sbox {
  background: url(i/home/sbox-top.gif) repeat-x;
  padding-top: 14px;
  position : relative;
}

.home .sbox .boxhead {
  padding: 11px 18px 5px;
  border: 1px solid #fff;
  border-bottom: none;
  background: url(i/pgmain-top.gif) repeat-x;
  margin-left: 1px;
  margin-right: 1px;
}

.home .sbox .boxbody { padding: 0 20px 6px; }


.home .introbox {
  background-image: url(i/home/introbox-bg.jpg);
  color: #35462A;
  font-size: 1.4em;
  height: 137px;
  line-height: 1.3;
}

.zoom2 .home .wrap .introbox,
.zoom3 .home .wrap .introbox {
  width : 920px;
  background-color : #CDE2C1;
  background-position : 100% 0;
}



/* *** articlelist *** */

.home .articlelist .item { position : relative; }

.home .articlelist .item img,
.home .pg-left .articlelist .item .imgwrapper,
.home .einfo .item .imgwrapper {
  float: left;
  margin: 0 10px 0 0;
}

.home .articlelist .item img { margin: 0; }


.home .articlelist .item h3 {
  padding-right: 100px;
}


.home .articlelist .item .meta {
  position : absolute;
  right: 0;
  top: 3px;
}

.home .articlelist .moreolder,
.home .articlelist .archivelink { 
  position : absolute;
  right: 20px;
  top: 18px;
}



.home .pg-left .articlelist .item {
  border: none;
  padding-top: 0;
}


.home .pg-left .articlelist h3,
.home .pg-left .articlelist .summary { padding-left: 110px; }


.home .pg-left .articlelist h3 .meta {

}


.home .pg-left .articlelist .more a {
  padding: 0;
  background: none;
}



/* *** einfo (extends: articlelist) *** */

.home .einfo .item .imgwrapper {
  margin-bottom: 1em;
}




/* *** quicknav *** */

.quicknav {
  position : absolute;
  left: 0;
  border-top: 1px solid #D0E4C6;
  background: #C2D0BA;
  width: 507px;
  min-height: 53px; _height: 53px;
  top: 293px;
  z-index: 12;
}

.quicknav .boxhead { position:absolute;right:19999px;left:auto; }

.quicknav ul {
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 8px;
  padding-left: 7px;
}

.quicknav li {
  float: left;
  background: url(i/home/quicknav-li.gif) no-repeat 0 50%;
  margin: 0 6px;
  _display: inline;
}

.quicknav li a {
  float: left;
  background: url(i/home/quicknav-li-a.gif) no-repeat 100% 50%;
  color: #5B5C5D;
  padding: 0;
  display : block;
  line-height : 37px;
  text-align : center;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.quicknav li.cat1 a { width : 96px; }
.quicknav li.cat2 a { width : 113px; }
.quicknav li.cat3 a { width : 131px; }
.quicknav li.cat4 a { width : 104px; }

.quicknav .current { background-image: url(i/home/quicknav-curr.gif); }

.quicknav .current a,
.quicknav .current a:hover,
.quicknav .current a:focus,
.quicknav .current a:active {
  background-image: url(i/home/quicknav-curr-a.gif);
  color: #fff;
}



/* *** imgbanner *** */

.home .imgbanner img {
  border-left: 1px solid #6D7B66;
}



/* ***  advert  *** */

.home .advert .boxbody { padding: 0; }

.home .advert img { margin: 1px 0; }






