@charset "utf-8";
/* CSS Document */

/********************************/
/* TAB COLORS					*/
/********************************/

#header #topNav ul li a {
/*	background-color: #e1f4dc; 	/* bkgGreenBase */
/*	border:1px solid #006600; 	/* lineGreen */
/*	border-bottom:none;*/
}

/********************************/
/* YELLOW - Home				*/
/********************************/
#tabHome a,
#tabHome a:link,
#tabHome a:visited {
	background-color:#ffffdd; 	/* bkgYellowLight */
	border-width:1px;
	border-style:solid;
	border-top-color:#666600; 	/* lineYellow */
	border-right-color:#666600; /* lineYellow */
	border-left-color:#666600; 	/* lineYellow */
	color:#666600; 				/* txtYellowDark */
}

#tabHome a:hover,
#tabHome a:focus {
	background-color:#eded9e; 	/* bkgYellowDark1 */
}

#tabHome a:active {
	background-color:#e5e585; 	/* bkgYellowDark2 */
}

/* active tab */

#pageHome #topNav ul li a {
	border-bottom-color:#666600; 	/* lineYellow */
}

#pageHome #tabHome a,
#pageHome #tabHome a:link,
#pageHome #tabHome a:visited,
#pageHome #tabHome a:hover,
#pageHome #tabHome a:focus,
#pageHome #tabHome a:active {
	background-color:#ffffb2; 		/* bkgYellowBase */
	border:1px solid #666600; 		/* lineYellow */
	border-bottom-color:#ffffb2; 	/* bkgYellowBase */
	color:#666600; 					/* txtYellowDark */
	cursor:default;
}

/* Site Map */

#content #siteMap #sectionHome a {
	text-decoration:none;
	background-image:url("../imgs/arrowsRegular/arrowYellowDark.gif");
}

#content #siteMap #sectionHome a:link,
#content #siteMap #sectionHome a:visited {
	color:#666600; 	/* txtYellowDark */
}

#content #siteMap #sectionHome a:hover,
#content #siteMap #sectionHome a:focus {
	color:#666600; 	/* txtYellowDark */
	background-color: #eded9e; 	/* bkgYellowDark1 */
}

#content #siteMap #sectionHome a:active {
	color:#999900; 	/* txtYellowLight */
	background-color: #ffffdd; 	/* bkgYellowLight */
	border:1px dotted #999900; 	/* txtYellowLight */
	background-image:url("../imgs/arrowsRegular/arrowYellowLight.gif");
}


/* Links on other pages */
#content a.linkHome:link,
#content a.linkHome:visited {
	background-color:inherit;
	color:#666600; 						/* txtYellowDark */
}

#content a.linkHome:hover,
#content a.linkHome:focus {
	background-color:#eded9e; 			/* bkgYellowDark1 */
	color:#666600; 						/* txtYellowDark */
}

#content a.linkHome:active {
	background-color:#ffffdd; 			/* bkgYellowLight */
	color:#999900; 						/* txtYellowLight */
	border:1px dotted #999900; 			/* txtYellowLight */
}


/********************************/
/* MAGENTA - Free Videos		*/
/********************************/
#tabVideos a,
#tabVideos a:link,
#tabVideos a:visited {
	background-color:#fff2ff; 		/* bkgMagentaLight */
	border-width:1px;
	border-style:solid;
	border-top-color:#990066; 		/* lineMagenta */
	border-right-color:#990066; 	/* lineMagenta */
	border-left-color:#990066; 		/* lineMagenta */
	color:#990066; 					/* txtMagentaDark */
}

#tabVideos a:hover,
#tabVideos a:focus {
	background-color:#f4d4e2; 		/* bkgMagentaDark1 */
	color:#990066; 					/* txtMagentaDark */
}

#tabVideos a:active {
	background-color:#edb8d7; 		/* bkgMagentaDark2 */
	color:#990066; 					/* txtMagentaDark */
}

/* active tab */

#pageVideos #topNav ul li a {
	border-bottom-color:#990066; 	/* lineMagenta */
}

#pageVideos #tabVideos a,
#pageVideos #tabVideos a:link,
#pageVideos #tabVideos a:visited,
#pageVideos #tabVideos a:hover,
#pageVideos #tabVideos a:focus,
#pageVideos #tabVideos a:active {
	background-color:#f3e2e3; 		/* bkgMagentaBase */
	border:1px solid #990066; 		/* lineMagenta */
	border-bottom-color:#f3e2e3; 	/* bkgMagentaBase */
	color:#990066; 					/* txtMagentaDark */
	cursor:default;
}

/* Home Page */

#pageHome .introSection #sectionVideos a:link .title,
#pageHome .introSection #sectionVideos a:visited .title {
	color:#990066; 	/* txtMagentaDark */
	background-image:url("../imgs/arrowsRegular/arrowMagentaDark.gif");
}

#pageHome .introSection #sectionVideos a:link img,
#pageHome .introSection #sectionVideos a:visited img {
	border-color:#990066; 			/* txtMagentaDark */
}

#pageHome .introSection #sectionVideos a:hover,
#pageHome .introSection #sectionVideos a:focus,
#pageHome .introSection #sectionVideos a:hover .description, 
#pageHome .introSection #sectionVideos a:focus .description {
	color:#990066; 			/* txtMagentaDark */
	background-color:#f4d4e2; 	/* bkgMagentaDark1 */
}

#pageHome .introSection #sectionVideos a:hover .title, 
#pageHome .introSection #sectionVideos a:focus .title {
	background-image:url("../imgs/arrowsRegular/arrowMagentaDark.gif");
	color:#990066; 			/* txtMagentaDark */
	background-color:#f4d4e2; 	/* bkgMagentaDark1 */
}

#pageHome .introSection #sectionVideos a:hover img,
#pageHome .introSection #sectionVideos a:focus img,
#pageHome .introSection #sectionVideos a:active img {
	border-color:#990066; 			/* txtMagentaDark */
}

#pageHome .introSection #sectionVideos a:active,
#pageHome .introSection #sectionVideos a:active .title,
#pageHome .introSection #sectionVideos a:active .description {
	color:#cc0099; 	/* txtMagentaLight */
	background-color:#fff2ff; 	/* bkgMagentaLight */
}

#pageHome .introSection #sectionVideos a:active {
	border: 1px dotted #cc0099; 	/* txtMagentaLight */
}

#pageHome .introSection #sectionVideos a:active .title {
	background-image:url("../imgs/arrowsRegular/arrowMagentaLight.gif");
}


/* Site Map */

#content #siteMap #sectionVideos a {
	text-decoration:none;
	background-image:url("../imgs/arrowsRegular/arrowMagentaDark.gif");
}

#content #siteMap #sectionVideos a:link,
#content #siteMap #sectionVideos a:visited {
	color:#990066; 	/* txtMagentaDark */
}

#content #siteMap #sectionVideos a:hover,
#content #siteMap #sectionVideos a:focus {
	color:#990066; 	/* txtMagentaDark */
	background-color: #f4d4e2; 	/* bkgMagentaDark1 */
}

#content #siteMap #sectionVideos a:active {
	color:#cc0099; 	/* txtMagentaLight */
	background-color: #fff2ff; 	/* bkgMagentaLight */
	border:1px dotted #cc0099; 	/* txtMagentaLight */
	background-image:url("../imgs/arrowsRegular/arrowMagentaLight.gif");
}


/* Links on other pages */
#content a.linkVideos:link,
#content a.linkVideos:visited,
#homeContent a.linkVideos:link,
#homeContent a.linkVideos:visited {
	background-color:inherit;
	color:#990066; 						/* txtMagentaDark */
}

#content a.linkVideos:hover,
#content a.linkVideos:focus,
#homeContent a.linkVideos:hover,
#homeContent a.linkVideos:focus {
	background-color:#f4d4e2; 			/* bkgMagentaDark1 */
	color:#990066; 						/* txtMagentaDark */
}

#content a.linkVideos:active,
#homeContent a.linkVideos:active {
	background-color:#fff2ff; 			/* bkgMagentaLight */
	color:#cc0099; 						/* txtMagentaLight */
	border:1px dotted #cc0099; 			/* txtMagentaLight */
}


/********************************/
/* GREEN - What is Dyslexia?	*/
/********************************/
#tabDyslexia a,
#tabDyslexia a:link,
#tabDyslexia a:visited {
	background-color:#f2fff2; 	/* bkgGreenLight */
	border:1px solid #006600; 	/* lineGreen */
	color:#006600; 				/* txtGreenDark */
}

#tabDyslexia a:hover,
#tabDyslexia a:focus {
	background-color:#d3edc8; 	/* bkgGreenDark1 */
}

#tabDyslexia a:active {
	background-color:#c1e6b7; 	/* bkgGreenDark2 */
}

/* active tab */

#pageDyslexia #topNav ul li a {
/*	border-bottom-color:#006600; 	/* lineGreen */
	border-bottom:1px solid #006600; 	/* lineGreen */
}

#pageDyslexia #tabDyslexia a,
#pageDyslexia #tabDyslexia a:link,
#pageDyslexia #tabDyslexia a:visited,
#pageDyslexia #tabDyslexia a:hover,
#pageDyslexia #tabDyslexia a:focus,
#pageDyslexia #tabDyslexia a:active {
	background-color:#e1f4dc; 		/* bkgGreenBase */
	border:1px solid #006600; 		/* lineGreen */
	border-bottom:1px solid #e1f4dc; 	/* bkgGreenBase */
	color:#006600; 					/* txtGreenDark */
	cursor:default;
}

/* Home Page Sections */

#pageHome .introSection #sectionDyslexia a:link .title,
#pageHome .introSection #sectionDyslexia a:visited .title {
	color:#006600; 					/* txtGreenDark */
	background-image:url("../imgs/arrowsRegular/arrowGreenDark.gif");
}

#pageHome .introSection #sectionDyslexia a:link img,
#pageHome .introSection #sectionDyslexia a:visited img {
	color:#006600; 					/* txtGreenDark */
}

#pageHome .introSection #sectionDyslexia a:hover,
#pageHome .introSection #sectionDyslexia a:focus,
#pageHome .introSection #sectionDyslexia a:hover .description, 
#pageHome .introSection #sectionDyslexia a:focus .description {
	color:#006600; 					/* txtGreenDark */
	background-color: 	#d3edc8; 	/* bkgGreenDark1 */
}

#pageHome .introSection #sectionDyslexia a:hover .title, 
#pageHome .introSection #sectionDyslexia a:focus .title {
	background-image:url("../imgs/arrowsRegular/arrowGreenDark.gif");
	color:#006600; 					/* txtGreenDark */
	background-color: 	#d3edc8; 	/* bkgGreenDark1 */
}

#pageHome .introSection #sectionDyslexia a:hover img,
#pageHome .introSection #sectionDyslexia a:focus img,
#pageHome .introSection #sectionDyslexia a:active img {
	color:#006600; 					/* txtGreenDark */
}

#pageHome .introSection #sectionDyslexia a:active,
#pageHome .introSection #sectionDyslexia a:active .title,
#pageHome .introSection #sectionDyslexia a:active .description {
	color: 	#009900; 	/* txtGreenLight */
	background-color:#f2fff2; 	/* bkgGreenLight */
}

#pageHome .introSection #sectionDyslexia a:active {
	border: 1px dotted #009900; 	/* txtGreenLight */
}

#pageHome .introSection #sectionDyslexia a:active .title {
	background-image:url("../imgs/arrowsRegular/arrowGreenLight.gif");
}


/* Site Map */

#content #siteMap #sectionDyslexia a {
	text-decoration:none;
	background-image:url("../imgs/arrowsRegular/arrowGreenDark.gif");
}

#content #siteMap #sectionDyslexia a:link,
#content #siteMap #sectionDyslexia a:visited {
	color: 	#006600; 			/* txtGreenDark */
}

#content #siteMap #sectionDyslexia a:hover,
#content #siteMap #sectionDyslexia a:focus {
	color:#006600; 				/* txtGreenDark */
	background-color: #d3edc8; 	/* bkgGreenDark1 */
}

#content #siteMap #sectionDyslexia a:active {
	color: #009900; 			/* txtGreenLight */
	background-color: #f2fff2; 	/* bkgGreenLight */
	border:1px dotted #009900; 	/* txtGreenLight */
	background-image:url("../imgs/arrowsRegular/arrowGreenLight.gif");
}


/* Links on other pages */
#content a.linkDyslexia:link,
#content a.linkDyslexia:visited {
	background-color:inherit;
	color:#006600; 					/* txtGreenDark */
}

#content a.linkDyslexia:hover,
#content a.linkDyslexia:focus {
	background-color:#d3edc8; 		/* bkgGreenDark1 */
	color:#006600; 					/* txtGreenDark */
}

#content a.linkDyslexia:active {
	background-color:#f2fff2; 		/* bkgGreenLight */
	color:#009900; 					/* txtGreenLight */
	border:1px dotted #009900; 		/* txtGreenLight */
}


/********************************/
/* ORANGE - How to Get Help		*/
/********************************/
#tabGetHelp a,
#tabGetHelp a:link,
#tabGetHelp a:visited {
	background-color:#fff7f2; 		/* bkgOrangeLight */
	border-width:1px;
	border-style:solid;
	border-top-color:#713800; 		/* lineOrange */
	border-right-color:#713800; 	/* lineOrange */
	border-left-color:#713800; 		/* lineOrange */
	color:#713800; 					/* txtOrangeDark */
}

#tabGetHelp a:hover,
#tabGetHelp a:focus {
	background-color:#f1d6b5; 		/* bkgOrangeDark1 */
}

#tabGetHelp a:active {
	background-color:#ecc8a0; 		/* bkgOrangeDark2 */
}

/* active tab */

#pageGetHelp #topNav ul li a {
	border-bottom-color:#713800; 	/* lineOrange */
}

#pageGetHelp #tabGetHelp a,
#pageGetHelp #tabGetHelp a:link,
#pageGetHelp #tabGetHelp a:visited,
#pageGetHelp #tabGetHelp a:hover,
#pageGetHelp #tabGetHelp a:focus,
#pageGetHelp #tabGetHelp a:active {
	background-color:#f7e6d0; 		/* bkgOrangeBase */
	border:1px solid #713800; 		/* lineOrange */
	border-bottom-color:#f7e6d0; 	/* bkgOrangeBase */
	color:#713800; 					/* txtOrangeDark */
	cursor:default;
}

/* Home Page Sections */

#pageHome .introSection #sectionGetHelp a:link .title,
#pageHome .introSection #sectionGetHelp a:visited .title {
	color:	#713800; 	/* txtOrangeDark */
	background-image:url("../imgs/arrowsRegular/arrowOrangeDark.gif");
}

#pageHome .introSection #sectionGetHelp a:link img,
#pageHome .introSection #sectionGetHelp a:visited img {
	border-color:	#713800; 	/* txtOrangeDark */
}

#pageHome .introSection #sectionGetHelp a:hover,
#pageHome .introSection #sectionGetHelp a:focus,
#pageHome .introSection #sectionGetHelp a:hover .description, 
#pageHome .introSection #sectionGetHelp a:focus .description {
	color:	#713800; 	/* txtOrangeDark */
	background-color:#f1d6b5; 	/* bkgOrangeDark1 */
}

#pageHome .introSection #sectionGetHelp a:hover .title, 
#pageHome .introSection #sectionGetHelp a:focus .title {
	background-image:url("../imgs/arrowsRegular/arrowOrangeDark.gif");
	color:	#713800; 	/* txtOrangeDark */
	background-color:#f1d6b5; 	/* bkgOrangeDark1 */
}

#pageHome .introSection #sectionGetHelp a:hover img,
#pageHome .introSection #sectionGetHelp a:focus img,
#pageHome .introSection #sectionGetHelp a:active img {
	border-color:	#713800; 	/* txtOrangeDark */
}

#pageHome .introSection #sectionGetHelp a:active,
#pageHome .introSection #sectionGetHelp a:active .title,
#pageHome .introSection #sectionGetHelp a:active .description {
	color:#996600; 	/* txtOrangeLight */
	background-color:#fff7f2; 	/* bkgOrangeLight */
}

#pageHome .introSection #sectionGetHelp a:active {
	border: 1px dotted #996600; 	/* txtOrangeLight */
}

#pageHome .introSection #sectionGetHelp a:active .title {
	background-image:url("../imgs/arrowsRegular/arrowOrangeLight.gif");
}


/* Site Map */

#content #siteMap #sectionGetHelp a {
	text-decoration:none;
	background-image:url("../imgs/arrowsRegular/arrowOrangeDark.gif");
}

#content #siteMap #sectionGetHelp a:link,
#content #siteMap #sectionGetHelp a:visited {
	color:#713800; 	/* txtOrangeDark */
}

#content #siteMap #sectionGetHelp a:hover,
#content #siteMap #sectionGetHelp a:focus {
	color:#713800; 	/* txtOrangeDark */
	background-color: #f1d6b5; 	/* bkgOrangeDark1 */
}

#content #siteMap #sectionGetHelp a:active {
	color:#996600; 	/* txtOrangeLight */
	background-color: #fff7f2; 	/* bkgOrangeLight */
	border:1px dotted #996600; 	/* txtOrangeLight */
	background-image:url("../imgs/arrowsRegular/arrowOrangeLight.gif");
}


/* Links on other pages */

#content a.linkGetHelp:link,
#content a.linkGetHelp:visited {
	background-color:inherit;
	color:#713800; 					/* txtOrangeDark */
}

#content a.linkGetHelp:hover,
#content a.linkGetHelp:focus {
	background-color:#f1d6b5; 		/* bkgOrangeDark1 */
	color:#713800; 					/* txtOrangeDark */
}

#content a.linkGetHelp:active {
	background-color:#fff7f2; 		/* bkgOrangeLight */
	color:#996600; 					/* txtOrangeLight */
	border:1px dotted #996600; 		/* txtOrangeLight */
}


/************************************/
/* BLUE - Seminars & Presentations	*/
/************************************/
#tabSeminars a,
#tabSeminars a:link,
#tabSeminars a:visited {
	background-color:#f7f9fc; 		/* bkgBlueLight */
	border-width:1px;
	border-style:solid;
	border-top-color:#00007d; 		/* lineBlue */
	border-right-color:#00007d; 	/* lineBlue */
	border-left-color:#00007d; 		/* lineBlue */
	color:#00007d; 					/* txtBlueDark */
}

#tabSeminars a:hover,
#tabSeminars a:focus {
	background-color:#dae0f5; 		/* bkgBlueDark1 */
}

#tabSeminars a:active {
	background-color:#bbc6f6; 		/* bkgBlueDark2 */
}

/* active tab */

#pageSeminars #topNav ul li a {
	border-bottom-color:#00007d; 	/* lineBlue */
}

#pageSeminars #tabSeminars a,
#pageSeminars #tabSeminars a:link,
#pageSeminars #tabSeminars a:visited,
#pageSeminars #tabSeminars a:hover,
#pageSeminars #tabSeminars a:focus,
#pageSeminars #tabSeminars a:active {
	background-color:#e4ecf5; 		/* bkgBlueBase */
	border:1px solid #00007d; 		/* lineBlue */
	border-bottom-color:#e4ecf5; 	/* bkgBlueBase */
	color:#00007d; 					/* txtBlueDark */
	cursor:default;
}

/* Home Page Sections */

#pageHome .introSection #sectionSeminars a:link .title,
#pageHome .introSection #sectionSeminars a:visited .title {
	color:#00007d; 	/* txtBlueDark */
	background-image:url("../imgs/arrowsRegular/arrowBlueDark.gif");
}

#pageHome .introSection #sectionSeminars a:link img,
#pageHome .introSection #sectionSeminars a:visited img {
	border-color:#00007d; 	/* txtBlueDark */
}

#pageHome .introSection #sectionSeminars a:hover,
#pageHome .introSection #sectionSeminars a:focus,
#pageHome .introSection #sectionSeminars a:hover .description, 
#pageHome .introSection #sectionSeminars a:focus .description {
	color:#00007d; 	/* txtBlueDark */
	background-color:#dae0f5; 	/* bkgBlueDark1 */
}

#pageHome .introSection #sectionSeminars a:hover .title, 
#pageHome .introSection #sectionSeminars a:focus .title {
	background-image:url("../imgs/arrowsRegular/arrowBlueDark.gif");
	color:#00007d; 	/* txtBlueDark */
	background-color:#dae0f5; 	/* bkgBlueDark1 */
}

#pageHome .introSection #sectionSeminars a:hover img,
#pageHome .introSection #sectionSeminars a:focus img,
#pageHome .introSection #sectionSeminars a:active img {
	border-color:#00007d; 	/* txtBlueDark */
}

#pageHome .introSection #sectionSeminars a:active,
#pageHome .introSection #sectionSeminars a:active .title,
#pageHome .introSection #sectionSeminars a:active .description {
	color:#0000cc; 	/* txtBlueLight */
	background-color:#f7f9fc; 	/* bkgBlueLight */
}

#pageHome .introSection #sectionSeminars a:active {
	border: 1px dotted #0000cc; 	/* txtBlueLight */
}

#pageHome .introSection #sectionSeminars a:active .title {
	background-image:url("../imgs/arrowsRegular/arrowBlueLight.gif");
}


/* Site Map */

#content #siteMap #sectionSeminars a {
	text-decoration:none;
	background-image:url("../imgs/arrowsRegular/arrowBlueDark.gif");
}

#content #siteMap #sectionSeminars a:link,
#content #siteMap #sectionSeminars a:visited {
	color:#00007d; 	/* txtBlueDark */
}

#content #siteMap #sectionSeminars a:hover,
#content #siteMap #sectionSeminars a:focus {
	color:#00007d; 	/* txtBlueDark */
	background-color: #dae0f5; 	/* bkgBlueDark1 */
}

#content #siteMap #sectionSeminars a:active {
	color:#0000cc; 	/* txtBlueLight */
	background-color: #f7f9fc; 	/* bkgBlueLight */
	border:1px dotted #0000cc; 	/* txtBlueLight */
	background-image:url("../imgs/arrowsRegular/arrowBlueLight.gif");
}

/* Links on other pages */

#content a.linkSeminars:link,
#content a.linkSeminars:visited {
	background-color:inherit;
	color:#00007d; 					/* txtBlueDark */
}

#content a.linkSeminars:hover,
#content a.linkSeminars:focus {
	background-color:#dae0f5; 		/* bkgBlueDark1 */
	color:#00007d; 					/* txtBlueDark */
}

#content a.linkSeminars:active {
	background-color:#f7f9fc; 		/* bkgBlueLight */
	color:#0000cc; 					/* txtBlueLight */
	border:1px dotted #0000cc; 		/* txtBlueLight */
}


/********************************/
/* PURPLE - More Info			*/
/********************************/
#tabMoreInfo a,
#tabMoreInfo a:link,
#tabMoreInfo a:visited {
	background-color:#f7f2ff; 		/* bkgPurpleLight */
	border-width:1px;
	border-style:solid;
	border-top-color:#330066; 		/* linePurple */
	border-right-color:#330066; 	/* linePurple */
	border-left-color:#330066; 		/* linePurple */
	color:#330066; 					/* txtPurpleDark */
}

#tabMoreInfo a:hover,
#tabMoreInfo a:focus {
	background-color:#dcd8e2; 		/* bkgPurpleDark1 */
}

#tabMoreInfo a:active {
	background-color:#ccc5d6; 		/* bkgPurpleDark2 */
}

/* active tab */

#pageMoreInfo #topNav ul li a {
	border-bottom-color:#330066; 	/* linePurple */
}

#pageMoreInfo #tabMoreInfo a,
#pageMoreInfo #tabMoreInfo a:link,
#pageMoreInfo #tabMoreInfo a:visited,
#pageMoreInfo #tabMoreInfo a:hover,
#pageMoreInfo #tabMoreInfo a:focus,
#pageMoreInfo #tabMoreInfo a:active {
	background-color:#e7e3ee; 		/* bkgPurpleBase */
	border:1px solid #330066; 		/* linePurple */
	border-bottom-color:#e7e3ee; 	/* bkgPurpleBase */
	color:#330066; 					/* txtPurpleDark */
	cursor:default;
}

/* Home Page Sections */

#pageHome .introSection #sectionMoreInfo a:link .title,
#pageHome .introSection #sectionMoreInfo a:visited .title {
	color:#330066; 	/* txtPurpleDark */
	background-image:url("../imgs/arrowsRegular/arrowPurpleDark.gif");
}

#pageHome .introSection #sectionMoreInfo a:link img,
#pageHome .introSection #sectionMoreInfo a:visited img {
	border-color:#330066; 	/* txtPurpleDark */
}

#pageHome .introSection #sectionMoreInfo a:hover,
#pageHome .introSection #sectionMoreInfo a:focus,
#pageHome .introSection #sectionMoreInfo a:hover .description, 
#pageHome .introSection #sectionMoreInfo a:focus .description {
	color:#330066; 	/* txtPurpleDark */
	background-color:#dcd8e2; 	/* bkgPurpleDark1 */
}

#pageHome .introSection #sectionMoreInfo a:hover .title, 
#pageHome .introSection #sectionMoreInfo a:focus .title {
	background-image:url("../imgs/arrowsRegular/arrowPurpleDark.gif");
	color:#330066; 	/* txtPurpleDark */
	background-color:#dcd8e2; 	/* bkgPurpleDark1 */
}

#pageHome .introSection #sectionMoreInfo a:hover img,
#pageHome .introSection #sectionMoreInfo a:focus img,
#pageHome .introSection #sectionMoreInfo a:active img {
	border-color:#330066; 	/* txtPurpleDark */
}

#pageHome .introSection #sectionMoreInfo a:active,
#pageHome .introSection #sectionMoreInfo a:active .title,
#pageHome .introSection #sectionMoreInfo a:active .description {
	color:#660099; 	/* txtPurpleLight */
	background-color:#fff2ff; 	/* bkgMagentaLight */
}

#pageHome .introSection #sectionMoreInfo a:active {
	border: 1px dotted #660099; 	/* txtPurpleLight */
}

#pageHome .introSection #sectionMoreInfo a:active .title {
	background-image:url("../imgs/arrowsRegular/arrowPurpleLight.gif");
}


/* Site map */

#content #siteMap #sectionMoreInfo a {
	text-decoration:none;
	background-image:url("../imgs/arrowsRegular/arrowPurpleDark.gif");
}

#content #siteMap #sectionMoreInfo a:link,
#content #siteMap #sectionMoreInfo a:visited {
	color:#330066; 	/* txtPurpleDark */
}

#content #siteMap #sectionMoreInfo a:hover,
#content #siteMap #sectionMoreInfo a:focus {
	color:#330066; 	/* txtPurpleDark */
	background-color: #dcd8e2; 	/* bkgPurpleDark1 */
}

#content #siteMap #sectionMoreInfo a:active {
	color:#660099; 	/* txtPurpleLight */
	background-color: #f7f2ff; 	/* bkgPurpleLight */
	border:1px dotted #660099; 	/* txtPurpleLight */
	background-image:url("../imgs/arrowsRegular/arrowPurpleLight.gif");
}


/* Links on other pages */

#content a.linkMoreInfo:link,
#content a.linkMoreInfo:visited {
	background-color:inherit;
	color:#330066; 					/* txtPurpleDark */
}

#content a.linkMoreInfo:hover,
#content a.linkMoreInfo:focus {
	background-color:#dcd8e2; 		/* bkgPurpleDark1 */
	color:#330066; 					/* txtPurpleDark */
}

#content a.linkMoreInfo:active {
	background-color:#f7f2ff; 		/* bkgPurpleLight */
	color:#660099; 					/* txtPurpleLight */
	border:1px dotted #660099; 		/* txtPurpleLight */
}



