.stream, .print { display : none; }


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


body {
  background : #fff url("../img/fadestrip.gif") 760px 0% repeat-y;
  margin : 0;
  padding : 0;
  color : #666;
  font-size : 12px;
  _font-size : 75%;
  font-family : Arial, Helvetica, Geneva, sans-serif;
}

.bodywrap { width : 760px; }

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 : 1.75em; }
ol { padding-left : 2.25em; }
ul, ol  { margin-left : 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom : .27em; }
li { margin : 0; padding-bottom : .18em; }


form { margin : 0; }
label { display : block; }
input, select, textarea {
  vertical-align : middle;
  font-family : Arial, Helvetica, Geneva, sans-serif;
  font-size : 1em;
}
.textinput, textarea, select { border : 1px solid #888; }
textarea { vertical-align : top; }
.button {
  cursor : pointer; 
  _cursor : hand;
} 
.button:hover { color : #c00; }

.pageextra1 .textinput,
.pageextra2 .textinput { width : 98%; }



a:link     { color : #ba1423; text-decoration : none; }
a:visited  { color : #ba1423; text-decoration : none; }
a:hover,
a:focus,
a:active   { color : #999; text-decoration : underline; }

.pagebody a { text-decoration : underline; }
a[name]:hover { color : inherit; text-decoration : none; }



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, h2, h3, h4 {
  margin-top : 0;
  margin-bottom : 0;
  color : #444;
}
h1 {
  font-size : 1.27em;
}
h2 {
  font-size : 1.27em;
  margin-top : 1.57em;
  margin-bottom : .55em;
}
h3 {
  font-size : 1.08em;
  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.num, td.num {
  text-align : right; 
  white-space : nowrap; 
}



/* **********  clear  ********** */
.clear { clear : both; line-height : 1px; font-size : 1px; margin-top : -1px; }




/* **************************************************************** */
/* Page Canvas Definitions                                          */
/* **************************************************************** */


.pageheader { border-bottom : 10px solid #ba1423; }
.pageheader .wrapper {
  border-bottom : 4px solid #db2a3a;
  background : transparent url("../img/headbanner01.jpg") 100% 0% no-repeat;
}
.pageheader h1 {
  font-size : 1em;
  margin : 0;
  width : 107px;
  background : #fff;
}
.pageheader .sitelogo {
  vertical-align : middle; 
  margin : 8px 9px 3px 8px;
}
.pageheader span {
  position : absolute;
  top : 81px;
  left : 105px;
  display : block;
  background : #fff;
  text-decoration : none;
  color : #ba1423;
  margin-top : -2em;
  padding : .17em .33em;
  text-transform : uppercase;
  white-space : nowrap;
}

.pagebody { margin : 3em 170px 0 160px; }
.pagebody .wrapper {}
.home .pagebody { margin-top : 25px; }


.pageextra1 {
  position : absolute;
  top : 100px;
  left : 0;
  width : 127px;
}

.pageextra2 {
  position : absolute;
  top : 104px;
  left : 622px;
  width : 130px;
  padding-top : 2em;
}

.pageextra5 { font-size : .92em; }




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


.box {
  width : 100%;
  _height:0;min-height:0; /* ie hasLayout fix */
  position : relative;
  margin-bottom : 2.5em;
}
.boxhd {
  _height:0;min-height:0; /* ie hasLayout fix */
  color : #ba1423;
  margin-top : 0;
}
.pageextra1 .boxhd,
.pageextra2 .boxhd {
  margin : 0;
  font-size : 1em;
  background : transparent url("../img/dddot.gif") 0% 50% no-repeat;
  color : #666;
  padding-left : 11px;
  padding-bottom : 1px;
}
.pageextra1 .boxhd {
  padding-left : 17px;
  background-position : 6px 50%;
}

.content { _height:0;min-height:0; /* ie hasLayout fix */ }
.pageextra1 .content { padding-left : 6px; }
.pageextra1 .content,
.pageextra2 .content {
  border-top : 1px solid #ba1423;  
  border-bottom : 1px solid #ba1423;  
  padding-top : 3px;
}


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


/* **********  meta  ********** */
.meta {
  color : #777;
  display : block; 
  font-weight : normal;
  font-size : .92em;
}
.meta span { padding-right : .5em; }
.meta a:link,
.meta a:visited {
  color : #777;
  text-decoration : none;
}
.meta a:hover,
.meta a:focus,
.meta a:active {
  color : #999;
  text-decoration : underline;
}


/* **********  buttons  ********** */
.more,
.buttons,
.archivelink {
  display : block;
  white-space : nowrap;
  height : 1.2em;
}
.buttons { margin-top : 1.33em; }
.more a,
.buttons a,
.archivelink a {
  float : left;
  padding-right : 1.2em;
}
.pagebody .more,
.pagebody .buttons,
.pagebody .archivelink { font-size : .92em; }


/* **********  articlelist  ********** */
.articlelist .item {
  margin-bottom : 1em;
  width : 100%;
}
.articlelist .item h3 {
  font-size : 1em; 
  margin : 0;
}
.articlelist h3 a {
  color : #555;
}
.articlelist h3 a:hover,
.articlelist h3 a:focus,
.articlelist h3 a:active { color : #999; }

.articlelist .summary { }
.articlelist .summary p { margin : 0; }
.articlelist .more { }

.articlelist table { clear : both; }
.articlelist td.item {
  float : none;
  width : 50%;
  padding-left : 1.2em;
}
.articlelist td.col1 { padding-left : 0; }

.articlelist img {
  border : 1px solid #000;
  border-top : none;
  border-left : none;
  float : right;
  margin : .2em 0 5px 5px;
}

.articlelist h3.old {
  clear : both;
  font-size : 1em; 
  margin : 0;
}

.articlelist ul {
  clear : both;
  list-style : none;
  padding-left : 0;
}
.articlelist li {
  padding-bottom : .7em;
}
.articlelist li a {}




/* **********  article  ********** */
.article .subtitle {
  clear : none;
  margin-top : 0;
  font-size : 1em;
}
.article .meta { margin-top : .7em; }
.article .summary {
  color : #777;
  padding : 4px 0;
  margin : 0 0 .7em 0;
}
.article .summary p { margin : 0; }

.article img {
  clear : both;
  border : 1px solid #000;
  border-top : none;
  border-left : none;
}
.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 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;
}





/* **********  imgbox  ********** */
.imgbox {
  position : static;
  float : right;
  padding : 0 0 .75em .67em;
  margin : 0;
  width : auto;
}
.imgbox .content {
  display : inline;
  padding : 0;
  margin : 0;
}
.imgbox img {
  clear : none;
  float : none;
  margin : 0;
  padding : 0;
}
.imgbox .imgcontent {
  font-size : .92em;
  width : 200px; 
  color : #888;
}
.imgbox .imgtext {}
.imgbox .imgmeta {
  width : 200px;
  color : #aaa;
  font-size : .83em;
}

.pageextra1 .imgbox,
.pageextra2 .imgbox {
  float : none;
  margin : 0;
  width : auto; 
  margin-bottom : 2.5em;
}



/* **********  quizbox  ********** */
.quizbox .question {
  font-weight : bold; 
}
.quizbox .thanks {
  color : #0b6;
}
.quizbox ul {
  padding-left : 0;
  margin-left : 0;
  list-style : none;
  width : 98%;
}
.quizbox li { margin-bottom : .5em; }
.quizbox label { display : inline; }
.quizbox .options li { margin : 0; }
.quizbox .bar {
  display : block; 
  border : 1px solid #ddd;
  border-left : none;
}
.quizbox .results .bar img {
  height : .92em;
}

.pageextra2 .quizbox .bar img { height : .8em; }
.pageextra1 .quizbox h3 {
  font-size : 1em;
  margin-bottom : .1em;
  font-weight : normal;
}



/* **********  contactform  ********** */
.contactform .content { 
  padding-bottom : 2em;
}
.contactform label {
  width : 4.5em;
  float : left;
  margin-top : .2em;
}
.contactform .body label {
  float : none;
}
.contactform textarea { width : 98%; }



/* **********  advert  ********** */
.advert {}



/* **********  breadcrumbs  ********** */
.breadcrumbs {
  position : absolute;
  top : 5px;
  left : 160px;
  width : 430px;
  font-size : .92em;
  color : #999;
}
.home .breadcrumbs,
.breadcrumbs .boxhd { display : none; }
.breadcrumbs .content {
  padding : 0;
  border : none;
}
.breadcrumbs .content a { color : #999; }



/* **********  mnav  ********** */
.mnav .boxhd { display : none; }
.mnav .content {
  padding : 0;
  border : none;
}
.mnav ul {
  list-style : none;
  padding : 0;
  margin : 0 0 -1px 0;
}

.mnav li {
  display : inline;
  padding-bottom : 0;
}

.mnav .level1 { border-bottom : 1px solid #ba1423; }
.mnav .content a {
  display : block;
  padding : 4px 8px 4px 8px;
  border-top : 1px solid #ba1423;  
  color : #666;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.mnav .home a { border : none; }

.mnav .content .level1 a:hover,
.mnav .content .level1 a:focus,
.mnav .content .level1 a:active {
  color : #aaa;
  text-decoration : none;
}
.mnav .parent a {}
.mnav .current a { color : #000; }

.mnav .level2 {
  border-top : 1px solid #ba1423; 
  font-size : .92em;
}
.mnav .level2 a {
  padding-left : 18px;
  border-top : none;
  border-bottom : 1px solid #e1b8bb;
  color : #666;
}

.mnav .level2 .parent a {}
.mnav .level2 .current a { color : #000; }

.mnav .level3 {
  padding-bottom : 6px;
  border-bottom : 1px solid #e1b8bb; 
}
.mnav .level2 .level3 a {
  padding : 4px 8px 0 28px;
  border : none;
  color : #777;
}
.mnav .level3 .current a { color : #000; }





/* **********  calendar  ********** */
.calendar {
  border : 1px solid #eee;
  border-bottom : none;
  border-right : none;
}
.calendar caption {
  font-weight : bold;
  font-style : normal;
  text-align : center;
  padding : .1em;
}
.calendar th {
  color : #444;
  text-align : center;
  font-size : 10px;
  padding : .2em;
  border-right : 1px solid #eee;
  border-bottom : 1px solid #ccc;
}
.calendar td {
  text-align : right;
  border : 1px solid #eee;
  border-top : none;
  border-left : none;
}
.calendar .sa { }
.calendar .su { font-weight : bold; color : #888; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  display : block;
  font-style : normal;
  padding : .2em .33em .2em .4em;
}
.calendar td a:link,
.calendar td a:visited {
  text-decoration : underline;
  font-weight : bold;
}
.calendar td a:hover,
.calendar td a:focus,
.calendar td a:active {}


/* **********  advert  ********** */
.advert .content {
  text-align : center;
}




/* **********  searchform  ********** */
.searchform .content { text-align : right; padding-bottom : .45em; }
.searchform label { display : none;}
.searchform .textinput { margin-bottom : 2px;}
.searchform .button { border : 1px solid #888; background : #fff; }



/* **********  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;
}





/* **********  footer  ********** */
.footer {
  color : #999;
  text-align : center;
  margin : 0;
}
.footer .boxhd { display : none; }
.footer p { margin : 0; }
.footer a { color : #999; }
.footer a:hover,
.footer a:focus,
.footer a:active { color : #ba1423; }





/* **********  eplicaad  ********** */
.eplicaad {
  border-top : 17px solid #ba1423;
  vertical-align : middle;
  padding : 1px;
}

.eplica-pageedit .eplicaad { display: none; }



/* **********  fontsizer  ********** */
.fontsizer {
  position : absolute;
  z-index : 1;
  top : 101px;
  left : 685px;
  width : 70px;
  text-align : right;
}
.fontsizer img {
  border : 1px solid #fff;
  padding : 1px 3px;
  margin-left : -.25em;
}
.fontsizer a:hover img { border-color : #f00; }







