/* Section images. */

body #hero {
	background-image: url(../images/design/heros/recovery.jpg);
	height: 208px;
}

body #navRecovery a {
	background-image: url(../images/design/nav/recovery_open.jpg);
}

/* Text styles specific to the orange Recovery section. */

h1 {
	color: #DB551F;
}

.subhead1 {
	color: #636466;
/*	font-weight: bold;
	margin-top: 0;
	line-height: 1.2em;*/
}

h2 {
	color: #636466;
/*	font-weight: normal;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-top: 2em;
	margin-bottom: 0;*/
}

.subhead2 {
/*	margin-top: 0;*/
	color: #636466;
}

h3 {
	color: #0072AA;
/*	text-transform: uppercase;
	font-size: 1em;*/
}

li {
/*	padding-top: 0.7em;*/
	color: #262626;
}

a {
	color: #e47e56;
}

#nav li.level2nav a:hover,
#nav #navAbout li.level2nav a:hover,
#nav #navNews li.level2nav a:hover,
#nav #navPartners li.level2nav a:hover {
	background-color: #fef5f0;
	color: #e47e56;
}