
.resume .education, .resume .job, .resume .skill {
	overflow: hidden;
}

.mainInfo {
	width: 500px;
	float: left;
}

.resume h2 {
	clear: both;
	color: #007fba;
	margin-top: 25px;
}

.resume h2.first {
	margin-top: 0px;
}

.resume p {
	margin-left: 30px;
}

.resume ul {
	margin-left: 45px;
}

.resume .job, .resume .skill {
	overflow: hidden;
	width: 900px;
	margin-bottom: 20px;
}

.resume .moreInfo {
	clear: both;
	display: none;
}

.resume .toggle {
	width: 400px;
	float: left;
}

.resume .toggle {
	width: 38px;
	cursor: pointer;
	height: 38px;
	display: block;
	background: url("../img/global/plusMinus.png") no-repeat;
}

.resume h3 {
    margin-left: 30px;
    padding-top: 10px;
}

.resume ul.globalLinks {
    list-style: none;
    float: right;
}