* {
padding: 0px;
margin: 0px;
}

body {
	background-repeat: repeat-x;
	background-image: url(../images/global/bg.jpg);
	background-color: #a6a7ab;
	font: small Arial, sans-serif;
	list-style: none;

}

/*---------- Typography ----------*/

h1, h2, h3 {
	color: #666;
}

h1 {
	font-size: 130%;
	color: #04367d;
	padding: .5em 0;
}

h2 {
	color: #444444;
	font-size: 110%;
	padding: .35em 0;
}

h3 {
	color: #444444;
	font-size: 95%;
	padding: .15em 0;
}

p {
	font-size: 85%;
	line-height: 1.25;
	padding: .5em 0;
	color: #444444;
}

#copy_container li {
	font-size: 85%;
	line-height: 1.25;
	padding-left: 10px;
	list-style: none;
}

#copy_container li a {
	color: #000;
}

/*---------- Layout ----------*/

#topheader {
	border-top-width: 5px;
	border-top-color: white;
	border-top-style: solid;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}

#copy_container {
	padding: 15px;
	border-color: #ededed;
	border-style: solid;
	border-width: 2px;
	overflow: auto;
	clear: both;
	background-color: #fff;
	min-height:650px;
	height:auto !important;
	height:650px;
}

/*---------- Main Navigation ----------*/
#navigation_container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

#navigation {
	background-image: url(../images/global/nav_bg.jpg);
	width: 500px;
}

#navigation li {
	list-style-type: none;
	float: left;
}

#navigation li a {
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-position: left top;
	background-repeat: no-repeat;
	height: 50px;
	width: 100px;
	display: block;
	background-image: url(../images/global/nav_button.jpg) ;
	list-style-type: none;
	text-decoration: none;
	font-size: 11px;
	color: white;
	padding-top: 20px;
}

#navigation li a:hover {
	color: #333;
	background-position: right top;
}

#navigation li a:active {
	z-index: 1000;
	color: white;
	background-position: right top;
}

/*---------- Content ----------*/

#logo {
	height: 56px;
	width: 200px;
	margin-bottom: 10px;
	text-align: left;
}

#callout {
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: left;
	width: 200px;
	height: 100;
}

#image {
	height: auto;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-color: #ededed;
	border-style: solid;
	border-width: 2px;
}

#copy {
	width: 415px;
	min-height: 650px;
	padding: 15px;
	text-align: left;
	background-color: #ededed;
	margin-top: 60px;
	float: right;
}


/*---------- Lightwindow Content----------*/

.lw_h1 {
	margin-left: 10px;
	margin-top: 10px;
}

.lw_h2 {
	margin-left: 10px;
	margin-top: 10px;
}
.lw_p {
	margin-left: 20px;
}

#structural_engineering {
	display: none;
}

#process_engineering {
	display: none;
}

#equipment_experience {
	display: none;
}

