@charset "utf-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #c5c7c8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none; /*correct text heights on iPhone*/
	line-height: 1.3;
}
a img
{
	border-width: 0px;
}
a:link, a:visited
{
	text-decoration: none;
	color: #C5C7C8;
}
a:hover{
	text-decoration: underline;
}
.bullet {
	color: #C03A39;
	font-size: 1.1em;
}
.clearFloat {
	clear: both;
	height: 0px;
}
#container {
	width: 955px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000;
}


#header .background {
	height: 150px;
	width: 955px;
}
#header .background #Start {
	float: left;
	height: 150px;
	width: 60px;
}
#header .background #Middle {
	float: left;
	height: 150px;
	width: 540px;
}
#header .background #End {
	background-image: url(images/header4.jpg);
	height: 150px;
	width: 355px;
	float: left;
}
#header #address {
	text-align: right;
	padding-right: 30px;
	height: 65px;
	padding-top: 60px;
	line-height: normal;
}
#mainContent {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#mainContent h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #c03a39;
	margin-bottom: 0px;
	margin-top: 0px;
}
#mainContent p {
	margin-top: 0px;
}
#mainContent #columnLeft {
	float: left;
	width: 415px;
}
#mainContent #columnRight {
	float: right;
	width: 415px;
}
#mainContent #columnBlank {
	clear: both;
	height: 0px;
}
#mainContent .followUs {
	float: left;
	margin-right: 15px;
	text-align: left;
	width: 190px;
	padding-top: 8px;
}
#mainContent .followUs a img {
	margin-right: 5px;
	float: left;
	margin-top: -8px;
}
#mainContent .serviceType {
	float: left;
	width: 200px;
}

#mainContent #pictureLarge {
	float: left;
	margin-right: 8px;
	width: 640px;
}
#mainContent .projectType  {
	float: left;
	width: 240px;
	margin-bottom: 12px;
}
#mainContent #projectList {
	float: left;
	width: 240px;
}
#mainContent #projectList h1 {
	margin-top: 0px;
}
#mainContent #projectList img {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}
#footer .background {
	background-image: url(images/footer.jpg);
	height: 70px;
	width: 955px;
}
#footer #copyright {
	float: left;
	padding-top: 28px;
	padding-left: 30px;
	font-size: .9em;
}
#footer #designBy {
	float: right;
	padding-top: 28px;
	padding-right: 30px;
	font-size: .9em;
}

