@charset "utf-8";
/* CSS Document */

/********************************/
/* WRAPPER						*/
/********************************/

#wrapper {
	background-color: #f7e6d0; 	/* bkgOrangeBase */
}

/********************************/
/* HEADER > LOGO				*/
/********************************/
#header img.imgLandscape,
#header img.imgPortrait {
	border-bottom:1px solid #713800; 	/* lineOrange */
}

/********************************/
/* HEADER > COLOR BAR			*/
/********************************/

#header #colorBar-1 {
	border-bottom:1px solid #f7e6d0; 	/* bkgOrangeBase */
	background-color: #f7e6d0; 	/* bkgOrangeBase */
}

#header #colorBar-2 {
	background-color: #f7e6d0; 	/* bkgOrangeBase */
	border-bottom:1px solid #713800; 	/* lineOrange */
}

#header #colorBar-2 a {
	-moz-box-shadow: 1px 1px 3px #ecc8a0; 	/* bkgOrangeDark2 */
	-webkit-box-shadow: 1px 1px 3px #ecc8a0; 	/* bkgOrangeDark2 */
	box-shadow: 1px 1px 3px #ecc8a0; 	/* bkgOrangeDark2 */
}

#header #colorBar-2 a:link,
#header #colorBar-2 a:visited {
	background-color: #fff7f2; 	/* bkgOrangeLight */
	border:1px solid #713800; 	/* lineOrange */
}

#header #colorBar-2 a:hover,
#header #colorBar-2 a:focus {
	background-color: 	#f1d6b5; 	/* bkgOrangeDark1 */
	border:1px solid #713800; 	/* lineOrange */
}

#header #colorBar-2 a:active {
	background-color: 	#ecc8a0; 	/* bkgOrangeDark2 */
	border:1px solid #713800; 	/* lineOrange */
}

#header #colorBar-2 a:active .toListen {
	color:#713800; 	/* txtOrangeDark */
}

/********************************/
/* SIDENAV						*/
/********************************/
#sideNav ul li a {
	background-image:url("../imgs/arrowsRegular/arrowOrangeDark.gif");
	border: 1px solid #f7e6d0; 	/* bkgOrangeBase */
	text-decoration:none;
}

#sideNav ul li a:link,
#sideNav ul li a:visited {
	color:#713800; 	/* txtOrangeDark */
}

#sideNav ul li a:hover,
#sideNav ul li a:focus {
	background-color: #ecc8a0; 	/* bkgOrangeDark2 */
}

#sideNav ul li a:active {
	background-image:url("../imgs/arrowsRegular/arrowOrangeLight.gif");
	color:#996600; 	/* txtOrangeLight */
	background-color:#f7e6d0; 	/* bkgOrangeBase */
	border: 1px dotted #996600; 	/* txtOrangeLight */
}

/********************************/
/* MAIN	- CONTENT				*/
/********************************/
#content {
	border-left:1px solid #713800; 	/* lineOrange */
}

/****************************************************/
/* 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/arrowOrangeDark.gif");
}

#content .links p.linkBackTo a {
	background-image:url("../imgs/arrowsSmall/arrowOrangeDark.gif");
}

#content a:link,
#content a:visited {
	color:#713800; 	/* txtOrangeDark */
}

#content a:hover,
#content a:focus {
	color:#713800; 	/* txtOrangeDark */
	background-color: #f1d6b5; 	/* bkgOrangeDark1 */
}

#content a:active {
	color:#996600; 	/* txtOrangeLight */
	background-color: #fff7f2; 	/* bkgOrangeLight */
	border:1px dotted #996600; 	/* txtOrangeLight */
}

#content .links a:active {
	background-image:url("../imgs/arrowsRegular/arrowOrangeLight.gif");
}

#content .links p.linkBackTo a:active {
	background-image:url("../imgs/arrowsSmall/arrowOrangeLight.gif");
}

/************************/
/* SCROLL BARS			*/
/************************/
.jspTrack {
	background: #fff7f2; 	/* bkgOrangeLight */
}

.jspVerticalBar,
.jspHorizontalBar,
.jspArrow.jspDisabled {
	background: #f7e6d0; 	/* bkgOrangeBase */
}

.jspArrow,
.jspCorner,
.jspDrag,
.jspDrag:hover {
	background: #ecc8a0; 	/* bkgOrangeDark2 */
}

