/* print */


* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#left, #right_sidebar, #projects_sidebar, #footer, #menu_wrapper, #print_button {
	display:none;
	visibility:hidden;
}

#wrapper, #content {
   width: auto;
   margin: 0 3%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}

body {
   background: white;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 10pt;
	line-height: 16pt;
	font-weight:normal;
   }

#print_header {
	width:660px;
	float:left;
	border-bottom:solid #000 1px;
	padding:0px 0px 5px 0px;
}

#print_logo {
	float:left;
}

#print_company {
	float:left;
	text-transform:uppercase;
	font-size: 8pt;
	font-weight:normal;
	line-height:11pt;
	margin:10px 0px 0px 20px;
}

#projects_content2 {
	width:auto;
	float:none !important;
	clear:none;
}

#projects_content2 h3 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14pt;
	line-height:18pt;
	color: #8B0E00;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
}

#projects_content2 h4 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:12pt;
	line-height:18pt;
	color: #8B0E00;
	font-weight:normal;
	margin: 0px 0px 8px 0px;
}

#projects_content2 p {
	margin: 0px 0px 14px 0px;
}

#projects_content2 img { /* for project images */
	float:left;
	border:solid #CCCCCC 3px;
	margin: 15px 10px 10px 0px;
}

#project_image_wrapper {
	width:680px;
	float:left;
	clear:left;
}

.bold {
	font-weight: bold;
}
