#left
{
	position: relative;
	float: left;
	width: 180px;
	text-align: left;
	padding-left: 45px;
	padding-top: 30px;
}

#middle
{
	position: relative;
	float: left;
	text-align: left;
	padding-top: 100px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#right
{
	position: relative;
	float: right;
	width: 225px;
	text-align: left;
	padding-top: 15px;
	padding-right: 35px;
}

#step
{
	position: relative;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
}

#step-number
{
	position: relative;
	float: left;
	padding-right: 20px;
	text-align: left;
}

#step-instructions
{
	position: relative;
	float: left;
	width: 95px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	line-height: 150%;
}

#directions-text
{
	clear: both;
	position: relative;
	float: left;
	width: 180px;
	border-top: #564218 1px solid;
	padding-top: 10px;
	margin-top: 10px;
	line-height: 200%;
	font-weight: normal;
}

#step_process
{
	position: relative;
	float: left;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.selected
{
	color: #ffde00;
	padding-left: 2px;
	padding-right: 1px;
}

.not-selected
{
	color: #9bd3db;
	padding-left: 2px;
	padding-right: 1px;
}

.step-header
{
	color: #9bd3db;
}

.resume-pack
{
	position: relative;
	float: left;
	text-align: left;
	width: 185px;
	padding-left: 20px;
	padding-right: 45px;
	display: inline;
}

h3
{
	color:#ffde00;
}

.checkmark
{
	padding-left: 15px;
}