.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: #f4f4f4;
  margin: 0;
  padding: 0 0 100px 0;
  color: #555;
  line-height: 1.33;
  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%; }
/*
  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 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; }

.pgmain ul {
  margin-bottom: .7em;
}
.pgmain ul li {
  margin-bottom: 0;
  background: url(i/bullet.png) 7px .42em no-repeat;
  padding-left: 15px;
}

ul.bigbullet li {
  background: url(i/bullet3.png) 7px .33em no-repeat;
  padding-left: 25px;
  margin-bottom: .7em;
}



a { 
  color: #029;
  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: 2em;
}
h2 {
  font-size: 1.33em;
  margin-top: 1.57em;
  margin-bottom: .55em;
  font-weight: normal;
}
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 #888;
  background: #fff;
  color: #000;
}

select:focus,
select:active,
textarea:focus,
textarea:active,
.textinput:focus,
.textinput:active,
.fi_txt input:focus,
.fi_txt input:active {
  border-color: #000;
}

.pgextra1 select,
.pgextra1 textarea,
.pgextra1 .textinput,
.pgextra1 .fi_txt input,
.pgextra2 select,
.pgextra2 textarea,
.pgextra2 .textinput,
.pgextra2 .fi_txt input { width: 98%; }

.button,
.fi_btn input {
  cursor: pointer; 
  _cursor: hand;
  background: #fff;
  border: 1px solid #888;
  color: #000;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color: #c00;
  color: #c00;
}


.reqerror label,
.typeerror label {
  font-weight: bold;
  color: #c33;
}
.typeerror label { color: #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border: 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border: 1px solid #936; }


acronym.req {
  border: none;
  margin-right: -.25em;
  padding: 0 .25em 0 0;
}
acronym.req:hover { border: none; }






/* *****  clear  ***** */
.clear { display: none; } /* depricated by other float-clearing techniques. */



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position: relative;
  width: 970px;
  margin: 0 auto auto;
  text-align: left;
  background: #fff url(i/bg-top-fs8.png) 0 0 repeat-x;
}



.pghead {
  border-bottom: 16px solid #fff; /* use white border to overlay bg-gradient when imgbanner is missing */
}
.pghead .brand {
  margin:0;
  font-size :1em;
  padding-top: 12px;
  height: 95px;
}
.pghead .brand 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: 500px;
  height: 61px;
  background: url(i/sitelogo-screen.png) 13px 10px no-repeat;
}
.pghead .brand .slogan { position:absolute;right:9999px;left:auto; }
.pghead .stream { top: 10px; }  /* Accessibility tr1ck50r */




.pgmain {
  margin-bottom: 25px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pgmain .wrap {
  position: relative;
  _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,
.threecol .pgmain {
  float: left;
  width: 970px;
  _display: inline;
  padding-top: .5em;
}
.twocol .pgmain .wrap,
.threecol .pgmain .wrap {
  margin: 0 209px 0 222px;
  top: 10px;
  margin-bottom: -5px;
}
.twocol .pgmain .wrap {
  margin-right: 15px;
}




.pgextra1 {
  float: left;
  width: 179px;
  margin-left: -194px;
  _display: inline;
  background: url(i/bottom-rad.png) -200px 0 repeat-y;
  margin-bottom: 25px;
}
.pgextra1 .wrap {
  border-top: 2px solid #fff;
  background: url(i/bottom-rad.png) 0 100% no-repeat;
  padding-bottom: 1px;
}




.pgextra2 {
  float: left;
  width: 198px;
  margin-left: -958px;
  _display: inline;
  background: #b7c5e0 url(i/corners-light-bottom.png) 0 100% no-repeat;
  margin-bottom: 25px;
}
.pgextra2 .wrap {
  background: url(i/corners-light-bottom.png) 100% 100% no-repeat;
  _height:0;~min-height:0; /* ie hasLayout fix */
}


.pgfoot {
  clear: both;
  border-top: 1px solid #eee;
  background: #192a68 url(i/bg-footfade.png) 0 0 repeat-x;
  _background-image: none;
  border-bottom: 1px solid #000;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.pgfoot .wrap {
  padding: 7px 0 8px 0;
  font-size: .92em;
}
.pgfoot .wrap,
.pgfoot .wrap a {
  color: #e3e5ed;
}
.pgfoot .wrap a:hover,
.pgfoot .wrap a:focus,
.pgfoot .wrap a:active {
  color: #fff;
}






/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  margin-bottom: 20px;
}

.boxhead {
  clear: both;
  padding: 0;
  margin: 0;
  font-size : 1.17em;
  _height:0;~min-height:0; /* ie hasLayout fix */
}
.boxbody {
  _height:0;min-height:0;/* ie hasLayout fix */
}
.boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }



.article h1,
.pgmain .boxhead {
  font-size: 2em;
  font-weight: normal;
  color: #444;
  margin: 0;
}
.article h2.subtitle {
  font-size: 1.25em;
  font-weight: normal;
  color: #333;
  margin: -.25em 0 .5em 0;
}
.pgmain .boxbody {
  margin-bottom: 15px;
}



.framebox {
  margin-bottom: 15px;
}
.box .boxhead,
.framebox .boxhead {
  margin: 0;
  padding: 3px 10px 4px 10px;
  text-align: center;
  border-top: 1px solid #4d638f;
  background: url(i/bg-bluehaze.png) 50% 50% no-repeat;
  font-weight: normal;
  font-size: 1.08em;
  color: #fff;
}
.box .boxbody,
.framebox .boxbody {
  padding: 10px;
  margin-bottom: 0;
}
.pgmain .box .boxbody {
  padding: 0;
}


.snav .boxhead,
.framebox .boxhead {
  padding: 11px 10px 12px 10px;
  font-size: 1.25em;
}
.snav .boxhead a,
.snav .boxhead a:hover,
.snav .boxhead a:focus,
.framebox .boxhead a,
.framebox .boxhead a:hover,
.framebox .boxhead a:focus {
  color: #fff;
}

.pgextra2 .box .boxbody {
  border-top: 6px solid #fff;
}



.framebox {
  float: left;
  _display: inline;
  margin-left: 7px;
  width: 175px;
  padding-bottom: 4px;
  background: url(i/bottom-rad.png) -400px 100% no-repeat;
}
.twocol .framebox {
  margin-left: 11px;
}
.wrap .framebox-first {
  clear: both;
  margin-left: 0;
}
.framebox .boxbody {
  background: url(i/bottom-rad.png) -600px 0 repeat-y;
  padding: 20px 10px 20px 15px;
}

.framebox-1_2 {
  width: 265px;
  background-position: -1100px 100%;
}
.framebox-1_2 .boxhead {
  background: url(i/bg-bluehaze-large.png) 50% 50% no-repeat;
}
.framebox-1_2 .boxbody {
  background-position: -800px 0;
}



.roundc_,
.tablec_ {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  position: relative;
  z-index: 1;
  display: block;
  background-image: url(i/corners-dark.png);
  height: 3px;
  margin: -3px 0;
  padding: 0;
}
.tablec_ {
  background: url(i/corners-light-top.png) 0 0 no-repeat;
}

.roundc_tr,
.tablec_tr {
  background-position: 100% 0;
  margin-top: 0;
}
.roundc_tl,
.tablec_tl {
  background-position: 0 0;
  margin-top: 0;
}
.roundc_bl,
.tablec_bl {
  background-position: 0 100%;
  margin-bottom: 0;
}
.roundc_br,
.tablec_br {
  background-position: 100% 100%;
  margin-bottom: 0;
}

table.roundbox-active {
  margin-bottom: 9px;
}
.tablec_bl,
.tablec_br {
  background-image: url(i/corners-light-bottom.png);
  margin-top: -12px;
  margin-bottom: 9px;
}







.tab-box {}
.tab-box ul {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.tab-box ul li {
  float: left;
  padding: 0;
  margin: 0;
  background: transparent none;
}
.tab-box li strong {
  font-weight: normal;
}
.tab-box li a {
  display: block;
  _float: left;
  background: #4b6eb1 url(i/tab.png) 0 100% no-repeat;
  padding: 4px 25px 1px 25px;
  color: #fff;
}
.tab-box .tabs li a:hover,
.tab-box .tabs li a:focus,
.tab-box .tabs li a:active {
  background-position: -300px 100%;
  text-decoration: none;
  color: #fff;
}

.tab-box li.current a,
.tab-box li.current a:hover,
.tab-box li.current a:focus,
.tab-box li.current a:active {
  background: #b7c5e0 none;
  color: #333;
}

.tabpane {
  background: #b7c5e0 url(i/corners-light-bottom.png) 0 100% no-repeat;
  color: #333;
  margin-bottom: 15px;
  width: 100%;
}
.tabpane-hidden { position:absolute;right:9999px;left:auto; }
.tabpane .boxhead {
  padding: 5px 15px;
}
.tabpane-active .boxhead { position:absolute;right:9999px;left:auto; }
.tabpane .boxbody {
  background: url(i/corners-light-bottom.png) 100% 100% no-repeat;
  padding: 15px 20px;
  margin: 0;
}









/* ********************************** */
/* 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;
  width: 100%;
  overflow: hidden;
}
.buttons {
  white-space: nowrap;
  margin-top: 1.33em;
  clear: both;
}
.wrap .more a,
.wrap .moreolder a,
.wrap .archivelink a {
  white-space: nowrap;
  float: left;
  color: #555;
  padding: 0 20px 1px 0;
  margin-right: 10px;
  background: url(i/bullet1.png) 100% 50% no-repeat;
}

.pgextra1 .more a,
.wrap .moreolder a,
.wrap .archivelink a {
  float: right;
}



/* ******  articlelist  ****** */
.articlelist .item {
  margin-bottom: 1em;
  width: 100%;
  overflow: hidden;
}
.articlelist .item h3 {
  font-size: 1em; 
  margin: 0;
}
.articlelist .summary { line-height: 1.4; }
.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; 
}




/* ******  article  ****** */
.article .subtitle {
  clear: none;
}
.article .summary {
  color: #777;
  padding: 4px 0;
  margin: 0 0 .7em 0;
}
.article .summary p { margin: 0; }

.article img { clear: both; vertical-align: text-bottom; }
.article img.left { float: left;  margin: .2em 2em .2em 0; }
.article img.right { float: right;  margin: .2em 0 .5em 2em; }
.article img.center { float: none; display: block; margin: 0 auto .7em auto; text-align: center;}

.article table {
  background-color: #b7c5e0;
  width: 100%;
}
.article caption { 
  font-style: normal;
  font-weight: bold;
  padding: 4px 10px;
  text-align: left;
  background-color: #b7c5e0;
  border-bottom: 2px solid #fff;
}
.article th,
.article td {
  border-left: 2px solid #fff;
  _border-left: 1px solid #828b9c;
  padding: 2px 7px;
}
.article th a {
  color: #555;
}
.article th:first-child,
.article td:first-child {
  border-left: none;
}

.article thead th {
  border-bottom: 2px solid #fff;
  vertical-align: middle;
  padding-top: 4px;
  padding-bottom: 4px;
}
.article tbody th,
.article tbody td {
  border-top: 1px solid #828b9c;
}
.article tr:first-child td {
  border-top: 2px solid #fff;
}

.article tr.bottomrow th,
.article tr.bottomrow td {
  font-size: 2px;
}

.article table.right {
  float: right;
  margin-left: 10px;
  width: auto;
}


.article table.features td,
.article table.features thead th {
  text-align: center;
}
.article table.features thead th:first-child {
  text-align: left;
}


.article table.grid,
.article table.grid td {
  background: transparent none;
  border: none;
  padding: 0
}


.article table tr.sep td {
  border-bottom: 2px solid #fff;
}





/* ******  imgbox  ****** */
.imgbox {
  position: static;
  float: right;
  padding: 0 0 2px 0;
  margin: 0 0 .7em 10px;
  line-height: 1.1;
  width: auto;
}
.imgbox .boxbody {
  display: inline;
  padding: 0;
  margin: 0;
}
.imgbox img {
  clear: none;
  float: none;
  margin: 0;
  padding: 0;
}
.imgbox .imgcontent,
.imgbox .imgmeta {
  width: 196px;
  padding: 2px 2px 0 2px;
  font-size: .92em;
}
.imgbox .imgtext {
  font-weight: normal;
}
.imgbox .imgmeta {
  color: #888;
  font-size: .83em;
}












/* ******  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;
  left: 222px;
  line-height: 1.2;
  width: 550px;
  font-size: 0.83em;
  color: #c0c0c0;
}

.breadcrumbs strong { position:absolute;right:9999px;left:auto; }

.breadcrumbs div {}

.breadcrumbs b a,
.breadcrumbs a {
  text-decoration: none;
  color: #c0c0c0;
}
.wrap .breadcrumbs a:hover,
.wrap .breadcrumbs a:focus,
.wrap .breadcrumbs a:active {
  color: #999;
}

.breadcrumbs i { font-style: normal; }





/* ******  mnav  ****** */
.mnav {
  position: absolute;
  top: 78px;
  left: 0;
  width: 970px;
  height: 35px;
  background: url(i/bg-top-fs8.png) 0 -78px repeat-x;
  font-size: 1.25em;
  line-height: 1;
}
.mnav .boxhead { position:absolute;right:9999px;left:auto; }
.mnav .boxbody { padding: 0 1px; }

.mnav ul {
  overflow: hidden;
  padding-left: 15px;
}
.mnav li {
  float: left;
  _display: inline;
  margin: 0 15px 0 -1em;
}

.mnav .boxbody a {
  display: block;
  padding: 7px 36px 0 36px;
  height: 22px;
  color: #fff;
  float: left;
  background: url(i/mnav-hover.png) 0 -60px repeat-x;
}
.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  color: #fff;
  text-decoration: none;
}
.mnav a:hover,
.mnav a:focus,
.mnav a:active {
  outline : 0;
  background-color: #3b5899;
  background-position: 0 0;
}


.mnav li.login {
  float: right;
  margin-right: 31px;
}
.mnav li.login:hover {
  background: url(i/mnav-hover.png) 0 0 repeat-x;
}
.mnav .boxbody li.login a {
  background: #3b5899 url(i/mnav-login.png) 18px 7px no-repeat;
  padding-right: 16px;
}
.mnav li.login a:hover {
  _background-color: #3b5899;
} 
.mnav li.login a:focus {
  background-color: #3b5899;
}


.mnav .parent,
.mnav .current {
  background: url(i/mnav-current.png) 0 0 no-repeat;
}
.mnav .boxbody .parent a,
.mnav .boxbody .current a {
  background: url(i/mnav-current.png) 100% 0 no-repeat;
  padding-left: 30px;
  margin-left: 6px;
}




/* ******  snav  ****** */
.snav .boxhead {
  padding-right: 22px;
}
.snav .boxbody {
  padding: 12px 0;
  font-size: 1.17em;
}

.snav ul {}
.snav li {
  _height:0;min-height:0; /* ie hasLayout fix */
  _display: inline;
  padding: 0;
  margin: 0 0 6px 0;
}

.snav .boxbody a {
  display: block;
  color: #666;
  padding: 2px 10px 2px 30px;
} 
div.snav .boxbody a:hover,
div.snav .boxbody a:focus,
div.snav .boxbody a:active {
  background-color: #cfd8ea;
  text-decoration: none;
}
.snav .parent a,
.snav .current a {
  background: url(i/bullet2.png) 11px .25em no-repeat;
}
.snav .current a {
  background-color: #cfd8ea;
}


.snav .level2 {
  margin: 4px 0 6px 0;
  font-size: .8571em;
}
.snav .level2 li {
  margin-bottom: 2px;
}
.snav .level2 a {
  background: transparent none;
  font-weight: normal;  
  padding-left: 50px;
}

.snav .level2 .parent a {
  background-color: #cfd8ea;
}
.snav .level2 .current a {
  background-color: #fff;
}


.snav .level3 {
  font-size: .92em;
  margin: 4px 0 6px 0;
}
.snav .level2 .level3 a {
  background: transparent none;
  padding-left: 65px;
}
.snav .level3 .current a {
  background-color: #fff;
}









/* ******  linklist   ****** */
.linklist li {
  padding-left: 20px;
  background: url(i/bullet1.png) 0 .18em no-repeat;
  margin: 9px 0;
}
.linklist li a {
  color: #666;
}










/* ******  enav  ****** */
.enav {
  position: absolute;
  top: 32px;
  margin-top: -.6em;
  line-height: 1.2;
  right: 201px;
  padding-right: 3.5em;
  width: 20em;
  max-width: 450px;
  text-align: right;
}
.enav .boxhead { position:absolute;right:9999px;left:auto; }
.enav .boxbody {
  padding: 0;
}
.enav li {
  display: inline;
  padding: 0 8px;
  border-right: 1px solid #65709a;
}
.enav .parent a,
.enav .current a { font-weight: bold; }








/* ******  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: 29px;
  margin-top: -.6em;
  right: 18px;
  width: 300px;
  text-align: right;
}
.qsearch .boxhead {
  display: inline;
  font-size: .92em;
  font-weight: normal;
  color: #e3e5ed;
  padding: 0 5px 0 0;
  margin: 0;
}
.qsearch label { position:absolute;right:9999px;left:auto; }
.qsearch .boxbody {
  display: inline;
  padding: 0;
  margin: 0;
}
.qsearch .boxbody div {
  display: inline;
}
.qsearch .fi_txt input {
  width: 132px;
  border: 1px solid #535f8e;
  border-top-color: #1d2751;
  border-left-color: #1d2751;
  padding: 1px 5px;
  background: url(i/qsearch.png) 0 0 no-repeat;
  vertical-align: middle;
}
.qsearch .fi_txt input:focus {
  border: none;
  padding: 2px 6px;
}
.qsearch .fi_btn input {
  /* input-button image replacement */padding:0; margin:0; border:none; line-height:0; font-size:999px; letter-spacing:-9999px; text-indent:-999em; text-align:left; overflow:hidden;
  width: 22px;
  height: 21px;
  background: url(i/qsearch.png) 100% 0 no-repeat;
}
.qsearch .fi_btn input:hover,
.qsearch .fi_btn input:focus {
  background-position: 100% -25px;
}



/* *****  searchresults  ***** */

.searchresults .boxhead {
  background: none;
  text-align: left;
  color: #555;
  padding: 12px 0;
  font-weight: bold;
}





/* ******  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;
}
.wrap .sitemap li { margin-bottom: .5em; padding: 0; background: none; }

.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; }








/* ******  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;
}




/* ******  sponsor  ****** */

.sponsor .boxbody {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}





/* ******  footer  ****** */
.footer {
  text-align: center;
}
.footer p {
  margin: 0;
}





/* ******  byggiraeplica  ****** */
.byggiraeplica {
  position: relative;
  margin: -23px 7px 3px 0;
  text-align: right;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.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-w25.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://codecentre.eplica.is/f/ba_e2-w25.png',sizingMethod='crop');
}





/* ******  imgbanner  ****** */
.imgbanner {
  border-bottom: 1px solid #e0e1e5;
}
.imgbanner-slogan {
  /* image replacement */padding:0; display:block; overflow:hidden; line-height:0; text-indent:-9999px; text-align:left; font-size:1px; letter-spacing:-1em;
  width: 250px;
  height: 66px;
  background: url(i/imgbanner-slogan.png) 0 0 no-repeat;
  _background-image: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/skin/basic/design/i/imgbanner-slogan.png',sizingMethod='crop');
  position: absolute;
  top: 107px;
  right: 200px;
}






/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color: #700;  text-decoration: underline; }
body a[name],
body a[name]:hover { color: inherit; text-decoration: inherit; }







