body {
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
	color:#4c4c4c;
}
input,
select,
textarea {
	font-family:arial, helvetica, sans-serif;
	border:1px solid #ccc;
}
input.styled {
	width: 200px;
	border:1px solid #ccc;
}
input.bttn {
	background:#e5e5e5;
	border:1px outset #ccc;
}
a, a:link, a:active, a:visited {
	color:#45839A;
}
a:hover {
	color:#A6B550;
}
div#main {
	width:911px;
	margin:0 auto;
	background:#e6e4e1 url('/images/main-bg.gif') no-repeat bottom left;
}
.subpage div#main {
	padding-bottom:20px;
}
#header {
	height:205px;
	overflow:hidden;
	position:relative;
	background:#e7e5e3;
}
.subpage #header {
	height:209px;
}
ul#navigation {
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:185px;
	list-style:none;
}
ul#navigation li {
	float:left;
	margin:0 20px 0 0;
	padding:0;
}
ul#navigation li a {
	float:left;
	text-indent:-9999px;
	outline:none;
}
ul#navigation li.about a {
	background: url('/images/nav-aboutus.gif') no-repeat top left;
	width: 102px;
	height: 47px;
}
ul#navigation li.contact a {
	background: url('/images/nav-contact.gif') no-repeat top left;
	width: 98px;
	height: 47px;
}
ul#navigation li.news a {
	background: url('/images/nav-news.gif') no-repeat top left;
	width: 74px;
	height: 47px;
}
ul#navigation li.portfolio a {
	background: url('/images/nav-portfolio.gif') no-repeat top left;
	width: 112px;
	height: 47px;
}
ul#navigation li.services a {
	background: url('/images/nav-services.gif') no-repeat top left;
	width: 96px;
	height: 47px;
}
ul#navigation li a:hover,
ul#navigation li.here a {
	background-position:bottom left !important;
}
#header img#logo {
	position:absolute;
	top:30px;
	left:0;
	border:19px solid #fff;
	border-width:19px 18px 19px 0;
}
.subpage #header img#logo {
	top:54px;
	border-bottom:none;
}
#welcome {
	padding:90px 20px 20px 190px;
}
#welcome h1  {
	background: url('../images/main-intro.gif') no-repeat scroll top left;
	width: 612px;
	height: 53px;
	margin:0;
	text-indent:-9999px;
	padding:0;
}
#welcome p {
	margin:0 0 10px;
	font-size: 13px;
}
#header .intro {
	background:#45839a;
	color:#fff;
	height:96px;
	width:719px;
	padding:20px;
	right:0;
	overflow:hidden;
	border-top:19px solid #fff;
	position:absolute;
	bottom:0;
}
#header .intro h2 {
	background: url('/images/intro-title.gif') no-repeat scroll top left;
	width: 219px;
	height: 19px;
	margin:0;
	padding:0;
	text-indent:-9999px;
}
#header .intro h1 {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	font-weight:normal;
	font-size:48px;
	line-height:48px;
}
#header .intro ul {
	list-style:none;
	margin:10px 0 0;
	padding:0;
}
#header .intro ul li {
	float:left;
	margin:0 10px 0 0;
}
#header .intro ul li a {
	color:#adc9d2;
	text-decoration:none;
	font-size:10px;
	padding:2px 5px;
	text-transform:uppercase;
}
#header .intro ul li a:hover,
#header .intro ul li.here a {
	color:#fff;
	background:#a6b550;
}
#slideshow {
	position:relative;
	float:right;
	width:100%;
	height:552px;
	background: url('/images/main-side-text.gif') 11px 67px no-repeat;
}
#slideshow #banner-img img {
/*
	border:19px solid #fff;
	border-right:none;
*/
	border:none;
	width: 740px;
	overflow:hidden;
}
#slideshow #banner-img li {
	position:absolute;
	top:0;
	right:0;
}
#slideshow ul {
	list-style: none;
	width: 740px;
}
#slideshow ul {
	background-color:#FFFFFF;
	border-color:#FFFFFF;
	border-style:solid none solid solid;
	border-width:19px medium 19px 19px;
	height:515px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:0;
	width:740px;
}
#slideshow #banner-thumb {
	display:none;
}
#feature-image {
	width: 800px;
	overflow:hidden;
}
img#explore-portfolio {
	position:absolute;
	bottom:0;
	right:0;
	border-width:19px 0 19px 19px;
	border-color:#fff;
}
img#projects-for-bid {
	float:left;
	margin:0;
	padding:0 0 40px 152px;
}
#content {
	border-top:20px solid #fff;
}
#content .inner {
	position:relative;
	background:#fff;
	padding:0 0 20px 20px;
	margin:0 0 0 133px;
	font-size:13px;
/*	line-height:24px;
*/}
#content .inner img{
	padding: 5px 5px;
}
#content .inner p {
	margin:0 0 1em;
	padding:0;
	position: relative;
}
#content img#explore-portfolio-side {
	position:absolute;
	left:-133px;
	top:0;
	border-bottom:20px solid #fff;
}
div#footer {
	width:911px;
	margin:0 auto;
	background:#e6e4e1;
}
div#footer .inner {
	font-size:11px;
	color:#656565;
	padding:20px 20px 20px 172px;
}
div#footer p {
	margin:0;
	padding:7px 0;
}
div#footer .green {
	float:right;
	padding:7px 0 7px 50px;
	background: url('/images/green-icon.gif') left center no-repeat;
	width:200px;
	
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */