/* ADULTS 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;
 }
 
 
 /* nav bar grouping*/
.navGrouping {
	font-family: Georgia, Times, Georgia, Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #227744;
	line-height: 13px;
	padding: 7px 0px 0px 10px;
}
#adultNav {
}
#adultNav p {
	margin: 0px 0px 0px 15px;
}





/* nav bar sections link text */
.navLinks {
	font-family: Verdana, Geneva, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 12px;
	padding-top: 0px;
}
a.navLinks:link {
  text-decoration: none;
  color: #333333;
 }
a.navLinks:visited {
  text-decoration: none;
  color: #333333;
 }
a.navLinks:hover {
  text-decoration: none;
  background-color: #FFEE66;
  color: #000000;
 }
a.navLinks:active {
  text-decoration: underline;
  color: #000000;
 } 

/* 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, Geneva, Arial;
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  line-height: 12px;
  /* padding: 0px 20px 0px 0px; */
}


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


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


 /* gray lead-in paragraph text */
.grayLeadInParagraph {
  font-family: Georgia, Times, serif;
  font-size: 14px;
  font-weight: bold;
  color: #777777;
  line-height: 18px;
  padding: 20px 20px 0px 10px;
}

 /* secondary subhead text */
.secondaryTextSubHeads {
  font-family: Georgia, Times, serif;
  font-size: 11px;
  font-weight: bold;
  color: #2288EE;
  line-height: 14px;
  padding: 18px 20px 0px 10px;
}

/* 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: 9px;
  font-weight: inherit;
  color: #228855;
  line-height: 12px;
  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;
 }
 

 /* gray scholarship winners pull quote text */
.scholarshipWinnersQuotes {
  font-family: Georgia, Times, serif;
  font-size: 13px;
  font-weight: bold;
  color: #777777;
  line-height: 16px;
  padding: 10px 25px 0px 0px;
}

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

/* home page highlight links */
.bigLinks {
  font-family: Georgia, Times, serif;
  font-size: 16px;
  font-weight: bold;
  color: #2288EE;
  line-height: 28px;
}
a.bigLinks:link {
  text-decoration: underline;
  color: #2288EE;
 }
a.bigLinks:visited {
  text-decoration: underline;
  color: #2288EE;
 }
a.bigLinks:hover {
  text-decoration: none;
  color: #FFFFFF;
 }
a.bigLinks:active {
  text-decoration: underline;
  color: #000000;
 }

 

 /* 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: Georgia, Times, serif;
  font-size: 14px;
  font-weight: bold;
  color: #006633;
  line-height: 20px;
  padding: 11px 16px 0px 10px;
}



 
/* 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;
 }


 
 
 /* section main Header text */
.header {
  font-family: Helvetica, Arial, Geneva;
  font-size: 26px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 28px;
  padding-right: 20px;
  padding-bottom: 15px;
}


/* section secondary Header text */
.header_secondary {
  font-family: Helvetica, Arial, Geneva;
  font-size: 21px;
  font-weight: normal;
  color: #3366FF;
  line-height: 28px;
  padding-left: 10px;
  padding-bottom: 12px;
}


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