@import url(color.css);

img { border: none; }

a.button {
	background-color: #ffc;
	}
blockquote {
	color: #CA6302;
	background: url(/images/bg-quotes.gif) no-repeat center 0;
}
	blockquote p {
		color: #1f4e6d;
	}
h1 {
	background: url(/images/logo-internal.gif) no-repeat 0 0;
}
h2 {
	color: #fff;
	background: #EC7E17 url(/images/bg-title-curve.png) no-repeat 0 bottom;
}
#content-wrapper {
	background: #fff;
}
#content {
	background: #fff ;
}
#mainpanel h3 {
	color: #A84C1D;
}
#mainpanel p.leadin {
	color: #556F86;
}
#mainpanel h3.tagline, #mainpanel h4, #mainpanel p.tagline, #mainpanel dt {
	color: #DA6A20;
}

/* Sidepanel 
-------------------------------------------------------- */
#sidepanel {
	background: url(/images/divider-drop-shadow.gif) no-repeat 0 100px;
}
	#sidepanel .nav a {
		color: #E55D1A;
		background: url(/images/arrow-blue-on-white.gif) no-repeat 2px center;
	}
	
	#sidepanel .nav ul li a {
		color: #000;
	}
	
	#sidepanel .nav li {
		border-bottom-color: #F7CBA2;
	}
	
	#sidepanel .nav li ul li{
		border: none;
	}