
#layout_sidebar 
{
	float: right;
	width: 181px;
	
	margin-top: 108px;
	
}

.layout_sidebar_section
{
	background: url('/assets/landing/bg-right.png');
	background-repeat: no-repeat;
	
	padding: 8px;
	
}

.layout_sidebar_section h2
{
	font-weight: bold;
	font-size: 12pt;
	
	margin-top: 6px;
	margin-bottom: 6px;
	
	color: #00264c;
}

.layout_sidebar_section div.job
{
	font-size: 9pt;
	line-height: 12pt;
	
	margin-top: 6px;
	margin-bottom: 10px;
}

.layout_sidebar_section div.job a
{
	color: #595959;
	text-decoration: none;
}

.layout_sidebar_section div.job span.title
{
	font-weight: bold;
	color: #006ccd;
}

.layout_sidebar_section div.job span.university
{
	font-weight: bold;
}

.layout_sidebar_section div.job div.posted
{
	font-size: 8pt;
	text-align: right;
}
