body {
    background: white url('http://s3.amazonaws.com/DVP/css/images/background_gradient_blue.png') top left repeat-x;
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "chaparral-pro";
    font-size: 26px;
    font-weight: 700;
    color: #25a7d2;
    margin: 0px 0px;
    padding: 5px 0px;
}

h2 {
    font-family: "bebas-neue", sans-serif;
    font-size: 22px;
    color: #2b2a2a;
    margin: 0 0;
    padding: 10px 0 15px 0;
}

.article_box_border h2 {
    font-size: 20px;
    padding: 2px 0 0 0;
}

h3 {
    font-family: "chaparral-pro";
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    margin: 0px 0px;
    padding: 0px 0px;
}

h3.blue_subheadline {
    font-size: 26px;
    color: #25a7d2;
    margin: 50px 0 25px 0;
    padding: 0px 0px;
}

h4 {
    font-family: "proxima-nova-alt-condensed", sans-serif;
    font-size: 12px;
    color: white;
}

h4#copyright {
    color: #55595b;
}

/* page structure */

#page_wrapper {
    min-height: 100%;
    position: relative;
    min-width: 940px;
}

#page_header {

}

#page_content {
    height: 100%;
    padding-bottom: 310px; /* height of the footer, #page_footer_content + #page_footer_copyright */
}

#page_footer_content { /* content sandwiched between copyright at very bottom and main content */
    position: absolute;
    bottom: 30px;
    left: 0px;
    height: 280px;
    width: 100%;
    background: url('http://s3.amazonaws.com/DVP/images/footer-gradient-slim.jpg') top left repeat-x;
    text-align: center;
}

#page_footer_copyright { /* very bottom of page, 30px */
    background-color: #dff1fa;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 30px;
    width: 100%;
    padding-top: 10px;
    text-align: center;
}

#page_footer_left_curve {
  float: left;
  width: 526px;
}

.page_footer_filler {
  background: #fff; 
  margin: 0 526px 0 526px; 
  height: 64px;
}

#page_footer_right_curve {
  position: absolute;
  top: 0;
  right: 0;
  width: 526px;
}

#footer_blurb {
    margin: 25px auto 50px auto;
    width: 650px;
}

.footer_brand_box {
    float: left;
    background-color: #d7e2cb;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 75px;
    width: 175px;
    margin-top: 20px;
    position: relative;
}

.brand_logo {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.footer_brand_box.left {
    margin-left: 45px;
    margin-right: 25px;
}

.footer_brand_box.center {
    margin-right: 25px;
}

/* structure styles */

#top_header {
    height: 308px;
    background: url('http://s3.amazonaws.com/DVP/images/top_header_image.png') top center no-repeat;
}

.center {
    text-align: center;
}

.shadow {
    text-shadow: 1px 1px 1px #fff;
}

#apply_now {
    margin: 20px 0 50px 290px;
    background: url('http://s3.amazonaws.com/DVP/images/apply_today_hover_button.png') no-repeat;
}

#apply_now a, #apply_now a:link, #apply_now a:visited {
    display: block;
    width: 361px;
    height: 80px;
}

#apply_now a:hover img {
    visibility: hidden;
}

hr {
    width: 100%;
    margin: 10px auto;
    border: 0;
    color: #d2d4d4;
    background-color: #d2d4d4;
    height: 1px;
}

.containing_stroke {
    background: url('http://s3.amazonaws.com/DVP/images/transplant_stroke_background.jpg') top right repeat-y;
    z-index: 5;
    height: 100%;
}

#article_box_top {
    width: 100%;
    margin: 0 auto;
    height: 7px;
    background: url('http://s3.amazonaws.com/DVP/images/top_merlon.png') top left repeat-x;
}

#article_box_bottom {
    width: 100%;
    margin: 0 auto;
    height: 7px;
    background: url('http://s3.amazonaws.com/DVP/images/bottom_merlon.png') top left repeat-x;
}

.article_box_border {
    width: 100%;
    margin: 0 auto;
    height: 28px;
    border-left: solid 1px #f2f2f2;
    border-right: solid 1px #f2f2f2;
    background: url('http://s3.amazonaws.com/DVP/images/merlon_background_pattern.png') top left repeat-x;
}

.article_box {
    height: 134px;
    margin: 0 auto;
    background: url('http://s3.amazonaws.com/DVP/images/article_box_background_gradient.jpg') top left repeat-x;
}

.article_box.left {
    border-left: solid 1px #f2f2f2;
    margin-left: 10px;
    width: 315px;
}

.article_box.center_box {
    width: 310px;
}

.article_box.right {
    border-right: solid 1px #f2f2f2;
    width: 315px;
}

.article_content_logo {
    float: left;
    width: 77px;
    margin: 30px 15px 0 20px;
}

.article_content_text {
    margin: 35px 0 0 0;
    text-align: left;
    float: left;
    width: 150px;
    font-family: "proxima-nova-alt-condensed", sans-serif;
    font-size: 16px;
}

.article_content_text p { padding-top: 10px; }
.article_content_text a,a:link,a:visited{ color: #2b2a2a; }
.article_content_text a:hover { color: #d95213; }


.article_content_stroke {
    float: right;

}

.transplant_box {
    text-align: center;
    background: url('http://s3.amazonaws.com/DVP/images/article_box_background_gradient.jpg') top left repeat-x;
}

.transplant_box.left {
}

.transplant_box.center_box {
}

.transplant_box.right {
}

.transplant_header {
    text-align: center;
    width: 100%;
}

.transplant_blue {
    background-color: #3399cc;
}

.transplant_blue h2 {
    padding-bottom: 0px;
}

.transplant_blue h4 {
    padding-bottom: 5px;
}

.transplant_orange {
    color: #d95213;
}

.transplant_text {
    font-family: "proxima-nova-alt-condensed", sans-serif;
    padding: 0 20px 25px 20px;
    font-size: 16px;
    background: url('http://s3.amazonaws.com/DVP/images/article_box_background_gradient.jpg') top left repeat;
    min-height: 355px;
    text-align: left;
}

.transplant_quote {
    font-size: 15px;
}

#social_icons {
    margin: 0;
}

.social_divider {
    margin: 0 10px 0 10px;
}
