@charset "utf-8";
/* CSS Document */

/********************************/
/* WRAPPER						*/
/********************************/

#wrapper {
	background-color: #e4ecf5; 	/* bkgBlueBase */
}

/********************************/
/* HEADER > LOGO				*/
/********************************/
#header img.imgLandscape,
#header img.imgPortrait {
	border-bottom:1px solid #00007d; 	/* lineBlue */
}

/********************************/
/* HEADER > COLOR BAR			*/
/********************************/

#header #colorBar-1 {
	border-bottom:1px solid #e4ecf5; 	/* bkgBlueBase */
	background-color: #e4ecf5; 	/* bkgBlueBase */
}

#header #colorBar-2 {
	background-color: #e4ecf5; 	/* bkgBlueBase */
	border-bottom:1px solid #00007d; 	/* lineBlue */
}

#header #colorBar-2 a {
	-moz-box-shadow: 1px 1px 3px #bbc6f6; 	/* bkgBlueDark2 */
	-webkit-box-shadow: 1px 1px 3px #bbc6f6; 	/* bkgBlueDark2 */
	box-shadow: 1px 1px 3px #bbc6f6; 	/* bkgBlueDark2 */
}

#header #colorBar-2 a:link,
#header #colorBar-2 a:visited {
	background-color: #f7f9fc; 	/* bkgBlueLight */
	border:1px solid #00007d; 	/* lineBlue */
}

#header #colorBar-2 a:hover,
#header #colorBar-2 a:focus {
	background-color: 	#dae0f5; 	/* bkgBlueDark1 */
	border:1px solid #00007d; 	/* lineBlue */
}

#header #colorBar-2 a:active {
	background-color: 	#bbc6f6; 	/* bkgBlueDark2 */
	border:1px solid #00007d; 	/* lineBlue */
}

#header #colorBar-2 a:active .toListen {
	color:#00007d; 	/* txtBlueDark */
}

/********************************/
/* SIDENAV						*/
/********************************/
#sideNav ul li a {
	background-image:url("../imgs/arrowsRegular/arrowBlueDark.gif");
	border: 1px solid #e4ecf5; 	/* bkgBlueBase */
	text-decoration:none;
}

#sideNav ul li a:link,
#sideNav ul li a:visited {
	color:#00007d; 	/* txtBlueDark */
}

#sideNav ul li a:hover,
#sideNav ul li a:focus {
	background-color: #bbc6f6; 	/* bkgBlueDark2 */
}

#sideNav ul li a:active {
	background-image:url("../imgs/arrowsRegular/arrowBlueLight.gif");
	color:#0000cc; 	/* txtBlueLight */
	background-color:#e4ecf5; 	/* bkgBlueBase */
	border: 1px dotted #0000cc; 	/* txtBlueLight */
}

/********************************/
/* MAIN	- CONTENT				*/
/********************************/
#content {
	border-left:1px solid #00007d; 	/* lineBlue */

}

/****************************************************/
/* 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/arrowBlueDark.gif");
}

#content .links p.linkBackTo a {
	background-image:url("../imgs/arrowsSmall/arrowBlueDark.gif");
}


#content a:link,
#content a:visited {
	color:#00007d; 	/* txtBlueDark */
}

#content a:hover,
#content a:focus {
	color:#00007d; 	/* txtBlueDark */
	background-color: #dae0f5; 	/* bkgBlueDark1 */
}

#content a:active {
	color:#0000cc; 	/* txtBlueLight */
	background-color: #f7f9fc; 	/* bkgBlueLight */
	border:1px dotted #0000cc; 	/* txtBlueLight */
}

#content .links a:active {
	background-image:url("../imgs/arrowsRegular/arrowBlueLight.gif");
}

#content .links p.linkBackTo a:active {
	background-image:url("../imgs/arrowsSmall/arrowBlueLight.gif");
}

/************************/
/* SCROLL BARS			*/
/************************/
.jspTrack {
	background: #f7f9fc; 	/* bkgBlueLight */
}

.jspVerticalBar,
.jspHorizontalBar,
.jspArrow.jspDisabled {
	background: #e4ecf5; 	/* bkgBlueBase */
}

.jspArrow,
.jspCorner,
.jspDrag,
.jspDrag:hover {
	background: #bbc6f6; 	/* bkgBlueDark2 */
}

