@charset "utf-8";

/* MCPHERSON SEARCH GROUP :: RESUME EXAMPLE CSS DOCUMENT */

body {
	font-family: "Times New Roman", Times, serif;
}

#chassis_holder {
	margin-bottom: 15px;
}

#main {
	padding-left: 24px;
	padding-right: 24px;
	width: 835px;
}

h1 {
	margin-top: 12px;
	text-transform: uppercase;
	font-size:16px;
}

h1 span {
	font-size: 18px;
}

h1.company {
	margin-top: 22px;
	width: 320px;
}

h1.education {
	margin-bottom: 12px;
}

h2 {
	font-size: 14px;
}

h2 span {
	font-size: 16px;
}

hr {
	height: 3px;
	margin-top: 12px;
	background-color: #000000;
}

h3 {
	margin-top: 6px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

h3 span {
	font-weight: normal;
	font-style: normal;
}

h4 {
	margin-top: 6px;
	font-size: 13px;
	font-weight: bold;
}

h4.education {
	margin-top: 0;
}

h4 em {
	font-weight: normal;
	font-style: italic;
}

p {
	font-size: 12px;
}

ul {
	margin-top: 8px;
	margin-left: 46px;
	margin-bottom: 12px;
}

a {
	display: block;
	color: #386393;  /*  Blue Color */
	text-decoration: none;
	text-transform: uppercase;
	height: 16px;
	width: 51px;
	overflow: hidden;
	text-indent: -1000px;
	text-align: left;
	background-image: url(../../gfx/closeBtn.gif);
	background-repeat: no-repeat;
}

a.btm {
	margin-top: 24px;
}