﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#header {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	height: 150px;
	border-bottom: 2px double #999999;
}
#header2 {
	margin-top: 10px;
	text-align: center;
	border-bottom: 2px double #999999;
  }

  #header3 {
	position: absolute;
	top: 10px;
	left: 80px;
	right: 10px;
	height: 150px;
	
  }
  
#navigation {
	position: absolute;
	top: 160px;
	left: 10px;
	width: 125px;
	bottom: 10px;
	border-right: 2px double #999999;
}

#navigation2 {
	position: absolute;
	top: 135px;
	left: 550px;
	bottom: 700px;
}

#mainbody {
	position: absolute;
	top: 145px;
	left: 145px;
	right: 10px;
	bottom: 10px;
}

#mainbody2 {
	position: absolute;
	top: 175px;
	left: 100px;
	right: 100px;
	bottom: 500px;
}

#photo {
	float: left;
	margin-right: 15px;
	transition: width 2s, height 2s, transform 2s;
	-moz-transition: width 2s, height 2s, -moz-transform 2s;
	-webkit-transition: width 2s, height 2s, -webkit-transform 2s;
	-o-transition: width 2s, height 2s,-o-transform 2s;
}

#photo:hover {
	height: 250px;
	width: 250px;
	transform: rotate(360deg);
	-ms-transform: rotate(360deg); /* IE 9 */
	-webkit-transform: rotate(360deg); /* Safari and Chrome */
	-o-transform: rotate(360deg); /* Opera */
	-moz-transform: rotate(360deg); /* Firefox */
}

.topImage {
	opacity:0.2;
    filter:alpha(opacity=20);
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
	-o-transform: rotate(90deg); /* Opera */
	-moz-transform: rotate(90deg); /* Firefox */
	position: absolute;
	right: -05px;
	height: 100px;
}

#info {
	position: absolute;
	left: 145px;
	top: 5px;
}
#info2 {
	position: absolute;
	top: 75px;
	text-align: center;
	left: 425px;

}


h1 {color: #242251;}

p {
	color: #666666;
	text-align: justify;
	line-height: 1.0;
}

p.contact {color: black;}

p.contact2 {
	color: black;
	position: absolute;
	text-align: center;
	left: 400px;

}

.subHeading {font-weight: bold;}

.subHeading2 {
	font-weight: bold;
	text-align: center;

}

a:link {
	color: #1579ab; 
	text-decoration: none;
	font-weight: bold; 
	text-shadow: 2px 2px 2px #cccccc; 
	line-height: 2.0;
}
a:hover {text-decoration: underline;}
a:visited {color: #5D4157;}

.careerInterests {
	font-weight: normal; 
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: center;
}
.resumeHeadings {
	font-weight: bold; 
	font-family:Cambria, "Times New Roman", serif;
}

