@charset "UTF-8";
/* CSS Document */

body {
	height:100%;
	color: #666;
	text-decoration: none;
	margin: 0px;
	width: 100%;
}
#home_illus {
	height:100%;
	width: 100%;
	background-image: url(../images/home_illus.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: absolute;
}
#about_illus {
	height:100%;
	width: 100%;
	background-image: url(../images/about_illus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
}
#leadership_illus {
	height:100%;
	width: 100%;
	background-image: url(../images/leadership_illus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
}
#completed_illus {
	height:100%;
	width: 100%;
	background-image: url(../images/completed_illus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
}
#current_illus {
	height:100%;
	width: 100%;
	background-image: url(../images/current_illus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
}
#residential_illus {
	height:100%;
	width: 100%;
	background-image: url(../images/residential_illus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
}
#resources_illus {
	height:100%;
	width: 100%;
	background-image: url(../images/resources_illus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
}
#testimonials_illus {
	height:100%;
	width: 100%;
	background-image: url(../images/testimonials_illus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
}
#awards_illus {
	height:100%;
	width: 100%;
	background-image: url(../images/awards_illus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
}
#careers_illus {
	height:100%;
	width: 100%;
	background-image: url(../images/careers_illus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
}
#contact_illus {
	height:100%;
	width: 100%;
	background-image: url(../images/contact_illus.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
}
#container {
	height:auto;
	width: 980px;
	float: left;
	margin-left: 10px;
}
#header {
	height:100px;
	width: 980px;
	padding-bottom: 5px;
	float: left;
}
#homecontent {
	height:210px;
	width: 980px;
	padding-bottom: 75px;
	float: left;
	margin-top: -40px;
}
#snippet_wborder {
	height:60px;
	width: 210px;
	padding-right: 35px;
	float: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #848484;
	margin-right: 35px;
}
#snippet_woborder {
	height:60px;
	width: 210px;
	padding-right: 35px;
	float: left;
}
.spacer1 {
	width: 980px;
	height: 40px;
	float: left;
}
#logo {
	height:70px;
	width: 100px;
	float: left;
	margin-right: 5px;
	padding-top: 10px;
}
#navigation {
	height:25px;
	width: 775px;
	float: left;
	padding-top: 65px;
}
#copyright {
	height:20px;
	width: 980px;
	float: left;
	padding-top: 20px;
}
#submenu {
	height:auto;
	min-height: 350px;
	width: 180px;
	float: left;
	margin-right: 25px;
}
#rightcontent {
	height:auto;
	min-height: 550px;
	width: 775px;
	float: right;
}
.innercontent_wb {
	height:auto;
	width: 650px;
	padding-bottom: 20px;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}
.innercontent_wob {
	height:auto;
	width: 650px;
	padding-bottom: 20px;
	float: left;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}
.profilepic {
	height:150px;
	width: 250px;
	padding-bottom: 10px;
	float: left;
}
.awardpic {
	height:250px;
	width: 220px;
	padding-bottom: 10px;
	float: left;
	margin-right: 10px;
}
.awards_wbCopy {
	height:auto;
	width: 220px;
	padding-bottom: 20px;
	float: left;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	margin-right: 10px;
}
.clearawards {
	width: 680px;
	height: inherit;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-bottom: 30px;
}
.projectpic {
	height:auto;
	width: 765px;
	float: left;
	border: 1px solid #999999;
	padding:4px;
}
.projectpic1 {
	height:auto;
/*edited on 02-Feb-2010	width: 715px;*/
	float: left;
	border: 10px solid #833b39;
}
.clearprojects {
	width: 750px;
	float: left;
}
.table {
	border: thin none #666666;
	padding: 5px;
}
.projectpic2 {
	height:auto;
	width: 715px;
	float: left;
	border: 10px solid #B2A0A0;
}

/*---------New Styles-----------*/
#banner{
	margin-bottom:10px;
	border:1px #ccc solid;
	padding:4px;
	clear:both;
	width:908px;	
	}

.heading1 {
	color: #535353;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-decoration: none;
	line-height: 38px;
}
/*---------End New Styles-----*/
