#resume_header {
	background-image: url(../images/resume_header.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	min-height: 75px;	
	background-color: #cccccc;
	
	
}


#sub_nav ul li.resume_pdf {
	width: 100px;
	margin-left: 95px;
	color: white;
	border: none;
}

#sub_nav ul li.resume_word {
	width: 100px;
	border: none;
	color: white;
}


#resume_content {
	width: 720px;
	margin: 0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#resume_content a {
	
} 

#resume_content a:hover {
	text-decoration: underline;
	color: #022a65;
} 

h2 {
	font-size: 18px;
	padding: 10px 0px 12px 0px;
	font-weight: bolder;
	text-decoration: underline;

}

.date {
	float:right;
	text-align:right;
}

h4 {
	line-height: 15px;
	padding: 1px 0px 1px 0px;

}

h3 {
	padding: 5px 0px 5px 0px;
}
	
#resume_content ul {
	width: 500px;
	font-size: 12px;
	padding: 10px 0px 15px 0px;
	display: table;
	margin-left: 100px;
}
	
#resume_content ul li {
	float: none;
	list-style-type:square;
	border: none;
	display:list-item;
	width: 600px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	
}

#resume_content ul li:hover{
	background: none;
}
