@charset "utf-8";
/* CSS Document */

div#joblisting table
{
	width: 594px;
	margin: 30px auto 10px auto;
	border: 1px #ccc solid;

}

div#joblisting table td
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	vertical-align: middle;
}


div#joblisting table td.title
{
	width: 150px;
	clear: both;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	border-top: none;
	vertical-align: middle;
}

div#joblisting table td.description
{
	width: 400px;
}


div#joblisting table td.header
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	padding: 10px;
	color: #093;
}

div#joblisting table tr
{
	border-top: 1px #ccc solid;
}

div#howtoapply ul
{
	margin: 0px 0px 0px 10px;
	list-style: none;
	
}

div#howtoapply
{
	border: solid #bbb 1px;
	width: auto;
	height: 1750px;
	width: 571px;
	margin: 40px auto 0px auto;
	padding: 10px;
}

div#howtoapply ul li
{
	float: left;
	height: 50px;
	line-height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#howtoapply ul li.step
{
	width: 75px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	float: left;
	clear: both;
}

div#howtoapply ul li.stepdescription
{
	width: 420px;
	padding-left: 25px;
}

div#howtoapply ul li.stepdescription p
{
	display: inline;
}
