/* --------------------------------------------------------------
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

/* PAGE STYLES */




	/* Wrapper

	-----------------------------------------*/
	
		#wrapper {
				  color: #ffffff;
				  width: 980px;
				  height: 419px;
				  overflow: hidden;
				  overflow-y: no-scroll;
				  text-align: left;
				  margin: 2px auto 0px auto;
				  font-size: 12px;
				  font-family: FuturaBT, Arial, sans-serif, Helvetica, Helvetica Neue;
			      line-height: 18px;
				  }
				  
		#column_left {
			width: 40px;
			float: left;
			margin: 145px 25px 0px 60px;
			}
				  
				  #project_images {
					 		width: 980px;
							margin: 20px 0px 0px 0px;
				  }
				  
				  #project_links a {
								background: none;
								display: block;
								float: left;
								text-align: center;
								width: 133px;
								height: 312px;
								font-size: 12px;
								font-family: Helvetica, Arial, sans-serif;
								color: #999;
								text-transform: uppercase;
								text-decoration: none;
								overflow: hidden;
								padding-top: 320px;
								}
		
		#project_links a:hover {
			
			}
			
			#project_links a.Justice {
				background: url(../img1024/projects/justice.jpg) no-repeat;
				}
				
				#project_links a.Justice:hover {
				background: url(../img1024/projects/justice2.jpg) no-repeat;
				color: #ffffff;
				}
			
			#project_links a.Education {
				background: url(../img1024/projects/education.jpg) no-repeat;
				}
				
				#project_links a.Education:hover {
				background: url(../img1024/projects/education2.jpg) no-repeat;
				color: #ffffff;
				}
			
			#project_links a.Commercial {
				background: url(../img1024/projects/commercial.jpg) no-repeat;
				}
				
				#project_links a.Commercial:hover {
				background: url(../img1024/projects/commercial2.jpg) no-repeat;
				color: #ffffff;
				}
			
			#project_links a.Interiors {
				background: url(../img1024/projects/interiors.jpg) no-repeat;
				}
				
				#project_links a.Interiors:hover {
				background: url(../img1024/projects/interiors2.jpg) no-repeat;
				color: #ffffff;
				}
			
			#project_links a.Healthcare {
				background: url(../img1024/projects/healthcare.jpg) no-repeat;
				}
				
				#project_links a.Healthcare:hover {
				background: url(../img1024/projects/healthcare2.jpg) no-repeat;
				color: #ffffff;
				}
			
			#project_links a.Civic {
				background: url(../img1024/projects/civic.jpg) no-repeat;
				}
				
				#project_links a.Civic:hover {
				background: url(../img1024/projects/civic2.jpg) no-repeat;
				color: #ffffff;
				}
	
	
/* Footer

	-----------------------------------------*/
		
 
	
	#footer { 
 	float: left;
	width: 1005px;
	height: 25px;
	color: #ffffff;
	width: 100%;
	margin: 15px auto 0px auto;
	}
	
	#footer .image {
	background: none;
    height: 111px;
	display: block;
	margin-top: -40px;
	margin-left: 890px;
	}
	
	.footerclass {
		width: 1005px;
		height: 20px;
		margin-left: 0px;
		margin-top: -65px;
		
	}
	
	.footerclass p {
		float: right;
		margin-right: 70px;
	}