.hidden { display: none; }



/* Typography */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: white url(/images/about-header-bg.jpg) repeat-x 0% 65px;
  margin: 0px;
  padding: 0px;
}

td, th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

h1 { font-size: 175%; }
h2 { font-size: 120%; }
h3 { font-size: 115%; }
h4 { font-size: 110%; }
.intro {
  font-size: 110%;
}

/* Paragraph spacing */

h2, h3, h4 { margin-bottom: 0; margin-top: 1em; }
h2, h3, h4 { padding-bottom: 0; }
p { margin-top: 0; }


/* Main DIV areas	*/

#wrapper {
  width: 740px;		/* Note this is actually wider in IE than in Firefox */
  margin: 0 auto;
  text-align: left;
  padding: 0px;
}

#wrapper img {
  margin: 6px 0px;
  padding: 0px;
  border: none;
}

#header {
  position: static;
  margin-top: 0px;	/* To leave room for the logo */
  height: 200px;
  color: white;
  padding: 0px 400px 0 0px;
  margin: 0;
  background: url(../images/pig-complete.jpg) no-repeat 450px 5px;
}

#header h1 {
  margin: 0;
  padding-top: 35px;
  margin-bottom: 20px;
}
#header p {
  font-size: 120%;
}
#header span.signup {
  display: block;
  background: url(../images/signup.jpg) no-repeat top left;
  text-indent: -1000px;
  height: 38px;
  cursor: pointer;
}

#navoutside {
  margin: 0px;
  padding: 0px;
  height: 36px;
  margin-bottom: 10px;
}

#navoutside ul {
  margin: 0px;
  padding: 0px;
}

#navoutside ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  width: 100px;
  padding: 9px 0 11px 25px;
  background: url(/images/about-nav-image.jpg) no-repeat 5px 11px;
}

#navoutside ul li a {
  font-size: 100%;
  font-weight: bold;
  color: black;
  text-decoration: none;
}

div#content {
  clear: left;
  width: 500px;
  float: left;
}

div#right {
  float: right;
  width: 190px;
  padding: 15px;
  background: #E4F2FB url(../images/right-top.gif) no-repeat 0 0;
}

div#right h3 {
  color: #81C41D;
}

div#right div.bottom {
  background: #E4F2FB url(../images/right-bottom.gif) no-repeat 0 0;
  height: 12px;
  margin: 0 -15px -15px -15px;
  padding: 0;
}

td.button-bar {
  text-align: right;
}

div.feature {
  float: left;
  width: 50%;
  padding-top: 88px;
  margin-bottom: 10px;
}

div.feature.donors {
  background: url(../images/feature-contributors-200x80.jpg) no-repeat top left;
}
div.feature.claims {
  background: url(../images/feature-claims-200x80.jpg) no-repeat top left;
}
div.feature.envelopes {
  background: url(../images/feature-offering-list-200x80.jpg) no-repeat top left;
}
div.feature.campaigns {
  background: url(../images/feature-accounts-200x80.jpg) no-repeat top left;
}

div.feature h4 {
  color: #78B0E8;
  padding-bottom: 5px;
  margin-bottom: 0px;
}

div.feature p {
  margin: 0;
  margin: 0px 20px 5px 0px;
}

div.pricingexamples {
  width:320px; 
  float:left; 
  padding-top: 115px; 
  background: url(../images/pricing.jpg) no-repeat 0 0;
}

div#footer {
  clear: both;
  background-color: #81C41D;
  color: white;
  padding: 5px 20px 1px 20px;
  margin: 10px -10px 0 -10px;
}
