﻿/*----------------------------------------------------------
	Updates to this file must be run through the compressor at:
	http://www.cssdrive.com/index.php/main/csscompressoradvanced/
	select the follwing options:
	* Spaces and tabs - select all
	* New lines handling - 'Replace multiple empty lines with just one empty line'
	* Comment handing - 'Strip ALL comments'
	* Other Options - select all

	save the output to print.min.css
----------------------------------------------------------*/

h1 {padding:0; margin:0;}

div.posting-section ul {
	margin-left: 0px;
	padding-left:0px;
}

div.posting-section ul li {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 10px;
}

div.position-info ul
{
	margin: 0px;
	padding:0px;
	}

div.profile-section ul {
	margin-left: 0px;
	padding-left:0px;
}

div.profile-section ul.half {
float:left;
width:50%;
}

div.profile-section ul li {
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: 10px;
}

div.profile-section p.header {
	background: transparent url(/css/images/backgrounds/widget-header-bg.gif) repeat-x 0 15px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
	
div.profile-section p.header span {
	background: #fff;
	padding: 0 4px;
}