﻿/* CSS Document */

.c_head {
	padding: 0; 
	text-align: left;
	}

.c_contentpane {
	clear: both;
	padding: 0; 
	text-align: left;
	}

.c_footer {
	display: none;
	margin-bottom: 20px;
	padding: 0; 
	text-align: right;
	}

.title {
	margin: 0; 
	float: left; 
	white-space: nowrap;
	}
	
.about .content h1  
{
    color: #9B4D1B;
}

.archdesigners .content h1 { 
    color: #00423B;
}

.capabilities .content h1 { 
    color: #114E2B;
}

.contact .content h1 { 
    color: #87887E;
}

.customers .content h1 { 
    color: #035F98;
}

.green .content h1 { 
    color: #00694E;
}

.portfolio .content h1 { 
    color: #7C2130;
}

.products .content h1 
{
    color: #4F2248;
}

/*
h1 span {
	display: block;
	float: left;
	width: auto;
}
*/

/*---------- default style for head & normal -----------*/


/*----------  
.Head {
	font-weight:bold; 
	font-size:14px;
	}

.Normal {
	color:#43494D;
	}

.Normal p {
	margin-top:0px;
	}

-----------*/