@charset "utf-8";
/* CSS Document */

@import "nav.css";

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #4a8bd3;
	font-family: Arial, Helvetica, sans-serif;
}

#clearthis {
	clear: both;
}
#header {
	width: 918px;
	height: 90px;
	background-image:url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}

#logo {
	left: 35px;
	top: 33px;
	width: 125px;
	height: 50px;
	position: relative;
	display:inline;
}

#nascLogo{
	position:relative;
	left:4px;
	bottom:1px;
}

#address{
	display:inline;
	left:415px;
	top: 33px;
	position: relative;
}

#headerLogos{
	display:inline;
	left:-220px;
	top: 33px;
	position: relative;
}

#contentArea {
	width: 918px;
	margin: 0 auto;
	background-image: url(../images/bgnd-page.jpg);
	background-repeat: repeat-y;
	position: relative;
	padding-top: 5px;
}

#homepageBanner {
	width: 894px;
	height: 260px;
	background-image: url(../images/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-top: 0px;
}

#bannerTxt {
	width: 250px;
	height: 185px;
	top: 41px;
	left: 555px;
	position: relative;
}

#bannerTxt p {
	color: #414141;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	padding-bottom: 7px;
}

#bannerTxt h3 {
	color: #11587e;
	font-size: 17px;
}

#homepageContentWrapper {
	width: 826px;	
	margin: 0 auto;
}

#columnWrapper {
	width: 850px;	
	margin: 0 auto;
}

#recentProjects {
	width: 240px;
	float: left;
	margin-top: 25px;
}

#colLeft {
	width: 275px;
	float: left;
	margin-right:0px;
}

#colRight {
	width: 530px;
	float: left;
	margin-top: 10px;
}

#floaterRecentProjects {
	position: absolute;
	left: 51px;
	top: 239px;
}

#footer {
	width: 918px;
	height: 37px;
	background-image: url(../images/bgnd-pageend.jpg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
}
