
/**
 * Home
 */

#home {
  padding: 10px;
}

#home H1 {
  font-size: 18px;
}

#home .partition {
  float: left;
  width: 21px;
  height: 246px;
  background: url('/images/partners/bgs/section_divider.gif') center 36px no-repeat; 
}

#home .section {
  float: left;
  width: 218px;
}

#home .section .padding {
  padding: 0px;
}

#home .section .overview {
  height: 125px;
  padding: 0px;
  font-size: 11px;
}

#home .section .overview H1 {
  margin-bottom: 8px;
}

#home .section .icon {
  float: left;
  padding-top: 3px;
}

#home .section .info {
  margin-left: 70px;
}

#home .section .links {
  padding: 10px;
}

#home .section .links A {
  display: block;
  border-bottom: 1px solid #ededed;
  font-size: 12px;
  line-height: 22px;
}

#home .section .links A SPAN {
  text-decoration: none;
}


/**
 * About Us
 */
 
#home #about-us H1,
#home #about-us A {
  color: #69aee3;
}

#home #about-us H1 A {
  text-decoration: none;
}

#home #about-us .links {
  background: url('/images/partners/bgs/home/about-us.jpg') top repeat-x;
  border-top: 2px solid #69aee3;
}


/**
 * Partner Resources
 */
 
#home #partner-resources H1,
#home #partner-resources A {
  color: #97bb29;
}

#home #partner-resources H1 A {
  text-decoration: none;
}

#home #partner-resources .links {
  background: url('/images/partners/bgs/home/partner-resources.jpg') top repeat-x;
  border-top: 2px solid #97bb29;
}


/**
 * Social Marketing
 */
 
#home #social-marketing H1,
#home #social-marketing A {
  color: #f79800;
}

#home #social-marketing H1 A {
  text-decoration: none;
}

#home #social-marketing .links {
  background: url('/images/partners/bgs/home/social-marketing.jpg') top repeat-x;
  border-top: 2px solid #f79800;
}
