
/* hide these elements from printing */
.printHide, #logo, ul#levelOneNavigation, ul#portfolioNav, #prevNext, a#lightfin { display: none; }

body {
	font: 75% Tahoma, Arial, Helvetica, Verdana, sans-serif;
	color: #e1e1e1;
	text-align: left;
	background: #fff;
	}
#envelope { margin: 0; padding: 0; }

/********** interface heading styles **********/
#printLogo {
	display: block;
	position: absolute;
	top: 8px;
	left: 8px;
	}
#mainPhoto {
	float: none;
	margin: 0px !important;
	padding: 0px !important;
	background: none;
	}
	
/********** content area styles **********/
#contentArea { float: none; }
		
	#content {
		width: 607px;
		w\idth: 607px;
		margin: 80px 0 0 0;
		padding: 0;
		}
		
		#content h1 { font-size: 1.2em; }
			#content h1 br { display: none; }
			
/* portfolio print styles */		
#portfolioContainer {
	position: relative;
	width: 650px;
	height: 490px;
	margin: 80px 0 0 0;
	padding: 0 0 0 0;
	}
	
ul.portfolioDescription {
	position: static;
	width: 250px;
	height: 100px;
	padding: 0 0 0 0;
	}
	ul.portfolioDescription li {
		clear: both;
		display: block;
		width: 250px;
		}
		ul.portfolioDescription li div {
			min-height: 12px;
			height: auto !important;
			height: 8px;
			padding: 3px 0 3px 0;
			font-size: .8em;
			border-bottom: 1px solid #806a66;
			}
			ul.portfolioDescription li div.label {
				display: block;
				float: left;
				width: 80px;
				margin-right: 15px;
				font-weight: bold;
				}
			ul.portfolioDescription li div.description {
				display: block;
				float: left;
				width: 150px;
				}
				
				ul.portfolioDescription li.lastDescription div { border: none; }
	
/* home page focus areas */
#bottomFocusAreas {
	clear: both;
	width: 600px;
	w\idth: 600px;
	margin: 20px 0;
	height: 120px;
	}
	
	#bottomFocusAreas div.focus {
		float: left;
		height: 100px;
		font-size: .9em;
		line-height: 15px;
		border-right: 1px solid #7c605b;
		}
		
		div.focus span { display: block; font-weight: bold; }
		
		.focus a.focusHeading { font-weight: normal; }
		
		#focusOne {
			width: 180px;
			margin: 0 10px 0 0;
			padding: 0;
			background: none;
			}
		#focusTwo {
			width: 164px;
			margin: 0 20px 0 0;
			}
		#focusThree {
			width: 180px;
			padding: 0;
			border-right: none !important;
			background: none;
			}
	
				
/********** footer styles **********/
#footer {
	clear: both;
	width: 600px;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	color: #9d8f8c;
	font: .8em Tahoma, Arial, Helvetica, sans-serif;
	border-top: 1px solid #7c605b;
	}



 
 
 

