@charset "utf-8";
/* CSS Document */

/********************************/
/* WRAPPER						*/
/********************************/

#wrapper {
	background-color: #e1f4dc; 	/* bkgGreenBase */
}

/********************************/
/* HEADER > LOGO				*/
/********************************/
#header img.imgLandscape,
#header img.imgPortrait {
	border-bottom:1px solid #006600; 	/* lineGreen */
}

/********************************/
/* HEADER > COLOR BAR			*/
/********************************/

#header #colorBar-1 {
	border-bottom:1px solid #e1f4dc; 	/* bkgGreenBase */
	background-color: #e1f4dc; 	/* bkgGreenBase */
}

#header #colorBar-2 {
	background-color: #e1f4dc; 	/* bkgGreenBase */
	border-bottom:1px solid #006600; 	/* lineGreen */
}

#header #colorBar-2 a {
	-moz-box-shadow: 1px 1px 3px #c1e6b7; 	/* bkgGreenDark2 */
	-webkit-box-shadow: 1px 1px 3px #c1e6b7; 	/* bkgGreenDark2 */
	box-shadow: 1px 1px 3px #c1e6b7; 	/* bkgGreenDark2 */
}

#header #colorBar-2 a:link,
#header #colorBar-2 a:visited {
	background-color: #f2fff2; 	/* bkgGreenLight */
	border:1px solid #006600; 		/* lineGreen */
}

#header #colorBar-2 a:hover,
#header #colorBar-2 a:focus {
	background-color: 	#d3edc8; 	/* bkgGreenDark1 */
	border:1px solid #006600; 		/* lineGreen */
}

#header #colorBar-2 a:active {
	background-color: 	#c1e6b7; 	/* bkgGreenDark2 */	
	border:1px solid #006600; 		/* lineGreen */
}

#header #colorBar-2 a:active .toListen {
	color:#006600; 					/* txtGreenDark */
}

/********************************/
/* SIDENAV						*/
/********************************/
#sideNav ul li a {
	background-image:url("../imgs/arrowsRegular/arrowGreenDark.gif");
	border: 1px solid #e1f4dc; 		/* bkgGreenBase */
	text-decoration:none;
/*	text-decoration:underline;*/
}

#sideNav ul li a:link,
#sideNav ul li a:visited {
	color: 	#006600; 				/* txtGreenDark */
}

#sideNav ul li a:hover,
#sideNav ul li a:focus {
	background-color: 	#c1e6b7; 	/* bkgGreenDark2 */
}

#sideNav ul li a:active {
	background-image:url("../imgs/arrowsRegular/arrowGreenLight.gif");
	color: 	#009900; 				/* txtGreenLight */
	background-color: 	#e1f4dc; 	/* bkgGreenBase */
	border: 1px dotted #009900; 	/* txtGreenLight */
}

/********************************/
/* MAIN	- CONTENT				*/
/********************************/
#content {
	border-left:1px solid #006600; 	/* lineGreen */

}

/****************************************************/
/* DEFAULT LINKS (TOC, MORE INFO, AND BACK TO TOP)	*/
/****************************************************/
/* 	Styles for Table of Contents, More Info Bar, 
	and "Back to" links */

#content a {
	text-decoration:underline;
}

#content .links a {
	text-decoration:none;
	background-image:url("../imgs/arrowsRegular/arrowGreenDark.gif");
}

#content .links p.linkBackTo a {
	background-image:url("../imgs/arrowsSmall/arrowGreenDark.gif");
}

#content a:link,
#content a:visited {
	color: 	#006600; 			/* txtGreenDark */
}

#content a:hover,
#content a:focus {
	color:#006600; 				/* txtGreenDark */
	background-color: #d3edc8; 	/* bkgGreenDark1 */
}

#content a:active {
	color: #009900; 			/* txtGreenLight */
	background-color: #f2fff2; 	/* bkgGreenLight */
	border:1px dotted #009900; 	/* txtGreenLight */
}

#content .links a:active {
	background-image:url("../imgs/arrowsRegular/arrowGreenLight.gif");
}

#content .links p.linkBackTo a:active {
	background-image:url("../imgs/arrowsSmall/arrowGreenLight.gif");
}

/************************/
/* SCROLL BARS			*/
/************************/
.jspTrack {
	background: #f2fff2; 	/* bkgGreenLight */
}

.jspVerticalBar,
.jspHorizontalBar,
.jspArrow.jspDisabled {
	background: #e1f4dc; 	/* bkgGreenBase */
}

.jspArrow,
.jspCorner,
.jspDrag,
.jspDrag:hover {
	background: #c1e6b7; 	/* bkgGreenDark2 */
}

