@import url('/stylesheets/refinery/home.css');
/*
    Override default refinery homepage styles here.
    These only apply to the homepage of your site.
*/
#body {
  padding: 20px 0px;
}
#body_content {
  margin-top: 0px;
  background: url('/theme/images/home-body-content-background.gif') repeat-y;
}
#body_content_left {
  width: 640px;
  padding-right: 10px;
}
.success_model h1 {
  color: #df7003;
}
blockquote {
  background: transparent url('/theme/images/open_quote.png') no-repeat scroll 0 0;
  padding-top: 24px;
  margin:0px;
}
blockquote p, blockquote p:first-child {
  background: none;
  margin: 0px;
  padding: 0px;
  color: #646464;
  font-size: 17px;
  font-family: Georgia;
}