.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; }

.focustarget { position:absolute;right:9999px;left:auto;white-space:nowrap; }

/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { overflow-y: scroll; -ms-overflow-y: scroll; }

body {
  background: #4a4a4a url(i/bg-body.png) repeat-x 0 131px;
  margin: 0;
  padding: 0;
  /*color: #606060;*/
  color: #404040;
  line-height: 1.25;
  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%; }
/*
  body.zoom0 { font-size: 11px;  ~font-size:  68.75%; }
  body.zoom0 { font-size: 12px;  ~font-size:  75.00%; }
  body.zoom0 { font-size: 13px;  ~font-size:  81.25%; }
  body.zoom0 { font-size: 14px;  ~font-size:  87.50%; }
  body.zoom0 { font-size: 15px;  ~font-size:  93.75%; }
  body.zoom0 { font-size: 16px;  ~font-size: 100.00%; }
  body.zoom0 { font-size: 17px;  ~font-size: 106.25%; }
  body.zoom0 { font-size: 18px;  ~font-size: 112.50%; }
  body.zoom0 { font-size: 19px;  ~font-size: 118.75%; }
  body.zoom0 { font-size: 20px;  ~font-size: 125.00%; }
  body.zoom0 { font-size: 23px;  ~font-size: 143.75%; }
  body.zoom0 { font-size: 28px;  ~font-size: 175.00%; }
  body.zoom0 { font-size: 32px;  ~font-size: 200.00%; }
*/

div, table, caption { font-size: 1em; }

blockquote {
  /*margin: 0 28px 0 18px;
  padding: 10px 12px 12px 32px;
  font-style: italic;
  background: #f4f4f4 url(i/bquote.png) 0 0 no-repeat;*/
}
q:after, q:before { content: ""; }

p, blockquote, ul, ol, dl, table {
  margin-top: 0px;
  margin-bottom: 2em;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol { padding-left: 3em; }
ul, ol  { margin-left: 0; }
li { margin: 0; padding: 0; }

a {
  /*color: #369;*/
  color: #154C8B;
  text-decoration: none;
}
a span {
  cursor: pointer;
  _cursor: hand;
}

a[href$=".pdf"],
a[href$=".doc"],
a[href$=".xls"] {
  padding: 0 20px 0 0;
  margin: 0 2px 0 0;
  background: url(i/file-icons.png) 100% 0 no-repeat;
  display: inline-block;
}
a[href$=".doc"] { background-position: 100% -40px; }
a[href$=".xls"] { background-position: 100% -80px; }

acronym {
  cursor: help;
  border: none;
}
acronym:hover { border-bottom: 1px dotted #ddd; }

img {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
}

/****** Headers *******/
h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0;
}
h1, h2 {
  font-weight: normal;
  color: #4d85c5;
  font-size: 1.667em;
  margin-top: 0;
  margin-bottom: 1em;
  border-bottom: 2px solid #d5d7d6;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}
h2 {
   margin-bottom: .3em;
}
h3, h4 {
  font-size: 1.5em;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: .1em;
}
h4 {
  font-size: 1.167em;
  font-weight: bold;
}
/****** Forms *******/
form { 
 margin: 0; 
 background: rgba(65, 131, 189, .1);
 border: 1px solid #fff;
}
form p.more {
   clear: left;
}
fieldset {
  padding: 0;
  margin: 0 0 1em;
  border: none;
}
fieldset h3 {
   margin-top: 0;
}
.fi_txt,
.fi_bdy,
.fi_sel,
.fi_file,
.fi_chk,
.fi_static,
.fi_rdo li {
  margin-bottom: .6em;
}
.fi_txt label,
.fi_sel label,
.fi_bdy label,
.fi_file label,
.fi_rdo h4 {
  font-weight: bold;
  color: #000;
}
select,
textarea,
.fi_txt input,
.fi_file input {
  margin-top: .33em;
  clear: left;
  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,
.fi_txt input {
  border: 1px solid #ccc;
  background: #fff;
  color: #777;
  padding: 3px;
}
select:focus,
select:active,
textarea:focus,
textarea:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #000;
}

/* Validation */
.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; }

/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.pgwrap-inner, 
.pgwrap-inner2,
.pgmarquee {
  width: 950px;
  margin: 0 auto;
  background: rgba(250,250,250,.8);
  background-color: #ededed;
  /*filter:alpha(opacity=80); *//* opacity for IE 6-7-8 */
  margin-bottom: 1.5em;
  min-height: 100px;
  border: 1px solid #d4d4d4;
}
.pgwrap-inner {
  background: rgba(255,255,255,.9);
  background-color: #ededed;
  /*filter:alpha(opacity=90); *//* opacity for IE 6-7-8 */
}
.onecol .pgwrap-inner {
  border-top: none;
  margin-top: 1px;
}
.pgwrap-inner:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.pghead,
.pgmain,
.pgextra2 {
  text-align: left;
}
.pgwrap-inner2 {
  background: #f3f3f3;
  margin-top: -2em;
}
.home .pgwrap-inner2,
.onecol .pgwrap-inner2,
.twocol.hatpage .pgwrap-inner2 {
  margin-top: 0;
}

.pgwrap-inner .wrap-inner {
  background: url(i/bg-main_2col.png) repeat-y 0 0;
  width: 942px;
  margin: 4px 0 4px 4px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.home .pgwrap-inner .wrap-inner {
  background: url(i/bg-main_home.png) repeat-y 0 0;
}
.onecol .pgwrap-inner .wrap-inner {
  background: transparent url(i/bg-main_home.png) repeat-y 0 0;
  margin-top: -1px;
}
.threecol .pgwrap-inner .wrap-inner {
  background: url(i/bg-main_3col.png) repeat-y 0 0;
}
.twocol .pgwrap-inner .wrap-inner:after,
.threecol .pgwrap-inner .wrap-inner:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

/****** Page Header *******/
.pghead {
  /*height: 123px;*/
  height: 130px;
  background: transparent;
  width: 100%;
  margin: 0 0 0 0;
  background: #fff url(i/bg-head.png) repeat-x 0 100%;
}
.pghead .wrap {
  width: 950px;
  margin: 0 auto;
  position: relative;
}
.pghead .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.pghead .brand {
  margin: 0;
  width: 291px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pghead h1.brand {
  border:none;
}
.pghead .brand a {
  display: block;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pghead .brand img.logo { position: absolute; top: 7px; left: 24px;}
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */

/****** Page Marquee *******/
.pgmarquee {
 border-top: none;
 border-bottom: none;
 margin-top: 0;
}
.pgmarquee .wrap { 
 border: 5px solid #fafbfb;
 border-top: none;
}
.home .pgmarquee .wrap { 
 text-align: left;
}
.pgmarquee .wrap:after { 
 display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; 
}

/******* Page Main *******/
.pgmain .wrap {
  _height:0;~min-height:0; /* ie hasLayout fix */
}

.pgmain .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.twocol .pgmain {
  min-height: 350px;
  width: 728px;
  float: left;
  margin-left: 208px;
  padding-top: 1.5em;
  _display: inline;
  background: url(i/divider_vertical_bottom.png) no-repeat 0 100%;
}
.threecol .pgmain {
  min-height: 650px;
  width: 560px;
  float: left;
  margin-left: 208px;
  padding-top: 1.5em;
  _display: inline;
  //background: #fff url(i/divider_vertical.png) no-repeat 0 0;
}

.twocol .pgmain .wrap,
.threecol .pgmain .wrap {
 padding: 0 3em 2em 3em;
 line-height:1.4;
}
/* Page Main - One Column */
.onecol .pgmain {
  min-height: 200px;
}
/****** Page Extra 1 *******/
.threecol .pgextra1 {
 width: 160px;
 min-height: 500px;
 //background: #dedede;
 float: right;
}
/******* Page Extra 2 *******/
.twocol .pgextra2 {
 float: left;
 width: 220px;
 margin-left: -954px;
 padding-top: 1.667em;
}
.threecol .pgextra2 {
 float: left;
 width: 220px;
 margin-left: -786px;
 padding-top: 1.667em;
}
/******* Page Extra 3 *******/
.pgextra3 {
 margin: 5px;
 background: #fff;
 border: 1px solid #d9d9d9;
}
.pgextra3 .wrap { padding: 1.5em 0 .5em; }
.pgextra3 .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; 
}

/******** Page Footer ********/
.pgfoot {
  clear: both;
  background: #fff;
  color: #e2e2e2;
  padding: 6px;
  width: 938px;
  margin: 0 auto;
  border: 1px solid #d4d4d4;
}
.pgfoot .wrap {
  text-align: center;
  background: #154c8b url(i/bg-footer.png) repeat-x 0 100%;
}
.pgfoot a {
  color: #fff;
  text-decoration: none;
}
.pgfoot .wrap a:hover,
.pgfoot .wrap a:focus,
.pgfoot .wrap a:active {
  color: #fff;
  text-decoration: underline;
}

.pgfoot .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


/* ********************************** */
/* Column Definitions                 */
/* ********************************** */
.col-1_2,
.col-1_3,
.col-2_3 {
  float: left;
  width: 48.50%;
  margin-left: 3%;
  padding-bottom: 2em;
}
.col-1_3 { width: 31.33%; }
.col-2_3 { width: 65.67%; }
.col-first {
  clear: both;
  margin-left: 0;
}
.col-row {
  clear: both;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.col-1_2:after,
.col-1_3:after,
.col-2_3:after,
.col-row:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }


/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
}

.wrap .boxhead {
 text-align: left;
 font-family: Georgia, Arial, Helvetica, sans-serif;
}
.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }
.boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.nohead .boxhead { position:absolute;right:9999px;left:auto; }

.pgmain .boxhead,
.pgmain .boxbody h1 {
  padding: 0 0 .3em;
}
.pgmain .boxbody {
  padding: 0;
}
.pgmain .boxbody {
  margin-bottom: 1.5em;
}
.pgmain .boxbody p {
  line-height: 1.39;
}
.onecol .pgmain .boxbody {
  margin-bottom: 0;
}
.pgextra2 .boxhead,
.pgextra1 .boxhead,
.pgextra1 .boxbody,
.pgextra2 .boxbody {

}
.pgextra2 .boxhead,
.pgextra1 .boxhead {
  font-size: 1em;
  color: #111;
  font-weight: normal;
  padding-right: 9px;
  background-color: #fff;
}
.pgextra1 .boxbody,
.pgextra2 .boxbody {

}

/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */

/**** Marquee ******/
.pgmarquee .box {
 min-height: 196px;
 height: 196px;
 margin-bottom: 0; 
}
.pgmarquee .wrap {
 overflow: hidden;
 //padding-bottom: 20px;
}
/* banner image */
.pgmarquee .box.imgbanner {
 overflow: hidden; 
 position: relative;
}
.pgmarquee .imgbanner .title {
 font-weight: normal;
}
.pgmarquee .imgbanner .descr {
 display: none; 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.834em;
 color: #dfd5bb;
 font-weight: normal;
}
.pgmarquee .imgbanner .longdesc {
 position: absolute;
 width: 100%;
 bottom: 0;
 left: 0;
 color: #fff;
 background: rgba(0,0,0,.5); 
 ~background: #aaa;
 filter:alpha(opacity=70); /* opacity for IE 6-7-8 */
 padding: .57em 22px;
 text-align: left;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1.834em;
}

/* ******  Meta  ****** */
.meta {
  color: #777;
  display: block;
  font-weight: normal;
  font-size: .92em;
}
.pgmain .meta {
  font-size: .85em;
}
.meta span { padding-right: .5em; }
.meta span span { padding-right: 0; }
.wrap .meta a:link,
.wrap .meta a:visited { color: #777; }


/* ******  Links  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display: block;
  white-space: nowrap;
  margin-bottom: 0;
}
.more {
  margin-top: 2px;
}

.buttons,
.moreolder,
.archivelink {
  font-size: 1em;
  margin-top: 8px;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.buttons:after,
.moreolder:after,
.archivelink:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.wrap .more a,
.wrap .buttons a,
.wrap .moreolder a,
.wrap .archivelink a {
  margin-right: 15px;
}

.wrap .moreolder a,
.wrap .archivelink a {
  font-family: Georgia;
  color: #fff;
  float: left;
  padding: .27em 5px;
  margin-right: 5px;
  background: #376bb3 url(i/bg-button.png) repeat-x 0 0;
}
.wrap .moreolder a:hover,
.wrap .moreolder a:focus,
.wrap .moreolder a:active {
  color:#FFFFFF;
}


.buttons {
  /*padding-bottom: 2em;
  position: absolute;
  bottom: 26px;
  left: 48%;
  margin-left: -210px;
  ~margin-left: -212px;
  width: 690px;
  ~background-position: 600px -5px;*/
  clear: both;
  float: right;
  margin-bottom:0;
}
.buttons p {
  width: 665px;
  padding-top: .5em;
  border-top: 1px solid #759CBF;
}
.buttons a {
  background: url(i/icon_printer.png) 0 50% no-repeat;
  padding: 5px 0 5px 28px;
  float: right;
  margin-right: 1em;
  color: #989898;
  font-weight: bold;
}

.buttons a.btnback {
  float: left;
  background-image: url(i/arrow_bk.png);
}
.buttons a:hover {
  color: #000;
  background: url(i/icon_printer-hover.png) 0 50% no-repeat;
}
.buttons a.btnback:hover {
  color: #000;
  background: url(i/arrow_bk-hover.png) 0 50% no-repeat;
}
.buttons a.btnfacebook:hover,
.buttons a.btnfacebook:focus,
.buttons a.btnfacebook:active {
  color:#404040 !important;
}

.buttons a.btnfacebook {
  background:#f0f2f1 url(i/facbook-icon.png) no-repeat 6px center;
  border:1px solid #e5e5e5;
  display:block;
  width:68px;
  height:20px;
  font-weight:normal;
  padding:0;
  padding-left:30px;
  padding-top:6px;
  margin-bottom:3px;
  color:#404040;
  float:right;
}
/* ********************************** */
/*            Global Elements         */
/* ********************************** */

/* ******  mnav  ****** */
.mnav {
  font-size: 1.084em;
  position: absolute;
  top: 99px;
  right: 50%;
  margin-top: -.4em;
  margin-right: -480px;
  width: 950px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.084em;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody {
  padding: 0;
}
.mnav ul {
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.mnav a,
.mnav li {
  
}
.mnav li {
   float: left;
   padding-bottom: 17px;  
}
.mnav .boxbody a {
  display: block;
  color: #fff; 
  padding: 6px 18px 8px;
  font-size: 1em;
  font-weight: bold;
  background: url(i/divider-mnav.png) no-repeat right 50%;
}
.mnav .boxbody li:last-child a {}
.mnav li.parent,
.mnav li.current,
.mnav li.parent:hover,
.mnav li.current:hover,
.mnav li:hover {
  //background: transparent url(i/arrow_mnav.png) no-repeat 50% 95%;
}
.mnav li.parent,
.mnav li.current {
  font-size: 1.077em;
  background: transparent url(i/arrow_mnav.png) no-repeat 50% 95%;
}
.wrap .mnav li:hover a,
.mnav .parent a,
.mnav .current a,
.wrap .mnav li.current:hover a,
.wrap .mnav li.current a:focus,
.wrap .mnav li.current a:active,
.wrap .mnav li.parent:hover a,
.wrap .mnav li.parent a:focus,
.wrap .mnav li.parent a:active{
  outline : 0;
  text-decoration: none;
  color: #154c8b;
  padding-top: 10px;
  padding-bottom: 12px;
  background: #fff;
  margin-top: -4px;
}

/* ******  snav  ****** */
.snav {
  position: relative;
  margin: .3em 0 1em 0;
}
.snav .boxhead {
  display: none;
}
.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
}
.snav ul {
  width: 200px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.snav li {
 list-style: none;
 display: block;
}
.snav a {
 _height:0;min-height:0; /* ie hasLayout fix */
 display: block;
 color: #606060;
 padding: 0 0 1.5em 54px;
 background: url(i/arrow-blue.png) no-repeat 41px .5em;
}
.snav .parent a {
  padding-bottom: 1.334em;
  font-weight: bold;
  background: url(i/arrow-blue_dark.png) no-repeat 40px .5em;
  color: #404040;
}
.snav .current a {
  color: #606060;
  font-weight: bold;
}
.snav .level1 .level2 {
  margin-bottom: .7em;
}
.snav .level1 .level2 a {
 background: none;
 color:#606060;
 font-weight: normal;
 padding: 0 0 .7em 60px;
}
.snav .level1 .level2 .parent a,
.snav .level1 .level2 .current a {
 color: #606060;
 padding-left: 78px;
 font-weight: bold;
 background: url(i/arrow-blue_02.png) no-repeat 62px .4em;
}
.snav .level1 .level2 .parent a {
  color:#606060;
}
.snav .level1 .level2 .level3 a {
  font-size: .917em;
  background: none;
  color:#606060;
  padding-left:91px;
  font-weight:normal;
}
.snav .level1 .level2 .level3 .current a {
  color:#000;
}

/* ******  sitemap  ****** */
.sitemap li {
  width:8em;
  margin-bottom:0.5em;
  width:200px;
}
.sitemap a {
  border:2px solid #ddd;
  background:#f6f6f6;
  display:block;
  font-weight:bold;
  width:160px;
}
.sitemap a:hover,
.sitemap a:focus,
.sitemap a:active {
  border:2px solid #336699;
}
.sitemap .level1 a {
  padding: 4px 5px;
}
.sitemap ul.level2 {
  margin-left:20px;
  padding:10px;
}
.sitemap .level2 a {
  padding: 2px 5px;
}
.sitemap ul.level3 {
  margin-left:40px;
  padding:5px;
  margin-top:2px;
}
.sitemap .level3 a {
  font-weight:normal;
  font-size:.9em;   
  padding: 2px 5px;
}
/* ******  qsearch  ****** */
.qsearch {
  position: absolute;
  top: 57px;
  right: 50%;
  margin-right: -460px;
}
.qsearch label,
.qsearch .boxhead { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody {
  background: transparent none;
  padding: 0;
}
.qsearch .fi_txt input {
  background: transparent;
  width: 175px;
  color: #aaa;
  border: 1px solid #ccc;
  float: left;
  margin: 0 5px 0 0;
  padding: .2em .2em;
}
.qsearch .fi_txt input:focus {

}
.qsearch .fi_btn input {
  border: 1px solid #ccc;
  padding: .18em .3em;
    cursor: pointer; 
  _cursor: hand;
  float: right;
  background: #f0f2f1;
  font-size: .917em;
  color: #808080;
}
.qsearch .fi_btn input:hover,
.qsearch .fi_btn input:focus {
  color: #fff;
}

/* ****** qnav ****** */
.qnav {
 position: absolute;
 top: 22px;
 right: 50%;
 margin-right: -350px;
 _margin-right: -450px;
 _width: 200px;
 font-size: .917em;
 }
.qnav li {
 float: left;
 border-right: 1px solid #888;
 }
.qnav li.last {
 border-right: none;
}
.qnav li a {
 color: #808080;
 padding: 0 .5em;
 float: left;
 line-height: .9;
}
.qnav li span {
}

/* ******  footer  ****** */
.footer {
 padding: 1.385em 0;
}
.footer .boxhead { position:absolute;right:9999px;left:auto; }
.footer p { margin: 0;}
.footer i {
  font-style: normal;
  margin: 0 4px;
  color: #888;
}
.pgfoot .footer a,
.pgfoot .footer a:hover {
}

/* ******  breadcrumbs  ****** */
.breadcrumbs {
  position: absolute;
  top: 302px;
  margin-top: -.5em;
  right: 50%;
  margin-right: -450px;
  padding: .5em;
}
.home .breadcrumbs,
.onecol .breadcrumbs,
.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {}

.breadcrumbs b { font-weight: normal; }
.breadcrumbs i {
  padding-top: 10px;
  margin: 0 1px 0 1px;
  color: #fff;
}
.breadcrumbs a {
  text-decoration: none;
  color: #fff;
  font-size: .917em;
}
.wrap .breadcrumbs a:hover,
.wrap .breadcrumbs a:focus,
.wrap .breadcrumbs a:active {

}
/* ****** langnav ****** */
.langnav .boxhead { position:absolute;right:9999px;left:auto; }
.langnav {
  position: absolute;
  top: 15px;
  right: 50%;   
  margin-right: -380px;
  width: 22px;
}
.langnav li.en a {
  background: url(i/flag_en.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
  /*image replacement*/padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
}
.langnav li.is a {
  background: url(i/flag_is.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
  /*image replacement*/padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
}

/* ****** pagestyle  ****** */
.pagestyle {
  position: absolute;
  top: 13px;
  right: 50%;
  margin-right: -470px;
  width: 65px;
}
.pagestyle .boxhead { position:absolute;right:9999px;left:auto; }
.pagestyle li {
  float: left;
}
.pagestyle a {
 color: #154c8b;
 display: block;
 line-height: 24px;
 font-weight: bold;
 padding-right: 5px;
 font-family: Georgia;
}
.pagestyle .up a {
 font-size: 16px;
 font-weight: normal;
 padding-left: 10px;
}
.pagestyle .dwn a {
 line-height: 2.2;
}
.pagestyle li.en a {
  background: url(i/flag_en.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
  /*image replacement*/padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
}
.zoom2 .pagestyle, .zoom3 .pagestyle{
  font-size:12px;
  }


/* ****** subscrnav ****** */
.subscrnav .boxhead { position:absolute;right:9999px;left:auto; }
.subscrnav {
  position: absolute;
  top: 19px;
  right: 50%;
  margin-right: -405px;
  width: 14px;
}
.subscrnav li.rsslinks a {
  background: url(i/rss-icon.png) no-repeat 0 0;
  width: 22px;
  height: 22px;
  border:right
  /*image replacement*/padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
}
/* *** rss popup *** */
 .container {
  background:#4d85c5;
  z-index:101;
  position:absolute;
  top:110px;
  left:30%;
  width:510px;
  height:194px;
  padding:50px 20px 20px;
}
.container .boxbody {
  background:#fff;
  height:152px;
  padding:20px 28px 20px 28px;
}
.container .boxbody h2{
  border:none;
  color:#fff;
  position:absolute;
  margin-top:-55px;
  margin-left:-20px;
}
.container .boxbody .intro{
  color:#606060;
}
.container .boxbody ul {
  margin:0 auto;
  border-top:1px solid #d6d6d6;
  width:370px;
}
.container .boxbody li{
  border-bottom:1px solid #d6d6d6;
  padding:5px 10px;
  width:350px;
}
.container .boxbody li:first-child {
  border-top:1px solid #d6d6d6d;
}
.container .boxbody a {
  background:url(i/rss-icons-pop.png) no-repeat right -12px;
  display:block;
  width:350px;
  color:#404040;
  font-size: .92em;
}
.container .boxbody a:hover,
.container .boxbody a:focus,
.container .boxbody a:active {
  background:url(i/rss-icons-pop.png) no-repeat right 2px;
}
.container a.close {
  background:transparent url(i/popup-close.png) no-repeat scroll 0 0;
  display:block;
  height:20px;
  position:absolute;
  text-indent:-9999px;
  width:20px;
  margin-top:-225px;
  margin-left:490px;
  }
.popup-curtain {
  z-index:100;
}
.container .pgnav {
  display:none;
}

/* *** imgpopup *** */
.ipopup-container {
  position : absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.ipopup-container-wrapper { 
  margin: 100px auto; 
  padding: 62px 0 0;
  display : inline-block;
  background: #fff;
  width: 667px;
  position : relative;
  min-height: 454px; _height: 454px;
  background: url(i/popup-top.png) no-repeat;
}

.ipopup-container .image {
  display: block;
  text-align: center;
  background: url(i/popup-bot.png) no-repeat 0 100%;
  padding: 7px 0 41px;
}
.ipopup-container .image img {
  _width: 595px;
  max-width: 595px;
  margin-bottom: 1em;
}
.ipopup-container .title,
.ipopup-container .desc {
  text-align: left;
  font-size: 1.1em;
  margin-bottom: .6em;
  display : block;
  padding: 0 40px .6em;
  color: #7E7E7E;
  font-weight: normal;
  font-style: italic;
}
.ipopup-container a {
  cursor : pointer;
  _cursor : hand;
}
.ipopup-container a:hover,
.ipopup-container a:focus {
  text-decoration : underline;
}
.ipopup-container .status {
  text-align: right;
  position: absolute;
  top: 49px;
  right: 105px;
  color: #6e6e6e;
  margin-top: -.6em;
}
.ipopup-container .status strong {
  display: none;
}
.ipopup-container .status b {
  font-weight: normal;
}
.ipopup-container .stepper {
  height: 0;
}
.ipopup-container .stepper .prev a,
.ipopup-container .stepper .next a {
  position : relative;
  top: -363px;
  /* 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 : 27px;
  background: url(i/imgpop-prev.png) no-repeat;
  float: left;
}

.ipopup-container .stepper a:hover,
.ipopup-container .stepper a:focus,
.ipopup-container .stepper a:active {
  background-position: -27px 0;
}

.ipopup-container .stepper .prev a,
.ipopup-container .stepper .next a {
  position : absolute;
  right: 64px;
  top: 36px;
}

.ipopup-container .stepper .next a {
  background-image: url(i/imgpop-next.png);
  _background-image: url(i/imgpop-next.gif);
  right: 36px;
}

.ipopup-container .stepper .close a {
  background: url(i/imgpop-close.png) no-repeat 0 50%;
  padding-left: 30px;
  padding: 5px 10px 5px 41px;
  display: block;
  _height:0;~min-height:0; /* ie hasLayout fix */
  position: absolute;
  left: 36px;
  top: 37px;
  color: #666;
}

.ipopup-container .stepper .close a:hover,
.ipopup-container .stepper .close a:focus,
.ipopup-container .stepper .close a:active {
  
}

/*
.ipopup-container .paging li.nav-end { display: none; }
*/

/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #254F92;  text-decoration: underline; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }

/* ******  byggiraeplica  ****** */
.byggiraeplica {
  width: 965px;
  position: relative;
  margin: 13px auto 0 auto;
  text-align: right;
  _height:0;min-height:0; /* ie hasLayout fix */
  position:absolute;right:9999px;left:auto; /* hide eplica logo */
}

.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; /* + 1px height = 20px */
  background: url(http://codecentre.eplica.is/f/ba_e2-b33.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-b33.png',sizingMethod='crop');
}

/* ******  Article Lists  ****** */
.articlelist {
}
.articlelist .item {
  margin-bottom: 2.85em;
  width: 100%;
}
.articlelist .item:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.articlelist .item h3 {
  font-size: 1.5em; 
  margin: 0;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}
.articlelist .item h3 span {
  font-size: .7em; 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.articlelist .summary { line-height: 1.5; }
.articlelist .summary p { margin: 0; }
.articlelist .more {}

.articlelist img {
  float: right;
  margin: .2em 0 .33em .5em;
  -moz-box-shadow: 0px 0px 3px #999;
  border: 3px solid #fff;
}
.articlelist img[align=left],
.articlelist img.left {
  float: left;
  margin: .2em .5em .33em 0;
}

/* ******  Articles  ****** */
.article h2 {
   border-bottom: none;
}
.article .subtitle {
  clear: none;
  font-size: 1em;
}
.article .summary {
  padding: 4px 0;
  margin: 0 0 .7em 0;
}
.article .summary p { margin: 0; }
.article p {
 color: #606060;
 margin-bottom:1em;
}
.article img {
  clear: both;
  vertical-align: text-bottom;
  padding: 3px;
  margin: 3px;
  /*border: 1px solid #ddd;*/
}
.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 blockquote {
  font-style: normal;
  color: #777;
  margin: 2em 28px 1em 0;
  padding: 0 12px 0 55px;
  background: rgba(250,250,250,.8) url(i/quotes_Left.png) 0 100% no-repeat;
  *background: url(i/quote_Left.png) 0 100% no-repeat;
}
.article ul {
  padding-left:1em;
  margin-bottom:1em;
}
.article li {
  background: url(i/square_blue.png) 0 .55em no-repeat;
  padding-left:8px;
}

/****** Travel boxes ******/
.travel {
 width: 278px;
 //background: #fff url(i/bg-travel-02.jpg) no-repeat 0 0;
 min-height: 170px;
 margin: 0 0 0 26px;
 float: left;
 color: #808080;
}
.travel .boxhead {
 margin-top: 0;
 color:;
}
.travel .boxbody {
  padding: .5em 0 0;
  text-align: left;
}
.travel .boxbody p {
  padding: .5em 0 0;
}
.travel .boxbody img {
  width: 276px;
  border: 1px solid #dedede;
}
.travel.first {
 //background: #fff url(i/bg-travel-01.jpg) no-repeat 0 0;
}
.travel.last {
 //background: #fff url(i/bg-travel-03.jpg) no-repeat 0 0;
}

/****** Media Gallery - Page Extra 3 ******/
/* Container */
.pgextra3.gallery {
  position: relative;
  background: #232323 url(i/bg-gallery.png) 0 0 repeat-x;
}
/* mediagallery list */
.pgextra3 .mediagallery {
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pgextra3 .mediagallery .boxhead,
.pgextra3 .mediagallery .boxhead a {
  color: #fff;
  border-bottom: none;
  padding-left: .8em;
}
.pgextra3 .mediagallery .boxbody {
  text-align: center;
}
.pgextra3 .mediagallery ul {
 width: 924px;
 height: 132px;
 overflow: hidden;
 padding-left: 12px;
 margin-bottom: 1.1em;
}
.pgextra3 .mediagallery li {
  float: left;
  margin: 0 0 0 24px;
  position: relative;
  _display: inline;
  text-align: center;
}
.pgextra3 .mediagallery img {
 border: 1px solid #fff;
}
.pgextra3 .mediagallery .moreolder {
 background: #aaa;
 position: absolute;
 height: 70px;
 width: 70px;
 top: -45px;
 right: 20px;
 background: url(i/deco_circle.png) no-repeat 0 0;
}
.pgextra3 .mediagallery .moreolder a {
 color: #fff;
 text-align: center;
 position: absolute;
 width: 40px;
 left: 15px;
 top: 23px;
 font-family: Georgia, Arial, Helvetica, sans-serif;
 background: none;
}
.pgextra3 .mediagallery .moreolder a:hover {
 color: #fff;
}
.pgextra3 .mediagallery .boxhead {
 padding-left: 1em;
}
.pgextra3 .mediagallery .boxhead a:hover {
 text-decoration: none;
 color: #fff;
}


/**** Info List ****/
.articlelist.info .item {
 padding-left: 115px;
 width: auto;
 /*background: url(i/icn-jeep.png) no-repeat 14px 50%;*/
}
.articlelist.info .item.bus {
 background: url(i/icn-bus.png) no-repeat 14px 50%;
}
.articlelist.info .item.info {
 background: url(i/icn-information.png) no-repeat 45px 50%;
}
.articlelist.info .item.camping {
 background: url(i/icn-camping.png) no-repeat 25px 50%;
}
.articlelist.info .item.hiking {
 background: url(i/icn-hiking.png) no-repeat 35px 50%;
}
.articlelist.info .item.bensin {
 background: url(i/icn-bensin.png) no-repeat 22px 50%;
}
.articlelist.info .item.food {
 background: url(i/icn-food.png) no-repeat 45px 50%;
}
.articlelist.info .item.lodging {
 background: url(i/icn-lodging.png) no-repeat 25px 50%;
}
.articlelist.info .item.access {
 background: url(i/icn-access.png) no-repeat 27px 50%;
}
.articlelist.info .item.weather {
 background: url(i/icn-weather.png) no-repeat 27px 50%;
}
/* Info List - Pgextra1 */
.pgextra1 .articlelist.info {
 padding: 2.7em 18px 1em 12px;
}
.pgextra1 .articlelist.info .item {
 padding-left: 0;
 text-align: left;
 width: auto;
 background: url(i/divider_horizontal-gray.png) 50% 100% no-repeat;
 margin-bottom: 1em;
 padding-bottom: 1.2em;
}
.pgextra1 .articlelist.info .item h3 {
 font-size: 1.33em;
 margin-bottom: .5em;
}
.pgextra1 .articlelist.info .item span.img {
 float: right;
 margin: 0 0 .5em 6px;
 border: none;
}
.pgextra1 .articlelist.info .item img {
 border: none;
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}
.pgextra1 .articlelist.info .item .summary,
.pgextra1 .articlelist.info .item span.more {
 font-size: .92em;
}
.pgmain .articlelist.info .item span.img {
  float:left;
  margin:0.9em 0 0.33em -107px;
  border:none;
}
.pgmain .articlelist.info .item span.img img {
  border:none;
  -moz-box-shadow:none;
}
/*** Homepage settings ***/

/* Slidebox */
.home .pgmarquee .box.slidebox {
 width: 640px;
 float: left;
 overflow: hidden; 
 position: relative;
 margin-bottom: 0;
 height: 362px;
}
.home .pgmarquee .slidebox .boxhead { position:absolute;right:9999px;left:auto; }
.home .slidebox .item {
  position: absolute;
  top: 0;
  left: 0;
}
.home .pgmarquee .slidebox .summary {
 font-size: 1.5em;
 font-family: arial;
 color: #dfd5bb;
 position: absolute;
 bottom: 1em;
 left: 20px;
}
.home .pgmarquee .slidebox h3 {
 position: absolute;
 width: 596px;
 bottom: 0;
 left: 0;
 color: #fff;
 background: rgba(0,0,0,.5); 
 ~background: #aaa;
 filter:alpha(opacity=70); /* opacity for IE 6-7-8 */
 padding: .47em 22px 1.5em;
 text-align: left;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 2.334em;
}
.home .pgmarquee .slidebox h3 a {
 color: #fff;
}
.home .pgmarquee .slidebox img {
 border: 0;
 padding: 0;
 margin: 0;
}
.home .pgmarquee .slidebox .more {
 display: none;
}
/* Slidebox controls */
.home .slidebox .paging {
 width: 130px;
 //height: 100px;
 position: absolute; 
 z-index: 100;
 top: 320px;
 right: 0;
}
.home .slidebox .stepper .next,
.home .slidebox .stepper .prev {
 display: none;
}
.home .slidebox .stepper .jump {
 font-family: Georgia;
}
.home .slidebox .stepper .jump strong {
 position: absolute;
 color: #fff;
 top: -70px;
 width: 45px;
 right: 35px;
 padding: 5px 13px;
 background: url(i/bg-circle_half.png) no-repeat 0 0;
 display:none;
}
.home .slidebox .stepper .jump a {
 color: #dfd5bb;
 font-size: 1.5em;
 float: left;
 padding: 0 0 0 0;
 line-height: 1;
 width: 19px;
 height: 23px;
 text-align: center;
}
.home .slidebox .stepper .jump a.current {
 background: url(i/bg-circle_blue.png) no-repeat 0 2px;
}
/* Hnav */
.home .pgmarquee .hnav {
 float: right;
 width: 314px;
 z-index: 10;
 height: 362px;
 margin-left: -20px;
 background: url(i/bg-hnav.png) no-repeat 0 0;
 position: relative;
}
.hnav .boxhead {
 display: none; /* For development only - delete this */
}
.hnav ul {
 margin-top: -.5em;
 padding: 38px 20px 2.5em 40px;
}
.hnav li {
 min-height: 70px;
 margin-bottom: 2em;
}
.hnav a {
 font-size: 1.667em;
 color: #fff;
 font-family: Georgia;
 padding: 1em 0 .5em 75px;
 min-height:60px;
 display: block;
 background: url(i/icn-information_hnav.png) no-repeat 4px 0;
}
.hnav ul li a:hover,
.hnav ul li a:focus,
.hnav ul li a:active {
  color:#fff;
}
.hnav .hiking a {
 background: url(i/icn-hiking_hnav.png) no-repeat 13px 0;
}
.hnav .camping a {
 background: url(i/icn-camping_hnav.png) no-repeat -2px 5px;
}
.hnav a span {
 display: block;
 font-family: Arial;
 font-size: .632em;
}
/*** Home - pgmain ***/
.home .pgmain {
  position: relative;
}
.home .pgmain .articlelist {
  float: left;
  width: 184px;
  padding-top: 1.5em;
  position: relative; /* Necessary to set the z-index in order to achieve top and bottom gradient on divider */
}
.home .pgmain .box.news {
 padding-left: 30px;
 width: 430px;
}
.home .pgmain .box.newslist {
 margin-right: -11px;
 z-index: 10;
}
.home .pgmain .box.events {
 width: 240px;
}
.home .pgmain .box .boxhead {
 border-bottom: none;
 margin-bottom: 0;
 color: #606060;
 font-size: 1.5em;
 line-height: 1;
 padding-left: 0;
}
.home .pgmain .box.events .boxhead {
 padding-left: 40px;
}
.home .pgmain .box.newslist .boxhead { position:absolute;right:9999px;left:auto; }
.home .pgmain .box .boxbody {
 min-height: 170px;
 padding-top: 1.7em;
 padding-left: 0;
}
.home .pgmain .box.news .boxbody {
 padding-right: 50px;
}
.home .pgmain .box.newslist .boxbody {
 padding-top: 3.25em;
 background: transparent url(i/divider_vertical-02.png) no-repeat right 10px;
}
.home .pgmain .box.events .boxbody {
 padding-left: 40px;
 background: transparent url(i/divider_vertical-01.png) no-repeat left bottom; 
}
/* Paragraph */
.home .pgmain .box.news p {
 margin-bottom: .5em;
}
/* Meta */
.home .pgmain .articlelist .meta {
 display: block;
 font-size: .917em;
 color: #6a6a6a;
}
.home .pgmain .articlelist h3 .meta {
 font-size: .88em;
}
.home .pgmain .articlelist h3 a {
 font-size: .778em;
 font-family: arial;
 font-weight: bold;
}
/* List */
.home .pgmain .articlelist ul {
 padding-bottom: 3em;
}
.home .pgmain .articlelist li {
 margin-bottom: 1em;
}
.home .pgmain .articlelist.newslist li {
 padding-left: 8px;
 background: transparent url(i/square_blue.png) no-repeat 0 1.6em;
 width:158px;
}
.home .pgmain .articlelist.events li a {
 font-weight: bold;
}
/* Buttons */
.home .pgmain .articlelist p.more {
 position: absolute;
 bottom: 1.5em;
 left: -430px;
}
.home .pgmain .articlelist.events p.more {
 left: 40px;
}
/* Home - Travel boxes */
.home .travel {
 position: relative;
 padding-bottom: 1em;
}
.home .travel .boxhead {
 position: absolute;
 width: 276px;
 top: 103px;
 margin-top: -.7em;
 left: 1px;
 color: #fff;
 background: rgba(0,0,0,.5); 
 ~background: #aaa;
 filter:alpha(opacity=70); /* opacity for IE 6-7-8 */
 text-align: left;
 font-family: Georgia;
 font-size: 1.5em;
}
.home .travel .boxhead a {
 color: #fff;
 padding: .35em 6px;
 display:block;
}
.home .travel .boxbody p {
 margin-bottom: 0;
}


/**** Media Gallery - Page Main ****/
.pgmain .mediagallery {
  margin-bottom: 0;
  position: relative;
  z-index: 10;
  background: #1a1f25 url(i/bg-gallery_main.png) repeat-x 0 0;
}
.pgmain .mediagallery .boxbody {
  padding: 0 15px 1.5em 46px;
}
.pgmain .mediagallery li {
  float: left;
  margin: 6px 20px 20px 0;
  position : relative;
  _display: inline;
  text-align: center;
  padding-top: 11px;
  border: none;
}
.pgmain .mediagallery .pgr a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 30px;
  height: 30px;
  background: url(i/sprite_arrows-blue.png) no-repeat 0 0;
  position: absolute;
  top: 256px;
  left: 0;
}
.pgmain .mediagallery.singleimage .pgr a {
  top: 256px;
}
.pgmain .mediagallery .pgr a.next {
  background-position: 0 -50px;
  left: auto;
  right: 0;
}
.pgmain .mediagallery .pgs {
  color: #fff;
  clear: both;
}
.pgmain .mediagallery .boxhead {
  background: none;
  border-bottom: none;
  padding: 1em 0 1em 40px;
}
.pgmain .mediagallery.singleimage .boxhead {
  margin-bottom: .85em;
}
.pgmain .mediagallery .boxhead a {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  font-family: Arial;
}
.pgmain .mediagallery .boxhead i {
  color: #fff;
}
.pgmain .mediagallery.albums li {
  background: url(i/deco_tab.png) no-repeat 8px 0;
}
.pgmain .mediagallery li img {
  width: 192px;
  height: 125px;
  border: 3px solid #fff;
}
.pgmain .mediagallery.singleimage li img {
  border: 5px solid #fff;
}
.pgmain .mediagallery .count {
  position: absolute;
  background: rgba(177, 205, 229,.8);
  bottom: 3px;
  left: 3px;
  width: 168px;
  padding: .4em 12px;
  font-weight: bold;
  text-align: left;
  color: #606060;
  font-size: 1.2em;
}
.pgmain .mediagallery .summary p {
  display: none;
}

/* imagelist (extends: mediagallery) */
.pgmain .mediagallery.imagelist li {
  padding-top: 0;
  margin-top: 16px;
  margin-bottom: 21px;
  margin-right: ;
}
/*.pgmain .imagelist li a {
  height: 160px;
  width: 200px;
  vertical-align: middle;
  display: table-cell;
  ~padding-top : 90px;
  ~height : 90px;
  ~display: block;
}*/
.pgmain .imagelist li img {
 //~margin-top: expression( this.runtimeStyle.marginTop=(-this.offsetHeight/2-1)+'px' );
}
.pgmain .imagelist li a:hover img,
.pgmain .imagelist li a:focus img,
.pgmain .imagelist li a:active img {}

/* imgalbum-bigimage (extends: mediagallery) */
.pgmain .singleimage .boxbody {
  padding: 0 0 6em 0;
}
.pgmain .singleimage {
  text-align: center;
}
.pgmain .singleimage img {
  border: 4px solid #fff;
  margin: 0 auto;
  display: block;
}
.pgmain .singleimage .imgcontent h3 { position:absolute;right:9999px;left:auto; }
.pgmain .singleimage .imgcontent {
  color: #fff;
}
.pgmain .singleimage .imgtext {
  margin: 1.5em 0;
  font-weight: bold;
}
.pgmain .singleimage .content:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.pgmain .singleimage .pgs {
  text-align: right;
  margin-right: 80px;
}


/**** Variations ****/
p.variation {
  font-size: 1.167em;
}

/**** Development - Move to correct location later ****/
.twocol .pgmain .boxbody h2,
.twocol .pgmain h2.boxhead,
.threecol .pgmain .boxbody h2,
.threecol .pgmain h2.boxhead {
 color: #154c8b;
 font-size: 1.5em;
}
.twocol .pgmain h2.boxhead,
.threecol .pgmain h2.boxhead {
 margin-bottom: .5em;
}
.twocol .pgmain .info .boxbody h3 a,
.threecol .pgmain .info .boxbody h3 a {
 color: #404040;
 font-size: .778em;
 font-family: arial;
 font-weight: bold;
}
.home .pgmain .boxhead {
  padding-bottom: 0;
}
.imgbox {
  float:right;
}

.listscroller-clip .clear {
  display:none;
}
.contactform textarea {
  width:97%;
}


/* *** temporary banner *** */
.pgextra1:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.pgextra1 {
  width:952px;
  margin: 0 auto 18px;
}
/*
.pgextra1 .wrap:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
.pgextra1 .wrap {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 10px 20px;
}*/
