.flash_notice,
.flash_error {
  padding: 5px 8px;
  margin: 20px 80px; }

.flash_notice {
  background-color: #ccffcc;
  border: solid 1px #66cc66; }

.flash_error {
  background-color: #ffcccc;
  border: solid 1px #cc6666; }


a#deadbeats {
  display:none
}

body {
	padding: 10px;
	font-size: 16px;
        line-height: 2.0;
	font-family: arial,helvetica,clean,sans-serif;
	color: #333;
}

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#header {
	text-align: center;
	padding-bottom: 10px;
}

#footer {
	text-align: center;
	padding-top: 10px;
	clear: both;
}

#footer .copyright {
	font-size: 10px;
}

.tagline {
	font-size: 40px;
	text-align: center;
	margin: 1em 0;
}

.navigation {
	text-align: center;
	margin-top: 10px;
	clear: both;
}

p {
	margin-bottom: 10px;
}

ul.list {
	margin: 0;
}

li {
	list-style-position: outside;
  margin-left: 1em;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: decimal;
}

li.a {
	color: #933;
  font-size: 20px;
}

li.b {
	color: #393;
  font-size: 20px;
}

li.c {
	color: #339;
  font-size: 20px;
}

div.app {
  margin-bottom: 40px
}

div.app div.logo {
  display: inline-block;
  text-align: right;
  width: 300px;
  margin-right: 20px;
  vertical-align: top;
}

div.app div.description {
  display: inline-block;
  width: 600px;
}

#people img {
	float: left;
	margin-right: 1.5em;
}

#contact {
	width: 510px;
	margin: 0 auto;
}

#contact .mailer-field {
    width: 500px;
    border: 1px solid;
}

#contact p.address {
	float: left;
	margin-right: 50px;
}

#contact p.address a.map {
  color: #0000ff;
}

#contact p.instructions {
	clear: both;
	padding: 20px 0;
}

#contact textarea {
  width: 600px;
  height: 300px;
}

#contact .address a {
	color: #666;
	font-weight: normal;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden; }