
#jobpostings {
}

.expandedtitle {
	cursor: pointer;
	text-decoration: none;  /* don't underline anchor */
    /* from main.css subtitles class: */
	color: #4a7fa2; 
	font-size: 14px; 
	font-family: helvetica, arial, sans-serif; 
	line-height: 19px; 
	margin: 0px 0 12px; 
	padding: 0; 
}

.collapsedtitle {
	/* based on default <a> style */
	cursor: pointer;
	text-decoration: underline;  
	color: blue; 
	font-size: 12px; 
	font-family: helvetica, arial, sans-serif; 
	line-height: 17px; 
	margin: 0px 0 12px; 
	padding: 0; 
}

div.jobdetail{
	width:auto;
	clear:both;
	margin-bottom:30px;
}

div.description, div.requirements {
	width:auto;
	clear:both;
}