/* Main style sheet for GHC website */

body {
  /* background-image: url(images/largebackground.jpg);
  background-repeat: no-repeat; */

  background-color: rgb(247, 245, 235);
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;     
  font-size: 80%;
  line-height: 150%;
  color: #404040;
  margin: 0 auto;
  padding: 0; 
}

#wrap { 
  /* background-color: #fefefe; */
  width: 960px; 
  margin: 0 auto;
}

a:link {
  text-decoration: none;
  color: #000000;
}
a:visited {
  text-decoration: none;
  color: #000000;
}
a:hover {
  text-decoration: underline;
  color: #0000FF;
}
a:active {
  text-decoration: none;
  color: #000000;
}

td {
  vertical-align: top;
}

h1 {
  font-size: 140%;
  margin-top: 0;
}

h2 {
  font-size: 120%;
}

/* ---- columns ---- */

#leftColumn, #leftSideBar { width: 180px; }
#rightColumn, #rightSideBar { width: 180px; }

/* ---- header ---- */

#banner {
  height: 120px; 
  font-weight: bold;
  font-size: 110%; 
  line-height: 135%;
}

#banner td {
  vertical-align: middle;
  padding: 0 12px 0 10px;
}

#banPart { text-align: left; }
#banAddr { text-align: right; }
#banLogo { text-align: center; }
#banLogo img { border: 0; }


  
/* ---- side bars ---- */

.sideMenu { 
  width: 100%; 
  border-collapse: collapse; 
  border: solid #999;
  border-width: 1px 1px 0 0;
  font-size: 100%;
  line-height: 125%; 
  margin-bottom: 1.5em;
}  

.sideMenu td, .sideMenu th {
  border: solid #999;
  border-width: 0 0 1px 1px;
  padding: 0;
}

.sideMenu th {
  padding: 4px 4px;
  background-color: #060;
  color: #fff;
  font-weight: bold;
  text-align: left;          
  font-size: 120%;
}

.sideMenu a {
  display: block;
  /* font-size: 12px;  */
  background-color: #fff;
  padding: 3px 6px;
}

* html .sideMenu a {
  width: 100%;
}

.sideMenu a:hover {  
  background-color: #eee;
  text-decoration: none;
  color: #000;
  /* font-weight: bold;  */
}

.sideMenu form { 
  margin: 10px 0; 
}

/* ---- translation and searches  ---- */

#translate {
  text-align: center;
  margin-bottom: 10px;         
}

.formHeader {
  font-size: 100%;
  font-weight: bold;
}

input#saddr {
  margin: 2px 0;
}

#medDic td {
  text-align: center;
}

#medDic a, #useful a {
   background: none;
}

/* ----- main contents ---- */

#mainContents a {
  text-decoration: underline;
}


/* ---- footer ---- */

#createdBy {
  color: #aaa;
  font-size: 75%;
  padding: 3em 0 1em 2em;  
  width: 100%;
  margin: 0 auto;
}

/* ---- miscellaneous ---- */

div.noShow {
  display: none;
}

