@charset "UTF-8";

#mainAreaTop {
	background:url(../images/portfoliopage_TOP.png) no-repeat;
	width:905px;
	height: 27px;
	margin: 0 auto;
	position: relative;
	
}

#mainArea {
	background: url(../images/portfoliopage_bkg.png) repeat-y;
	width:905px;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: auto;
}

#mainArea h1 {
	margin-left: 35px;
	}

#mainAreaBottom {
	background:url(../images/resumepage_BOTTOM.png) no-repeat;
	width:905px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	
}




#topSurface {background:url(../images/resumepage_bkg.jpg ) no-repeat;
	width:905px;
	height: 873px;
	display: block; 
}

#bottomSurface {
	background:url(../images/ResumeBottom.jpg) no-repeat;
	width:905px;
	height: 100px;
	display: block;
	margin: 0 -64px;
}

#leftColumn {
	float:left;
	margin: 0 0 20px 30px;
	
}
/*#leftColumn h1 {
	background:url(../images/Resume_PgHeader.gif) no-repeat;
	width:159px;
	height:30px;
	text-indent: -9000px;
	display: block;
	margin: 20px 0 20px 35px;
}	*/

#leftColumn h2 {
	font: bold 0.75em/1.5em Arial, Helvetica, sans-serif;
	color: #666666;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	display: block;
	width: 490px;
	margin: 0 1em 0.75em 35px;
}

#leftColumn h2.noTOP{
	margin-top: 0em;
}

#leftColumn table {
	font-family: 'HelveticaNeueRoman',Arial, Helvetica, sans-serif;
	width: 490px;
	color:#000000;
	font-size: 0.75em;
	border-spacing:0px 1.5em;
	margin: 0 0 0 35px
}



#leftColumn table td.companyName {
	color:#000;
	width: 25%;
	text-align: right;
	padding-right: 1em;
}

#leftColumn table td{
	color:#333;
	border: none;
	vertical-align: top;
	text-align: left;
	padding: 0px;
}


#leftColumn ul {
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 0em;
}


#leftColumn li {
	color:#000;
	list-style-position: inside;
	list-style-type: disc;
	line-height: 1.25em;
	padding-top: 0.75em;
}

.OutTable li{
	font-size: 0.75em;
	margin-left: 122px;
}

#leftColumn p{
	color:#000;
	font-size: 0.75em;
	margin-left: 122px;
	width: 375px;
	margin-bottom: 1em;
}



#printFriend {
	position: relative;
	margin: 0 auto;
	background: url(../images/PrintFriend_shell.gif) no-repeat;
	display: block;
	width: 258px;
	height: 162px;
}

#printFriend h3{
display:none;
}

ul#PFbuttons {
	position: relative;
	list-style: none;
	margin: 0 0;
	height: 64px;
	width: 248px;
	left: 5px;
	top: 59px;
}

#rightColumn {
	background:url(../images/resumeRightSideBkg.jpg) no-repeat;
	float: right;
	clear: none;
	width: 285px;
	height: 325px;
	margin: 10px 47px 0 0;

}

ul#PFbuttons li{
background:url(../images/PrintFriend_buttons.png) no-repeat;
height: 30px;
margin-bottom: 3px;
}

ul#PFbuttons li a {
	display:block;
	text-indent: -9000px;
	height: 100%;
	width: 100%;
}


ul#PFbuttons li#PDFVersion {
	background-position: 0px 0px;
	}
ul#PFbuttons li#PDFVersion:hover {
	background-position: 0px -30px;
	}


ul#PFbuttons li#HVersion {
	background-position: 0px -60px;
	}
ul#PFbuttons li#HVersion:hover {
	background-position: 0px -90px;
	}	

ul#PFbuttons li#DOCVersion {
	background-position: 0px -120px;
	}
ul#PFbuttons li#DOCVersion:hover {
	background-position: 0px -150px;
	}	
