@charset "utf-8";
/*****************************************************************************

	CAREERS.CSS
	Addtional styles for the careers page. 
	07/08 - Timothy Krukowski for Primum Marketing Communications & gMed. Inc.

 *****************************************************************************/
		
#Sidebar img {
	float: right;
	}
	
ul li div p{
	padding-bottom: 0px;
	}
	
ul li ul li {
	color: #393939;
	padding-top: 2px;
	}

h3.highlight {
	color: #0066B1;
	}
	
#listPositions {
	margin: 0px 0px 0px 40px;
	list-style: disc outside;
	padding: 0px 0px 1.4em 0px;
	}
	
#listPositions li div{
	padding: 10px 0px 30px 0px;

}

#listPositions li div p{
	padding: 0px 0px 5px 0px;

}

#listPositions table{
	table-layout: fixed;
	padding: 0px 0px 10px 0px;
}

#listPositions table tr{
	padding: 0px 0px 5px 0px;
}

#listPositions table tr td{
	width: 600px;
	padding: 0px 0px 0px 0px;
}


	
.accent {
	font-weight: bold;
	color: #0066B1;
}

#listPositions table tr td.accent {
	width: 150px;
}

