/* KIDS site Stylesheet */

/* breadcrumbs */
.breadcrumbs {
  font-family: Verdana, Geneva, Arial;
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 12px;
  padding: 0px 0px 0px 5px;
}
a.breadcrumbs:link {
  text-decoration: underline;
  color: #000000;
  padding: 0px 0px 0px 0px;
 }
a.breadcrumbs:visited {
  text-decoration: underline;
  color: #000000;
  padding: 0px 0px 0px 0px; 
 }
a.breadcrumbs:hover {
  text-decoration: none;
  color: #FFFFFF;
 }
a.breadcrumbs:active {
  text-decoration: underline;
  color: #FFCC22;
 }
 
 

/* tertiary links, small text links in top right corner of pages */
.thirdNav {
  font-family: Verdana, Geneva, Arial;
  font-size: 9px;
  font-weight: normal;
  color: #000000;
  line-height: 10px;
}
a.thirdNav:link {
  text-decoration: none;
  color: #000000;
 }
a.thirdNav:visited {
  text-decoration: none;
  color: #000000;
 }
a.thirdNav:hover {
  text-decoration: underline;
  color: #3366CC;
 }
a.thirdNav:active {
  text-decoration: underline;
  color: #000000;
 }

/* standard text */
.standardText {
  font-family: Verdana, Geneva, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  line-height: 14px;
  padding: 0px 20px 0px 10px;
}
a.standardText:link {
  text-decoration: underline;
  color: #000000;
  padding: 0px 0px 0px 0px;
 }
a.standardText:visited {
  text-decoration: underline;
  color: #000000;
  padding: 0px 0px 0px 0px; 
 }
a.standardText:hover {
  text-decoration: underline;
  color: #000000;
  background-color: #FFFFAA;
 }
a.standardText:active {
  text-decoration: underline;
  color: #000000;
 }

 /* standard Lists */
.standardList {
  font-family: Verdana, Helvetica, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  line-height: 14px;
  /* padding: 0px 20px 0px 0px;
  margin: 0px 0px 0px -15px; */
}

/* lists */
ol, ul, li {
  margin-left: 15px;
  margin-right: 10px;
  padding-left: 0px;
  text-indent: 0px;
}



/* secondary subhead text */
.secondaryTextSubHeads {
  font-family: Verdana, Helvetica, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #FF6600;
  line-height: 14px;
}

/* tertiary subhead text */
.tertiaryTextSubheads {
  font-family: Verdana, Geneva, Arial;
  font-size: 9px;
  font-weight: bold;
  color: #555555;
  line-height: 12px;
}


/* secondary text */
.secondaryText {
  font-family: Verdana, Geneva, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 14px;
  padding: 0px 20px 0px 10px;
}
a.secondaryText:link {
  text-decoration: underline;
  color: #228855;
  padding: 0px 0px 0px 0px;
 }
a.secondaryText:visited {
  text-decoration: underline;
  color: #228855;
  padding: 0px 0px 0px 0px; 
 }
a.secondaryText:hover {
  text-decoration: underline;
  color: #000000;
 }
a.secondaryText:active {
  text-decoration: none;
  color: #000000;
 }
 
/* disclosure text for True Stories */ 
.disclosureText {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #FF3333;
  line-height: 12px;
  padding: 16px 15px 0px 10px;
}
 
 
-------------------------------------------------------------------------------

/* standard white text */

.standardWhiteText {
  font-family: Verdana, Geneva, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 14px;
  padding: 10px 0px 0px 0px;
}


 /* standard subheads */
.standardSubHeads {
  font-family: Helvetica, Arial, Geneva;
  font-size: 21px;
  font-weight: normal;
  color: #3366FF;
  line-height: 24px;
  padding: 0px 15px 0px 10px;
}

/* pull quotes */
.pullQuotes {
  font-family: Helvetica, Arial;
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 24px;
  padding: 20px 10px 0px 20px;
}


 
/* small text links in top right corner of pages */
.smLinks_TR {
  font-family: Verdana, Geneva, Arial;
  font-size: 9px;
  font-weight: normal;
  color: #000000;
  line-height: 10px;
  padding: 0px 20px 3px 0px;
}
a.smLinks_TR:link {
  text-decoration: none;
  color: #000000;
  padding: 0px 0px 0px 0px;
 }
a.smLinks_TR:visited {
  text-decoration: none;
  color: #000000;
  padding: 0px 0px 0px 0px; 
 }
a.smLinks_TR:hover {
  text-decoration: underline;
  color: #3366CC;
 }
a.smLinks_TR:active {
  text-decoration: underline;
  color: #000000;
 }
 

/* FORM MAIL text input and text area */
 select, INPUT, TEXTAREA {
  BACKGROUND-COLOR: #FFCC33;
  COLOR: #000000;
  FONT-FAMILY: Verdana, Geneva, Arial;
  FONT-SIZE: 10px;
  LINE-HEIGHT: 12px;
}