.stream { position:absolute;font-size:1px;width:1px;height:1px;overflow:hidden;left:-9999px; }
.print { display : none; }



/* ********************************** */
/* Basic Style Definitions            */
/* ********************************** */

html, body { height : 100%; }

body {
  background : #c9cacb url(../img/Layout/bgMain.gif) 50% 0 repeat-x;
  margin : 0;
  padding : 0;
  color : #000;
  text-align : center;
  font-family : Trebuchet MS, Verdana, Geneva, 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%; }
/*
body.zoom0 { font-size : 12px;  _font-size :  75.00%; }
body.zoom0 { font-size : 13px;  _font-size :  81.25%; }
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 : 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%; }
*/


.bodywrap {
  position : relative;
  width : 770px;
  margin : 0 auto;
  text-align : left;
  background: #fff url(../img/Layout/bgSide.png) repeat-y;
}

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; }

.article ul {
  list-style : disc;
  padding-left : 2.5em;
  margin-bottom : .7em;
}
.article li { margin-bottom : .54em; }



a { color : #ca9b13; }



abbr,
acronym {
  cursor : help;
  border : none;
}
abbr:hover,
acronym:hover { border-bottom : 1px dotted #ddd; }


img {
  margin : 0;
  padding : 0;
  border : none;
  vertical-align : middle;
}

.imgname {
	display : none;
}

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 {
  background-color : #F1E3BC;
}
th acronym,
th acronym:hover { border : none; }
th.num, td.num {
  text-align : right;
  white-space : nowrap;
}

.wrapper table.grid {
  width : 100%;
  border : none;
  margin : 0;
}
.wrapper table.grid td {
  background-color : transparent;
  padding : 0 10px 10px 0;
  border : none;
}






form { margin : 0; }

fieldset {
  padding : 0;
  margin : 0;
  border : none;
}

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 #888;
  background : #fff;
  color : #000;
}

.pageextra1 select,
.pageextra1 textarea,
.pageextra1 .textinput,
.pageextra1 .fi_txt input,
.pageextra2 select,
.pageextra2 textarea,
.pageextra2 .textinput,
.pageextra2 .fi_txt input { width : 98%; }

.button,
.fi_btn input {
  cursor : pointer;
  _cursor : hand;
  background : #f7f7f7;
  border : 1px solid #bbb;
  border-right : 1px solid #666;
  border-bottom : 1px solid #666;
  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; }


label acronym,
fieldset h3 acronym,
fieldset h4 acronym {
  border : none;
  margin-right : -.25em;
  padding : 0 .25em 0 0;
}
label acronym:hover,
fieldset h3 acronym:hover,
fieldset h4 acronym:hover { border : none; }






/* *****  clear  ***** */
.clear { clear : both; line-height : 0px; font-size : 1px; }



/* ********************************** */
/* Page Canvas Definitions            */
/* ********************************** */


.pageheader {
  background: #fff url(../img/Layout/bgHeader.gif) right top repeat-y;
  height : 136px;
}
.pageheader .brand {}
.pageheader .sitelogo { vertical-align : middle; margin: 12px 0 12px 11px;}

.pagebody {
  position: relative;
  float : left;
  margin-left : 175px;
  width : 595px;
  overflow : hidden;
  _display : inline;
  background: url(../img/Layout/bgContentTop.png) repeat-x;
}
.threecol .pagebody {
  width : 400px;
  margin-right : 175px;
}
.pagebody .wrapper {
  padding : 25px 18px 15px 18px;
  margin: 15px 0 0;
  border-left: 1px solid #E7E8EA;
  border-bottom: 1px solid #fff;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.pagebody .wrapper:after { display:block; clear:both; content:"."; visibility:hidden; font-size:1px; height:1px; margin-top:-1px; }

body.home .pagebody .wrapper {
  background: url(../img/Layout/bgFrontContent.png) repeat-x;
}

.pageextra1 {
  float : left;
  width : 175px;
  margin-left : -770px;
  _display : inline;

  position: relative;
  padding: 20px 0 0 0;
  background: url(../img/Layout/bgContentTop.png) repeat-x;
  min-height: 530px;
  _height: 530px;
}
.pageextra1 .wrapper { margin : 0 10px; }

.pageextra2 {
  float : left;
  width : 170px;
  margin-left : 10px;
  _display : inline;
}

.pageextra5 {
  clear : both;
}


/* thjonusta */
body.home .thjonusta {
  position: relative;
  background: url(../img/Layout/bgPeople.jpg) top right no-repeat;
  margin: -40px -18px 0 -18px;
  _height:0;min-height:0; /* ie hasLayout fix */
}

body.home .thjonusta h2.boxhd {
  position: relative;
  top: 53px;
  background: url(../img/Layout/bgTab.png) top right no-repeat;
  float: left;
  margin: 0 0 53px 0;
  padding: 5px 30px 2px 10px;
  font-size: 1em;
  text-transform: uppercase;
}
body.home .thjonusta .content {
  clear: both;
  overflow: hidden;
  width: 550px;
  margin-left : 10px;
  padding-bottom : 20px;
  border-bottom: 1px solid #E7E8EA;
}
body.home .thjonusta .content .col {
  float: left;
  margin: 0 10px 0 0;
  width: 30%;
}
body.home .thjonusta .content .col h3 {
  color: #242A74;
  font-size: 1.1em;
}
body.home .thjonusta .content .col ul {
  border-right: 1px solid #E7E8EA;
  padding: 0 10px 0 0;
}
body.home .thjonusta .content .col ul li a {
  background: url(../img/Layout/dart.gif) 0 50% no-repeat;
  padding: 0 0 0 10px;
  display: block;
  color: #BC9217;
  text-decoration: none;
  font-size: 1.1em;
  _height:0;min-height:0; /* ie hasLayout fix */
}
body.home .thjonusta .content .col ul li a:hover {text-decoration: underline;}



/* ********************************** */
/* Generic Box Definitions            */
/* ********************************** */


.box {
  _height:0;min-height:0; /* ie hasLayout fix */
  position : relative;
  margin-bottom : 1.5em;
}
.boxhd { margin-top : 0; }
.content { margin-bottom : 1.5em; }



/* ********************************** */
/* Definitions of Individual Items    */
/* ********************************** */


/* ******  meta  ****** */
.meta {
  color : #777;
  display : block;
  font-weight : normal;
  font-size : .92em;
}
.meta span { padding-right : .5em; }
.wrapper .meta a:link,
.wrapper .meta a:visited { color : #777; }




/* ******  more. buttons  ****** */
.more,
.buttons,
.moreolder {
  display: block;
  height : 1.2em;
}

.more a,
.buttons a,
.moreolder a {
  float : left;
  background : url("../img/Layout/dart.gif") 0% 50% no-repeat;
  padding: 2px 10px 2px 8px;
  color: #CA9B13;
  text-decoration: none;
}
.more a {
  font-weight: bold;
  padding: 5px 0;
}
.buttons a {
  color : #333;
}

.more a:hover,
.more a:focus,
.more a:active,
.buttons a:hover,
.buttons a:focus,
.buttons a:active,
.moreolder a:hover,
.moreolder a:focus,
.moreolder a:active {
  color: #CA9B13;
  text-decoration: underline;
}









/* ******  articlelist  ****** */
.articlelist h2.boxhd {
  text-transform: uppercase;
  color: #707070;
  border-bottom: 1px solid #E3C87A;
  display: inline;
  font-weight: normal;
  font-size: 1.1em;
}
.articlelist .date {
  font-size: 0.9em;
}
.articlelist .content {
  clear: both;
  margin: 10px 0 0;
}
.articlelist .item {
  margin-bottom : 1em;
  width : 100%;
  overflow : hidden;
}
.articlelist .item h3 {
  font-size : 1.1em;
  margin: 0 0 0.2em;
  padding: 0;
}
.articlelist .item h3 a {
  font-size: 1.1em;
  color: #242A74;
  text-decoration: none;
}
.articlelist .item h3 a:hover {
  color: #242A74;
  text-decoration: underline;
}
.articlelist .summary p { margin : 0; }
.articlelist .more { padding-bottom : .7em; }

.articlelist img {
  float : right;
  margin : .2em 0 .33em .5em;
}

.articlelist ul {
  clear : both;
  list-style : none;
  padding-left : 0;
}
.articlelist li {
  
}
.articlelist li a {
  font-weight : bold;
}




/* ******  article  ****** */
.article .boxhd {
  position:absolute;font-size:1px;width:1px;height:1px;overflow:hidden;left:-9999px;
}
.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 .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 : 1px solid #ccc;
}
.article caption {
  font-style : italic;
  padding : .2em 0;
  text-align : left;
}
.article th {
  font-weight : bold;
  padding : .2em 5px;
}
.article td {
  padding : .2em 5px;
  border-top : 1px solid #f8f8f8;
}
.article tr.alt td {
  background-color : #FBF7EB;
}





/* ******  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; }






/* ******  quizbox  ****** */
.quizbox .question { font-weight : bold; }
.quizbox h3 {
  margin : .5em 0;
}
.quizbox .thanks {
  color : #06b;
}
.quizbox ul {
  padding-left : 0;
  margin-left : 0;
  list-style : none;
}
.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 textarea { width : 70%; }
.contactform .fi_btn { margin-left : 7.25em; }





/* ******  breadcrumbs  ****** */
.breadcrumbs {
  position : absolute;
  top : 16px;
  left : 10px;
  width : 723px;
  text-align : right;
  background : url(../img/Layout/bgBreadcrumbs.png) 100% 100% no-repeat;
  padding : 0 0 4px 0;
  font-size : .91em;
}
.home .breadcrumbs,
.breadcrumbs .boxhd { position:absolute;font-size:1px;width:1px;height:1px;overflow:hidden;left:-9999px; }

.breadcrumbs .content,
.breadcrumbs .current {
  color : #ca9b13;
  margin : 0;
}

.breadcrumbs .content a {
  text-decoration : none;
  padding : 0 2px;
  color : #333;
}
.breadcrumbs .content a:hover,
.breadcrumbs .content a:focus,
.breadcrumbs .content a:active {
  text-decoration : underline;
}



/* ******  qnav  ****** */
.qnav {
  position : relative;
  width : 150px;
}

.qnav .boxhd {
  background : #f8f8f8 url(../img/drop-arrow.gif) 100% 50% no-repeat;
  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(../img/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 {
  position : absolute;
  z-index : 50;
  top : -50px;
  left : 0;
  background: #21266c url(../img/Layout/MainNav/bgMain.png) 0 100% repeat-x;
  border-bottom : 3px solid #E3C87A;
  width : 770px;
  height : 47px;
  _height /**/: 50px;
}
.mnav .boxhd { position:absolute;font-size:1px;width:1px;height:1px;overflow:hidden;left:-9999px; }

.mnav .content {
  position : absolute;
  left : 0;
  bottom : 0;
  width : 100%;
  margin : 0;
  background: #21266c url(../img/Layout/MainNav/bgMain.png) 0 100% repeat-x;
  border-bottom : 1px solid #fff;
  padding-bottom : 5px;
}

.mnav ul {
  list-style : none;
  padding: 0;
  margin : 0 100px 0 0;
  width : 670px;
  _width /**/: 670px;
}
.mnav li {
  display : inline;
  position : relative;
  padding-bottom : 0;
  float: left;
  background: url(../img/Layout/MainNav/bgSeperator.gif) right bottom no-repeat;
  margin-bottom : -.5em;
}


.mnav .level1 {}

.mnav .content a {
  font-weight: bold;
  display : block;
  padding : 0 0.7em 0.5em 1.4em;
  text-decoration : underline;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  white-space : nowrap;
}

.mnav .content a:hover,
.mnav .content a:focus,
.mnav .content a:active,
.mnav .content .current a {
  color: #E3C87A;
  background: url(../img/Layout/dart.gif) 0.5em 40% no-repeat;
}




/* ******  snav  ****** */
.snav {
  position: relative;
  margin: 0;
}
.snav h2.boxhd {
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.1em;
  
}
.snav .content {
  padding: 5px 0 10px 0;
  border: 1px solid #E3C87A;
  border-width: 1px 0;
}

.snav .level1 { padding-left : 4px; }

.snav .content a {
  background: url(../img/Layout/DartGrey.gif) 0 50% no-repeat;
  display: block;
  padding: 2px 0 2px 9px;
  color: #333;
  text-decoration: none;
  _height:0;min-height:0; /* ie hasLayout fix */
  font-weight : bold;
}
.home .snav a { font-weight : normal; }

.snav .content a:hover,
.snav .content a:focus,
.snav .content a:active { text-decoration : underline; }


.snav .parent a,
.snav .level2 .parent a {
  font-weight : bold;
  background-image : url(../img/Layout/DartGrey-down.gif);
}
.snav .current a,
.snav .level2 .current a {
  font-weight : bold;
  color : #ca9b13;
}

.snav .level2 {
  margin-left : 10px;
  margin-bottom : 5px;
}
.snav .level2 a {
  font-weight : normal;
  color: #333;
  background-image : url(../img/Layout/DartGrey.gif);
}





/* ******  enav  ****** */
.enav {
  position: absolute;
  top: 10px;
  right: 5.25em;
  z-index: 6;
}
.enav .boxhd { position:absolute;font-size:1px;width:1px;height:1px;overflow:hidden;left:-9999px; }
.enav ul {
  overflow : hidden;
  width : auto;
}
.enav li {
  float : left;
  display : inline;
  padding : 0 7px;
}
.enav li.cat1 { border : none; }

.enav .content a {
  color: #707070;
  font-weight: bold;
  text-decoration: none;
}
.enav .content a:hover {
  text-decoration: underline;
}

.enav .parent a,
.enav .current a { font-weight : bold; }






/* ******  monthlist ****** */
.monthlist table.grid { width : 100%; }
.monthlist td {
  padding : 0 0 10px 0;
}

.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  ****** */
.content table.calendar {
  border : 1px solid #ccc;
  margin : 0;
}

.pageextra1 .calendar,
.pageextra2 .calendar { width : 100%; }

.calendar caption {
  font-weight : bold;
  font-style : normal;
  text-align : center;
  padding : .2em 0;
  font-size : 1.08em;
}
.calendar th {
  text-align : center;
  font-size : .92em;
  padding : .2em;
}
.content table.calendar td {
  text-align : right;
  padding : 0;
}
.calendar .sa { }
.calendar .su { color : #555; }
.calendar .o { }
.calendar .osa { }
.calendar .osu { }

.calendar td i,
.calendar td a {
  border-top : 1px solid #f8f8f8;
  display : block;
  font-style : normal;
  padding : .17em .17em;
}
.pagebody .calendar td i,
.pagebody .calendar td a {
  padding : .17em .33em;
}
.calendar td a:link,
.calendar td a:visited { 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;
}
.advert .boxhd { text-align : left; }
.advert .content { text-align : center; }
.advert img { margin-bottom : 1em; }





/* ******  loginform  ****** */
.loginform {}



/* ******  qsearch  ****** */
.qsearch {
  position : absolute;
  top : 75px;
  margin-top : -1.7em;
  right : 10px;
}
.qsearch .boxhd,
.qsearch label { position:absolute;font-size:1px;width:1px;height:1px;overflow:hidden;left:-9999px; }
.qsearch .content { padding : 0; margin : 0; }
.qsearch .fi_txt input { width : 150px;border: 1px solid #b5b5b5;padding: 1px 3px; }
.qsearch .fi_btn input { width : 3.5em; font-size : .9em;background: none;border: none;color: #707070;font-weight: bold; }





/* ******  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(../img/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 : #c00; }
.sitemap .content i:hover { border-color : #aaa; }







/* ******  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;
}


/* ******  netspjall  ****** */
.netspjall {
  position: absolute;
  top: 86px;
  right: 15px;
}
.netspjall a, .netspjall a:hover {
  font-size: 0;
  line-height: 0;
  color: #21266c;
  background: url(../img/Layout/bgNetSamtal.png) no-repeat;
  width: 99px;
  height: 33px;
  display: block;
  z-index: 51;
  position: relative;
}


/* ******  footer  ****** */
.footer {
  text-align: center;
  background: #F8F8F8 url(../img/Layout/bgFooter.gif) bottom repeat-x;
  border-top: 3px solid #E3C87A;
  color: #707070;
  padding-top: 53px;
  min-height: 1px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.footer .boxhd {position:absolute;font-size:1px;width:1px;height:1px;overflow:hidden;left:-9999px; }
.footer .content {
  padding-top: 15px;
  margin: -53px 0 0 0;
}

.footer p { margin : 0; }

.footer a {
  color: #CA9B13;
  text-decoration: none;
}
.footer a:hover {
  color: #CA9B13;
  text-decoration: underline;
}



/* ******  eplicaad  ****** */
.eplicaad {
  position: absolute;
  right: 10px;
  bottom: -30px;
  text-align: right;
}





/* ****** fontsizer  ****** */
.fontsizer {
  position : absolute;
  top: 10px;
  right : 10px;
  margin-top : -.4em;
  z-index: 5;
}
.fontsizer h2 { position:absolute;font-size:1px;width:1px;height:1px;overflow:hidden;left:-9999px; }
.fontsizer ul {
  list-style : none;
  padding : 0;
  margin : 0;
}
.fontsizer ul {
  list-style : none;
  padding : 0;
  margin : 0 0 0 10px;
}
.fontsizer {
  margin-right: 6px;
}
.fontsizer li {
  float: right;
  margin: 0 0 0 5px;
  font-weight: bold;
}
.fontsizer li.dwn {
  font-size: 12px;
  padding-top: 4px;
}
.fontsizer li.up {
  font-size: 16px;
}
.fontsizer a {
  color: #707070;
  text-decoration: none;
}
.fontsizer a:hover,
.fontsizer a:focus,
.fontsizer a:active {
  text-decoration : underline;
}

/* ******  qnav  ****** */
.dropmenu {
  position : relative;
  width : 150px;
  clear : both;
  margin-top : 2em;
}

.dropmenu h3 {
  background : #f8f8f8 url(../img/drop-arrow.gif) 100% 50% no-repeat;
  font-weight : normal;
  font-size : 1em;
  color : #333;
  padding : 2px 20px 2px 8px;
  margin : 0;
  border : 1px solid #bbb;
}
.dropmenu-active h3 {
  padding : 0;
  border : none;
}

.dropmenu h3 a {
  background : transparent url(../img/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;
}
.dropmenu h3 a:hover,
.dropmenu h3 a:focus,
.dropmenu .boxhd a:active {
  text-decoration : none;
  background-color : #fff;
}

.dropmenu .block {
  padding : 3px 0 0 0;
  position : relative;
  background : #fff;
  margin : -1px 0 0 0;
  border : 1px solid #bbb;
}
.dropmenu-closed .block { display : none; }
.dropmenu-open .block { display : block; }

.dropmenu li { _display : inline; }
.dropmenu .block a {
  display : block;
  text-decoration : none;
  padding : 3px 5px 3px 8px;
  margin-top : -3px;
  _height:0;min-height:0; /* ie hasLayout fix */
}
.dropmenu .block a:hover,
.dropmenu .block a:focus,
.dropmenu .block a:active {
  text-decoration : none;
  background-color : #f8f8f8;
}

.searchpage .search label { display : none; } 
.searchpage .search,
.searchpage .abc { width : 50%; float : left; }

.faqlist h3 {
	float : left;
	width : 30%;	
}

.faqlist .answer {
	float : left; border-left : 1px solid #ccc;
	padding-left : 20px;	
	margin-left : 20px;
}