.stream,
.focustarget { position:absolute;right:9999em;left:auto; }

/* Accessibility tr1ck50r */
.pgwrap2 .wrap a.stream:focus,
.pgwrap2 .wrap a.stream:active,
.pgwrap2 .wrap .stream a:focus,
.pgwrap2 .wrap .stream a:active {
  background : #fff;
  border : 1px solid #029;
  margin : 0;
  padding : 3px 5px;
  color: #d55f07;
  right : 0;
  z-index:9999;
  font-size : 1em;
  white-space : nowrap;
}
.pgwrap2 .wrap .stream a:focus,
.pgwrap2 .wrap .stream a:active {
  position : absolute;
  right : -9999em;
}

.print { display : none; }




/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; -ms-overflow-y: scroll; }

body {
  background : #F9F9F9;
  margin : 0;
  padding : 0;
  color : #4C4D4F;
  line-height : 1.25;
  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%; }


.pgwrap {
  background: #fff url(i/body-bg.png) repeat-x 53% 0;
}

.threecol .pgwrap {
  background-image: url(i/body-bg-3col.png);
}


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 : #E06306;
  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.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 0 1em;
  border: none;
}

.fi_txt,
.fi_bdy,
.fi_file,
.fi_chk,
.fi_static,
.fi_rdo li {
  margin-bottom: .6em;
}

.f_row .fi_txt,
.f_row .fi_sel,
.f_row .fi_chk {
  padding-right: 20px;
  float: left;
}

.f_row .fi_txt input,
.f_row .fi_sel select {
  width: 200px;
}

.fi_txt label,
.fi_sel label,
.fi_bdy label,
.fi_file label,
.fi_rdo h4 {
  display: block;
}

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 #D8D8D9;
  background : #fff url(i/input-bg.gif) no-repeat;
  color : #646464;
  padding: 1px;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #bbb;
}

.pgmain .txtinput,
.pgmain .fi_txt input,
.pgmain textarea {
  padding: 4px;
}


.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width : 97%; }

.button {
  cursor : pointer; 
  _cursor : hand;
  background : #fff;
  border : 1px solid #ccc;
  color : #555;
}
.button:hover,
.button:focus {
  border-color : #aaa;
  color : #fff;
}

.submit,
.fi_btn {
  background: #F37A1F url(i/btn-left.gif) no-repeat 0 50%;
  float: left;
  margin: 0;
  padding: 0;
  _display: inline;
}

.submit:hover,
.submit:focus,
.submit:active,
.fi_btn:hover,
.fi_btn:focus,
.fi_btn:active { background-color: #444; }

.submit input,
.fi_btn input {
  background: transparent url(i/btn-right.gif) no-repeat 100% 50%;
  border: none;
  color: #fff;
  float: left;
  font-weight: bold;
  padding: 6px 12px;
  margin: 0;
  cursor : pointer; 
  _cursor : hand;
}




.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            */
/* ********************************** */

.pgwrap2 {
  position : relative;
  width : 960px;
  margin : 0 auto;
  text-align : left;
}



.pghead {
  height: 361px;
}
.pghead .brand {}
.pghead .logo {
  vertical-align : middle;
  margin-top: 49px;
  margin-left: 0;
}
.pghead .stream { top : 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  float : left;
  width : 761px;
  _display : inline;
  margin-right : 199px;
  min-height: 200px; _height: 200px;
}

.threecol .pgmain {
  width : 562px;
  margin-left: 199px;
}

.pgmain .wrap {
  padding : 18px 25px 24px;
}

.pgextra2 {
  float : left;
  width : 199px;
  _display : inline;
  margin-left: -199px;
}

.pgextra2 .wrap { padding: 18px 0 12px 19px; }

.pgextra1 {
  float : left;
  width : 199px;
  margin-left : -960px;
  _display : inline;
}

.pgextra1 .wrap {
  padding: 18px 10px 12px 23px;
}

.pgfoot {
  clear : both;
  background: #F9F9F9 url(i/pgfoot-bg.png) repeat-x;
  height: 150px;
}

.pgfoot .wrap {
  width: 960px;
  margin: 0 auto;
  text-align: left;
}




/*
  disposable helper fyrir canvas vinnu  
*/
.pgfoot .wrap,
.pgextra4 .wrap,
.pgextra3 .wrap,
.pgextra2 .wrap,
.pgextra1 .wrap,
.pghead .wrap,
.pgmain .wrap {
  _height:0;min-height:0;/* ie hasLayout fix */
}



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.boxhead {
  padding-top : 0;
  margin-top: 0;
  color: #2D2D2D;
  font-size: 1.08em;
  margin-bottom: .9em;
}

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }








.pgextra2 .sbox {
  margin-bottom : 1.5em;
}


.pgextra2 .sbox .boxhead {
}


.pgextra2 .sbox .boxbody {

}




.pgextra1 .boxbody {
  padding-bottom: 12px;
}



.notitle .item h3 { display: none; }



/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */



/* ******  netfang (með grafísku @ merki)  ****** */
.netfang { white-space : nowrap; }
.wrap .netfang img {
  position : static;
  float : none;
  height : 1em;
  vertical-align : middle;
  margin : 0 -.33em 0 0;
  _margin-right : -.18em;
  background : #444;
}

.wrap .netfang a img,
.wrap a.netfang img { background : #E06306; /* #374e5f; */ }
.netfang a:hover img,
.netfang a:focus img,
.netfang a:active img,
a.netfang:hover img,
a.netfang:focus img,
a.netfang:active img { background : #E06306; }




/* ******  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;
  height : 1.4em;
}

.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  float : left;
  padding : 0 16px 0 17px;
  background : url(i/arrow-gray.gif) 0% 50% no-repeat;
  color: #646464;
}


.buttons {
  margin-top : 1.33em;
  padding-top: 6px;
  clear : both;
  font-size: .92em;
}


.buttons .btnback { display : none; }
.wrap .buttons a {
  background-image: url(i/arrow-gray.gif);
  color: #919295;
}

.pgextra2 .more a,
.pgextra2 .buttons a,
.pgextra2 .moreolder a,
.pgextra2 .archivelink a {
  font-size: .92em;
  font-weight: bold;
}







/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}
.articlelist .item h3 {
  font-size: 1em; 
  margin: 0;
}
.articlelist .summary { line-height: 1.3; }
.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist img {
  float: right;
  margin: .2em 0 .33em .5em;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}
.articlelist ul {
  clear: both;
}
.articlelist li {
  padding-bottom: .7em;
}
.articlelist li a {
  font-weight: bold; 
}




/* ****** minnaletur  (extends: articlelist)  ****** */

.minnaletur .item img {
  float: left;
  margin: 0 12px 0 0;
}

.minnaletur .item h3 { font-size: 1.08em; }






/* ******  article  ****** */

.article .boxbody { line-height: 1.5; }



.article .boxbody h2,
.article .boxbody h3,
.article .boxbody h4 { margin-bottom: .9em; }

.article .boxbody h2 {
  font-size: 1.08em;
}

.article .boxbody h3 {
  font-size: 1em;
}

.article .boxbody a { text-decoration: underline; }

.wrap .article .boxbody a:hover,
.wrap .article .boxbody a:focus,
.wrap .article .boxbody a:active {
  text-decoration: none;
}

.article .subtitle {
  clear : none;
  margin-top : 0;
  font-size : 1em;
  position : relative;
}


.article .summary,
.article .boxbody h1 {
  color: #666;
  margin-bottom: .3em;
  font-weight: bold;
  font-size: 1.08em;
  margin-bottom: .2em;
}

.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 {
}
.article caption { 
  font-style : italic;
  padding : .2em 0;
  text-align : left;
}
.article table thead th {
  background: url(i/th-bg.png) 0 0 repeat-x;
  color: #f29400;
  font-weight: bold;
  font-size: 1.25em;
  padding: 10px 16px 9px;
}
.article tbody th {
  font-weight : bold;
  padding : 4px 15px;
  background-color : #777;
  color: #fff;
}
.article td {
  padding : 4px 15px;
  font-size: .83em;
  color: #868789;
  border: 1px solid #c3c3c4;
}
.article tr.alt td {
  background-color : #e6e7e7;
}
.article .boxbody td a {
  text-decoration: none;
  color: #868789;
}
.wrap .article .boxbody td a:hover,
.wrap .article .boxbody td a:focus {
  text-decoration: underline;
}

.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; }



.pgextra1 .article .summary .more {
  font-size: .84em;
  padding-top: 6px;
  background: url(i/dots-h.gif) repeat-x;
  margin-top: 1.4em;
  margin-left: -7px;
  padding-left: 7px;
}

.pgextra1 .article .summary .more a {
  color: #646464;
  text-decoration: none;
  background-image: url(i/arrow-gray.gif);
  font-weight: normal;
}

.pgextra1 .article .summary .more a:hover,
.pgextra1 .article .summary .more a:focus,
.pgextra1 .article .summary .more a:active {
  color: #E06306;
  text-decoration: underline;
}




/* ******  imgbox  ****** */

.imgbox {
  position : static;
  float : right;
  padding : 0 0 .75em 10px;
  margin : 0;
  width : auto;
}
.imgbox .boxbody {
  display : inline;
  padding : 0;
  margin : 0;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
  padding : 0;
}
.imgbox .imgcontent { width : 200px; }
.imgbox .imgtext {
  color : #333;
  font-weight : normal;
  font-size : .92em;
}
.imgbox .imgmeta {
  width : 200px;
  color : #666;
  font-weight : normal;
  font-size : .84em;
}

.pgextra1 .imgbox,
.pgextra2 .imgbox {
  float : none;
  padding : 0;
}
.pgextra1 .imgbox .imgcontent,
.pgextra1 .imgbox .imgmeta,
.pgextra2 .imgbox .imgcontent,
.pgextra2 .imgbox .imgmeta { width : auto; }






/* ******  faqlist  ****** */

.faqlist h3 {
  font-size: 1em;
  margin-top: .3em;
}

.faqlist h3 a {
  color: #4B4B4B;
  padding-left: 16px;
  display : block;
}

.wrap .faqlist h3 a:hover,
.wrap .faqlist h3 a:focus,
.wrap .faqlist h3 a:active { text-decoration: none; }

.faqlist .collapse-active h3 a { background: no-repeat 0 .4em; }
.faqlist .collapse-closed h3 a { background-image: url(i/icn-plus.gif); }
.faqlist .collapse-open h3 a {
  background-image: url(i/icn-minus.gif);
  text-decoration: none;
}

.faqlist .answer {
  border: 1px solid #E8E8E8;
  background: #FAFAFA;
  padding: 10px 8px 16px;  
  margin: 0 -28px 1.4em 16px;
  position : relative;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.faqlist .collapse-closed .answer { display: none; }

.faqlist .answer h4 { position:absolute;right:19999px;left:auto; }

.faqlist .answer p {
  margin-bottom: 0;
  display: inline;
}

.faqlist .answer .more {
  height: auto;
  display: inline;
  padding-left: 6px;
}

.faqlist .answer .more a { float: none; }






/* ******  people  ******* */


.people .boxbody {
  position : relative;
}

.people h3 { 
  font-size : 1.16em;
  color: #4B4B4B;
  border-bottom: 1px solid #F37A1F;
  margin-top: .6em;
  padding-bottom: 2px;
}

.people table { 
  width: 100%;
}

.people table th,
.people table td { padding: 4px 0; }

.people th.col1 {
  width: 34%;
  padding-left: 17px;
}

.people th.col2 { width: 28%; }
.people th.col3 { width: 23%; }
.people th.col4 { width: 24%; }

.people table th {
  font-weight: normal;
  font-size: .92em;
}

.people table a {
  font-weight: bold;
  color: #4B4B4B;
  padding-left: 17px;
  background: url(i/icn-plus.gif) no-repeat 2px .16em;
}

.people table .netfang a {
  font-weight: normal;
  color: #E06306;
  padding-left: 0;
  background: none;
}

.people .close {
  display : block;
  background : #aaa  url(i/icn-minus-dark.gif) 3px 50% no-repeat;
  padding : 3px 25px;
  color : #fff;
  font-size: .92em;
}

.people .close:hover {
  background-color : #999;
  color : #fff;
  text-decoration : none;
}

.people .open { display : none; }

.people .subrow td { padding : 6px 0 10px; }





/* ******  persona  ******* */

.persona {
  background:transparent url(i/threecol-box-bottom.gif) no-repeat scroll 0pt 100%;
  padding: 0px 10px;
  width : 460px;
}

.persona .boxbody {
  padding-bottom : 2em;  
  position : relative;
}

.persona h3 {
  font-size : 1.55em;
  color : #074977;
  padding-right: 12px;
  margin-bottom: 0;
}

.persona h3 .title {
  font-size: .84em;
  color: #4B4B4B;
  padding-left: 7px;
}

.persona .info {
  float: left;
  width: 525px;
  overflow: hidden;
  border-bottom: 1px solid #D8D8D9;
  padding-bottom: 4px;
  margin-bottom: 6px;
}

.threecol .persona .info { width: 266px; }

.persona .info li {
  margin-bottom: .3em;
  float: left;
  background: url(i/persona-sep.gif) no-repeat 0 60%;
  padding: 0 12px;
  margin-bottom: 0;
}

.persona .info li.title {
  background: none;
  padding-left: 0;
}

.persona .info li.title b,
.persona .info li.netfang b {
  display: none;
}

.persona li b {
  display : inline;
  font-weight : normal;
}

.persona .title b { font-weight : bold; }

.persona .imgbox {
  float : left;
  padding : 0 20px .75em 0;
}

.persona p {
  float: left;
  width: 465px;
}

.threecol .persona p { width: 286px; }


td .persona {
  padding : 12px 10px 16px;
  margin : 0;
  width : auto;
  background : #FAFAFA;
  border: 1px solid #E8E8E8;
}
td .persona .boxbody {
  overflow : hidden;
  _height : auto;
  margin-right: 0;
}


td .persona .boxbody {
  padding : 0;
}
td .persona h3 {
  font-size : 1.24em;
  color : #E26D17;
  margin-top : 0;
  border-bottom: 0;
}
td .persona .imgbox {
  padding-bottom : 0;
}
td .persona .imgbox img {
  border : 2px solid #fff;
  padding : 0;
}

td .persona .info {
  margin-right : 20px;
}




/* *** 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: 666px;
}
.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 : 666px;
  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 {
  
}

.quizbox ul {}
.quizbox li {
  margin-bottom : .5em;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.quizbox label { display : inline; }
.quizbox .options li {}
.quizbox span.stat { display : block; }
.quizbox span.stat i {
  font-style : normal;
  color : #777;
  padding-left : .5em;
}
.quizbox span.bar {
  display : block; 
  background-color : #ddd;
}
.quizbox .results .bar img {
  height : .91em;
  background : #888;
}
.pgmain p.morequizes { margin : 0; }


/* ******  quizlist  ****** */
.quizlist .quiz {
  float : left;
  width : 45%;
  margin-right : 4.5%;
  _display : inline;
  padding-bottom : 1em;
  border-bottom : 1px solid #eee;
  margin-bottom : 1em;
  min-height : 23.5em;
  _height : 23.5em;
}
.quizlist .dates,
.quizlist .totalnum {
  clear : both;
  font-size : .92em;
  color : #777;
  margin : 0;
}
.quizlist .totalnum { margin-top : .7em; }
.quizlist .dates b,
.quizlist .totalnum b {
  float : left;
  margin-bottom : .09em;
  margin-right : .5em;
  font-weight : normal;
  width : 10em;
}






/* ******  contactform  ****** */

.contactform .boxbody {
  padding-bottom : 2em;
  position : relative;
}

.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 : 10em;
  float : left;
  margin-top : .2em;
}

.contactform .fi_btn {
  margin-left : 9.7em;
  _margin-left : 9.9em;
}

.contactform textarea { width : 70%; }


.contactform fieldset h3 {
  border-bottom: 1px solid #F37A1F;
  margin-top: 0;
  padding-bottom: 4px;
  margin-bottom: 15px;
  margin-left: -3px;
  padding-left: 3px;
}

.contactform fieldset label {
  padding-bottom: 3px;
}


.contactform .recipient .fi_sel {
  float: left;
  padding-right: 24px;
  padding-bottom: 1px;
}

.contactform .recipient .fi_sel label { position:absolute;right:19999px;left:auto; }

.contactform .recipient .fi_sel select {
  font-weight: bold;
  font-size: .92em;
  color: #000;
  width: 205px;
  padding-left: 6px;
}


.contactform .fi_rdo {
  width: 470px;
}

.contactform .recipient .fi_rdo,
.contactform .recipient .fi_rdo h4,
.contactform .recipient .fi_rdo li { float: left; }


.threecol .contactform .fi_rdo {
  clear: left;
  width: 400px;
  padding-top: 1em;
}


.contactform .recipient .fi_rdo h4 {
  font-weight: normal;
  padding-right: 10px;
}

.contactform .recipient .fi_rdo li {
  font-size: .92em;
  font-weight: bold;
  color: #4C4D4F;
  padding-right: 10px;
}

.contactform .recipient .fi_rdo li input {
  vertical-align: top;
  float: left;
}

.contactform .recipient .fi_rdo li label {
  padding-left: 3px;
}

.contactform .recipient .fi_bdy { float: left; }

.contactform .recipient .fi_bdy label {
  float: none;
  display : block;
}

.contactform .recipient .fi_bdy textarea {
  clear : left;
  height: 92px;
  width: 607px;
}

.threecol .contactform .recipient .fi_bdy textarea { width: 416px; }

.contactform .sender label {
  display : block;
  float: none;
}

.contactform .sender .fi_txt { padding-bottom: 10px; }
.contactform .sender .fi_txt input { width: 417px; }

.contactform .sender .fi_tel,
.contactform .sender .fi_email {
  float: left;
  clear: none;
  padding-right: 13px;
}

.contactform .sender .fi_spm input,
.contactform .sender .fi_tel input,
.contactform .sender .fi_email input { width: 197px; }

.contactform fieldset .fi_btn { margin-left: 0; }

.contactform .sender .fi_qty {
  border: 1px solid #e8e8e8;
  background: #fafafa;
  padding-left: 190px;
  width: 235px;
  _width /**/: 425px;
  position : relative;
  padding-bottom: 6px;
}

.contactform .sender .fi_qty label {
  float: left;
  width: 112px;
  padding-top: 8px;
}

.contactform .sender .fi_qty input {
  width: 106px;
  margin-top: 6px;
}

.contactform .fi_qty small {
  /*
  position : absolute;
  left: 10px;
  top: 10px;
  */
  font-size: 1em;
  color: #777879;
}





/* ******  forms  ****** */


.forms .fi_txt,
.forms .fi_sel,
.forms .fi_file,
.forms .fi_bdy {
  clear: left;
  padding-bottom: 1em;
}

.forms .fi_txt label,
.forms .fi_sel label,
.forms .fi_file label,
.forms .fi_bdy label {
  display : block;
  font-size: .92em;
  font-weight: bold;
  padding-bottom: 2px;
  color: #666;
}

.forms small { padding-left: 5px; }

.forms .fi_btn { margin-left: -3px; }

.forms .major { float: left; }

.forms .minor {
  background-color: #aaa;
  float: right;
}



/* ******  inquiry (extends: forms) ******* */

.inquiry .subject label,
.inquiry .key-employees label,
.inquiry .business-plan .fi_bdy label { position:absolute;right:19999px;left:auto; }





/* ******  breadcrumbs  ****** */
.breadcrumbs {
  position : absolute;
  top : 6px;
  left : 250px;
  width : 450px;
}

.breadcrumbs,
.breadcrumbs .boxhead { display: none; }

.breadcrumbs .boxbody {}

.breadcrumbs .boxbody span,
.breadcrumbs .boxbody a {
  text-decoration : none;
  color : #999;
}

.breadcrumbs i { font-style: normal; }



/* ******  qnav  ****** */
.qnav {
  position : relative;
  width : 150px;
}

.qnav .boxhead {
  background : #f8f8f8;
  font-weight : normal;
  font-size : 1em;
  color : #333;
  padding : 2px 20px 2px 8px;
  margin : 0;
  border : 1px solid #bbb;
}
.qnav-active .boxhead {
  padding : 0;
  border : none;
}

.qnav .boxhead a {
  background : transparent url(i/drop-arrow.gif) 100% 50% no-repeat;
  border : 1px solid #bbb;
  display : block;
  padding : 2px 20px 2px 8px;
  _height:0;min-height:0;/* ie hasLayout fix */
  text-transform : none;
  font-weight : normal;
  text-decoration : none;
}
.qnav .boxhead a:hover,
.qnav .boxhead a:focus,
.qnav .boxhead a:active {
  text-decoration : none;
  background-color : #fff;
}

.qnav .boxbody {
  padding : 3px 0 0 0;
  position : relative;
  background : #fff;
  margin : -1px 0 0 0;
  border : 1px solid #bbb;
  border-top : none;
}
.qnav-closed .boxbody { display : none; }
.qnav-open .boxbody { display : block; }

.qnav li { _display : inline; }
.qnav .boxbody a {
  display : block;
  text-decoration : none;
  padding : 3px 5px 3px 8px;
  margin-top : -3px;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.qnav .boxbody a:hover,
.qnav .boxbody a:focus,
.qnav .boxbody a:active {
  text-decoration : none;
  background-color : #f8f8f8;
}





/* ******  mnav  ****** */

.mnav {
  position: absolute;
  z-index: 1;
  top: 174px;
  margin-top: -3em;
  left: 0;
  width: 960px;
}
  
.mnav .boxhead { position:absolute;right:9999em;left:auto; }

.mnav .boxbody {
  text-transform: uppercase;
}
.mnav ul {
  _height:0;min-height:0; /* ie hasLayout fix */
  padding-bottom: 1em;
  margin-bottom: -1px;
  margin-right: -5px;
}
.mnav ul:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.mnav li {
  float: left;
  margin-bottom: -1em;
  padding-bottom: 1px;
}

.mnav li a {
  float: left;
  padding: 25px 8px 15px;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  color: #E06306;
  letter-spacing: 1px;
}

.mnav .parent,
.mnav .current {
  background: #fff url(i/mnav-curr-left.png) no-repeat;
  padding-bottom: 0;
  font-weight: bold;
}

.mnav .parent a,
.mnav .current a,
.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: #2D2D2D;
  background: url(i/mnav-curr-right.png) no-repeat 100% 0;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 15px;
}




/* ******  snav  ****** */

.snav {
  position : absolute;
  top: 338px;
  left: 21px;
  width: 954px;
  _height:0;min-height:0; /* ie hasLayout fix */
  margin-top: -.6em;
}
  
.snav .boxhead { position:absolute;right:9999px;left:auto; }

.snav li {
  float: left;
}

.snav li a {
  float: left;
  padding: 0 9px 0 3px;
  color: #E06306;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  text-transform: uppercase;
  font-weight: bold;
}

.snav .cat1 a {
  background: none;
}

.snav .parent a,
.snav .current a {
  font-weight: bold;
  color: #2D2D2D;
}






/* ******  xnav  ****** */
.xnav {
  background: url(i/xnav-top.png) 0 0 no-repeat;
  padding-top: 15px;
}
.xnav li {
  margin-bottom: 11px;
}
.xnav a {
  background: url(i/arrow-gray.gif) 0 .1em no-repeat;
  color: #606060;
  padding-left: 19px;
}





/* ******  enav  ****** */

.enav li a {
  color: #636466;
  display : block;
  padding: 1px 0 8px 20px;
  background: url(i/arrow-orange.gif) no-repeat 0 .33em;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.enav .parent a,
.enav .current a {
  color: #E06306;
  font-weight: bold;
  background-image: url(i/arrow-orange-back.gif);
}

.enav .level2 {
  padding-left: 10px;
  padding-bottom: 10px;
}
.enav .level2 li a {
  color: #636466;
  display : block;
  font-weight: normal;
  background: none;
  padding-left: 20px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.enav .level2 .parent a,
.enav .level2 .current a {
  color: #E06306;
  font-weight: bold;
  padding-left: 30px;
  background: url(i/arrow-orange-back.gif) no-repeat 10px .33em;
}







/* ******  flnav (langnav/flcontact/loginnav) ****** */

.flnav {
  position : absolute;
  top: 16px;
  left: 50%;
  width: 650px;
  margin: -.7em -480px;
}
.langnav,
.flcontact {
  left: auto;
  right: 50%;
  width: 300px;
}
.flcontact {
  width:160px;
  margin-right: -410px;
}

.flnav .boxhead { position:absolute;right:9999em;left:auto; }

.langnav ul {
  float: right;
}

.flnav li {
  float: left;
  margin: 0 8px 0 0;
  background: url(i/flnav-right.png) no-repeat 100% 50%;
}
/*
.loginnav li {
  margin: 0;
}
*/

.langnav li,
.flcontact li {
  margin: 0 0 0 8px;
}

.flnav li a {
  color: #F37A1F;
  padding: 5px 12px 4px 12px;
  background: no-repeat 0 50%;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  font-size: 1em;
  float: left;
  font-weight: bold;
}

.flnav .en a       {  padding-left: 32px;  background-image: url(i/flnav-en.png); }
.flnav .isl a      {  padding-left: 32px;  background-image: url(i/flnav-isl.png); }
.flnav .lock a     {  padding-left: 32px;  background-image: url(i/flnav-lock.png); }
.flnav.flcontact a {  padding-left: 32px;  background-image: url(i/flnav-contact.png); }

/*
.loginnav li a[href] {
  padding-left:  8px;
  padding-right: 8px;
  background: transparent none;
}
.loginnav li:first-child a {
  background: url(i/flnav-lock.png) 0 50% no-repeat;
  padding-left: 32px;
}
*/

.flnav .boxbody li a:hover,
.flnav .boxbody li a:focus,
.flnav .boxbody li a:active {
  color: #444;
  text-decoration: none;
}




/* ****** quote ***** */

.quote {
  color: #fff;
  width: 960px;
  text-align: left;
  height: 123px;
}

.js-active .quote {
  position : absolute;
  top: 193px;
  left: 50%;
  margin-left: -480px;
}

.quote .boxbody {

}

.quote .item {
  position: relative;
  padding-top: 25px;
  height: 98px;
}

.quote .item img {
  position: absolute;
  right: 0;
  top: 0;
}

.quote .item h3 {
  color: #fff;
  background: url(i/quote-boxhead.png) no-repeat 0 .33em;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  font-size: 1.24em;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: -.6em;
  margin-bottom: 6px;
  padding-top: 2px;
  position: absolute;
  top: 47px;
  left: 20px;
  z-index: 10;
}

.quote .item h3 a {
  color: #fff;
}

.quote .item .summary {
  min-height: 20px; _height: 20px;
  width: 410px;
  padding: 38px 50px 15px 20px;
  border-right: 3px solid #f2731c;
  position: relative;
  font-size: 1.16em;
  text-align: justify;
  line-height: 1.4;
  background: url(i/quote-summary-bg.png) repeat-y;
  padding-right: 527px;
}

.quote .boxbody p {
  margin-bottom: 0;
}





/* ******  monthlist ****** */
.pgmain td table.calendar {
  font-size : .92em;
}
.monthlist table.grid { width : 100%; }
.monthlist td {
  padding : 0 0 10px 0;
}

.events,
.monthlist {
  width : 100%;
  overflow : hidden;
}

.events .pager,
.monthlist .pager {
  padding-top : 5px;
  text-align : center;
}
.events .pager .prev,
.monthlist .pager .prev {
  float : left;
  padding-right : 7px;
  border-right : 1px solid #eee;
}
.events .pager .next,
.monthlist .pager .next {
  float : right;
  padding-left : 7px;
  border-left : 1px solid #eee;
}




/* ******  calendar  ****** */
.calendar { margin : 0; }
.pgextra1 .calendar,
.pgextra2 .calendar { width : 100%; }

.calendar caption {
  font-weight : bold;
  font-style : normal;
  text-align : center;
  padding : .1em;
  font-size : 1.08em;
}
.calendar th {
  text-align : center;
  font-size : .92em;
  padding : .2em;
  border-bottom : 1px solid #666;
}
.calendar td {
  padding : 0;
  text-align : right;
  border-bottom : 1px solid #ddd;
}
.calendar .sa { }
.calendar .su { color : #555; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display : block;
  font-style : normal;
  padding : 2px;
}
.calendar td a:link,
.calendar td a:visited { font-weight : bold; }
.calendar td a:hover,
.calendar td a:focus,
.calendar td a:active { background-color : #eee; }




/* ******  advert  ****** */
.advert {
  text-align : center;
  overflow : hidden;
  width : 100%;
}
.advert .boxhead { text-align : left; }
.advert .boxbody { text-align : center; }
.advert img { margin-bottom : 1em; }





/* ******  loginform  ****** */
.loginform {}





/* ******  loginpagebox  ****** */

.loginpagebox label {
  width : 7em;
  float : left;
  margin-top : .2em;
}
.loginpagebox .submit,
.loginpagebox .fi_btn {
  margin-left : 6.7em;
}





/* ******  qsearch  ****** */

.qsearch {
  position : absolute;
  top : 79px;
  right : 0;
  width : 310px;
  _height:0;min-height:0; /* ie hasLayout fix */
  margin-top: -.7em;
}

.qsearch .boxhead {
  font-size: 1em;
  font-weight: bold;
  color: #A9A9A9;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.qsearch label { position:absolute;right:9999em;left:auto; }

.qsearch .boxbody {
  padding : 0;
  position : relative;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.qsearch .fi_txt input {
  background: url(i/qsearch-input.png) repeat-x;
  width : 273px;
  font-size: 1.16em;
  padding: 5px 30px 5px 5px;
}

.qsearch .fi_btn {
  position : absolute;
  right: 0;
  bottom: 1px;
  background: none;
}

.qsearch .fi_btn input {
  /* input-button image replacement */padding:0; margin:0; border:none; line-height:0; font-size:999px; letter-spacing:-99999em; overflow:hidden;
  width: 28px;
  height: 26px;
  background: url(i/qsearch-btn.png) no-repeat 50% 50%;
}





/* ******  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 : #d55f07; }
.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 {
  text-align: right;
  padding : 5px 0;
}
.mediagallery .pgr a.prev {
  float: left;
}

.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 {
}






/* ******  footer  ****** */

.footer { width: 960px; }

.footer .boxhead { /* display : none; */ }

.footer .boxbody {
  padding: 16px 0;
  color: #777;
}

.footer a { color: #777; }

.footer i { margin: 0 8px; }

.wrap .footer b a:hover,
.wrap .footer b a:focus,
.wrap .footer b a:active {
  color: #646464;
  text-decoration: none;
}





/* ******  byggiraeplica  ****** */

.byggiraeplica {
  text-align : right;  
  _height:0;min-height:0; /* ie hasLayout fix */
  position: absolute;
  left: 50%;
  width: 135px;
  margin-left: 340px;
  margin-top: -90px;
  
}
.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-b15.png) 0 0 no-repeat;  /* (Black)  -- Use `ba_e2-w.png` for white */
  _background-image : none;
  _filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b15.png',sizingMethod='crop');
  
}




/* ******  imgbanner  ****** */

.imgbanner {
  position : absolute;
  top: 193px;
  left: 50%;
  width: 960px;
  background: #2E2E2E;
  text-align: right;
  margin-left: -480px;
  height: 123px;
  overflow: hidden;
}

.imgbanner .imgcontent, /* depricated */
.imgbanner .longdesc {
  color: #fff;
  width: 960px;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25px;
  height: 98px;
}

.imgbanner .imgcontent strong, /* depricated */
.imgbanner .longdesc strong.title {
  color: #fff;
  background: url(i/quote-boxhead.png) no-repeat 0 .33em;
  padding: 0 0 0 22px;
  text-transform: uppercase;
  font-size: 1.24em;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: -.6em;
  margin-bottom: 6px;
  padding-top: 2px;
  position: absolute;
  top: 47px;
  left: 20px;
  z-index: 10;
}

.imgbanner .imgcontent p, /* depricated */
.imgbanner .longdesc .descr {
  min-height: 20px; _height: 20px;
  width: 437px;
  padding: 38px 500px 15px 20px;
  border-right: 3px solid #f2731c;
  position: relative;
  font-size: 1.16em;
  line-height: 1.4;
  background: url(i/quote-summary-bg.png) repeat-y;
}






/* * links * */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color : #d55f07;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }








/* *********************** */
/**********  HOME  *********/
/* *********************** */


.home .pgwrap {
  background-image: url(i/home/body-bg-home.png);
}

.home .pghead {
  height: 527px;
}

.home .pgmain {
  width: 960px;
  _float: none;
}

.home .pgmain .wrap {
  padding: 0;
}



/* ****  box  ***** */

.fbox {
  border: 1px solid #d8d8d9;
  border-top: 3px solid #f37a1f;
  width: 308px;
  float: left;
  margin-left: 15px;
  position: relative;
  _display: inline;
}

.fbox-first {
  margin-left: 0;
}

.fbox .boxbody {
  padding: 0 10px 27px;
  min-height: 102px; _height: 102px;
}

.fbox .boxhead {
  font-size: 1.24em;
  color: #E06306;
  padding: 8px 10px 10px;
  margin: 0;
}

.fbox .item {
  overflow: visible;
  margin: 0;
  padding: 0;
}

.fbox .item:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.fbox .item img {
  margin: -12px -3px 0 4px;
}

.fbox .item h3 {
  padding-left: 0;
  padding-right: 0;
}

.fbox .item h3 a {
  color: #E06306;
}

.fbox .item .more,
.fbox .moreolder {
  position: absolute;
  bottom: 9px;
  left: 10px;
  margin: 0;
}

.knowledge .boxbody {
  padding-bottom: 10px;
}
.knowledge .item h3 { 
  display: block;
  font-size: 1.09em;
}
.knowledge .item h3 .meta { font-size: .83em; }
.knowledge .item .more { position: static; }




/* ****  quote  ***** */

.home .quote {
  height: 230px;
}


.home .quote .item {
  padding-top: 55px;
  height: 175px;
}

.home .quote .item h3 {
  font-size: 1.16em;
  margin-bottom: 10px;
  top: 77px;
}

.home .quote .item .summary {
  padding-top: 43px;
  padding-bottom: 11px;
  display: block;
  font-size: 1em;
  min-height: 76px; _height: 76px;
  background: url(i/home/quote-summary-bg.png) no-repeat 0 100%;
}

.home .quote .tabbox {
  width: 960px;
  overflow: hidden;
  background:url(i/home/quote-tabs-bg.png) repeat-x 0 100%;
}

.js-active .home .quote .tabbox {
  position: absolute;
  bottom: -89px;
  left: 0;
  z-index: 10;
}

.home .quote .qtabs {
  margin: 0 -4px;
  width: 968px;
}

.home .quote .qtabs li {
  background: url(i/home/quote-li-brdr.png) 100% 100% no-repeat;
  float: left;
  width: 193px; /* width for 5 tabs */
  
}
.home .quote.stabs .qtabs li {
  width: 161px; /* width for 6 tabs */
}

.home .quote .qtabs li.current {
  background: url(i/home/quote-tabs-li-curr-big.png) no-repeat 0 100%; /* img for 5 tabs */
}
.home .stabs.quote .qtabs li.current {
  background: url(i/home/quote-tabs-li-curr.png) no-repeat 0 100%; /* img for 6 tabs */
}

.home .quote .qtabs li a {
  float: left;
  padding: 15px 12px 0 12px;
  width:168px; /* width for 5 tabs */
  display: block;
  color: #666;
  height: 61px;
  height: 77px;
  background: no-repeat 66px 10px; /* 5tabs */
  text-align: center;
}
.home .stabs.quote .qtabs li a {
  background-position: 58px 10px; /* 6tabs */
  width:140px; /* width for 6 tabs */
}

.home .quote .qtabs .cat1 a { background-image: url(i/home/quote-li-cat1.png); }  
.home .quote .qtabs .cat2 a { background-image: url(i/home/quote-li-cat2.png); }  
.home .quote .qtabs .cat3 a { background-image: url(i/home/quote-li-cat3.png); }  
.home .quote .qtabs .cat4 a { background-image: url(i/home/quote-li-cat4.png); }  
.home .quote .qtabs .cat5 a { background-image: url(i/home/quote-li-cat5.png); }  
.home .quote .qtabs .cat6 a { background-image: url(i/home/quote-li-cat6.png); }  

.home .quote .qtabs li a:hover,
.home .quote .qtabs li a:focus,
.home .quote .qtabs li a:active,
.home .quote .qtabs .current a {
  text-decoration: none;
  background-position: -104px 10px; /* 5tabs */
}
.home .stabs.quote .qtabs li a:hover,
.home .stabs.quote .qtabs li a:focus,
.home .stabs.quote .qtabs li a:active,
.home .stabs.quote .qtabs .current a {
  background-position: -112px 10px; /* 6tabs */
}

.home .quote .qtabs li span {
  display: block;
  font-weight: bold;
  padding-bottom: 2px;
  margin-top:38px;
}

.home .quote .qtabs a:hover span,
.home .quote .qtabs a:focus span,
.home .quote .qtabs a:active span,
.home .quote .qtabs .current span {
  color: #E06306;
}

.home .quote .qtabs li small {
  color: #e06306;
  font-style: italic;
  font-size: .92em;
  font-weight: normal;
  line-height: 1.15;
}
.home .quote .qtabs li.current small {
  color: #666666;
}



/* *** enav *** */

.home .enav {
  border: 1px solid #D8D8D9;
  background: #fcfcfc url(i/home/enav-bg.png) repeat-x 0 100%;
  margin-left: 15px;
  width: 308px;
  float: left;
  margin-top: -1px;
  margin-bottom: 20px;
}

.home .enav-first {
  margin-left: 0;
  clear: both;
}

.home .enav .boxhead { position:absolute;right:9999px;left:auto; }

.home .enav .boxbody {
  padding: 8px 9px 5px;
  font-size: .92em;
  min-height: 40px; _height: 40px;
}

.home .enav li a {
  padding-bottom: 4px;
  padding-top: 3px;
}



/* ****  news  **** */

.pgextra3 .wrap {
  background: url(i/home/news-sep.png) no-repeat;
  clear: both;
  overflow: hidden;
  padding-top: 20px;
}

.news {
  float: left;
  width: 48%;
  margin-right: 1.5%;
  clear:left;
}
.news .boxhead {
  color: #E06306;
  font-size: 1.1em;
}

.news .boxbody {
  overflow: hidden;
  _overflow: visible;
  padding-bottom: 12px;
}

.news .item:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.news .item h3 {
  display: none;
  font-size: 1.1em;
  padding-bottom: 6px;
}

.news .date-split {
  width: 31px;
  text-align: center;
  float: left;
  margin-right: 4px;
  background: url(i/home/news-date.png) no-repeat 0 100%;
  padding-bottom: 6px;
  margin-top: -3px;
  position: relative;
  line-height: 1.1;
  margin-bottom: 16px;
}

.news .date-split i {
  display: block;
  font-style: normal;
  color: #555;
}

.news .date-split .d {
  font-weight: bold;
  font-size: 1.08em;
}

.news .date-split .m {
  text-transform: lowercase;
}

.news .date-split .y, 
.news .date-split i i { position:absolute;right:9999px;left:auto; }

.news .item .more {
  padding-top: 12px;
}

.news .moreolder {
  clear: both;
}


/* ****  flash content  **** */
.flashcontent {
  width:470px;
  height:140px;
  float: left; 
}


