
/**
 * HTML Tags
 */

A, A:link, A:active, A:visited, A:hover {
  color: #5daae3;
}

BODY {
  background: #69aee3 url('/images/default/bgs/body.jpg') top center no-repeat;
}

H1, H2, H3, H4, H5, H6 {
  font-size: 18px;
  line-height: normal;
  margin-top: 0px;
  margin-bottom: 8px;
}
 

/**
 * Container
 */

#container {
  border-top: 1px solid #5daae3;
}


/**
 * Wrapper
 */

#wrapper {

}


/**
 * Header
 */


#header #search A {
  color: #ffffff;
}

#header #search .input {
  border: 1px solid #5daae3;
}

#header #espanol {
  display: none;
}


/**
 * Content Areas
 */

#main {
  width: 1000px;
  height: 504px;
  background: none;
  border: none;
}

#main .section {
  float: left;
  width: 330px;
  height: 504px;
  background: url('/images/default/bgs/main.gif') left top no-repeat;
}

#main .section .photo {
  padding-top: 2px;
  text-align: center;
}

#main .section .padding {
  padding: 12px;
}

#main .section .overview {
  height: 125px;
  padding: 0px 10px;
}

#main .section .links {
  background: url('images/default/bgs/gradient.gif') repeat-x;
}

#main .section .resources {
  background: url('/images/default/bgs/gradient.gif') top  repeat-x;
  padding: 10px;
}

#main .section .resources .links {
  margin-right: 140px;
}

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

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

#main .section .resources .buttons {
  float: right;
}


/**
 * Kids
 */
 
#kids H1,
#kids A {
  color: #be1300;
}

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

#kids .info {
  margin-left: 90px;
}

#kids .resources {
  border-top: 2px solid #be1300;
}


/**
 * Parents
 */
 
#parents H1,
#parents A {
  color: #f79800;
}

#parents .icon {
  float: left;
  padding-left: 4px;
}

#parents .info {
  margin-left: 90px;
}

#parents .resources {
  border-top: 2px solid #f79800;
}


/**
 * Partners
 */
 
#partners H1,
#partners A {
  color: #88a825;
}

#partners .icon {
  float: right;
  padding-right: 10px;
}

#partners .info {
  margin-right: 70px;
}

#partners .resources {
  border-top: 2px solid #88a825;
}


/**
 * Footer
 */

#footer {
  height: 65px;
  background: url('/images/default/bgs/footer.jpg') center top no-repeat;
}

#footer #copyright {
  color: #ffffff;
}

#footer #copyright A {
  color: #ffffff;
}

#footer #logo {
  text-align: right;
  bottom: 5px;
  width: 360px
}

#footer #logo img {
  margin-left: 15px;
}


/**
 * WIC
 */

#wic {
  position: absolute;
  font-weight: bold;
  color: #ffffff;
  width: 490px;
  top: 0;
  left: 300px;
}


#footer #wic-bottom {
  position: absolute;
  margin-top: 12px;
  color: #ffffff;
  width: 370px;
  font-weight: normal;
  top: 0px;
  left: 260px;
}

#footer #wic-bottom a {
  color: #ffffff;
}

#footer #wic-bottom img {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}


#wic A {
  color: #ffffff;
}


