body, html {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: verdana, arial, sans serif;
  font-size: 11px;
  scroll-y: scroll;
  background-image: url(/images/hh-bg.gif);
  background-repeat: repeat-y;
}

html {
  height: 100%; 
  margin-bottom: 1px;
}

#content {
  width: 800px;
  background-image: url(/images/hh-header-bg.jpg);
  background-color: white;
  background-repeat: no-repeat;
  padding-top: 173px;
  left: 50%;
  margin-left: -400px;
  position: relative;  
  line-height: 150%;
  /*text-align: justify;*/
  /*text-justify: newspaper;*/
}

#navigation {
  text-align: center;
}

#navigation a {
  margin-left: 2px;
  margin-right: 2px;
}

#footer {
  width: 800px;
  background-image: url(/images/hh-footer-bg.gif);
  position: relative; 
  left: 50%;
  margin-left: -400px;
  text-align: center;
  border-top: solid 1px silver;
  border-bottom: solid 1px silver;
  padding-bottom: 20px;
  background-color: white;
}

#navigation {
  border-top: solid 1px silver;
  border-bottom: solid 1px silver;
}

h3 {
  font-size: 17px;
  font-weight: normal;
}

h2 {
  margin: 10px 0 0 0;
  padding: 0;
  color: gray;
  font-weight: normal;
  font-size: 17px;
}

h1 {
  font-size: 19px;
}

#noshow {
  display: none;
}

a img {
  border-style: none;
  border-width: 0;
}

.error {
  color: red;
}

.message {
  color: red;
  border: solid 2px black;
  padding: 5px;
  margin: 5px 10px 5px 5px;
  text-align: center;
  font-weight: bold;
}

.critical {
  color: yellow;
  background-color: red;
  border: solid 2px black;
  padding: 5px;
  margin: 5px 10px 5px 5px;
  text-align: center;
  font-weight: bold;
  display: block; 
}

label {
  display: block;
  margin-top: 5px;
  margin-bottom: 2px;
}

.png {
  behavior: url(/css/iepngfix.htc)
}

.panel {
  position: absolute; 
  left: 0; 
  top: 110px; 
  background-image: url(/images/hh-nav-panel-mask2.png); 
  color: silver; 
  text-align: center;
  width: 248px;
  padding: 6px;
  height: 88px;
  margin: 0;
  font-size: 90%;
}

.panel a, .panel a:link {
  color: white;
  text-decoration: none;
  font-size: 90%;
}

.panel a:hover {
  color: yellow;
  text-decoration: underline;
}

div.hr {
  height: 0;
  border-top: solid 1px gray;
  margin: 3px 0;
}

#nav-box-clients {
  position: absolute; 
  top: 0; 
  left: 7px; 
  width: 260px; 
  height: 100px; 
  overflow-y: hidden; 
  overflow-x: hidden;
}

#nav-box-donors {
  position: absolute; 
  top: 0; 
  left: 270px; 
  width: 260px; 
  height: 100px; 
  overflow-y: hidden; 
  overflow-x: hidden;
}

#nav-box-volunteers {
  position: absolute; 
  top: 0; 
  left: 533px; 
  width: 260px; 
  height: 100px; 
  overflow-y: hidden; 
  overflow-x: hidden;
}

#nav-box-employees {
  position: absolute; 
  top: 103px; 
  left: 7px; 
  width: 260px; 
  height: 100px; 
  overflow-y: hidden; 
  overflow-x: hidden;
}

#nav-box-employers {
  position: absolute; 
  top: 103px; 
  left: 270px; 
  width: 260px; 
  height: 100px; 
  overflow-y: hidden; 
  overflow-x: hidden;
}

.fbFeed-message {
	margin: 10px 0;
}

.fbFeed-message small {
	display: block;
}

