.stream { position:absolute;right:9999em;left:auto; }
.print { display : none; }




/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html { filter: expression(this.runtimeStyle.filter='none' && document.execCommand("BackgroundImageCache", false, true)); } /* fixes the background-image flicker bug in IE */

html, body { height : 100%; }

body {
  background : #fff;
  margin : 0;
  padding : 0;
  color : #555;
  line-height : 1.3;
  text-align : center;
  font-family : Arial, Helvetica, sans-serif;
}

body,
body.zoom1 { font-size : 11px;  ~font-size :  68.75%; }
body.zoom2 { font-size : 14px;  ~font-size :  87.50%; }
body.zoom3 { font-size : 18px;  ~font-size : 112.50%; }


div, table, caption { font-size : 1em; }


blockquote {
  margin : 0 3em 0 2em;
  padding : .3em .5em;
}
q:after, q:before { content : ""; }


p, blockquote, ul, ol, dl, table {
  margin-top : 0px;
  margin-bottom : .7em;
}
ul {
  list-style : none;
  padding : 0;
  margin : 0;
}
ol { padding-left : 3em; }
ul, ol  { margin-left : 0; }
li { margin : 0; padding : 0; }


a:link,
a:visited {
  text-decoration: none;
  color : #F7921B;
}

body.cat1 a:link,
body.cat1 a:visited { color: #A9C355; }
body.cat2 a:link,
body.cat2 a:visited { color: #0091D1; }
body.cat3 a:link,
body.cat3 a:visited { color: #6D78A7; }
body.cat4 a:link,
body.cat4 a:visited { color: #ED1A22; }



acronym {
  cursor : help;
  border : none;
}
acronym:hover { border-bottom : 1px dotted #ddd; }


img {
  margin : 0;
  padding : 0;
  border : none; 
  vertical-align : middle;
}


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;
  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 #A9A9A9;
  background : #fff;
  color : #333;
}

.pageextra1 select,
.pageextra1 textarea,
.pageextra1 .textinput,
.pageextra1 .fi_txt input,
.pageextra2 select,
.pageextra2 textarea,
.pageextra2 .textinput,
.pageextra2 .fi_txt input { width : 98%; }

.pageextra1 textarea {
  height: 44px;
}

.button,
.fi_btn input {
  cursor : pointer; 
  _cursor : hand;
  background : #fff url(i/btn-bg.gif) repeat-x 0 100%;
  border : 1px solid #cac8c8;
  color : #838771;
  font-weight: bold;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus {
  border-color : #aaa;
  color : #333;
}


.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            */
/* ********************************** */

.bodywrap {
  position : relative;
  width : 943px;
  margin : 0 auto;
  text-align : left;
  background: url(i/bw-bg.gif) repeat-y;
}

.threecol .bodywrap { background-image: url(i/bw-bg-3col.gif); }

.pageheader { background: url(i/ph-bg.gif) no-repeat; }

.pageheader .wrapper {
  margin: 0 48px;
  border-bottom: 1px solid #EBE3D9;
  padding-top: 19px;
  padding-bottom: 22px;
  background: #fff;
}

.pageheader .brand span {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 176px;
  height: 60px;
  background: transparent none 0 0 no-repeat;
  position : absolute;
  top: 19px;
  left: 48px;
}

body.cat1 .pageheader .brand span { _background-color : #fff; background-image: url(i/logo-cat1.gif); }
body.cat2 .pageheader .brand span { _background-color : #fff; background-image: url(i/logo-cat2.gif); }
body.cat3 .pageheader .brand span { _background-color : #fff; background-image: url(i/logo-cat3.gif); }
body.cat4 .pageheader .brand span { _background-color : #fff; background-image: url(i/logo-cat4.gif); }

.pageheader .sitelogo { vertical-align : middle; }
.pageheader .stream { top : 10px; }  /* Accessibility tr1ck50r */


.pagebody {
  float : left;
  margin-left : 252px;
  width : 643px;
  _display : inline;
  margin-top: 182px;
  border-top: 6px solid #626365;
}
.threecol .pagebody {
  width : 480px;
  margin-right : 163px;
}
.pagebody .wrapper {
  padding : 0 20px;
}

.pageextra1 {
  float : left;
  width : 204px;
  margin-left : -847px;
  _display : inline;
}

.pageextra1 .wrapper {
  padding: 0 8px;
}

.pageextra2 {
  float : left;
  width : 163px;
  _display : inline;
  margin-left : -163px;
  margin-top: 182px;
  border-top: 6px solid #626365;
}

.pageextra2 .wrapper {
  padding: 0 9px 0 10px;
}

.pageextra5 {
  clear : both;
  width : 100%;
  background: #fff url(i/p5-bg.gif) no-repeat;
}

.threecol .pageextra5 { background-image: url(i/p5-bg-3col.gif); }

.pageextra5 .wrapper { padding: 33px 0; }



.pageextra5 .wrapper,
.pageextra4 .wrapper,
.pageextra3 .wrapper,
.pageextra2 .wrapper,
.pageextra1 .wrapper,
.pageheader .wrapper,
.pagebody .wrapper { _height:0;min-height:0;/* ie hasLayout fix */ }



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0;/* ie hasLayout fix */
  position : relative;
  margin-bottom : 1.5em;
}
.boxhd { padding-top : 1.2em; margin-top: 0; }
.content { _height:0;min-height:0;/* ie hasLayout fix */ }


.pageextra1 .boxhd,
.pageextra2 .boxhd {
  text-transform: uppercase;
  color: #626365;
  font-size: 1.25em;
  line-height: 1;
}

.pageextra1 .boxhd { padding-top: .7em; }

.pageextra1 .boxhd span,
.pageextra2 .boxhd span { color: #F7921B; }

body.cat1 .pageextra1 .boxhd span,
body.cat1 .pageextra2 .boxhd span { color: #A9C355; }

body.cat2 .pageextra1 .boxhd span,
body.cat2 .pageextra2 .boxhd span { color: #0091D1; }

body.cat3 .pageextra1 .boxhd span,
body.cat3 .pageextra2 .boxhd span { color: #6D78A7; }

body.cat4 .pageextra1 .boxhd span,
body.cat4 .pageextra2 .boxhd span { color: #ED1A22; }

.pageextra1 .box { background: url(i/p1-box-top.gif) no-repeat; }

.pageextra1 .box .boxhd {
  padding: 11px 13px 0;
  margin-bottom: 0;
}

.pageextra1 .box .content {
  background: url(i/p1-box-bottom.gif) no-repeat 0 100%;
  padding: 7px 13px 4px;
}


.pagebody .boxhd { color: #F7921B; }

body.cat1 .pagebody .boxhd { color: #A9C355; }
body.cat2 .pagebody .boxhd { color: #0091D1; }
body.cat3 .pagebody .boxhd { color: #6D78A7; }
body.cat4 .pagebody .boxhd { color: #ED1A22; }




/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color : #777;
  display : block; 
  font-weight : normal;
  font-size : .92em;
}
.meta span { padding-right : .5em; }
.bodywrap .wrapper .content .meta a { color : #777; }





/* ******  buttons  ****** */
.more,
.buttons,
.moreolder,
.archivelink {
  display : block;
  white-space : nowrap;
  height : 1.2em;
}
.buttons {
  margin-top : 1.33em;
  clear : both;
}
.wrapper .more a,
.wrapper .buttons a,
.wrapper .moreolder a,
.wrapper .archivelink a {
  float : left;
  padding : 0 10px 0 0;
}



/* ******  articlelist  ****** */

.articlelist .item {
  margin-bottom : 1em;
  width : 100%;
  overflow : hidden;
}
.articlelist .item h3 {
  font-size : 1em; 
  margin : 0;
}

.articlelist .content .item h3 a { color: #555; }

.articlelist .summary p {  }
.articlelist .more {}
  
.articlelist b span,
.articlelist strong span {
  color: #999;
}

.articlelist img {
  float : right;
  margin : .2em 0 .33em .5em;
}

.articlelist ul { clear : both; }
.articlelist li { padding-bottom : .7em; }
.wrapper .articlelist li a { font-weight : bold; color: #555; }




/* ******  faqlist  ****** */


.wrapper .faqlist .content h3 a { color: #333; }


/* ****** faqitem ****** */

.faqitem h3 { margin-bottom: 0; }






/* ******  article  ****** */
.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 div.chapters {
  float : right;
  width : 164px;
  margin : 0 0 2em 2em;
  padding-left: 12px;
  border-left: 1px solid #eee;
}
/*
.threecol .article div.chapters {
  float : none;
  position : absolute;
  left : 470px;
  top : 0px;
  margin : 0;
}
*/
.article div.chapters h3 {
  text-transform : uppercase;
  color: #626365;
  font-size: 1.25em;
  line-height: 1;
  padding-top : 1.2em; 
  margin : 0 0 .55em 0;
}
.article div.chapters ul,
.article div.chapters li {
  list-style : none;
  margin : 0;
  padding : 0 ;
}
.article div.chapters a {
  /* See: styles for .enav */
}


.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 #ddd;
  border-left : 1px solid #ddd;
}
.article caption { 
  font-style : italic;
  padding : .2em 0;
  text-align : left;
}
.article th {
  font-weight : bold;
  padding : .2em .4em;
  border-right : 1px solid #eee;
  border-top : 1px solid #eee;
  background-color : #f8f8f8;
}
.article td {
  padding : .2em .4em;
  border-right : 1px solid #eee;
  border-top : 1px solid #eee;
}
.article tr.alt td {
  background-color : #f8f8f8;
}

.article table.grid,
.article table.grid td {
  background : transparent none;
  border : none;
  padding : 0
}


.article ul {
  list-style : disc;
  padding-left : 2.5em;
  margin-bottom : .7em;
}
.article li { margin-bottom : .54em; }





/* ******  imgbox  ****** */
.imgbox {
  position : static;
  float : right;
  padding : 0 0 .75em 10px;
  margin : 0;
  width : auto;
}
.imgbox .content {
  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 : .83em;
}

.pageextra1 .imgbox,
.pageextra2 .imgbox {
  float : none;
  padding : 0;
}
.pageextra1 .imgbox .imgcontent,
.pageextra1 .imgbox .imgmeta,
.pageextra2 .imgbox .imgcontent,
.pageextra2 .imgbox .imgmeta { width : auto; }




/* ******  sos (extends: article)  ****** */

.sos .qa { margin-bottom: .6em; }

.wrapper .sos strong a {
  cursor : pointer; 
  _cursor : hand;
  padding-left: 14px;
  background: url(i/plus.gif) no-repeat 0 .33em;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.wrapper .sos .content strong a {
  color: #333;
}

.sos p {
  padding-left: 14px;
  padding-top: 2px;
}

.sos .collapse-open strong a {
  background-image: url(i/minus.gif);
}

.sos .collapse-closed p { display: none; }




/* ******  quizbox  ****** */
.quizbox .question { font-weight : bold; }
.quizbox h3 {
  margin : .5em 0;
}
.quizbox .thanks {
  color : #06b;
}
.quizbox ul {}
.quizbox li {
  margin-bottom : .5em;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.quizbox label { display : inline; }
.quizbox .options li {}
.quizbox span.stat { display : block; }
.quizbox span.stat i {
  font-style : normal;
  color : #777;
  padding-left : .5em;
}
.quizbox span.bar {
  display : block; 
  background-color : #ddd;
}
.quizbox .results .bar img {
  height : .91em;
  background : #888;
}
.pagebody 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 .content { 
  padding-bottom : 2em;
}
.contactform p { clear : both; }
.contactform .fi_txt label,
.contactform .fi_bdy label,
.contactform .fi_static span {
  width : 7em;
  float : left;
  margin-top : .2em;
}
.contactform .fi_btn {
  margin-left : 7em;
  _margin-left : 7.2em;
}
.contactform textarea { width : 70%; }





/* ******  breadcrumbs  ****** */

.breadcrumbs {
  position : absolute;
  top : 6px;
  left : 250px;
  width : 450px;
  display : none;
}

.home .breadcrumbs,
.breadcrumbs .boxhd { position:absolute;right:9999em;left:auto; }

.breadcrumbs .content {}

.breadcrumbs .content span,
.wrapper .breadcrumbs .content a {
  text-decoration : none;
  color : #999;
}

.breadcrumbs i { font-style: normal; }



/* ******  qnav  ****** */
.qnav {
  position : relative;
  width : 150px;
}

.qnav .boxhd {
  background : #f8f8f8;
  font-weight : normal;
  font-size : 1em;
  color : #333;
  padding : 2px 20px 2px 8px;
  margin : 0;
  border : 1px solid #bbb;
}
.qnav-active .boxhd {
  padding : 0;
  border : none;
}

.qnav .boxhd 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 .boxhd a:hover,
.qnav .boxhd a:focus,
.qnav .boxhd a:active {
  text-decoration : none;
  background-color : #fff;
}

.qnav .content {
  padding : 3px 0 0 0;
  position : relative;
  background : #fff;
  margin : -1px 0 0 0;
  border : 1px solid #bbb;
  border-top : none;
}
.qnav-closed .content { display : none; }
.qnav-open .content { display : block; }

.qnav li { _display : inline; }
.qnav .content a {
  display : block;
  text-decoration : none;
  padding : 3px 5px 3px 8px;
  margin-top : -3px;
  _height:0;min-height:0;/* ie hasLayout fix */
}
.qnav .content a:hover,
.qnav .content a:focus,
.qnav .content a:active {
  text-decoration : none;
  background-color : #f8f8f8;
}





/* ******  mnav  ****** */

.mnav { margin : 0 -7px 16px -8px; }
.mnav .boxhd { position:absolute;right:9999em;left:auto; }
.mnav .content { padding : 0; }

.mnav ul {}
  
.mnav li { _display : inline; }

.wrapper .mnav li a {
  padding: 3px 18px;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  border-bottom: 1px solid #EBE3D9;
  border-top: 1px solid #fff;
  background: url(i/mnav-a.gif) repeat-x;
}
.wrapper .mnav .content li a { color: #555; }

.mnav .current a {
  font-weight: bold;
}


/* l2 */

.mnav .level2 {
  border-bottom: 1px solid #EBE3D9;
  color: #eee;
  padding: 5px 0;
}

.wrapper .mnav .level2 a {
  background : url(i/dot.gif) 18px .5em no-repeat;
  font-weight: normal;
  border: none;
  padding-left: 34px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cat1 .mnav .level2 a { background-image : url(i/dot-cat1.gif); }
.cat2 .mnav .level2 a { background-image : url(i/dot-cat2.gif); }
.cat3 .mnav .level2 a { background-image : url(i/dot-cat3.gif); }
.cat4 .mnav .level2 a { background-image : url(i/dot-cat4.gif); }

.wrapper .mnav .level2 .current a { font-weight: bold; }


/* l3 */

div.wrapper .mnav .level2 .level3 a {
  font-weight: normal;
  background : none;
  padding-left: 34px;
  ~padding-left : 46px;
  ~background : url(i/minus.gif) 34px .5em no-repeat;
}
div.wrapper .mnav .level2 .level3 a:before { content : "- "; }
div.wrapper .mnav .level2 .level3 .current a { font-weight: bold; }




/* ******  snav  ****** */
.snav {}





/* ******  flnav  ****** */
.flnav { }
.flnav .boxhd { position:absolute;right:9999em;left:auto; }
.flnav ul {
  overflow : hidden;
  width : auto;
}
.flnav li {
  float : left;
  display : inline;
  padding : 0 7px;
  border-left : 1px solid #ccc;
}
.flnav li.home { border : none; }
/* .flnav li.cat1 { border : none; } */
.flnav .content a {}

.flnav .parent a,
.flnav .current a { font-weight : bold; }





/* ****** enav ****** */

.article .chapters li a,
.wrapper .enav li a {
  padding: 0 0 4px 15px;
  background: url(i/dot.gif) no-repeat 0 .33em;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.wrapper .article .chapters li a,
.wrapper .enav .content li a { color: #555; }


body.cat1 .article .chapters li a,
body.cat1 .wrapper .enav li a { background-image: url(i/dot-cat1.gif); }
body.cat2 .article .chapters li a,
body.cat2 .wrapper .enav li a { background-image: url(i/dot-cat2.gif); }
body.cat3 .article .chapters li a,
body.cat3 .wrapper .enav li a { background-image: url(i/dot-cat3.gif); }
body.cat4 .article .chapters li a,
body.cat4 .wrapper .enav li a { background-image: url(i/dot-cat4.gif); }



/* ******* cnav ******* */

.cnav .boxhd { margin-bottom: 5px; }

.wrapper .cnav li a {
  padding: 4px 0 4px 17px;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  display : block;
  _height:0;min-height:0; /* ie hasLayout fix */
  background: no-repeat 0 .66em;
}
.wrapper .cnav .content li a { color: #777; }

.wrapper .cnav .cat1 a { background-image: url(i/cnav-cat1.gif); }
.wrapper .cnav .cat2 a { background-image: url(i/cnav-cat2.gif); }
.wrapper .cnav .cat3 a { background-image: url(i/cnav-cat3.gif); }
.wrapper .cnav .cat4 a { background-image: url(i/cnav-cat4.gif); }


.wrapper .cnav li.current a { color: #aaa; }





/* ****** tnav ****** */

.tnav {
  margin-bottom: -3px;
  z-index: 99;
  position : relative;
}

.tnav ul {
  width: 100%;
  overflow: hidden;
  padding-left: 3px;
  padding-top: 15px;
}

.tnav li {
  float: left;
  margin-left: 3px;
  _display: inline;
}

.tnav li a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  height: 25px;
  background: no-repeat;
  float: left;
}

.tnav .cat1 a {
  width: 76px;
  background-image: url(i/tnav-cat1.gif);
}

body.cat1 .tnav .cat1 a { background-image: url(i/tnav-cat1-cat1.gif); }
body.cat2 .tnav .cat1 a { background-image: url(i/tnav-cat1-cat2.gif); }
body.cat3 .tnav .cat1 a { background-image: url(i/tnav-cat1-cat3.gif); }
body.cat4 .tnav .cat1 a { background-image: url(i/tnav-cat1-cat4.gif); }

.tnav .cat2 a {
  width: 97px;
  background-image: url(i/tnav-cat2.gif);
}

body.cat1 .tnav .cat2 a { background-image: url(i/tnav-cat2-cat1.gif); }
body.cat2 .tnav .cat2 a { background-image: url(i/tnav-cat2-cat2.gif); }
body.cat3 .tnav .cat2 a { background-image: url(i/tnav-cat2-cat3.gif); }
body.cat4 .tnav .cat2 a { background-image: url(i/tnav-cat2-cat4.gif); }


.tnav .current a,
.tnav li a:hover,
.tnav li a:focus,
.tnav li a:active {
  background-position: 0 -25px;
}



.tabbox-section-closed { display: none; }



/* ******  monthlist ****** */
.pagebody 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; }
.pageextra1 .calendar,
.pageextra2 .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 { 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 .boxhd { text-align : left; }
.advert .content { text-align : center; }
.advert img { margin-bottom : 1em; }




/* ******  subscr  ****** */

.subscr .boxhd { position:absolute;right:19999px;left:auto; }
.subscr .error {}

.subscr .fi_txt,
.subscr .fi_btn {
  margin: .4em 0;
}




/* ******  qa  ******* */

.wrapper .qa .boxhd {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  width: 188px;
  height: 70px;
  background: url(i/qa-boxhd.gif) no-repeat;
  margin-bottom: 0;
}

body.cat1 .qa .boxhd  { background-image: url(i/qa-boxhd-cat1.gif); }
body.cat2 .qa .boxhd  { background-image: url(i/qa-boxhd-cat2.gif); }
body.cat3 .qa .boxhd  { background-image: url(i/qa-boxhd-cat3.gif); }
body.cat4 .qa .boxhd  { background-image: url(i/qa-boxhd-cat4.gif); }


.wrapper .qa .content { padding-top: 0; }

.qa .fi_txt,
.qa .fi_bdy,
.qa .fi_btn {
  margin: .4em 0;
}
.qa .fi_bdy textarea {
  height: 12em;
}
.qa .fi_btn {
  text-align: right;
  padding-bottom: .4em;
}




/* ******  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 : 15px;
  margin-top : -.8em;
  right : 0px;
  width : 210px;
}
.qsearch .boxhd,
.qsearch label { position:absolute;right:9999em;left:auto; }
.qsearch .content { padding : 0; }
.qsearch .fi_txt input { width : 120px; }
.qsearch .fi_btn input { width : 3.5em; font-size : .91em; }





/* ******  sitemap  ****** */

.sitemap .content {
  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 .content a:hover,
.sitemap .content a:focus,
.sitemap .content a:active { border-color : #F8992B; }
.sitemap .content i:hover { border-color : #aaa; }







/* ******  galleries  ****** */

.galleries {}
.galleries ul {}
.galleries h4 {}
.galleries p {}


/* ******  galleries  ****** */

.galleries {}
.galleries ul {}
.galleries h4 {}
.galleries p {}


/* ******  gallery  ****** */

.gallery .content { padding-right : 0; }

.gallery td {
  padding-right : 12px;
  padding-bottom : 12px;
  text-align : center;
  vertical-align : bottom;
}

.gallery img { margin : 0 auto; }


/* ******  galleryitem  ****** */

.galleryitem .content {
  text-align : center;
}
.galleryitem .ctrls a {
  padding : 0 .3em;
}
.galleryitem img {
  margin : .5em 0;
}



/* ****** imgalbum ****** */
.album .pagebody {
  margin-top : -1px;
  border-top : none;
}
.album .pagebody .wrapper {
  padding : 0;
}
.imgalbum {
  background : #626365;
  position : relative;
  color : #fff;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.imgalbum .boxhd {
  padding : 1.2em .85em .8em;
}
.imgalbum .boxhd i,
.imgalbum .boxhd span { color : #fff; }


.wrapper .imgalbum .boxhd a:hover,
.wrapper .imgalbum .boxhd a:focus,
.wrapper .imgalbum .boxhd a:active { }

.imgalbum .content {
  min-height: 400px; _height: 400px;
  text-align: center;
}

.imgalbum ul {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1px;
}

.imgalbum li {
  float: left;
  width: 106px;
  margin: 0 15px 15px;
  position : relative;
  _display: inline;
  text-align: center;
}


.imgalbum li strong {
  position : absolute;
  z-index : 1;
  top: 126px;
  left: 0;
  width: 164px;
  text-align: center;
}


.imgalbum .pgr a {
  /* image replacement */padding:0; display:block; overflow:hidden; border:none; line-height:0; text-indent:-9999em; font-size:1px; letter-spacing:-1em;
  position : absolute;
  top: 140px;
  left: 10px;
  width: 60px;
  height: 60px;
  background: url(i/gallery-prev.png);
  _background-image: url(i/gallery-prev.gif);
}

.imgalbum .pgr a.next {
  background-image: url(i/gallery-next.png);
  _background-image: url(i/gallery-next.gif);
  right: 10px;
  left: auto;
}

.imgalbum .pgr a:hover,
.imgalbum .pgr a:focus,
.imgalbum .pgr a:active { background-position: 0 -60px; }


.imgalbum .pgs {
  text-align: center;
  padding: 0 0 20px;
  margin-top: 10px;
  clear: both;
}



/* imgalbum-folders (extends: imgalbum) */

.imgalbum-folders li {
  padding-top: 8px;
  line-height: 1.2;
  height: 158px;
}

.imgalbum-folders li a {
  height: 100px;
  width : 100px;
  overflow: hidden;
  display : block;
  border: 3px solid #fff;
}

.imgalbum-folders li a:hover,
.imgalbum-folders li a:focus,
.imgalbum-folders li a:active { border-color: #F7921B; }

.imgalbum-folders li a:hover strong,
.imgalbum-folders li a:focus strong,
.imgalbum-folders li a:active strong { text-decoration: underline; }

.imgalbum-folders li span.count {
  background : #f0f0f0;
  position : absolute;
  bottom: 55px;
  left: 3px;
  width: 100px;
  color: #555555;
  text-align: left;
  padding: 4px 0;
}



/* imgalbum-images (extends: imgalbum) */
.imgalbum-images ul {
  padding : 0 48px;
  width : auto;
}
.imgalbum-images li {
  height: 156px;
}

.imgalbum-images li a {
  height: 156px;
  width: 106px;
  
  vertical-align: middle;
  display: table-cell;
  
  ~padding-top : 90px;
  ~height : 90px;
  ~display: block;
}

.imgalbum-images li img {
  border: 3px solid #fff;
  ~margin-top: expression( this.runtimeStyle.marginTop=(-this.offsetHeight/2-1)+'px' );
}

.imgalbum-images li a:hover img,
.imgalbum-images li a:focus img,
.imgalbum-images li a:active img { border-color: #F7921B; }



/* imgalbum-bigimage (extends: imgalbum) */

.imgalbum-bigimage img {
  border: 3px solid #fff;
}

.imgalbum-bigimage .content:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:0; }

.imgalbum-bigimage .imgcontent .imgtext {
  text-align: left;
  float: left;
  width: 400px;
  padding: 14px 0 14px 50px;
  margin: 0;
}

.imgalbum-bigimage .pgs {
  float: right;
  padding: 14px 50px 14px 0;
  width: 100px;
  text-align: right;
  clear: none;
  margin-top: 0;
}
.imgalbum-bigimage .pgr a {
  margin-top : 40px;
}




/* ******  footer  ****** */

.footer .boxhd { /* display : none; */ }

.footer .content {
  text-align: center;
  padding: 12px;
}

.wrapper .footer .content a { color: #555; }





/* ******  eplicaad  ****** */

.eplicaad {
  background: #fff;
  text-align: right;
  padding-bottom: 30px;
  padding-right: 50px;
}




/* ******  imgbanner  ****** */

.imgbanner {
  position : absolute;
  top: 102px;
  left: 252px;
  border-bottom: 1px solid #EBE3D9;
}

.imgbanner img { vertical-align: top; }



/* ******* topquote ******* */

.topquote {
  position : absolute;
  top: 51px;
  right: 64px;
  width: 240px;
  width: 21.7em;
  margin-top: -2em;
}

.topquote p { margin-bottom: 4px; }

.topquote p span { color: #F8931C; }

body.cat1 .topquote p span { color: #A9C355; }
body.cat2 .topquote p span { color: #0091D1; }
body.cat3 .topquote p span { color: #6D78A7; }
body.cat4 .topquote p span { color: #ED1A22; }

.topquote strong {
  float: right;
  font-family: Trebuchet MS;
  color: #AAA49D;
  font-weight: normal;
}

.topquote strong span {
  display : block;
  color: #555;
}



/* ****** fontsizer  ****** */

.fontsizer { 
  position : absolute;
  top : 2.82em;
  right : 40px;
}
.fontsizer h2 { position:absolute;right:9999em;left:auto; }
.fontsizer li {
  float : right;
}
.fontsizer a {
  display : block;
  padding-left : 22px;
  background : url(i/_temp_dev/font-dwn.gif) 5px 50% no-repeat;
}

.fontsizer .up a { background-image : url(i/_temp_dev/font-up.gif); }
.fontsizer .alt a { background-image : url(i/_temp_dev/font-alt.gif); }

.fontsizer a:hover,
.fontsizer a:focus,
.fontsizer a:active {}








/* * links * */
div.wrapper a:hover,
div.wrapper a:focus,
div.wrapper a:active { color : #F8992B;  text-decoration : underline; }

body.cat1 a:hover,
body.cat1 a:focus,
body.cat1 a:active { color: #A9C355; }

body.cat2 a:hover,
body.cat2 a:focus,
body.cat2 a:active { color: #0091D1; }

body.cat3 a:hover,
body.cat3 a:focus,
body.cat3 a:active { color: #6D78A7; }

body.cat4 a:hover,
body.cat4 a:focus,
body.cat4 a:active { color: #ED1A22; }


body a[name],
body a[name]:hover { color : inherit; text-decoration : inherit; }












/* ************ */
/* *** HOME *** */
/* ************ */


/* *** layout *** */


.home .pagebody {
  margin-top: 0;
  border-top: none;
  background: url(i/home-pb-bottom.gif) no-repeat 9px 100%;
  margin-bottom: -33px;
  position : relative;
}
.home .pagebody .wrapper {
  padding: 0 0 1px 0;
  position : relative;
}




/* *** box *** */

.home .pagebody .boxhd {
  text-transform: uppercase;
  color: #626365;
}

.home .pagebody .boxhd span { color: #F8931C; }





/* *** hnav *** */

.hnav {
  margin-left: -1px;
  border-top: 6px solid #626365;
  background: #fff;
  _height : 153px; /* <-- hack to fix a nasty :hover rendering bug in IE6 */
}
.hnav ul {
  _position : absolute; /* <-- hack to fix a nasty :hover rendering bug in IE6 */
  width: 100%;
  overflow: hidden;
}

.hnav li {
  background: #a9c355;
  float: left;
  width : 160px;
  overflow : hidden;
  border-left: 1px solid #ebe3d9;
}

.hnav .cat1 { background: #a9c355; }
.hnav .cat2 { background: #0092d1; }
.hnav .cat3 { background: #6e79a8; }
.hnav .cat4 { background: #ed1a22; }

.wrapper .hnav li a {
  display : block;
  width: 153px;
  _width /**/: 160px;
  padding-left: 7px;
  background: none 0 0 no-repeat;
  float: left;
  color: #eee;
  font-size: 1.4em;
  font-weight: bold;
  height: 22px;
  _height /**/: 153px;
  padding-top: 131px;
}
.hnav li.cat1 a { background-image : url(i/hnav-bak1.png); }
.hnav li.cat2 a { background-image : url(i/hnav-bak2.png); }
.hnav li.cat3 a { background-image : url(i/hnav-bak3.png); }
.hnav li.cat4 a { background-image : url(i/hnav-bak4.png); }


.wrapper .hnav li a:hover,
.wrapper .hnav li a:focus,
.wrapper .hnav li a:active {
  color: #fff;
  background-position: -200px 0;
  text-decoration : none;
}







.topbox {
  border-bottom: 1px solid #ebe3d9;
  background: #fff;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.topbox .boxhd {
  font-size: 3.55em;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px 30px 0;
  margin-bottom: -4px;
}

.topbox .content { padding: 0 110px 0 33px; }

.topbox .content p { margin-bottom: 1.2em; }





.fpbox {
  position : relative;
  float: left;
  width: 303px;
  margin: 0 9px;
  _display: inline;
  background: url(i/fpbox-top.gif) no-repeat;
  min-height: 200px; _height: 200px;
  border-top: 10px solid #fff;
}

.fpbox .boxhd {
  font-size: 1.65em;
  padding: 10px 23px 0 14px;
  font-weight: normal;
  line-height: 1;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.fpbox .content {
  background: url(i/fpbox-bottom.gif) no-repeat 0 100%;
  padding: 0 17px 16px;
  _height:0;min-height:0; /* ie hasLayout fix */
}

.fpbox .content table,
.fpbox .content table tr,
.fpbox .content table tr td,
.fpbox .content table tr td.alt { border : none; background : none; padding : 0; }

.fpbox2 {
  float : none;
  width : 624px;
  background : url(i/fpbox2-top.png) 0 0 no-repeat;
  border-bottom : 10px solid #fff;
}
.fpbox2 .content {
  background: url(i/fpbox2-bottom.png) no-repeat 0 100%;
}
.fpbox2 h1 {
  text-transform : uppercase;
  font-size : 1.65em;
  font-weight : normal;
  padding-top : 15px;
  line-height : 1;
}
.fpbox2 p { margin-bottom : 0; }


/* *** articlelist *** */

.home .articlelist .item {
  background: url(i/home-articlelist-dots.gif) no-repeat 11px 0;
  margin-bottom: .6em;
  padding-top: .6em;
  margin-left: -12px;
  padding-left: 12px;
}

.home .articlelist .firstitem {
  background: none;
  padding-top: 0;
}

.home .articlelist h3 {
  margin-left: -12px;
  background: url(i/dot.gif) no-repeat 0 .33em;
  padding-left: 12px;
  position : relative;
} 


.home .articlelist .moreolder a,
.home .articlelist .archivelink a {
  float: right;
  padding-right: 0;
}


