@charset "utf-8";

body {
	background-color:#999;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	font-family: Helvetica;
}
/* Divs */
#wrapper {
	width: 1000px;
	background-image: url(../images/gif/body_bg.gif);
	background-repeat: repeat-y;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
#wrapper #header {
	background-color: #000066;
	height: 116px;
	width: 840px;
	color: #FFF;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 4px;
}
#wrapper #header #logo {
	float: left;
	height: 116px;
	width: 274px;
}
#wrapper #header #header_contact {
	float: right;
	height: 91px;
	width: 208px;
	font-size: 12px;
	font-weight: bolder;
	text-align: right;
	margin-right: 20px;
	padding-top: 20px;
}
#wrapper #navigation {
	height: 21px;
	width: 840px;
	margin-left:auto;
	margin-right:auto;
}
#wrapper #maincontent_wrapper {
	height: 328px;
	width: 838px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #999;
	margin-bottom: 5px;
}
#wrapper #maincontent_wrapper #leftcontent {
	height: 303px;
	width: 379px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 12px;
}
#wrapper #maincontent_wrapper #rightcontent {
	float: right;
	height: 328px;
	width: 419px;
}
#wrapper #callouts {
	height: 146px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #callouts #contracting {
	height: 137px;
	width: 200px;
	border: 1px solid #666;
	float: left;
}
#wrapper #callouts #construction {
	height: 137px;
	width: 200px;
	border: 1px solid #666;
	float: left;
	margin-left: 6px;
}
#wrapper #callouts #design {
	height: 137px;
	width: 200px;
	border: 1px solid #666;
	float: left;
	margin-left: 6px;
}
#wrapper #callouts #testimonials {
	height: 139px;
	width: 200px;
	float: left;
	margin-left: 6px;
	font-size: 12px;
	padding-top: 10px;
}

#wrapper #clearboth {
	clear: both;
	height: 5px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #Footer {
	height: 55px;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size:14px;
	color:#666666;
}


/* End Divs */


/* ----- Links ----- */
/* Email link in header - white text */
#wrapper #header #header_contact a {
	text-decoration:none;
	color:#FFF
}
#wrapper #header #header_contact a:visited {
	text-decoration:none;
	color:#FFF
}
/* Footer Links */
#wrapper #Footer a {
	text-decoration:none;
	color:#666666;
}
#wrapper #Footer a:visited {
	text-decoration:none;
	color:#666666;
}
/* ----- End Links ----- */


/* Styling */
h1 {
	font-size:36px;
	color:#666;
	padding-top:0px;
	margin-top:0px;
}



/* Main Navigation Styles */
ul.main_nav {
	list-style:none;
	display:inline;
	margin: 0px;
	padding: 0px;
}
li.nav {
	float:left;
	text-align:center;
	background-color:#e6e6e6;
	border:solid;
	border-width: 1px;
	border-color:#999999;
	width: 102px;
	margin-right: 1px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
li.nav a {
	text-decoration:none;
	color:#333333;
}
li.nav_active {
	float:left;
	text-align:center;
	background-color:#000066;
	border:solid;
	border-width: 1px;
	border-color:#999999;
	width: 102px;
	margin-right: 1px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
li.nav_active a {
	text-decoration:none;
	color:#fff;
}
/*End Main Navigation Styles */

/* Classes */

 
.italics {
	font-style: italic;
}

.callouttitle {
	height: 23px;
	text-transform:uppercase;
	text-align:center;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
	background-color: #e6e6e6;
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding-top: 5px;
}

