@charset "utf-8";
/* CSS Document */

#resume-top-header {
	width: 100%;
	text-align: center;	
}

#resume-top-header h1 {
	text-transform: uppercase;
	color: black;
	font-weight: 400;	
	font-size: 16pt;
}

#resume-top-header span {
	font-size: 10pt;	
}

.resume-main-section {
	width: 100%;
	text-align: left;
	font-size: 10pt;	
	margin-bottom: 10px;
}

.resume-main-section h2 {
	font-size: 14pt;
	font-weight: 500;
	text-transform: none;
	width: 100%;
	border-bottom: 1px solid black;
}

.resume-main-section .left-margin-div {
	width: 100%;
	padding-left: 60px;	
}

.resume-floatleft-section {
	width: auto;
	margin:5px 10px 0 0;
	padding:0;
	float:left;	
}

.resume-list-header-left {
	float: left;	
	text-align: left;
	font-size: 12pt;
}

.resume-list-header-right {
	text-align: right;
	float: right;
	font-size: 12pt;
}

.resume-list-content-left {
	float: left;	
	text-align: left;
	font-size: 10pt;
	width: 50%;
}

.resume-list-content-right {
	text-align: left;
	float: right;
	font-size: 10pt;
	width: 50%;
}

.resume-list-container {
	margin-bottom: 10px;	
}

.resume-reference-container {
	width: 48%;
	float: left;
	margin: 0px 5px 20px 0;	
}

.resume-reference-name {
	font-size: 12pt;
	font-weight: 500;
}