#profile-header {
  height: 161px;
  background: #222;
}
#profile-header-advertise {
  width: 990px;
  height: 160px;
  margin: 0 auto;
  background: url(../images/advertise-header.png);
  position: relative;
}
#header-advertise-text {
  position: absolute;
  bottom: 83px;
  height: 50px;
  width: 270px;
  font-family: 'Nunito', sans-serif;
}
#header-advertise-text h1 {
  font-weight: 700;
  font-size: 3em;
  color: #ccc;
}
#header-advertise-text h2 {
  font-weight: 700;
  font-size: 1.5em;
  color: #aaa;
  margin: -10px 0 5px 0;
}
#header-advertise-text p {
  font-weight: 300;
  color: #f9b627;
  font-size: 12px;
}
#profile-content-holder {
  margin-top: 1px;
  min-height: 500px;
}
#profile-content {
  width: 990px;
  margin: 0 auto;
  background: url(../images/advertise-bg.png) no-repeat;
}
#profile-content-col-right {
  width: 315px;
  float: right;
  padding-top: 200px;
}
#profile-content-col-right p {
  font-family: verdana;
  font-size: 11px;
  line-height: 14px;
  color: #555;
  border-top: 5px solid #efefef;
  padding: 10px 30px;
  float: left;
  width: 255px;
}
#profile-content-col-right p label {
  color: #ac6613;
  font-size: 11px;
}
#profile-content-col-right p i {
  color: #ac6613;
}
#quotes-holder {
  overflow-x: hidden;
  width: 315px;
}
#quotes {
  width: 1260px;
}
#oses-icons {
  display: block;
  background: url(../images/oses.png);
  width: 260px;
  height: 33px;
  position: absolute;
  left: 245px;
  top: 44px;
}
#profile-info {
  float: left;
  width: 610px;
  padding: 40px 0;
}
#profile-info a:hover {
  color: #f98527;
}
#profile-info a {
  color: #3b72d2;
  text-decoration: none;
}
#profile-info label {
  color: #333;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
  display: block;
}
#profile-info h1 {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
}
#profile-info p {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  padding: 10px 0px;
}
#form-holder {
  width: 990px;
  margin: 0 auto;
  padding: 30px 0;
}
#form-col2 {
  width: 350px;
  float: right;
}
#form-holder a:hover {
  color: #f98527;
}
#form-holder a {
  color: #3b72d2;
  text-decoration: none;
}
#form-col2 h1 {
  font-family: 'Nunito', sans-serif;
  font-weight: 300;
  font-size: 1.5em;
  margin-bottom: 20px;
}
#form-col2 p {
  font-size: 13px;
  margin: 5px 0;
}
#form-col2 small {
  font-size: 11px;
  color: #666;
}
#form-col1 {
  width: 600px;
  float: left;
}
