/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body {min-width: 700px; margin: 8px 8px 8px 14px; font-size: 1em; line-height: 1.4; color: #666; background: #fff url(../images/psyonl.gif) top left repeat-y;}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a:link{ color: #f90; }
a:link:active { color: #f00; }
a:visited { color: #c60; }
a:link:hover { color: #06e; }
a:link:focus { outline: thin dotted; }
a:link:hover, a:link:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

button[disabled], input[disabled] { cursor: default; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; text-align; left;}
td { vertical-align: top; padding: 0;text-align; left;}

.tseparate{border-collapse: separate; border-spacing: 3px;}
.tseparate td { padding: 1px;}
.middle{vertical-align: middle;}
.middle td{vertical-align: middle;}

table.border{
    border: 1px #f0f0f0 solid;
    text-align: left;
    margin-bottom: 20px;
}

table.border td{
  border-bottom: #f0f0f0 thin solid;
  border-left: #f0f0f0 thin solid;
  border-right: #f0f0f0 thin solid;
  border-top: 1px;
  padding: 3px 10px;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author: kirillprof
   ========================================================================== */

p.source {
font: italic bold 0.8em Arial, Helvetica, sans-serif;
padding-bottom: 1em;
}

p.text {
  margin-top: 0;
  text-align: justify;
  text-indent: 1em;
}

p.note {
  font-size: 0.8em;
  text-align: left;
}

p.illustration {
  font: 0.65em Arial, Helvetica, sans-serif;
  padding: 1em;
  text-align: center;
}

p{
  color: #000;
  margin: 0 0 1em 0.7em;
}

dl{
  margin-left: 1.8em;
  margin-right: 1.8em;
}

dt{
  font-weight: bold;
  margin-top: 1em;
}

h1, h2, h3{
  color: #000;
}

h1 {
  font: bold 1.5em/1.5em Tahoma, sans-serif;
}

h2{
  font: bold 1.2em/1.2em Tahoma, sans-serif;
}

h3 {
  font: bold 1.1em/1.1em Tahoma, sans-serif;
}

h2 a, h3 a,
h2 a:hover, h3 a:hover
{
  color: #000;  
}

h1 a:hover{
  color: #f90; 
}

img.photo {
  margin-right: 2em;
  margin-bottom: 1em;
}

th {
  background: #f0f0f0;
  color: #000;
  font: bold 0.8em Tahoma, sans-serif;
  padding-left: 1em;
  text-align: left;
}

td.illustration{
    border-bottom: #f0f0f0 thin solid;
    border-left: 1px;
    border-right: 1px;
    border-top: 1px;
    font-size: 0.8em;
    padding: 0.5em 1em;
}

table.illustration{
    border: 1px #f0f0f0 solid;
    font-size: 0.9em;
    padding: 0.5em 1em;
}

table.illustration td{
  border-bottom: #f0f0f0 thin solid;
  border-left: #f0f0f0 thin solid;
  border-right: #f0f0f0 thin solid;
  border-top: 1px;
  padding: 3px;
  font-size: 0.8em;
}

.t-r{text-align: right;}
.t-l{text-align: left;}
.va-b{vertical-align: bottom;}

.w100{width: 100%;}

.headtable{
	width:90%;
	position:relative;
	display:table;
	margin:0 auto;
  clear: both;
}

.headtable tbody{
  width: 100%;
}

.headtable .td1{
	width:1%;
}

.headtable .td1 img{
	padding:0 10px;
	width:180px;
	height:250px;
	border:0;
}

.headtable .td2{
	width:99%;
	text-align:right;
	vertical-align:top;
}

.headtable .td2 img{
	width:385px;
	height:90px;
	padding:30px 20px;
	border:0;
}

.maintable{
	width: 90%;
	position:relative;
	display:table;
	margin:0 5%;
  clear: both;
}

.maintable tbody{
  width: 100%;
}

.maintable td{
	text-align: center;
}

.maintable .top td{
	vertical-align: bottom;
	font-size: 13px;
}

.maintable .bottom td{
	vertical-align: top;
	font: 0.8em/1.4em Arial, Helvetica, sans-serif;
}

.maintable .trh1 tr{background-color: #ccc;}
.maintable .trh1 td{height: 1px;background-color: #ccc;}

.maintable .titles a{
	color: #000;
	text-decoration: none;
	font: bold 0.9em/1.9em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 5px #999;
	filter: dropshadow(color=#999, offx=1, offy=1);
}

.rd{
	background-color: #f90;
}

.ph10{padding: 0 1%;}

.w1{width: 1px;}
.h20{height: 20px;}
.h40{height: 40px;}
.h60{height: 60px;}
.h70{height: 70px;}
.h80{height: 80px;}
.h100{height: 100px;}
.h110{height: 110px;}

.w70{
  text-align: center;
  position: relative;
  margin: 0 auto;
  width: 70%
}

#secondcontent{
  margin: 0 50px 0 40px;
}

.secondtable{
  width: 100%;
  font: 1em "Times New Roman", sans-serif;
  text-align: justify;
}

.content{
  padding: 20px 10px 20px 15px;
  color: #000;
}

.content blockquote{
  margin: 0;
  padding: 0;
}

.secondtable .trh1 tr{background-color: #000;}
.secondtable .trh1 td{height: 1px;background-color: #000;}

#section-title{
  margin: 0;
  color: #000;
  text-decoration: none;
  font: bold 38px/38px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px #999;
  filter: dropshadow(color=#999, offx=1, offy=1);
}


.wiw_photo{
  float:left;
  width:180px;
  height:250px;
  border: 0;
  margin: 0 1em 0.5em 0;
}

h2.wiw{
  color: #000;
  font: bold 1.6em Tahoma, sans-serif;
  margin-left: 150px;
  margin-right: 0;
}

.h-menu a{
  margin: 0 0 0 1em;
  color: #222;
  text-decoration: none;
  font: bold 0.7em Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-shadow: 1px 1px 5px #999;
  filter: dropshadow(color=#999, offx=1, offy=1);
}

.submenu{
  float: right;
  border: 1px solid #CCC;
  margin: 10px -10px 5px 20px
}

.submenu table td{
  padding: 0 5px;
}

.submenu-content{
  background: #fff;
  text-align: right
}

.menu {
  color: #f60;
  font: bold 0.8em/1em Tahoma, sans-serif;
  clear: both;
  display: block;
  margin: 3px 0 4px 0;
}

.footer{
  padding-left: 2em;
}

.footer .p1, .footer .p3{
  text-decoration: none;
  color: #000;
  font: bold 0.7em Verdana;
}

.footer .p2{
  color:#f90;
}

.center{
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.center ul{text-align: left;}

.t-center{
  text-align: center;
}

.b-center{
  position: relative;
  margin: 0 auto;
}

.t-people{
  
}

.t-plans{
  width: 80%;
}

.t-plans tr td:nth-child(3), .t-plans tr th:nth-child(3){
  text-align: center;
}

.t-eventday{
  width: 260px;
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.t-eventday td{
  font: 0.9em 'Times New Roman';
  padding: 3px;
 }

 .calendar{
  margin: 10px;
 }

.b-center strong span{
  margin: 5px 5px 20px 10px;
  font: bold 1.3em/2em "Times New Roman", sans-serif;
}


.right{float: right;}
.left{float: left;}

a.black{color: #000;}
.nodecor{text-decoration:none;}

.style-l{
  min-width: 700px;
  width: 90%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  font: 0.9em/1em "Times New Roman", sans-serif;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
