body {
	background: #FFF;
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	margin: 20px 0px 20px 0px;
	text-align: center;
	width: 100%;
		
}
#jobpage {
	margin: 0 auto 0 auto;
	overflow: hidden;
	padding: 0 0 40px 0;
	text-align: left;
	width: 700px;
}
#jobpage a {
	color: #000;
}
#jobpage img {
	border: 0;
	display: block;
}
#jobpage h1 {
	color: #6cc;
	font-size: 15px;
	line-height: 22px;
	margin: 20px 0 0 0;
}
#jobpage p {
	margin: 20px 0 0 0;
	font-size: 14px;
}
#jobpage ul {
	list-style-type: none;
	margin: 20px 20px 0 20px;
	padding: 0;
}
#jobpage ul li {
	background: transparent url(../images/imagesJobBank/li.gif) no-repeat 0 5px;
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
	font-size: 14px;
}




ul#step1  {
	margin: 20px 0 0 70px;
	overflow: hidden;
	padding: 0;
	width: 610px;
}
ul#step1 li {
	background: none;
	float: left;
	height: 85px;
	margin: 0;
	padding: 0;
	width: 140px;
}
ul#step1 li.stephere {
	background: transparent url(../images/imagesJobBank/stephere.gif) no-repeat 0 100%;
}
ul#step1 li.stepdone {
	-moz-opacity:0.25;
	filter:alpha(opacity=25);
}
ul#step1 li img {
	margin: 10px 0 0 40px;
	
}
ul#step1 li p {
	color: #6cc;
	font-size: 11px;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-align: center;
}




#jobpage .jobpane {
	background: #fff url(../images/imagesJobBank/pane.gif) no-repeat 0 100%;
	margin: 0;
	overflow: hidden;
	padding: 0 0 20px 0;
	width: 700px;
}
#jobpage .jobpane h1 {
	background: transparent url(../images/imagesJobBank/paneh1.gif) no-repeat 0 0;
	border-bottom: 2px solid #d9f2f2;
	color: #6cc;
	font-size: 15px;
	line-height: 30px;
	margin: 0;
	padding: 20px 20px 10px 20px;
}
#jobpage .jobpane h1 span.number {
	background: transparent url(../images/imagesJobBank/h1number.gif) no-repeat 0 0;
	float: left;
	font-size: 20px;
	margin: 0 20px 0 0;
	text-align: center;
	width: 30px;
}
#jobpage .jobpane h2 {
	font-size: 15px;
	margin: 20px 20px 0 20px;
}
#jobpage .jobpane h3 {
	font-size: 14px;
	margin: 20px 20px 0 20px;
}
#jobpage .jobpane p {
	margin: 20px 20px 0 20px;
	font-size: 14px;
}




#jobpage .nav {
	border-bottom: 2px solid #b2e5e5;
	border-top: 2px solid #b2e5e5;
	color: #6cc;
	font-weight: bold;
	margin: 20px 0 0 0;
	overflow: hidden;
	padding: 2px 0 2px 0;
	text-align: center;
	width: 700px;
}
#jobpage .nav ul {
	float: left;
	margin: 0;
}
#jobpage .nav li {
	background: none;
	float: left;
	margin: 0;
	padding: 0;
}
#jobpage .nav li a {
	float: left;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
#jobpage .nav li a:hover {
	background: #b2e5e5;
}
#jobpage .nav li.here a, #jobpage .nav li.here a:hover {
	background: #6cc;
	color: #fff;
}
#jobpage .nav a.next, #jobpage .nav a.prev {
	border-left: 2px solid #b2e5e5;
	float: right;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-size:14px;
}
#jobpage .nav a.next:hover, #jobpage .nav a.prev:hover {
	background: #b2e5e5;
}
#jobpage .nav p {
	margin: 5px 200px 0 200px;
}




#jobpage .button {
	margin: 20px 0 0 10px;
	text-align: center;
	overflow: hidden;
	width: 690px;
}
#jobpage .button img {
	display: inline;
	margin: 0 10px 0 0;
}
#jobpage .button input {
	border: 0;
	cursor: pointer;
	margin: 0 10px 0 0;
}




#jobpage table.job {
	font-size: 14px;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
#jobpage table.job tr {
	background: #c5ecec;
	behavior: expression(
		this.onmouseover = new Function("this.className += ' jobover';"),
		this.onmouseout = new Function("this.className = this.className.replace(' jobover', '');"),
		this.style.behavior = null
	);
}
#jobpage table.job tr:hover, #jobpage table.job .jobover {
	background: #ade3e3;
	cursor: pointer;
}
#jobpage table.job th {
	background: #fff;
	color: #6cc;
	padding: 5px 10px 5px 10px;
}
#jobpage table.job th a{
	background: #fff;
	color: #6cc;
	font-weight: bold;
	text-decoration: none;
}
#jobpage table.job td {
	border-bottom: 2px solid #d9f2f2;
	padding: 10px;
	vertical-align: top;
}
#jobpage table.job td a {
	font-weight: bold;
	text-decoration: none;
}
#jobpage table.job td img {
	float: right;
}




#jobpage div.job {
	overflow: hidden;
	width: 700px;
}
#jobpage div.job h1 {
	font-size: 15px;
	line-height: 25px;
	padding: 0 0 0 35px;
}
#jobpage h1.job-title {
	background: #fff url(../images/imagesJobBank/job-title.gif) no-repeat 0 50%;
}
#jobpage h1.job-org {
	background: #fff url(../images/imagesJobBank/job-org.gif) no-repeat 0 50%;
}
#jobpage h1.job-detail {
	background: #fff url(../images/imagesJobBank/job-detail.gif) no-repeat 0 50%;
}
#jobpage h1.job-req {
	background: #fff url(../images/imagesJobBank/job-req.gif) no-repeat 0 50%;
}
#jobpage h1.job-title {
	background: #fff url(../images/imagesJobBank/job-title.gif) no-repeat 0 50%;
}
#jobpage h1.job-salary {
	background: #fff url(../images/imagesJobBank/job-salary.gif) no-repeat 0 50%;
}
#jobpage h1.job-contact {
	background: #fff url(../images/imagesJobBank/job-contact.gif) no-repeat 0 50%;
}
#jobpage div.job p {
	margin: 20px 20px 0 35px;
	font-size: 14px;
}
#jobpage div.job p.job-date {
	float: right;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	margin: 20px 0 0 0;
	padding: 0 10px 0 0;
}




#jobpage .jobsection {
	background: #d9f2f2;
	margin: 20px 0 0 20px;
	overflow: hidden;
	padding: 0 0 10px 0;
	width: 660px;
}
#jobpage .jobsection h2 {
	background: #b2e5e5;
	border-bottom: 2px solid #fff;
	margin: 0;
	padding: 5px 10px 5px 10px;
}




#jobpage form {
	margin: 0;
	padding: 0;
}
#jobpage .jobfield {
	margin: 10px 0 0 0;
	overflow: hidden;
	width: 660px;
	font-size: 14px;
}
#jobpage .jobfield label {
	float: left;
	line-height: 20px;
	margin: 0 10px 0 0;
	text-align: right;
	width: 185px;
}
#jobpage .jobfield input {
	float: left;
	font-family: arial, helvetica, serif;
	font-size: 14px;
	margin: 0 10px 0 0;
	width: 265px;
}
#jobpage .jobfield select {
	float: left;
	font-family: arial, helvetica, serif;
	font-size: 14px;
	margin: 0 10px 0 0;
}
#jobpage .jobfield textarea {
	float: left;
	font-family: arial, helvetica, serif;
	font-size: 14px;
	height: 60px;
	width: 440px;
}
#jobpage .button2 {
	margin: 20px 0 0 50px;
	text-align: center;
	overflow: hidden;
	width: 610px;
}
#jobpage .button2 input {
	border: 0;
	cursor: pointer;
	margin: 0 10px 0 0;
}
#jobpage .strip {
	margin: 20px 0 0 0;
	overflow: hidden;
	width: 700px;
}
#jobpage .strip label {
	float: left;
	font-weight: bold;
	line-height: 20px;
	margin: 1px 10px 0 0;
	text-align: right;
	width: 415px;
}
#jobpage .strip select {
	float: left;
	font-family: arial, helvetica, serif;
	font-size: 12px;
	margin: 1px 20px 0 0;
	width: 60px;
}
#jobpage .strip input {
	border: 0;
	cursor: pointer;
	margin: 0;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
