/* CSS3 Document */
*{
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 16px; 
}

body {
	background-color: rgb(216,234,240);
	background-image: url("img/bg-body.png");
	image-rendering: -webkit-optimize-contrast;
	background-repeat: repeat-x;
	background-size: content;
	background-position: 0% 0%;
	background-clip: border-box;
        color: #636363;
	margin: 0px;
} 
img {
  border: 0;
}

#main { 
  margin-top:9px;
  margin-bottom:30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: left;
  max-width:846px;
  background-color: white ;
  border-radius:12px;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.4);
}

.clearboth::after {
  display: block;
  clear: both;
  content: "";
}

#logo_img {
//  height: 60px;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
#headright {
  float: right;
  width: 162px;
  max-height: 60px;
  padding: 25px;
  overflow:hidden;
}
#headleft {
  float: left;
  color: #14387f;
  padding: 35px 35px 0px 35px;
  font-weight: bold;
  font-size: 38px;
//  font-size:4vw;
  max-width: 600px;
}

#content { 
  min-height: 557px;
  height: auto;
  padding: 0px 35px;
}

#footnote {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 20px 0px 20px 0px;
  max-width: 800px;
  text-align:left;
  height: auto;
}

#footleft {
  max-width: 700px;
  float: left;
  height: auto;
}
#footright {
  max-width: 100px;
  float: right;
  text-align: right;
}

#menu {
  margin: 0px 35px 30px 35px;
  padding: 0px 0px 0px 0px;
  background-color: #14387f;
}
#menu ul {
  list-style-type: none;
  padding: 0px;
  overflow: hidden;
  width: 100%;
  display: table;
  text-align: center;
  margin-top:0;
}
#menu li {
  float: left;
}

#menu li a {
  display: block;
  padding: 6px 8px;
  background-color: #14387f;
}
#menu li a:link,#menu li a:visited{
  color: white;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  font-weight: bold;
  text-decoration: none;	
  border: 1px solid #14387f;
}
#menu li a:hover {
  color: #14387f;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 16px; 
  font-weight: bold;
  text-decoration: none;
  background-color: white;
  border: 1px solid #14387f;
}


h1 {
  font-size: 24px; 
  color: #14387f;
}
h2 {
  font-size: 24px; 
  color: #14387f;
  margin-bottom:10px;
  margin-top:30px;
}
h3 {
  color: #14387f;
  font-size: 20px;
  margin-bottom:5px;
}
h4 {
  color: #14387f;
}

a:link, a:visited {
  color: #5faa2d;
  font-family: Arial, Helvetica, sans-serif; 
  text-decoration: underline;	
}

a:hover {
  color: #5faa2d;
  font-family: Arial, Helvetica, sans-serif; 
  text-decoration: underline;
}


/*#clear {
  position:absolute;
  top:-3px;
  cursor:pointer;
  font-size:14px;
  left:464px;
  height: 9px;
  width: 9px;
  padding: 4px;
  border: 1px solid rgb(191,191,191);
}

#clear:hover {
  position:absolute;
  top:-3px;
  cursor:pointer;
  font-size:14px;
  left:464px;
  height: 9px;
  width: 9px;
  padding: 2px;
  border: 3px solid rgb(191,191,191);
}
*/
.listOrdered li {
  margin-bottom: 10px;
}

span.nobr { 
  white-space: nowrap; 
}
   
#tab_contacts {
  border-collapse: collapse;
  font-size: 0.9em;
  font-family: sans-serif;
//  min-width: 300px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); 
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

#tab_contacts td,
#tab_contacts th{
  padding: 2px 5px;
}

#tab_contacts tbody tr {
    border-bottom: 1px solid #dddddd;
}

#tab_contacts tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.wrapword {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap;          /* Chrome & Safari */ 
    white-space: -pre-wrap;                 /* Opera 4-6 */
    white-space: -o-pre-wrap;               /* Opera 7 */
    white-space: pre-wrap;                  /* CSS3 */
    word-wrap: break-word;                  /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
