/* About Us Sub-Pages
------------------------------------------------ */
/* background */
.about-us { background: transparent url("/public/images/interface/background_about.jpg") no-repeat center bottom; }

.about-us #sidebar,
.about-us #main_content {
  height: 660px;
}

  h3 {
    font-size: 2em;
    line-height: 1.05em;
    margin-bottom: 0.25em;
    color: #900000;
  }

  #back_link {
    margin-top: 5px;
    text-align: right;
  }

    #back_link a {
      margin-right: 25px;
    }
    
  p.title {
    color: #000;
    line-height: 1.05em;
    font-size: 1.25em;
    font-family: Georgia, Times, serif;
    font-style: italic;
    margin-bottom: 0.75em;
  }

  .related_links {}

    .related_links p {
      color: #000;
      line-height: 1.05em;
      font-size: 1.25em;
      font-family: Georgia, Times, serif;
      font-style: italic;
      margin: 1.5em 0 0.5em;
    }

  .resume_link .btn_send_resume {
    background: transparent url("/public/images/interface/button_gradient.jpg") left -2px repeat-x;
    border: 1px solid #e4e4e4;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    clear: both;
    color: #900000;
    cursor: pointer;
    font-size: 0.83em;
    font-weight: bold;
    padding: 4px 10px;
    text-decoration: none;
  }

	.resume_link a {
		color: #900000;
	}
  
/* tooltip position */
.about-us #tooltip_popups #quote_1 {
  top: 50px;
  left: 110px;
}
.about-us #tooltip_popups #quote_2 {
  top: 55px;
  left: 365px;
}
.about-us #tooltip_popups #quote_3 {
  top: 90px;
  left: 655px;
}
.about-us #tooltip_popups #quote_4 {
  top: 15px;
  right: 75px;
}
