﻿
/* -- top panel ------------------------------------------------------------------------ */


#jobspage_team_panel {
	width:740px;
	padding-top:0px;
	margin-bottom:0px;	
	margin:0 auto;
/*  -moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	behavior:url(../scripts/border-radius.htc); */

}

/* -- jobs pitch ----------------- */

#jobspage_pitch {
	width:740px;
	height:20px;
	margin-bottom:0px;
	font-size:20px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #196599;
	line-height: 120%;
	padding-top:1px;
	padding-bottom:2px;
	
}

#jobspage_pitch_panel {
	width:740px;
	padding-top:0px;
	height:30px;
	margin-bottom:20px;
	
}

/* -- job classes ----------------- */

.jobspage_job_title {
	width:210px;
	height:20px;
	margin-bottom:0px;
	font-size:14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: 800;
	text-align: left;
	color: #000000;
	line-height: 120%;
	padding-top:1px;
	padding-bottom:2px;float: left;
	
}
.jobspage_apply_to {
	width:40px;
	height:15px;
	font-size:12px;
	font-family:Verdana, 'Geneva', sans-serif;
	text-decoration:none;
	font-weight: 800;
	text-align: center;
	color: #FFF;
	line-height: 120%;
	background: #196599;
	float: left;
}
.jobspage_apply_to a:link {
	width:40px;
	height:15px;
	font-size:12px;
	font-family:Verdana, 'Geneva', sans-serif;
	color: #FFF;
	font-weight: 800;
	text-align: center;
	line-height: 120%;
	background: #196599; float: left;
}

.jobspage_apply_to a:hover
{
	font-size:12px;
	font-family:Verdana, 'Geneva', sans-serif;
	color:#FFF;
		font-weight: 800;
		text-decoration: underline;
}



.jobspage_job_filled {

	width:40px;
	height:15px;
	font-size:12px;
	font-family:Verdana, 'Geneva', sans-serif;
	text-decoration:none;
	font-weight: 800;
	text-align: center;
	color: #FFF;
	line-height: 120%;
	background:#600;
float: left;
}
.jobspage_job_filled a:link {
	width:40px;
	height:15px;
	font-size:10px;
	font-family:Verdana, 'Geneva', sans-serif;
	color: #FFF;
	font-weight: 800;
	text-align: center;
	line-height: 120%;
	background: #196599; float: left;
}

.jobspage_job_filled a:hover
{
	font-size:10px;
	font-family:Verdana, 'Geneva', sans-serif;
	color:#FFF;
		font-weight: 800;
		text-decoration: underline;
}
.jobspage_job_description {
	width:740px;

	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #000000;
	line-height: 120%;
	clear:both;

	
}

/* -- job panels ----------------- */

.jobspage_opening {
	width:740px;
	margin-bottom:30px;
	
}



/* -- jobs instructions ------------ */

#jobspage_instructions {

	width:720px;
	height:64px;
	margin-bottom:0px;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-style:italic;
	color: #333;
	line-height: 120%;
	padding: 15px;

	background-color:#FFF;
	border:dashed #000 thin;
	
}

#jobspage_instructions_panel {
	width:720px;
	padding-top:0px;
	height:90px;

	margin-bottom:0px;
	
}



