.page-title {
font-weight: normal;
color: #005c86;
font-size: 2em;
border-bottom: 1px solid #fff;
display: block;
background: url(/img/title-graphic.gif) bottom right no-repeat;
}

.subtitle {
color: #802990;
font-weight: normal;
font-size: 1.5em;
display: block;
margin-bottom: 0;
}

.caption {
color: #802990;
text-align: center;
}

#content {
padding: 0 0 0 40px;
width: 500px;
line-height: 1.5;
}

#content img {
border: 5px solid #f3e49e;
display: block;
margin: 0 auto;
}

#middle .container a {
color: #007DB6;
}

#middle .container a:hover {
color: #46b969;
text-decoration: none;
}

#content p {
margin: 0 0 1em;
}

#content .subtitle {
margin: 0;
}

#sidebar {
color: #802990;
font-size: 1.3em;
text-align: center;
min-height: 363px;
}

#sidebar .header,
#sidebar .footer {
height: 11px;
margin: 1em 0;
background: url(/img/blue-house.gif) center no-repeat;
}

/* Volunteer Form */

#volunteer-form #errors span {
color: #d81d52;
}

.field label {
display: block;
}

.field input {
width: 90%;
}

#volunteer-city-input,
#organization-city-input {
margin-right: 1em;
}

#volunteer-state-input,
#organization-state-input {
margin-right: 1em;
}

#volunteer-zip-input,
#organization-zip-input {
width: 7em;
}

#volunteer-form dt,
#volunteer-form dd {
display: inline;
margin: 0;
padding: 0;
}

#volunteer-form .field-box {
margin: 0;
}

#volunteer-form textarea {
padding: 0;
margin: 0 0 1em;
width: 100%;
height: 8em;
}