.stream { position:absolute;right:9999px;left:auto; }
.print { display : none; } /* for elements that should only be printable but no visible */


/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

body {
  background : #2A2A2A url(i/body-bg.jpg) no-repeat 50% 0;
  margin : 0;
  padding : 0;
  color : #333;
  line-height : 1.4;
  text-align : center;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 12px;  ~font-size :  75.00%;
}


div, table, caption { font-size : 1em; }


blockquote {
  margin : 0 3em 0 2em;
  padding : .3em .5em;
}

p, blockquote, ul, ol, dl, table {
  margin-top : 0;
  margin-bottom : 1em;
}

ul {
  list-style : none;
  padding : 0;
  margin : 0;
}

ol { padding-left : 3em; }
ul, ol  { margin-left : 0; }
li { margin : 0; padding : 0; }

a {
  color : #0097E0;
  text-decoration: none;
}

a span {
  cursor : pointer;
  _cursor : hand;
}


acronym {
  cursor : help;
  border : none;
}
acronym:hover { border-bottom : 1px dotted #ddd; }


img {
  margin : 0;
  padding : 0;
  border : none; 
  vertical-align : top;
}


h1, h2, h3, h4 {
  margin-top : 0;
  margin-bottom : 0;
}
h1 {
  font-size : 1.33em;
  margin-bottom : .55em;
}
h2 {
  font-size : 1.17em;
  margin-top : 1.57em;
  margin-bottom : .55em;
}
h3 {
  font-size : 1.00em;
  margin-top : 1em;
  margin-bottom : .64em;
}
h4 {
  font-size : 0.92em;
  margin-bottom : .2em;
}




table { border-collapse : collapse; }

table, td, th, caption {
  border : none;
  background-color : transparent;
  padding : 0;
  text-align : left;
  vertical-align : top;
}
th acronym:hover { border : none; }

th.c,
td.c { text-align : center;  }

th.r,
td.r { text-align : right;  }






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; }






/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pgwrap {
  position : relative;
  width : 770px;
  margin : 0 auto;
  text-align : left;
  background: #fff;
}



.pghead {
  background : #2A2A2A url(i/body-bg.jpg) no-repeat 50% 0;
  margin-bottom: 65px;
}



.pghead .wrap {
  background: url(i/ph-bg.gif) no-repeat 0 102px;
  height: 211px;
}



  
.pghead .brand img.logo {
  vertical-align : top;
  position : relative;
  z-index: 1;
  margin: 20px 0px 0px 20px
}

.pghead .brand .slogan {}
  
.pghead .stream { top : 10px; }  /* Accessibility tr1ck50r */


.pgmain {
  float : left;
  margin-left : 190px;
  width : 580px;
  _display : inline;
}

.threecol .pgmain {
  width : 400px;
  margin-right : 180px;
}

.pgmain .wrap,
.pgextra1 .wrap,
.pgextra2 .wrap {
  padding : 0 20px 20px;
  min-height: 370px; _height: 370px;
}


.pgextra1 {
  float : left;
  width : 180px;
  _display : inline;
  margin-left : -180px;
  _margin-left : -181px;
}

.pgextra2 {
  float : left;
  width : 190px;
  margin-left : -770px;
  _display : inline;
}

.pgfoot {
  clear : both;
  background: #2A2A2A url(i/pf-bg.gif) no-repeat;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.pgfoot .wrap {
  padding: 6px 0 50px;
  _height:0;min-height:0; /* ie hasLayout fix */
}




/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.boxhead,
.mnav h2,
.snav h2 {
  padding-top : .3em;
  margin-top: 0;
  color: #0097E0;
  font-size: 1.4em;
  margin-bottom: .3em;
}

.boxhead img { margin: 3px 0 0 10px; }

.boxbody { _height:0;min-height:0;/* ie hasLayout fix */ }





/* ********************************** */
/* 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; }






/* ******  articlelist  ****** */

.articlelist .item {
  padding-bottom : 1em;
  width : 100%;
  overflow : hidden;
}

.articlelist .item h3 {
  font-size : 1.2em; 
  margin : 0 0 .5em;
}

.articlelist .item h3 .meta { font-size: .75em; }

.articlelist .summary p { margin : 0; }

.articlelist .more { display : block; }

.articlelist .item img {
  float : right;
  margin : .2em 0 .33em 1em;
}

.articlelist ul {
  clear : both;
  padding-top: 6px;
}

.articlelist li {
  clear: left;
}

.articlelist li:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.articlelist li .meta {
  float: left;
  width: 70px;
}

.articlelist li a {
  float: left;
  width: 268px;
  font-size: .92em;
}




/* ******  article  ****** */

.article .boxbody h2,
.article .boxbody h3,
.article .boxbody h4 {
  margin-bottom: 0;
  margin-top: 0;
}

.article .subtitle {
  clear : none;
  margin-top : -.54em;
  font-size : 1em;
}

.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 {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 2em;
}

.article caption { 
  font-style : italic;
  padding : .2em 0;
  text-align : left;
}

.article th {
  font-weight : bold;
  padding : .4em .6em;
  border-top : 1px solid #d3d3d3;
}

.article thead th {
  border-bottom: 2px solid #d3d3d3;
  color: #2FAAE6;
}

.article td {
  padding : .4em .6em;
  border-top : 1px solid #d3d3d3;
}

.article tr.alt td { background-color : #f5f5f5; }



.article ul {
  list-style : disc;
  padding-left : 2.5em;
  margin-bottom : .7em;
}
.article li { margin-bottom : .54em; }



.article .meta {
  color: #777;
  display: block;
  font-weight: normal;
  font-size: .92em;
}

.article .meta span { padding-right: .5em; }


.article ul.people {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
  margin-right: -31px;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.article ul.people:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.article ul.people li {
  border: 1px solid #D3D3D3;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  _display: inline;
}

.article ul.people li a {
  float: left;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  width: 240px;
  position : relative;
  padding: 9px;
}

.article ul.people li span,
.article ul.people li strong {
  position : absolute;
  left: 115px;
  width: 127px;
}

.article ul.people li strong {
  bottom: 9px;
  font-size: 1.2em;
  line-height: 1.2;
}

.article ul.people li span {
  top: 9px;
  color: #333;
}


.act {
  position : absolute;
  top: 252px;
  right: 20px;
  width: 580px;
}

.act a {
  float: right;
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 14px;
  height: 14px;
  background: no-repeat;
  float: right;
  margin-left: 8px;
}

.act a.printpage { background-image: url(i/print-icn.gif); }

.act a:hover,
.act a:focus,
.act a:active { background-position: 0 -14px; }






/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position : absolute;
  top : 250px;
  left : 20px;
  width : 700px;
  font-size : 0.92em;
}

.breadcrumbs .boxbody { color: #666; }

.breadcrumbs strong {
  float: left;
  font-weight: normal;  
}

.breadcrumbs ul { float: left; }

.breadcrumbs li {
  float: left;
  padding-left: 3px;
  color: #777;
}

.breadcrumbs span.tracer-first-separator { position:absolute;right:19999px;left:auto; }




/* ******  mnav  ****** */

.mnav {
  position : absolute;
  top: 219px;
  left: 0;
  width: 770px;
  margin-top: -.7em;
  z-index: 10;
}
  
.mnav .boxhead,
.mnav h2 { position:absolute;right:9999px;left:auto; }

.mnav .boxbody {
  font-weight: bold;
  font-size: 1.1em;
  background: #707070 url(i/mnav-bg.gif) repeat-x;
}

.mnav ul:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }
  
.mnav li { float: left; }

.mnav li a {
  float: left;
  color: #fff;
  padding: 6px 34px;
  _height:0;min-height:0; /* ie hasLayout fix */
  display : block;
}

.mnav li.parent,
.mnav li.current,
.mnav li.current_page_ancestor,
.mnav li.current_page {
  background: #fff url(i/mnav-curr-left.gif) no-repeat;
  margin-top: -2px;
  position : relative;
}

.mnav li.parent a,
.mnav li.current a,
.mnav li.current_page_ancestor a,
.mnav li.current_page a {
  color: #555;
  padding-top: 8px;
  background: url(i/mnav-curr-right.gif) no-repeat 100% 0;
}

.wrap .mnav a:hover,
.wrap .mnav a:focus,
.wrap .mnav a:active {
  background-color : #fff;
  text-decoration: none;
  color: #555;
}

.mnav li.parent a:hover,
.mnav li.parent a:focus,
.mnav li.parent a:active,
.mnav li.current a:hover,
.mnav li.current a:focus,
.mnav li.current a:active,
.mnav li.current_page_ancestor a:hover,
.mnav li.current_page_ancestor a:focus,
.mnav li.current_page_ancestor a:active,
.mnav li.current_page a:hover,
.mnav li.current_page a:focus,
.mnav li.current_page a:active {
  background-color: transparent;
  color: #0084c4;
}





/* ******  snav  ****** */
  
.snav .boxhead,
.snav h2 { position:absolute;right:19999px;left:auto; }

.snav .boxbody {
  background: #F0F0F0 url(i/snav-bot.gif) no-repeat 100% 100%;
  margin: 0 -20px;
}

.snav ul { background: url(i/snav-top.gif) no-repeat 100% 0; }

.snav li a {
  border-top: 1px solid #d3d3d3;
  padding: 8px 20px 5px;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  font-weight: bold;
}

.snav .first a,
.snav .cat1 a { border-top: none; }

.snav .parent a,
.snav .current_page_ancestor a,
.snav .current a,
.snav .current_page a {
  background: #fbfbfb;
  color: #797979;
  font-weight: bold;
}

/* l2 */

.snav ul ul {
  border-top: 1px solid #d3d3d3;
  padding-bottom: 6px;
}

.snav .boxbody ul ul li a {
  border: none;
  font-weight: normal;
  padding-top: 5px;
  padding-bottom: 3px;
  font-size: .92em;
  padding-left: 32px;
  background: transparent;
}

.snav ul ul li.current a,
.snav ul ul li.current_page a {
  font-weight: bold;
  color: #555;
}

/* l3 */

.snav ul ul ul {
  border: none;
  padding-bottom: 0;
}

.snav .boxbody ul ul ul li a {
  font-weight: normal;
  padding-left: 44px;
}

.snav ul ul ul li.current a,
.snav ul ul ul li.current_page a {
  font-weight: bold;
  color: #555;
}

.wrap .snav a:hover,
.wrap .snav a:focus,
.wrap .snav a:active {
  background: #fbfbfb;
  color: #333;
  text-decoration: none;
}






/* ******  langnav  ****** */

.langnav {
  position : absolute;
  z-index: 1;
  top : 69px;
  margin-top : -.7em;
  right : 20px;
  width: 300px;
}

.langnav .boxhead { position:absolute;right:19999px;left:auto; }

.langnav .boxbody {
  font-weight: bold;
  font-size: 1.1em;
}

.langnav ul { float: right; }

.langnav li a,
.wrap .langnav li a:hover,
.wrap .langnav li a:focus,
.wrap .langnav li a:active { color: #fff; }


/* uncomment below for text version */

.langnav .en a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  background: url(i/langnav-en.gif) no-repeat;
  width: 100px;
  height: 19px;
}

.langnav .en a:hover,
.langnav .en a:focus,
.langnav .en a:active { background-position: 0 -19px; }





/* ******  footer  ****** */

.footer .boxhead { /* display : none; */ }

.footer .boxbody {
  color: #fff;
  padding: 16px 3px;
  font-size: .92em;
  color: #D4D4D4;
  position : relative;
}

.footer i {
  color: #2a2a2a;
  margin: 0 4px;
}

.footer a,
.wrap .footer a:hover,
.wrap .footer a:focus,
.wrap .footer a:active { color: #fff; }

.footer .copyear {
  position : absolute;
  right: 3px;
}




/* ******  banner  ****** */

.banner {
  position : absolute;
  top: 61px;
  left: 0;
  z-index: 0;
}










/* ******  links  ****** */
div.wrap a:hover,
div.wrap a:focus,
div.wrap a:active { color : #0084c4;  text-decoration : underline; }
body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }







/**********************/
/***      HOME      ***/
/**********************/


/* *** layout *** */

.home .pghead { margin-bottom: 52px; }

.home .pghead .wrap { height: 351px; }

.home .pgmain {
  margin-left: 0;
  width: 770px;
}

.home .pgmain .wrap {
  padding: 0;
  _height: 200px;
  min-height: 200px;
}

.home .pgextra2 {
  clear: left;
  margin: 0;
}

.home .pgextra2 .wrap {
  _height:0;min-height:0; /* ie hasLayout fix */
  padding: 0;
}





/* *** box *** */

.home h1.boxhead { position:absolute;right:19999px;left:auto; }


.pm-top,
.pm-bot {
  width: 100%;
  overflow: hidden;
  padding-bottom: .7em;
}

.pm-bot {
  background: #6b6b6b url(i/home/pm-bottom.gif) no-repeat 0 100%;
  clear: both;
  margin-bottom: -6px;
  position : relative;
  z-index: 10;
  color: #fff;
  padding-top: 10px;
  ~padding-bottom: 20px;
}


.pm-bot a,
.pm-bot .meta,
.pm-bot .boxhead,
.wrap .pm-bot a:hover,
.wrap .pm-bot a:focus,
.wrap .pm-bot a:active { color: #fff; }

.pm-bot .boxhead {
  font-size: 1.1em;
}


/* *** columns *** */

.home .box-left,
.home .box-right {
  float: left;
  clear: left;
  margin: 0 12px 1em 20px;
  width: 346px;
  _display: inline;
}


.home .box-right {
  margin-right: 26px;
  clear: right;
  clear: right;
}



/* *** articlelist *** */

.home .pm-top .articlelist {
  width: 100%;
  overflow: hidden;
}

.home .pm-top .articlelist .boxhead { padding-left: 20px; }

.home .pm-top .articlelist .boxbody:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.home .pm-top .articlelist .item {
  float: left;
  clear: left;
  margin: 0 12px 0 20px;
  width: 346px;
  _display: inline;
  padding-bottom: 1em;
}

.home .pm-top .articlelist .itm2,
.home .pm-top .articlelist .itm4,
.home .pm-top .articlelist .itm6,
.home .pm-top .articlelist .itm8,
.home .pm-top .articlelist .itm10 {
  float: right;
  clear: right;
  margin-right: 26px;
}



/* *** article *** */

.home .act { top: 402px; }




/* *** breadcrumbs *** */

.home .breadcrumbs { position:absolute;right:19999px;left:auto; }



/* *** home *** */

.home .mnav { top: 359px; }


/* *** banner *** */

.home .banner { top: 101px; }





