@charset "utf-8";
/* CSS Document */


#container {
background:#FFFFFF;
border: 1px solid #666;
overflow: hidden;
}

#navigation {
overflow: hidden;
font-size:15px;
text-align: left;
letter-spacing: 1px;
color:#000000;
height:187px;
}

#content {
padding-top:10px;
}

#footer {
	background:#7c0008;
	color:#FBFACE;
	margin-top:10px;
	text-align: center;
}

#footer a {
color:#336699;
font-weight:bold;
}

#content a,
#content a:hover,
#content a:visited {
color:#000000;
text-decoration: underline;
}

#Home .Home,
#Interview .Interview,
#Design .Design,
#Plan .Plan,
#Build .Build,
#AboutUs .AboutUs,
#CurrentProjects .CurrentProjects,
#Awards .Awards,
#ProjectGallery .ProjectGallery,
#Commitment .Commitment,
#ContactUs .ContactUs {
color:#990000;
}

.headings {
margin-bottom:2px;
}

.letter1 {
color:#336699;
font-size:16px;
font-weight:bold;
}