/* Highlight the correct nav item */
#resume-nav {
	background-image: url("http://www.pixelizedplonchak.com/images/site-assets/top-nav-active-bg.png");
	background-repeat: repeat;
	text-shadow: 3px 3px #000000;
}

#upper-content-left h3, #upper-content-full h3 {
	border-bottom: none;
}

a.view-button {
	margin-bottom: 15px;
	margin-top: 15px;
}

#upper-content-right p {
	font-size: 14px;
}

.section-title {
	width: 99%;
	float: left;
	background-color: #EEE;
	border: 1px solid #DDD;
	padding: 15px 0 15px 20px;
	margin-top: 0;
	margin-bottom: 30px;
	color: #1b5c7b;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
	font-size: 26px;
}

.employer-module {
	padding-left: 25px;
	margin-bottom: 30px;
}

	.employer-name {
		color: black !important;
		font-weight: bold;
		margin-bottom: 5px;
		padding: 0;
	}
	
	.location, .education-details {
		font-weight: lighter;
	}
	
	.job-title {
		margin: 0;
		padding: 0;
		font-style: italic;
	}
	
	.employer-module ul {
		padding-left: 20px;
	}
	
	.employer-module ul li {
		font-family: tahoma, sans-serif;
		font-size: 14px;
		margin-bottom: 5px;
	}