.stream,
.focustarget { position:absolute;right:9999px;left:auto;white-space:nowrap; }
/* Accessibility tr1ck50r */
.pgwrap .wrap a.stream:focus,
.pgwrap .wrap a.stream:active,
.pgwrap .wrap .stream a:focus,
.pgwrap .wrap .stream a:active {
  background: #fff;
  border: 1px solid #029;
  margin: 0;
  padding: 3px 5px;
  color: #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; -ms-overflow-y: scroll; }


body {
  background: #fff;
  margin: 0;
  padding: 0;
  color: #272727;
  line-height: 1.2;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

body,
body.zoom1 { font-size: 12px;  ~font-size:  75.00%; }
body.zoom2 { font-size: 14px;  ~font-size:  87.50%; }
body.zoom3 { font-size: 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: #303A6D;
  text-decoration: none;
}

a * {
  cursor: pointer;
  _cursor: hand;
}


acronym {
  cursor: help;
  border: none;
}
acronym:hover { border-bottom: 1px dotted #ddd; }


img {
  margin: 0;
  padding: 0;
  border: none; 
  vertical-align: top;
}


h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}
h1 {
  font-size: 1.33em;
  margin-bottom: .55em;
}
h2 {
  font-size: 1.17em;
  margin-top: 1.57em;
  margin-bottom: .55em;
}
h3 {
  font-size: 1.09em;
  margin-top: 1em;
  margin-bottom: .64em;
}
h4 {
  font-size: 1em;
  margin-bottom: .2em;
}




table { border-collapse: collapse; }
table, td, th, caption {
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
th acronym:hover { border: none; }
th.num, td.num {
  text-align: right; 
  white-space: nowrap; 
}






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 #DBDBDB;
  background: #fff;
  color: #272727;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #999;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width: 98%; }

.button,
.fi_btn input {
  cursor: pointer; 
  _cursor: hand;
  background: #f7f7f7;
  border: 1px solid #DBDBDB;
  color: #848383;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #999;
  color: #666;
}


.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 {
  padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  clear: both;
}



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position: relative;
  width: 969px;
  margin: 0 auto;
  text-align: left;
  background: url(i/pgwrap-bg-2col.png) repeat-y;
}

.threecol .pgwrap {
  background-image: url(i/pgwrap-bg.png);
}

.pghead {
  background: #fff url(i/pghead-bg.png) repeat-x 0 100%;
  height: 210px;
  text-align: center;
  border-bottom: 3px solid #fff;
}

.pghead .brand {
  margin: 0;
  font-size :1em;
}

.pghead .brand img.logo {
  vertical-align: middle;
  margin: 6px 2px 0 0;
}

.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }

.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  float: left;
  margin-left: 166px;
  width: 803px;
  _display: inline;
  background: url(i/pgmain-bg-2col.png) no-repeat 100% 0;
}

.threecol .pgmain {
  background-image: url(i/pgmain-bg.png);
}

.threecol .pgmain {
  width: 570px;
  margin-right: 233px;
}

.pgmain .wrap {
  padding: 13px 27px 0;
  min-height: 300px; _height: 300px;
}

.pgextra1 {
  float: left;
  width: 232px;
  _display: inline;
  margin-left: -232px;
  _margin-left: -233px;
  border-top: 1px solid #ededed;
}

.pgextra1 .wrap {
  padding: 20px 20px 12px;
  _height:0;min-height:0;/* ie hasLayout fix */
}

.pgextra2 {
  float: left;
  width: 166px;
  margin-left: -969px;
  _display: inline;
}

.pgextra2 .wrap {
  _height:0;~min-height:0; /* ie hasLayout fix */
  background: url(i/snav-curr-bot.png) no-repeat 100% 0;
}

.pgfoot {
  clear: both;
  background: url(i/pgfoot-bg-2col.png) no-repeat;
  padding-top: 35px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.threecol .pgfoot {
  background-image: url(i/pgfoot-bg.png);
}

.pgfoot .wrap,
.pgbottom {
  background: url(i/pgfoot-rep.jpg) no-repeat 50% 0;
  height: 405px;
  padding-top: 11px;
}

.pgbottom {
  margin-top: -416px;
}




/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */



.boxhead {
  padding-top: 0;
  margin-top: 0;
  font-size : 1.17em;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  color: #272727;
  font-weight: normal;
}

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }


.pgmain .boxhead {
  font-size: 1.6em;
  margin-bottom: .6em;
  position: relative;
}

.pgextra1 .boxhead,
.pgextra2 .boxhead {
  font-weight: normal;
  margin-bottom: .3em;
}


.sbox {
  margin-bottom: 20px;
}



.introbox .boxbody h1 {
  font-family: Georgia;
  padding-top: 16px;
  color: #272727;
  font-weight: normal;
  margin-top: -1em;
  padding-top: 30px;
  font-size: 1.3em;
  margin-bottom: -3px;
}

.introbox .boxbody {
  padding-left: 23px;
  font-family: Georgia;
  padding-right: 340px;
  font-size: 1.25em;
  color: #252B4D;
  line-height: 1.4;
}

.zoom2 .introbox .boxbody { line-height: 1.2; }
.zoom3 .introbox .boxbody { line-height: 1; }






/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color: #777;
  display: block; 
  font-weight: normal;
  font-size: .92em;
}
.meta span { padding-right: .5em; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #777; }





/* ******  buttons  ****** */

.more,
.buttons,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
}
.buttons {
  margin-top: 1.33em;
  clear: both;
}
.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  float: left;
  padding: 0 14px 0 0;
  background: url(i/more-arrow.png) 100% 60% no-repeat;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: normal;
}


.buttons {
  width: 100%;
  overflow: hidden;
}

.wrap .buttons a {
  border: 1px solid #EBEBEF;
  background: #F6F6F8;
  color: #627F99;
  padding: 1px 12px;
  font-size: .92em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.wrap .buttons a.btnback {
  background: #F6F6F8 url(i/btnback.png) no-repeat 6px .55em;
  padding-left: 20px;
}

.wrap .buttons a.btnsend,
.wrap .buttons a.senda { display: none; }

.wrap .buttons a.prenta,
.wrap .buttons a.btnprint {
  float: right;
}

.wrap .buttons a:hover,
.wrap .buttons a:focus,
.wrap .buttons a:active {
  border-color: #627F99;
  text-decoration: none;
}




/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom: 1.2em;
  width: 100%;
  overflow: hidden;
}
.articlelist .item h3 {
  font-size: 1.09em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin: 0 0 .1em;
  font-weight: normal;
}
.articlelist .item h3 .meta {
  font-size: .83em;
}
.articlelist .summary { line-height: 1.5; }
.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist img {
  float: right;
  margin: .2em 0 .33em .5em;
  border: 1px solid #C6C7C8;
  padding: 1px;
  background: #fff;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: 1.1em;
}
.articlelist li a {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.pgextra1 .articlelist h3 {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2em;
}

.pgextra1 .articlelist .summary {
  font-size: .92em;
}





/* ******  article  ****** */

.pgmain .article .boxhead {
  margin-bottom: 0;
}

.article .boxbody { line-height: 1.7; }

.article .boxbody h1 {
  color: #303A6D;
  font-weight: normal;
  margin-bottom: 0;
  font-size: 1.2em;
  padding-top: .3em;
}

.article .boxbody h2,
.article .boxbody h3,
.article .boxbody h4 {
  margin-bottom: 6px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: normal;
  color: #303A6D;
  border-bottom: 1px solid #ddd;
}

.article .boxbody .subtitle {
  clear: none;
  margin-top: -.54em;
  font-size: 1em;
  border-bottom: none;
}
.article .summary {
  color: #777;
  padding: 4px 0;
  margin: 0 0 .7em 0;
}
.article .summary p { margin: 0; }

.article a { font-weight: bold; }

.article img { clear: both; vertical-align: text-bottom; padding: 1px; border: 1px solid #CBCCCD; }
.article img.left { float: left;  margin: .2em 1.5em .2em 0; background: #fff; }
.article img.right { float: right;  margin: .2em 0 .5em 1.5em; background: #fff; }
.article img.center { float: none; display: block; margin: 0 auto .7em auto; text-align: center;}

.article table {
  border: 1px solid #ddd;
}
.article caption { 
  font-style: italic;
  padding: .2em 0;
  text-align: left;
}
.article th {
  font-weight: bold;
  padding: .2em .4em;
  border-top: 1px solid #eee;
  background-color: #303A6D;
  color: #fff;
}
.article td {
  padding: .2em .4em;
  border-top: 1px solid #eee;
}
.article tr.alt td {
  background-color: #f8f8f8;
}
.article tr:hover td {
 background-color: #e4eff9;
}
.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.article ul {
  list-style: disc;
  padding-left: 2.5em;
  margin-bottom: .7em;
}
.article li { margin-bottom: .54em; }




/* ******  imgbox  ****** */

.imgbox {
  position: static;
  float: right;
  padding: 1px;
  margin: -22px 0 .75em 12px;
  border: 1px solid #CBCCCD;
  width: auto;
}
.imgbox .boxbody {
  display: inline;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}
.wrap .imgbox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
}
.imgbox .imgcontent { 
  width: 190px; 
  background: #303A6D; 
  color: #fff; 
  padding: 5px; 
  border-top: 1px solid #fff; 
}
.imgbox .imgtext {
  font-weight: normal;
  font-size: .92em;
}
.imgbox .imgmeta {
  width: 200px;
  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; }



.imgbox .pgno, .imgbox .pgs { display: none; }
.imgbox .pgr {
  background: #303A6D;
  line-height: 1.1;
  padding: 0 0 4px;
}
.imgbox .pgr a,
.imgbox .pgr a:hover,
.imgbox .pgr a:focus {
  color: #fff;
  font-weight: normal;
  padding: 0 5px;
}
.imgbox .pgr .next {
  border-left: 1px solid #fff;
}


/* *** imgpopup *** */

.ipopup-curtain {
  position : fixed;
  _position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  _height: expression(document.body.offsetHeight + "px");
  top: 0;
  left: 0;
  background: url(i/alpha.png);
  _background-image: url(i/alpha.gif);
  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: 400px;
}
.ipopup-container .img { display: block; text-align: center; }
.ipopup-container .image img {
  _width: 666px;max-width: 666px;
}
.ipopup-container .title { display : none; }
.ipopup-container .desc {
  width : 400px;
  padding : 5px 0;
  text-align : left;
}

.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}

.ipopup-container .stepper {
  padding: 5px 0;
}
.ipopup-container .paging .next {
  float: right;
}
.ipopup-container .paging li.nav-end { display: none; }






/* ******  quizbox  ****** */
.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_file,
.contactform .fi_chk,
.contactform .fi_static { clear: left; margin-bottom: .5em; }

.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_file label,
.contactform .fi_static span {
  width: 9em;
  float: left;
  margin-top: .2em;
}
.contactform .fi_btn {
  margin-left: 9em;
  _margin-left: 9.2em;
}
.contactform textarea { width: 70%; }





/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position: absolute;
  top: 196px;
  right: 22px;
  width: 450px;
  font-size: 0.92em;
  margin-top: -.6em;
}

.home .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {
  text-align: right;
}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  color: #474749;
  font-weight: normal;
}
.breadcrumbs i { font-style: normal; }



/* ******  mnav  ****** */

.mnav {
  position: absolute;
  top: 121px;
  left: 0;
  width: 969px;
  border-bottom: 3px solid #303a6d;
  background: #1F2958 url(i/mnav-bg.png) repeat-x 0 100%;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }

.mnav .boxbody {
  padding: 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  text-transform: uppercase;
  font-size: 1.2em;
}

.mnav ul {}

.mnav li {
  float: left;
}

.mnav li a {
  float: left;
  display: block;
  color: #fff;
  _height:0;~min-height:0; /* ie hasLayout fix */
  padding: 8px 26px 5px;
  font-family: Georgia;
  letter-spacing: .03em;
  font-size: .92em;
}

.mnav li.home a {
  padding-left: 20px;
}

.mnav .parent,
.mnav .current {
  background: #303A6D url(i/mnav-curr-left.png) no-repeat 0 100%;
}

.mnav .parent a,
.mnav .current a {
  background: url(i/mnav-curr-right.png) no-repeat 100% 100%;
}

.mnav .homecurrent {
  background: #303A6D;
}

.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  outline : 0;
  color: #fff;
}



/* ******  snav  ****** */

.snav {
  background: url(i/snav-bg.png) repeat-y;
  margin-bottom: 10px;
}
  
.snav .boxhead {
  position : absolute;
  top: 181px;
  left: 20px;
  margin-top: -.6em;
  font-family: Georgia;
  font-weight: normal;
  font-size: 1.8em;
  color: #343D67;
}

.snav .boxbody {
  padding-left: 2px;
}


.snav ul.level1 {
  padding-top: 2px;
}
  
.snav li {
  background: url(i/snav-li.png) no-repeat -2px 100%;
  _height: 0;
}

.snav li a {
  padding: 6px 10px 8px 20px;
  display : block;
  color: #2F2F2F;
  _height:0;~min-height:0; /* ie hasLayout fix */
}


.snav .parent,
.snav .current {
  background: #fff url(i/snav-curr-top.png) no-repeat;
}

.snav .parent a,
.snav .current a {
  color: #2B3463;
  font-weight: bold;
  background: url(i/snav-curr-bot.png) no-repeat 0 100%;
  margin-top: -2px;
  position : relative;
  padding-top: 9px;
  padding-bottom: 8px;
}


/* l2 */

.snav .level2 {
  background: #fff url(i/snav-l2.png) no-repeat 0 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.snav .level2 li {
  background: none;
}

.snav .level2 li a {
  font-size: .92em;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: normal;
  padding-left: 30px;
  background: none;
}

.snav .level2 .parent,
.snav .level2 .current {
  background: none;
}

.snav .level2 .current a {
  background: none;
  font-weight: bold;
}


/* l3 */

.snav .level2 .level3 li a {
  font-weight: normal;
  padding-left: 40px;
}

.snav .level2 .level3 .parent a,
.snav .level2 .level3 .current a {
  font-weight: bold;
}



/* ******  enav  ****** */

.enav { 

}

.enav li a {
  font-size: .9em;
  background: url(i/enav-arrow.png) no-repeat 2px .55em;
  display : block;
  padding: 2px 10px 5px 14px;
  color: #333;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.enav-dots .boxbody {
  margin-left: -4px;
}

.enav-dots li a {
  background-image: url(i/enav-dot.png);
  background-position: 0 .27em;
  padding-left: 16px;
  padding-top: 4px;
  padding-bottom: 7px;
}





/* ******  flnav  ****** */

.flnav {
  position: absolute;
  top: 27px;
  margin-top: -.6em;
  right: 118px;
  width: 250px;
}

.flnav .boxhead { position:absolute;right:9999px;left:auto; }

.flnav ul {
  overflow: hidden;
  width: auto;
  font-size: .92em;
  float: right;
}

.flnav li {
  float: left;
  display: inline;
  padding: 0 5px;
  background: url(i/flnav-sep.png) no-repeat 0 100%;
}

.flnav li a {
  color: #5F5E5D;
}

.flnav ul li:first-child,
.flnav li.cat1 { background: none; }

.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 .pager,
.monthlist .pager {
  padding-top: 5px;
  text-align: center;
}
.events .pager .prev,
.monthlist .pager .prev {
  float: left;
  padding-right: 7px;
  border-right: 1px solid #eee;
}
.events .pager .next,
.monthlist .pager .next {
  float: right;
  padding-left: 7px;
  border-left: 1px solid #eee;
}




/* ******  calendar  ****** */
.monthlist .boxbody {
  position: relative;
}
.calendar { margin: 0; }
.pgextra1 .calendar,
.pgextra2 .calendar { width: 100%; }

.calendar th {
  text-align: center;
  font-size: .92em;
  padding: .2em;
  border-bottom: 1px solid #666;
}
.calendar td {
  padding: 0;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
.calendar .sa { }
.calendar .su { color: #888; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display: block;
  font-style: normal;
  padding: 2px;
}
.calendar td.today i {
  font-style: italic;
}
.calendar td a:link,
.calendar td a:visited { font-weight: bold; }
.calendar td a:hover,
.calendar td a:focus,
.calendar td a:active { background-color: #eee; }



.dateinfo {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0px 4px;
  padding: 0;
  text-align: left;
}
td:hover .dateinfo {
  display: block;
}
.dateinfo strong {
  display: block;
  margin-bottom: 2px;
  padding: 2px 8px 0px 8px;
  color: #272727;
}
.dateinfo ul {
}
.dateinfo li {
  border-top: 1px solid #ccc;
}
.dateinfo li a {
  padding: 2px 8px 2px 4px;
}
.evwrap .dateinfo li a {
  min-width: 120px;
  max-width: 300px;
  display: block;
  text-align: left;
  font-weight: normal;
}





/* ******  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: 94px;
  margin-top: -.8em;
  right: 0px;
  width: 210px;
}
.qsearch .boxhead,
.qsearch label { position:absolute;right:9999px;left:auto; }

.qsearch .boxbody { padding: 0; }

.qsearch .fi_txt input {
  width: 136px;
  font-size: .92em;
  padding: 2px 0 1px 2px;
  color: #333;
}

.qsearch .fi_btn input {
  width: 4em;
  font-size: .91em;
  padding-top: 0;
  ~padding-top: 1px;
  padding-bottom: 1px;
  ~padding-bottom: 0;
  line-height: 1.45;
  ~line-height: 1.2;
}





/* ******  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; }






/* ****** mediagallery ****** */

.mediagallery {
  _height:0;min-height:0; /* ie hasLayout fix */
  margin-bottom: 1em;
}

.mediagallery .boxbody {
  text-align: center;
}

.mediagallery ul {
  width: 100%;
  overflow: hidden;
}

.mediagallery li {
  float: left;
  margin: 0 15px 15px;
  position: relative;
  _display: inline;
  text-align: center;
}

.mediagallery .pgr a {
}

.mediagallery .pgr a.next {
}

.mediagallery .pgs {
  clear: both;
}



/* albums (extends: mediagallery) */

.albums li {
}

.albums li a {
  overflow: hidden;
  display: block;
}

.albums li span.count {
}



/* imagelist (extends: mediagallery) */

.imagelist li {
}

.imagelist li a {
  height: 160px;
  width: 200px;
  vertical-align: middle;
  text-align: center;
}

.imagelist li img {
}

.imagelist li a:hover img,
.imagelist li a:focus img,
.imagelist li a:active img {}



/* imgalbum-bigimage (extends: mediagallery) */

.singleimage img {
}

.singleimage .content:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.singleimage .imgcontent .imgtext {
  text-align: left;
  margin: 0;
}

.singleimage .pgs {
}





/* ******  people  ******* */

.people h3 {
}

.people table { 
  width: 100%; 
}

.people table th,
.people table td { 
  padding: 6px 6px 6px 11px;
  border-bottom: 1px solid #161717;
}

.people th.col1 { width: 30%; }
.people th.col2 { width: 30%; }
.people th.col3 { width: 20%; }
.people th.col4 { width: 30%; }

.people table th {
}

.people .even td {
  background: #fcfbd4;
}

.people table a {
}

.people table .netfang a {
}

.people .close {
  display: block;
  background: #161717  url(i/people-close.gif) 6px 50% no-repeat;
  border-right: 1px solid #161717;
  border-left: 1px solid #161717;
  padding: 3px 22px;
  color: #fff;
}
.people .close:hover {
  background-color: #999;
  color: #fff;
  text-decoration: none;
}
.people .open {
  display: none;
}
.people .subrow td {
  padding: 0;
}



/* ******  persona  ******* */
td .persona {
  padding: 15px 10px 13px 157px;
  margin: 0;
  width: auto;
  background: 0;
  border: 1px solid #513f17;
  border-top: none;
  border-bottom: none;
}
td .persona .content {
  padding: 0 0 2em;
  _height:142px;min-height:142px;
}
td .persona h3 {
  font-size: 1.67em;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 5px;
}
td .persona .imgbox {
  padding: 0 20px .75em 0;
  float: left;
  padding-bottom: 0;
  margin: 0 0 0 -116px;
}
td .persona .imgbox img {
  border: 1px solid #fff;
  padding: 0;
  max-height: 140px;
  max-widtht: 105px;
}
td .persona ul {
}
td .persona li {
  margin-bottom: .3em;
}
td .persona li b {
  display: inline;
  font-weight: normal;
}
td .persona .title b {
  font-weight: bold;
}
td .persona .info {
  margin-right: 20px;
}



/* ******  xnav  ****** */

.xnav {
  float: left;
  width: 730px;
}

.xnav .boxhead { position:absolute;right:9999px;left:auto; }

.xnav .boxbody {
  padding-left: 22px;
  padding-top: 2px;
}

.xnav li {
  float : left;
  width: 25%;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.xnav li a {
  color: #5D5D5D;
  padding: 2px 0 4px;
  display : block;
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.xnav .level2 li {
  float: none;
  width: auto;
  font-family: Arial;
  font-size: .92em;
  text-transform: none;
  font-weight: normal;
}

.xnav .level2 li a {
  padding-bottom: 3px;
}

.xnav .cat6 { display: none; }




/* ******  footer  ****** */

.footer {
  border-left: 1px solid #DCDCDC;
  float: right;
  width: 231px;
  padding-top: 5px;
}

.footer .boxhead {
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  font-size: 1.1em;
}

.footer .boxbody {
  padding-left: 20px;
  padding-right: 20px;
  font-size: .92em;
  color: #555;
}

.footer .boxbody a {
  color: #333;
}




/* ******  byggiraeplica  ****** */

.byggiraeplica {
  padding-top: 20px;
  text-align: right;
  _height:0;min-height:0; /* ie hasLayout fix */
  position : absolute;
  margin-top: -220px;
  width: 949px;
  text-align: right;
  padding-right: 20px;
}
.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 {}





/* ****** pagestyle  ****** */

.pagestyle { 
  position: absolute;
  top: 13px;
  right: 19px;
  width: 90px;
}

.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }

.pagestyle li {
  float: left;
}
.pagestyle li a {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width : 27px;
  height : 28px;
  float: left;
  background: url(i/font-dwn.png) no-repeat;
}

.pagestyle .up a {
  background-image: url(i/font-up.png);
}

.pagestyle .userstyles a {
  background-image: url(i/font-styles.png);
  width: 28px;
  position : absolute;
  right: 0;
  top: 0;
}

.pagestyle a:hover,
.pagestyle a:focus,
.pagestyle a:active {
  background-position: 0 -28px;
}








/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #1C2652;  text-decoration: underline; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }





/* *************** */
/****** MILLI ******/
/*******************/

/* *** layout *** */

.milli .pghead {
  margin-bottom: 173px;
}

.milli .pgextra2 {
  margin-top: -173px;
}

.milli .pgmain {
  background: none;
}

.milli .pgmain .wrap {
  padding-top: 2px;
}


/* ***  box  *** */
.mbox-large,
.mbox-left,
.mbox-right {
  float: left;
  width: 49.9%;
  background: url(i/mbox-left-top.png) no-repeat 100% 0;
  padding-top: 12px;
}

.mbox-large {
  clear: both;
  width: 99.9%;
}

.mbox-right {
  background: url(i/mbox-right-top.png) no-repeat;
}

.mbox-large .boxbody,
.mbox-left .boxbody,
.mbox-right .boxbody {
  padding-bottom: 4px;
}

.mbox-left .boxbody {
  padding-right: 10px;
}

.mbox-right .boxbody {
  padding-left: 18px;
}


.mbox-large .item img {
  float: left;
  margin: .2em .5em .33em 0;
}


/* *** introbox *** */


.milli .introbox .boxbody {
  background: url(i/introbox-bg.png) no-repeat;
  width: 427px;
  height: 181px;
  position : absolute;
  left: 169px;
  top: 213px;
  float: left;
  clear: both;
  padding-right: 350px;
  padding-top: 20px;
}

.milli .introbox .imgbox {
  border: none;
  margin: 0;
  padding: 0;
}

.milli .introbox .imgbox .boxbody {
  padding: 0;
  margin: 0;
  padding: 0;
  width: auto;
  position : absolute;
  right: 0;
  left: auto;
  top: 0;
  float: none;
  background: none;
}




/* ***  articlelist  *** */

.milli .pgmain .articlelist h3 {
  position : relative;
  font-size: 1.2em;
}

.milli .articlelist .more {
  padding-top: 6px;
}

.milli .articlelist .more a {
  font-size: 1em;
}

.milli .pgextra1 .articlelist .item {
  margin-bottom: 2em;
}
.milli .pgextra1 .articlelist .more {
  padding-top: 0;
}

.milli .pgextra1 .articlelist .more a {
  background: none;
}




/****************************/
/**********  HOME  **********/
/****************************/


/* *** layout *** */

.home .pgwrap {
  background: none;
}

.home .pghead {
  height: 153px;
  background-position: 0 108px;
}

.home .pgmain {
  margin: 0;
  width: auto;
  float: none;
}

.home .pgmain .wrap {
  padding: 0 0 36px;
}

.home .pgmain .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.pgextra3 {
  background: url(i/p3-top.png) no-repeat;
  position : relative;
}

.pgextra3 .wrap {
  background: url(i/p3-bot.png) no-repeat 0 100%;
  _height:0;~min-height:0; /* ie hasLayout fix */
  padding-bottom: 33px;
  padding-top: 10px;
}

.pgextra3 .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


.home .pgfoot {
  padding-top: 0;
  background: none;
}



/* ***  box  *** */

.fbox-left {
  float: left;
  clear: left;
  width: 440px;
  margin-left: 20px;
  _display: inline;
}

.fbox-left .item img {
  margin-top: 24px;
}

.fbox-right {
  float: right;
  clear: right;
  width: 476px;
  border-top: 1px solid #d5d5d5;
  background: url(i/home-fbox-top.png) no-repeat;
}

.fbox-right .boxhead {
  background: url(i/home-fbox-dots.png) repeat-x 0 100%;
  font-weight: normal;
  font-size: 1.4em;
  padding: 6px 16px;
}

.fbox-right .boxbody {
  padding: 2px 16px;
}

.fbox-right .item h3 {
  font-size: 1.2em;
}


.pbox {
  float: left;
  width: 192px;
  margin: 0 30px 0 20px;
  _display: inline;
}

.pbox3,
.pbox4 {
  margin-left: 26px;
  margin-right: 24px;
}

.pbox .boxhead {
  position : absolute;
  top: -16px;
  font-weight: normal;
  font-size: 1.30em;
}

.pbox .boxbody {
  padding-top: 12px;
}


/* *** logogrid *** */
.logogrid ul {
  overflow: hidden;
  width: 100%;
}
.logogrid h3 {
  text-transform: uppercase;
  clear: both;
}
.logogrid li {
  float: left;
}



/* *** introbox *** */

.home .introbox {
  float: left;
  padding-bottom: 19px;
  background: url(i/home-introbox-bot.png) no-repeat 0 100%;
  
}

.home .introbox .boxbody {
  padding-left: 18px;
  padding-right: 35px;
  border: 3px solid #cecfd7;
  background: #D3D4DC url(i/home-introbox-bg.png) repeat-x 0 100%;
  width: 434px;
  position : relative;
  padding-bottom: 19px;
  min-height: 143px; _height: 143px;
}

.home .introbox h1 {
  padding-top: 24px;
}

.home .introbox ul {
  position : absolute;
  bottom: 0;
  right: 0;
  background: #CECFD7 url(i/home-introbox-ul.png) no-repeat;
  font-family: Arial;
  padding: 10px 3px 2px 11px;
  font-size: .8em;
}

.home .introbox li {
  float: left;
}

.home .introbox li a {
  float: left;
  color: #48494A;
  background: url(i/home-introbox-dot.png) no-repeat 0 .22em;
  padding: 2px 22px 2px 16px;
  display : block;
  _height:0;~min-height:0; /* ie hasLayout fix */
}



/* *** imgbanner *** */

.home .imgbanner {
  float: right;
  background: url(i/home-imgbanner-bg.png) no-repeat 0 100%;
  _background-image: none;
  padding-left: 15px;
  padding-bottom: 16px;
  margin-left: -13px;
  position : relative;
  margin-bottom: .8em;
}



/* *** articlelist *** */

.home .articlelist h3 a,
.home .articlelist li a {
  color: #272727;
}

.home .articlelist h3 {
  font-size: 1.2em;
}

.home .articlelist h3 .meta {
  margin: 4px 0;
  font-size: .75em;
}

.home .articlelist .more {
  padding-top: 5px;
}

.pgextra3 .articlelist .item h3 {
  font-size: 1.1em;
}

.pgextra3 .articlelist .summary {
  color: #5d5d5d;
  font-size: .92em;
}












