.stream, .print { display : none; }


/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

body {
  margin : 0;
  padding : 2.75em 8px;
  color : #69717d;
  font-size : 12px;
  _font-size : 75%;
  font-family : "Trebuchet MS", Tahoma, sans-serif;
  text-align : center;
}

.bodywrap {
  position : relative;
  width : 713px;
  margin : 0 auto 30px auto;
  text-align : left;
}


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 { padding-left : 2.5em; }
ol { padding-left : 3em; }
ul, ol  { margin-left : 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom : .27em; }
li { margin : 0; padding : 0; }


form { margin : 0; }
label { display : block; }
.fi_rdo label,
.fi_chk label { display : inline; }

input,
select,
textarea {
  vertical-align : middle;
  font-family : Tahoma, sans-serif;
  font-size : 1em;
}
textarea { vertical-align : top; }
select,
textarea,
.textinput,
.fi_txt input {
  border : 1px solid #b3c2d9;
  width : 98%;
}
.pagebody .textinput,
.pagebody .fi_txt input { width : auto; }

.button,
.fi_btn input {
  cursor : pointer; 
  _cursor : hand;
  background : #fff;
  border : 1px solid #809abf;
  color : #a5acb2;
}
.button:hover,
.button:focus,
.fi_btn input:hover,
.fi_btn input:focus { border-color : #c00; }


.reqerror label  { font-weight : bold; color : #c33; }
.typeerror label { font-weight : bold; color : #936; }
.reqerror input,
.reqerror textarea,
.reqerror select { border : 1px solid #c33; }
.typeerror input,
.typeerror textarea,
.typeerror select { border : 1px solid #936; }

.req label acronym { border : none;  margin-left : -.25em;  padding : 0 .25em; }
.req label acronym:hover { border : none; }



a:link,
a:visited { color : #69717d; }



abbr, acronym {
  border-bottom : 1px dotted #777;
  cursor : help;
}
abbr:hover, acronym:hover { border-bottom-color : #555; }


img { 
  margin : 0;
  padding : 0;
  border : none; 
}



h1 {
  font-size : 1.4em;
  margin-top : 5px;
  margin-bottom : 15px;
}

h2 {
  font-size : 1em;
  margin : 35px 0 10px 0;
  padding-bottom : 3px;
  border-bottom : 1px solid #e8edf4;
}

h3 {
  font-size : 1em;
  margin-bottom : 0;
}
h4 {
  font-size : 1em;
  margin-top : 0;
  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.num, td.num {
  text-align : right; 
  white-space : nowrap; 
}



/* *****  clear  ***** */
.clear { clear : both; line-height : 0px; font-size : 1px; }




/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */

.pageheader {
  margin-left : 256px;
  padding-top : 75px;
  margin-bottom : 1.6em;
}

.pageheader .catimage {
  overflow : hidden;
  height : 40px;
}
.home .pageheader .catimage { height : 143px; }

.pageheader .wrapper {}

.pageheader .brand {
  position : absolute;
  top : 0;
  left : 256px;
  z-index : 1;
  padding : 20px 35px 0 101px;
  width : 322px;
  height : 95px;
  _width /**/: 458px;
  _height /**/: 115px;
  background : url("../img/header_bak.gif") no-repeat 100% 0%;
}
.pageheader .brand a {
  text-decoration : none;
  font-weight : bold;
  color : #809abf;
}
.pageheader .sitelogo {
  position : absolute;
  top : 10px;
  left : -256px;
}
.pageheader a span {
  display : block;
  background-color : #ebedf4;
}

.pagebody {
  background : #e8edf4 url("../img/p1_bak.gif") 241px 100% no-repeat;
  margin-bottom : 8px;
  margin-right : 23px;  
  _margin-right /**/: 28px;
}
.pagebody .wrapper {
  margin-left : 251px;
  background : #fff;
  width : 434px;
  border-left : 5px solid #fff;
}



.pageextra1 {
  position : absolute;
  top : 0;
  left : 0;
  width : 251px;
}

.pageextra5 {
  width : 690px;
  background : #f0f3f7;
}



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */

.pagebody .box { _height:0;min-height:0; /* ie hasLayout fix */ }

.pageextra1 .boxhd { display : none; }
.pageextra5 .boxhd { display : none; }



.boxhd {
  color : #fff;
  margin : 0;
  padding : 2px 0 5px 15px;
  background: #b4c4da url("../img/boxhd.gif") 0% 100% repeat-x;
  border : none;
}

.pagebody .content {
  margin-top : 1px;
  background : #f7f9fb;
  padding : 12px 8px 8px 8px;
  _height : 1em;
}

.home .pagebody .content { padding-top : 16px; }



/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */

/* ******  meta  ****** */
.meta {
  display : block;
  color : #999;
  font-weight : normal;
  font-size : .9em;
}

.meta a {
  text-decoration : none;
  color : #999;
}

.meta .source { display : none; }





/* ******  articlelist  ****** */
.articlelist .item { margin-bottom : 2em; _height:0;min-height:0; /* ie hasLayout fix */}

.articlelist img {
  float : right;
  margin : .2em 0 .33em .5em;
}

.articlelist h3 a { text-decoration : none; }
.articlelist .summary p { margin : 0; }

.articlelist .more a {
  float : left;
  padding :  5px 14px;
  background : url("../img/li_l2.gif") no-repeat 2px 50%;
  color : #809abf;
  font-weight : bold;
}

.articlelist .archivelink a {
  padding-left : 15px;
  background : url("../img/li_l2.gif") no-repeat left center;
  color : #809abf;
  font-weight : bold;
  _float /**/:left;
}

.articlelist ul .meta { display : inline; }

.articlelist p.moreolder a { float : none; }


/* ******  article  ****** */
.article img { clear : both; }
.article img.left { float : left;  margin : .2em .5em .2em 0; }
.article img.right { float : right;  margin : .2em 0 .5em .5em; }
.article img.center { float : none; display : block; margin : 0 auto .7em auto; text-align : center;}
.article-ie5mac img.center { display : inline; }

.article h3 a { text-decoration : none;  }

.article .summary { margin : 0; font-weight : bold; color : #666; }

.article .more { display : block; padding-top : 5px; }
.article .more a {
  padding :  5px 14px;
  background : url("../img/listitem.gif") no-repeat 2px 50%;
  color : #809abf;
  font-weight : bold;
  _float /**/:left;
}

.article .archivelink a {
  padding-left : 15px;
  background : url("../img/li_l2.gif") no-repeat left center;
  color : #809abf;
  font-weight : bold;
  _float /**/:left;
}

.article .buttons {
  margin : 0 -8px -8px -8px;
  padding : 10px 15px;
  background : #e9eef4 url("../img/subnav.gif") repeat-x bottom;
}
.article .buttons a {
  text-decoration : none;
  color : #999;
  background : url("../img/li_l2.gif") no-repeat 2px 50%;
  padding-left : 15px;
}

.article ul, .article ol {
  list-style : none;
  margin : 0;
  padding-left : 15px;
}

.article ul li, .article ol li {
  background : url("../img/bullet.gif") no-repeat 5px 9px;
  padding-left : 12px;
}



/* ******  nav  ****** */
.nav {
  border-top : 74px solid #023680;
  _height : 1em;
}

.nav ul {
  list-style : none;
  margin : 0;
  padding : 0;
}

.nav a {
  display : block;
  padding-left : 32px;
  text-decoration : none;
  font-weight : bold;
}

.nav .level1 li {
  background : #809abf url("../img/nav.gif") repeat-x bottom;
  border-bottom : 1px solid #edf1f6;
}

.nav .level1 a {
  color : #fff;
  text-transform : uppercase;
  padding-top : .67em;
  padding-bottom : .92em;
  background : url("../img/li_l1.gif") no-repeat 15px 1.08em;
  letter-spacing : 2px;
}

.nav .level1 .parent,
.nav .level1 .current {
  background : #b3c2d9 none;
}

.nav .level1 .current a {
  background-image : url("../img/li_l1c.gif");
  border-bottom : 1px solid #fff;
}

.nav .level1 .level2 a {
  color : #809abf;
  text-transform : none;
  padding-top : .27em;
  padding-bottom : .36em;
  background : url("../img/li_l2.gif") no-repeat 15px .63em;
  font-size : .92em;
}

.nav .level1 .level2 li {
  background : #e9eef4 url("../img/subnav.gif") repeat-x bottom;
}




/* ******  snav  ****** */
.snav ul {
  list-style : none;
  margin : 0;
  padding : 0;
}

.snav a {
  display : block;
  padding-left : 32px;
  text-decoration : none;
  font-weight : bold;
  background-repeat : no-repeat;
  background-position : 15px 48%;
}

.snav .level1 a {
	color: #5984AF ;
	text-transform: none;
	padding-top: 3px;
	padding-bottom: 4px;
	background-image: url("../img/sli_l1.gif");
	font-size: .9em;
}


.snav .level1 li {
  background : #e9eef4 url("../img/subnav.gif") repeat-x bottom;
  border-bottom : 1px solid #fff;
}

.snav .level1 li.cat1 {
  border-top : 1px solid #fff;
}



/* ******  enav  ****** */
.enav {
  position : absolute;
  top : -6px;
  margin-top : -1.54em;
  right : -256px;
  width : 260px;
  text-align : right;
}

.enav ul {
  list-style : none;
  padding : 0;
  margin : 0;
}

.enav li {
  display : inline;
  _float /**/: left;
  border-left : 1px solid #7799BC;
  padding : 0 8px;
}
.enav .content a {
  color : #7799BC;
  text-decoration : none;
}

.enav .cat1 a { border : none; }



/* ******  breadcrumbs  ****** */
.breadcrumbs {
  position : absolute;
  left : 256px;
  top : 115px;
  width : 434px;
}

.breadcrumbs .content {
  font-size : .91em;
  margin : 0;
  color : #aaa;
  padding : 1px 0 1px 15px;
  background : #fff;
  border : none;
  border-right : 18px solid #ebedf4;
}

.home .breadcrumbs { display : none; }
.breadcrumbs .content a { color : #aaa; text-decoration : none; }
.breadcrumbs a:hover,
.breadcrumbs a:focus,
.breadcrumbs a:active { text-decoration : underline; }




/* ******  quizbox  ****** */
.quizbox .question {
  font-weight : bold;
}
.quizbox ul {
  padding-left : 0;
  margin-left : 0;
  list-style : none;
}
.quizbox li { margin-bottom : .5em; }
.quizbox label { display : inline; }
.quizbox .options li { margin : 0; }
.quizbox .bar {
  display : block;
  background-color : #ddd;
}
.quizbox .results .bar img { height : .91em; }
.pageextra1 .quizbox h3 {
  font-size : 1em;
  margin-bottom : .1em;
  font-weight : normal;
}



/* ******  advert  ****** */
.advert .boxhd { display : none; }

.advert .content {
  padding : 8px;
  text-align : center;
}

.advert img {
  display : block;
  border : 2px solid #809abf;
  margin : 8px 0;
}



/* ******  qsearch  ****** */
.qsearch {
  position : absolute;
  top : -6px;
  margin-top : -1.73em;
  right : -460px;
  width : 200px;
}
.qsearch .boxhd,
.qsearch label { display : none; }
.qsearch .fi_txt input { width : 120px; }
.qsearch .fi_btn input { /* width : 4.2em; */ }



/* ******  fontsizer  ****** */
.fontsizer {
  position : absolute;
  top : -1px;
  margin-top : -2.09em;
  left : 5px;
  width : 255px;
}

.wrapper .fontsizer a {
  color : #5984AF;
  text-decoration : none;
  background : #fff url("../img/font_l.gif") no-repeat 0% 50%;
  padding : 0 10px 0 19px;
  line-height : 1em;
  white-space : nowrap;
  _float /**/: left;
}
.fontsizer a.dwn { background-image : url("../img/font_s.gif"); padding-right : 0; }



/* ******  footer  ****** */
.footer {
  _height : 1em;
  background : url("../img/footer.gif") no-repeat;
  padding : 40px 0 10px 25px;
}

.footer .content {
  color : #809abf;
  font-weight : bold;
}

.footer a {  color : #809abf; }




/* ******  welomebox  ****** */
.welcomebox .boxhd { display : none; }
.welcomebox h1 {
  font-size : 1.2em;
  margin : 0;
  color : #809abf;
}
.welcomebox .content {
  font-size : .9em;
  padding : 8px;
}



/* ******  eplicaad  ****** */
.eplicaad {
  padding : 8px 20px;
  text-align : right;
}


