/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }

body {
  text-align: center;
  font-size: 12px;
  font-family: Arial;
  color: #4e4d4d;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
} 
.italics {
  font-style: italic;
}
#container {
  margin-left: auto;
  margin-right: auto;
  width: 926px;
  text-align: left;
}
.content {
  width: 926px;
  background-image: url(/images/bg-container.jpg);
  background-repeat: repeat-y;
}
.content-bottom {
  width: 926px;
  height: 42px;
  background-image: url(/images/bg-container-bottom.jpg);
}
.header {
  width: 926px;
  /* height: 101px; disabled to allow error messages to display */
  text-align: center;
}
.main-content {
  width: 896px;
  padding-left: 30px;
}
.old-new-friends {
  width: 869px;
  height: 360px;
  background-image: url(/images/old-new-friends.jpg);
}
.old-friends {
  width: 434px;
  height: 360px;
  float: left;
}
.old-top {
  width: 409px;
  height: 105px;
  padding-top: 70px;
  padding-left: 25px;
}
.old-top p {
  font-size: 24px;
}
.old-top p.gotgood {
  margin-left: 145px;
  margin-top: 15px;
}
.old-bottom {
  width: 344px;
  padding-left: 90px;
  height: 180px;
}
.old-bottom img {
  margin-right: 40px;
}
.new-friends {
  width: 409px;
  height: 290px;
  padding-top: 70px;
  padding-left: 25px;
  float: left;
}
.new-friends p {
  font-size: 20px;
  margin-bottom: 13px;
}
.enter-your-birthday {
  width: 370px;
  height: 47px;
  padding-top: 10px;
  padding-left: 20px;
  margin-top: 35px;
}
.enter-your-birthday td {
  padding-left: 10px;
  padding-right: 10px;
}
.white-section {
  width: 869px;
}
.white-top {
  width: 869px;
  height: 14px;
  background-image: url(/images/white-top.jpg);
  background-repeat: no-repeat;
}
.white-middle {
  width: 864px;
  padding-left: 15px;
  background-image: url(/images/white-middle.jpg);
  background-repeat: repeat-y;
}
.white-content {
  width: 845px;
}
.white-content a {
  color: #ff9000;
  text-decoration: underline;
}
.white-content a:link {
  color: #ff9000;
  text-decoration: underline;
}
.white-content a:visited {
  color: #ff9000;
  text-decoration: underline;
}
.white-content a:hover {
  color: #ff9000;
  text-decoration: none;
}
.white-content a:active {
  color: #ff9000;
  text-decoration: underline;
}
.white-bottom {
  width: 869px;
  height: 10px;
  background-image: url(/images/white-bottom.jpg);
  background-repeat: no-repeat;
}
.map-one {
  width: 260px;
  padding-right: 10px;
  float: left;
}
.map-one p {
  line-height: 18px;
  margin-bottom: 15px;
}
.map-two {
  width: 544px;
  padding-left: 10px;
  height: 390px;
  float: left;
}
.map-two p {
  font-size: 14px;
  line-height: 22px;
}
#map {
  height: 300px;
}
.section-with-title {
  width: 869px;
  padding-top: 15px;
}
.four-samples {
  width: 845px;
  padding-left: 12px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.four-samples img {
  margin-right: 31px;
}
.painting-tools {
  width: 880px;
  margin-left: -7px;
  padding-top: 10px;
}
.painting-tool {
  width: 434px;
  height: 365px;
  background-image: url(/images/painting-tool.jpg);
  float: left;
}
.margin {
  margin-left: 12px;
}
.more-button {
  width: 880px;
  height: 40px;
  text-align: center;
}
.signup p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
  width: auto;
}

.submit-button {
  width: 114px;
  height: 39px;
  padding-left: 82px;
}






/*Sample Page
***************************/
.col {
  width: 422px;
  height: 300px;
  float: left;
}
.col p.step {
  font-weight: bold;
  font-style: italic;
  font-size: 22px;
  margin-top: 23px;
}
.col p {
  margin-bottom: 20px;
  width: 400px;
  line-height: 18px;
}
.col img {
  margin-right: 32px;
}
.four-landscape {
  width: 845px;
  padding-bottom: 15px;
}
.four-landscape img {
  margin-right: 18px;
}
.cols {
  padding-top: 15px;
  padding-bottom: 0px;
}
.mr-top {
  margin-top: 15px;
}
p.mr-bottom {
  margin-bottom: 15px;
}
p.mr-bottom {
  line-height: 18px;
}

/* added for form errors by cw 090222 */
/* Highlights fields in a form that have errors */
div.fieldWithErrors
{
  background: transparent url(../images/error_alert_icon.gif) no-repeat right;
  float: left;
  min-height: 19px;
  padding-right: 24px;  /* for the image */
}

/* Contains the text that explains what's wrong with a field */
div.formError
{
  clear: left;
  color: red;
  font-size: smaller;
  font-weight: bold;
  margin-bottom: 0.4em;
  padding-top: 0.2em;
}

.application-notice {
  margin: 15px 85px 15px 85px;
  padding: 6px 10px 6px 10px;
  background-color: #FFFA7A;
  border-top: 1px solid #F0EC73;
  border-bottom: 1px solid #F0EC73;
  overflow: hidden;
}

.application-notice p {
  text-align: center;
  font-size: 1em;
  color: #807C17;
}

.img-application-notice {
  margin: 0 20px 0 0;
}

.announcements.application-notice p, .news.application-notice p {
        text-align: left;
}

.announcements .img-application-notice, .news .img-application-notice {
        display: none;
}

.announcements.application-notice a, .news.application-notice a {
        color: #807C17;
}

.announcements.application-notice span, .news.application-notice span {
        font-size: 10px;
        font-style: italic;
}

.news.application-notice {
        background-color: #FFFDDD;
}

form#new_user fieldset legend {
  margin: 0 0 .5em 0 !important;
  padding: 1em 0 0 0 !important;
}

form#new_user .inputs #recaptcha_widget_div {
  width: 75%;
  margin-left: 25%;
}

form#new_user .actions input {
  margin-left: 25%;
}

.birthday form {
  display: inline;
}
