@charset "utf-8";
#baseDiv {
	height: 600px;
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-repeat: no-repeat;
}
#pictureDiv {
	position: absolute;
	z-index: 10;
	height: 600px;
	width: 350px;
	left: 50%;
	top: 0px;
	margin-left: -500px;
}
#foliageDiv {
	position: absolute;
	z-index: 30;
	height: 140px;
	width: 998px;
	top: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #004646;
	left: 1px;
}
#titleDiv {
	text-align: right;
	position: absolute;
	z-index: 40;
	height: 120px;
	width: 1000px;
	top: 20px;
	background-repeat: no-repeat;
}
#navDiv {
	position: absolute;
	z-index: 100;
	width: 648px;
	left: 50%;
	top: 143px;
	margin-left: -150px;
}
#barDiv {
	position: absolute;
	z-index: 80;
	width: 360px;
	top: 143px;
	background-image: url(p7pm/img/navBackgroundUp.jpg);
	background-repeat: repeat-x;
	height: 28px;
}

#bodyDiv {
	position: absolute;
	z-index: 60;
	width: 615px;
	left: 382px;
	top: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
#formDiv {
	border: 1px solid #418282;
	position: absolute;
	z-index: 90;
	width: 615px;
	left: 382px;
	top: 190px;
	text-align: left;
	height: 401px;
}

#accordionDiv {
	position: absolute;
	z-index: 70;
	height: 360px;
	width: 350px;
	left: 2px;
	top: 143px;
}
#copyrightDiv {
	position: absolute;
	z-index: 10;
	width: 1000px;
	top: 615px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	left: 50%;
	margin-left: -500px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #004646;
	padding-top: 6px;
	height: 40px;
}
.resumeDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.resumeBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding-top: 3px;
}
.centerGraphic {
	text-align: center;
}
.tagline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #B4FFC8;
	text-align: center;
	border-bottom: 1px solid #B4FFC8;
	padding-bottom: 10px;
}

