
	
		body{
			font-family: "Verdana", "arial", sans serif;
			font-size: 10px;
			padding-left: 5%;
			padding-right: 15%;		
		}
		
		a{
			color: #000;
			text-decoration: none;
		} 
		
		h1{
			font-size: 14px;
		}
		
		h2{
			font-size: 12px;
		}
		
		h3{
			font-size: 10px;
		}
		
		#header ul, #newsletter, .hover, .continuereading, .blur, .actions{
			display: none;
		}
		
		.projectexamples, #projects{
			list-style: none;
			margin: 0px; 
			padding:0px;
			display: table;
		}
		.projectexamples li, #projects li{
			padding: 1%;
			display: table-cell;
			width: 31%;
			text-align: center;
		}
		.projectexamples li img, #projects li img{
			width: 100%;
			margin-bottom: 2px;
		}
		.projectexamples li .button, #projects li .button{
			display:none;
		}
		
		.center{
			display: table;
		}
		.center .bar{
			display: table-cell;
			padding-right:2%;
		}
		.center .bar.last{
			padding-right:0%;
		}
		.center .bar.one{
			width : 32%;
		}
		.center .bar.two{
			width : 64%;
		}
		.center .bar.three{
			display: table-row;
		}
		.center .bar.fixed{
			display: block;
			padding-right:0%;
		}
		.center .bar.right{
			display: block;
			padding-right:0%;
		}
		.center .bar.right ul{
			padding: 0px;
			padding-left: 20px;
		}
		.center .bar.oneSmallAlt{
			padding-right:2%;
			display: table-cell;
			width : 38%;
		}
		.center .bar.oneAlt{
			width: 60%;
		}
		.center .bar.oneAlt.last{
			display: none;
		}
		
		#footer{
			display: table;
			border-top:1px #BBB solid;
			font-size: 11px;
			margin-top: 10px;
		}
		
		.fixed h1{
			display:inline;
			width:auto;
		}
		
		.fixed ul {
			margin:0px;
			display: none;
		}
				
		#footer h1{
			font-size: 14px;
		}
		
		#footer .three{
			display: none;
		}
		
		#footer .one{
			display: table-cell;
			width : 33%;
		}
		
		form{
			display:none;
		}
		#mapcontainer{
			display: none;
		}
		#locations{
			display:none;
		}
		