.active_box,
.inactive_box {
	float: left;
	clear: left;
	width: 800px;
	border: 1px solid #CCCCCC;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 6px;
}	
.active_box {
	margin-bottom: 20px;
}

.step_header {
	float: left;
	clear: left;
	width: 300px;
	margin: 0;
	margin-bottom: 4px;
}

.active_box .step_header {
	width: 100%;
	font-size: 11pt;
}
	.step_header a {
		text-decoration: none;
	}

.step_box ul {
	float: left;
	clear: left;
	list-style-type: none;
	width: 99%;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}

.step_box ul li {
	float: left;
	clear: left;
	margin-bottom: 10px;
	width: 100%;
}

.step_box ul li a {
	text-decoration: none;
}

	.step_box ul li a:hover, 
	.step_box ul li a:focus {
		text-decoration: underline;
	}


.step_list_header {
	float: left;
	width: 30%;
	padding: 0 20px;
	font-size: 11pt;
}

.step_box ul li.no_subquestions .step_list_header {
	width: 80%;
}

/* Shrink width of experience header */
.audience_title {
	width: 150px;
}

.step_list_text,
.step_box ul.subquestions {
	list-style-type: disc;
	float: left;
	clear: none;
	width: 60%;
	margin: 0;
}

.inactive_box {
	font-size: 11pt;
}

/* links */
.step_box ul li ul.theme_links {
	list-style-type: none;
	float: left;
	clear: left;
}

.step_box ul li ul.theme_links li {
	width: auto;
	clear: right;
	float: right;
	margin: 0;
}

/* Add to general_text */

.general_text{
	margin: 10px 0 10px 10px;
	width: 60%;
}

/* Step-specific styling */

.route_header {
	width: 500px;
	margin-left: 60px;
}

.step2 ul li,
.step3 ul li {
	border-top: 1px dotted #821e1e;
	padding-top: 10px;
	margin-bottom: 0;
}
	.step2 ul li ul li,
	.step3 ul li ul li {
		padding-top: 0;
		border-top: none;
	}
