@charset "utf-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0px;
	padding: 0px;
	background: #ccc url(../images/body_bg.png) repeat-x;
}

html {
    overflow-y: scroll;
}

a {
	text-decoration: none;
	color: #143250;
}
a img {
	border: 0;
}
p {
	font-size: 12px;
	padding: 0 20px;
	color: #333;
}
.color {
	background: #828fa7;
}
#main div table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	text-align: center;
}
.narrow {
	padding: 0 88px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #143250;
	padding: 0 20px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	padding: 0 20px;
	color: #333;
}
h3 {
	font-size: 20px;
	font-weight: normal;
	color: #143250;
	padding-left: 80px;
	color: #002366;
}
#container {
	width: 960px;
	height: auto;
	margin: 0 auto;
	background: #fff;
}
#header {
	width: 960px;
	height: 150px;
	background: url(../images/header_bg.png);
}
#header h3 {
	margin: 0;
	padding: 0;
}
#header h3 a {
	display: block;
	width: 260px;
	height: 150px;
	float: left;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
}
#header h2 {
	font-size: 24px;
	font-weight: normal;
	color: #143250;
	padding: 0 20px;
	color: #fff;
	float: right;
	font-variant: small-caps;
	padding: 35px 20px 0 0;
	text-align: right;
}
#header h2 a {
	color: #fff;
}
#banner {
	height: 230px;
	width: 960px;
	background: url(../images/banner_bg.png);
}
#bannerservices {
	height: 230px;
	width: 960px;
	background: url(../images/banner_projects.png);
}
#bannerprojects {
	height: 230px;
	width: 960px;
	background: url(../images/photo.png);
}
#bannercontact {
	height: 230px;
	width: 960px;
	background: url(../images/banner_contact.png);
}
#bannerjobbidding {
	height: 230px;
	width: 960px;
	background: url(../images/banner_jobbidding.png);
}
#nav {
	width: 960px;
	height: 30px;
	background: url(../images/nav_bg.png);
}
#nav a {
	color: #FFF;
	font-variant: small-caps;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	display: block;
	float: left;
	height: 30px;
	width: 140px;
	margin-left: 20px;
	line-height: 28px;
}
#nav a:hover {
	background: url(../images/btn_over.png);
}
#nav a.current {
		background: url(../images/btn_over.png);
}
#main {
	height: auto;
	width: 960px;
	background: #fff;
}
#main a:hover {
	text-decoration: underline;
}
#main #featured {
	width: 789px;
	height: 221px;
	margin: 0 auto;
}
.services {
	width: 820px;
	height: 200px;
	margin: 20px auto;
	background: url(../images/services_bg.png);
}
.serviceimage {
	width: 250px;
	height: 180px;
	padding: 10px;
	float: right;
}
.servicetext {
	width: 550px;
	height: 200px;
	float: left;
}
.featured {
	width: 261px;
	height: 221px;
	margin: 0 1px;
	float: left;
	background: url(../images/featured_bg.png) left top;
}
.featured:hover {
		background: url(../images/featured_bg.png) left bottom;
}
.featured p {
	color: #000;
	padding-top: 20px;
}
.featured a {
	color: #fff;
}
.featured a:hover {
	text-decoration: underline;
}
#footer {
	width: 960px;
	height: 50px;
	background: url(../images/footer_bg.png);
}
#footer p {
	text-align: center;
	color: #143250;
}
#footer a:hover {
	text-decoration: underline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#main iframe {
	padding-left: 10px;
	width: 820px;
}
