/* CSS Document */
body {
	background-color: #6699CC;
	margin: 10px auto;
	text-align: center;
}
h1, h2, h3 {
	width:0px;
	height:0px;
	margin:0px;
	overflow:hidden;
}
form {
	margin:0px;
	padding:0px;
}

#outerWrapper {
	margin: 0 auto;
	text-align: left;
	width:853px;
	height:auto;
	background-image:url(../images/layoutBackgroundShadow.jpg);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	padding-left:0px;
}
#innerWrapper {
	margin:0px 0px 0px 40px;
	width: 766px;
	height: auto;
	background: none;
}
#headerFlashWrapper {
	z-index: 0;
	width: 766px;
	height: 326px;
}
#contentWrapper {
	color: #D1E1F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#sectionCopy {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 47px;
}

/* The subheader graphic elements */
.subHeader {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 12px;
	margin-left: 32px;
	overflow:hidden;
}
#subHeader_ourPortfolio {
	background-image: url(../images/subHeader_ourPortfolio.jpg);
	width: 158px;
	height: 19px;
}
#subHeader_contactUs {
	background-image: url(../images/subHeader_contactUs.jpg);
	width: 110px;
	height: 17px;
}
#subHeader_scopeOfServices {
	background-image: url(../images/subHeader_scopeOfServices.jpg);
	width: 180px;
	height: 16px;
}
#subHeader_companyProfile {
	background-image: url(../images/subHeader_companyProfile.jpg);
	width: 165px;
	height: 17px;
}


.floatBreak { clear:both; }
.floatLeft { float:left; }
#floatBreak { clear:both; }


#headerSection {
	width:766px;
	height:120px;
	background:#9D2B06 url(../images/letterhead.jpg) no-repeat;
}

#navigationSection {
	width:766px;
	height:204px;
	background:#EBE9D4 url(../images/marble.jpg) no-repeat;
	overflow: hidden;
}

/* Get the group of nav links started off in the correct position from the top and left */
#navGroup {
	margin:26px 0px 0px 0px;
	*margin:26px 0px 0px 0px;
	height:11px;
	padding:0px;
}

/* Style to set the floating and padding of containers holding the h2 and the image divs */
.navItem {
	float:left;
}
/* Style to control the cursor change for the swap in images that take over the h2's in the nav */
.navLink { cursor:pointer; }
/* Individual styles to set background of each nav link image */
#navProfile {
	background-image: url(../images/navCompanyProfile.gif);
	background-repeat:no-repeat;
	width:105px;
	height:11px;
	margin-left:58px;
}
#navPortfolio {
	background-image: url(../images/navPortfolio.gif);
	background-repeat:no-repeat;
	width:69px;
	height:11px;
	margin-left:100px;
}
#navServices {
	background-image: url(../images/navScopeServices.gif);
	background-repeat:no-repeat;
	width:112px;
	height:11px;
	margin-left:104px;
}
#navContact {
	background-image: url(../images/navContact.gif);
	background-repeat:no-repeat;
	width:63px;
	height:11px;
	margin-left:100px;
}


/*changed #contentWrapper margin-bottom from 15px to 0px - TAB*/
#contentWrapper {
	margin-bottom: 0px;
}
#footerBorder {
	background-image: url(../images/marbleFooterBorder.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 766px;
	margin:0px;
	padding:0px;
	*margin-bottom:-9px;
}

#footerSection {
	background-color:#9C2B06;
	width:750px;
	height:55px;
	text-align:right;
	color:#FFFFFF;
	font-size:11px;
	padding:8px;
}
#footerSection a {
	color:#FFFFFF;
	text-decoration:none;
}
#footerSection a:hover {
	color:#C1DFF7;
	text-decoration:underline;
}



/*--------------------------*/
/*  Top Banner Area Styles  */
/*--------------------------*/

/* This class is applied to all div's holding banner content */
.bannerItem {
	height: 139px;
	width: 756px;
	overflow: hidden;
	background-repeat: no-repeat;
	margin:15px 0px 0px 5px;
	*margin:8px 0px 0px 5px;
}

/* And now some specific styles for elements on a per-page basis. */
#bannerPortfolioPic {
	background-image: url(../images/bannerPortfolioPicA.jpg);
}
#bannerProfilePic table {
	width: 100%;
	padding:0px 0px 0px 1px;
}

#bannerProfilePic table tr td {
	padding:0px 5px 0px 2px;
	margin:0px;
}
