/* CSS specific to JOB LIST section 
	TFG (sf) created 05.12.04
*/

/*	Adjust height of nav and content area	*/
#subNav, #mainContent{
	height: 580px;

/*	set footer div position to just below content area
	(265 + height of content #subNav   -40 pixels IF we are not displaying PDF and intro blurb area ) 
*/
#footerDiv{
	top: 1024px;
} 
#mainContent{
	padding-left:210px;
	padding-right:20px;
} 
#mainContent p, #mainContent h1, #mainContent ul, #mainContent li{
	margin-left:20px;
}
#mainContent li{
	padding-bottom:5px;
	list-style:disc;
}
#mainContent .jobListings li{
	padding-bottom:5px;
	list-style:none;
}
-->



