/* CSS Document */

/* BDA Engineering Inc. */

body {
	color: #000000;
	margin: 0px auto;
	margin-bottom: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt; /* controls the font size of links */
	line-height: 16pt;
	text-align: center;
	overflow: visible;
	}
	
p {
	padding: 5px 60px 5px 60px; /*If four values are given, they apply to top, right, bottom, and left padding, respectively. If one value is given, it applies to all sides. If two or three values are given, the missing values are taken from the opposite side. */
	margin-top: 0px; /* controls the distance between p1 and p2 sections. Top and bottom. */
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	overflow: visible;
	}

h5 {
	position: static;
	text-align: right;
	margin-right: 50px;
	}
	
	
p img{
	margin: 5px 10px 5px 10px;
	}
	
li{
	margin-left: 50px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
}
	
#container { 
    width: 600px; /* sets the width of the container to keep in body, p, h3's */
	background: #fff url(images/body.jpg) repeat-y;
	margin: 0px auto; 
	overflow: visible;
	}

#intro { 
	min-width: 400px;
	}

#pageHeader { 
    width: 600px; 
	height: 113px; 
    background: transparent url(images/pageHeader.jpg) no-repeat top center;
	margin-bottom: 3px;
	}

#logo img {
	display: none;
	}

#navigationLinks
	{	
	height: 26px;
	width: 600px;
	background-image: url(images/navingationLink.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-bottom: 0px;	
	}

#navigationLinks a:link, #navigationLinks a:visited {
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #F7F7F7;
	padding: 0px 12px 0px 12px;
	text-align: center;		
	text-decoration: none;
	}

#navLogo {
	display: none;
	}
	
#supportingText {
    background: url(images/footer.jpg) no-repeat bottom; 
	}
	
#footer { 
    font-size: 12px;
   	text-align: center; 
	height: 100px;
	}
	
#logoFooter {
	display: none;
	}
	
#footer a:link, #footer a:visited { 

    color: #FFF;
	margin-right: 20px; 
	padding: 0px 25px 0px 25px;
	}
	
#KeyProjectEngineersPictures{
	width: 500px;
	clear: both;
	float: left;
	height: auto;
	position: relative;
	visibility: visible;
	z-index: auto;
	top: auto;
}

