* {
  font-family: arial,helvetica,sans-serif;
  font-size: 100%;
}

html,
body {
  background-color: #efefef;
  color: #000;
  min-height: 100%;
}

body {
  text-align: center;
}

h1,
h1 *,
h2,
h2 * {
  font-family: times,serif;
  line-height: 1.3em;
  text-align: center;
}

h1 {
  font-size: 2em;
}

h2 {
  background-color: #FFF;
  color: #C33;
  font-size: 1.5em;
}

p,
li,
h2#salutation {
  font-size: 1em;
  padding: 0 10px;
}

blockquote,
form,
#gaurantee {
  border: 1px solid;
  margin: 5px 15px;
  padding: 10px;
}

blockquote {
  border-color: #C00;
  font-size: 14px;
  margin: 2em 25px;
}

blockquote,
blockquote * {
  background-color: #FFC;
  color: #C00;
  font-family: times,serif;
  text-align: left;
  text-decoration: none;
}

blockquote h2 {
  font-style: italic;
  margin-left: 10px;
}

li {
  margin: 1em 0;
}

li h3 {
  font-size: 1em;
  display: inline;
}

form {
  border-color: #C00;
  margin: 0 4em;
  text-align: center;
}

fieldset {
  border: 0;
}

form div {
  clear: both;
  line-height: 2em;
}

input[type=submit]:hover,
label:hover {
  color: #C00;
  cursor: pointer;
  background-color: #FFF;
}

label {
  font-weight: bold;
  clear: left;
  margin-right: 1%;
  text-align: right;
  width: 45%;
}

label:after {
  content: ":";
}

label,
input {
  display: block;
  float: left;
}

#business-description label {
  float: right;
  margin: 1em auto auto auto;
  text-align: center;
  width: 100%;
}

#business-description textarea {
  width: 100%;
}

.submit {
  margin-bottom: 1em;
  text-align: center;
}

.submit input {
  display: inline;
  float: none;
  width: auto;
}

abbr,
acronym {
  color: #000;
  border-bottom: none;
  font-style: normal;
  text-decoration: none;
}

address {
  font-style: normal;
}

em {
  font-style: normal;
  text-decoration: underline;
}

#content {
  background-color: #FFF;
  border: 1px solid #ccc;
  color: #000;
  margin: 1em auto;
  max-width: 70%;
  min-height: 100%;
  min-width: 15em;
  padding: 1em;
  text-align: left;
  width: 40em; /* remove once IE supports CSS2's min/max-width properties */
}

#teaser {
  color: #C33;
  background-color: #FFF;
  font-family: arial,helvetica,sans-serif;
}

#introduction div > div {
  padding-left: 1em;
}

#postscript {
  margin-left: 2em;
  text-indent: -2em;
}

#gaurantee,
#gaurantee * {
  color: #336;
  border-color: #339;
  background-color: #DFF;
}

#footer {
  border-top: 1px solid;
  margin-top: 1em;
  padding-top: 1em;
}

#footer address {
  background-color: #FFF;
  color: #666;
  text-align: center;
  font-size: 0.8em;
}

blockquote #corey-rudl,
blockquote#corey-rudl {
  background-image: url("/images/corey-rudl.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 187px;
  min-width: 124px;
  padding-right: 124px;
}

blockquote #corey-rudl .signature,
blockquote#corey-rudl .signature {
  background-image: url("/images/signatures/corey-rudl.gif");
  background-repeat: no-repeat;
  min-width: 138px;
  padding-top: 74px;
}

blockquote #derek-gehl .signature,
blockquote#derek-gehl .signature {
  background-image: url("/images/signatures/derek-gehl.gif");
  background-repeat: no-repeat;
  min-width: 100px;
  padding-top: 47px;
}

blockquote #bob-scheinfeld,
blockquote#bob-scheinfeld {
  background-image: url("/images/bob-scheinfeld.jpg");
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 188px;
  min-width: 150px;
  padding-right: 150px;
}

blockquote #bob-scheinfeld .signature,
blockquote#bob-scheinfeld .signature {
  background-image: url("/images/signatures/bob-scheinfeld.gif");
  background-repeat: no-repeat;
  min-width: 121px;
  padding-top: 65px;
}

#copyright {
  background-color: #FFF;
  color: #000;
  display: block;
  font-size: 0.6em;
  margin-top: 1em;
  text-align: center;
  text-decoration: none;
}
