﻿@charset "UTF-8";
/* JKR Global Outline */
body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0px;
	width: 982px;
	text-align: center;
}
img {
	border: 0px;
	vertical-align: middle;
}
img a {
	border: 0px;
}
ul {
	list-style: none outside url('../images/listarrows.png');
}
h1 {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 25px;
	background-image: url('../images/arrows.png');
	background-repeat: no-repeat;
	padding: 0px 0px 0px 30px;
	height: 25px;
	line-height: 25px;
	margin: 0px 0px 0px 20px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	float: left;
	width: 50%;
}
h4{
	font-weight:bold;
	font-size:15px;
	margin:0px 0px 5px 0px;
	width:auto;
	background: transparent url('../images/small_arrows.png') no-repeat scroll right center;
}
#container {
	width: 982px;
}
.quote {
	background: url('../images/quotations.png') no-repeat left top;
	padding: 30px 20px 15px 20px;
	font-style: italic;
	width: 100%;
	float: left;
	margin:0;
}
.quoter{
	padding:0px 0px 0px 20px;
}
.quote_wrap{
	padding:0px 15px 0px 0px;
}
/*Header*/
#header {
	float: left;
	width: 982px;
	height: 216px;
	background-image: url('../images/headerbackground.png');
}
#headerinner {
	position: relative;
	height: 216px;
	width: 950px;
	z-index: 2;
}
#headerimage {
	position: absolute;
	z-index: 1;
	margin: 16px 0px 0px 16px;
}
.logoleft {
	float: left;
	width: 300px;
	text-align: left;
	padding: 58px 0px 0px 58px;
}
/* End Header */
/* Top Navigation */
#menu {
	height: 40px;
	width: 982px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	float: left;
	background-image: url('../images/menuback.png');
}
#innermenu {
	width: 910px;
	margin: 0 auto;
}
.topnav, .topnav li, .topnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.topnav a {
	background-color: transparent;
	color: white;
	text-decoration: none;
}
.topnav {
	background-color: transparent;
	position: relative;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	width: 950px;
}
.topnav li {
	display: block;
	float: left;
	border-right: 1px gray solid;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px 0px 15px;
}
.topnav li:hover {
	position: relative;
	background-image: url('../images/menuover.png');
	background-repeat: repeat-x;
}
.topnav li:first-child {
	border-left: 1px gray solid;
}
.topnav ul {
	visibility: hidden;
	position: absolute;
	border: 1px;
	top: 100%;
	left: 0;
	width: 200px;
	background-color: #494949;
	color: white;
	z-index:300;
}
.topnav ul li {
	background: #494949;
	color: white;
	border-right: 0px;
	float: left;
	width: 200px;
	height: 30px;
	line-height: 30px;
	padding: 0px 20px 0px 20px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
}
.topnav ul li:first-child {
	border: 0px;
}
.topnav ul li:hover {
	background: #494949;
	color: white;
}
.topnav li:hover ul, .topnav ul a:hover ul {
	visibility: visible;
}
/* End Top Navigation */
/* Content */
#content {
	width: 950px;
	height: auto;
	float: left;
	background-image: url('../images/contentbackground.png');
	background-repeat: repeat-y;
	text-align: left;
	padding: 20px 16px 20px 16px;
	font-size: 14.5px;
	color: black;
}
#leftcontent {
	width: 600px;
	float: left;
	padding: 20px 50px 20px 50px;
}
#content a {
	color: black;
	text-decoration: underline;
}
#content a:hover {
	color: #CC0000;
	text-decoration: underline;
}
#rightcontent {
	width: 220px;
	float: left;
	padding: 20px 10px 20px 20px;
}
/* End Content */
/* Footer */
#footer {
	height: 60px;
	font-size: 12px;
	float: left;
	width: 982px;
	margin: 0px;
	background-image: url('../images/footerbackground.png');
	background-position: left top;
	line-height: 40px;
	color: white;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: white;
}
.fleft {
	width: 450px;
	padding-left: 40px;
	float: left;
	text-align: left;
}
.fright {
	width: 450px;
	float: left;
	padding-right: 40px;
	text-align: right;
}
/* End Footer */
/* Equipment Page */
.leftlist {
	width: 50%;
	float: left;
}
.row {
	width: 100%;
}
.rightlist {
	width: 50%;
	float: left;
}
.equipnum {
	width: 25%;
	float: left;
}
.rowheader {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	padding-top: 15px;
}
/* End Equipment Page */
/* Services Page */
.popup {
	visibility: hidden;
	position: absolute;
	left: 230px;
	padding-left: 7px;
	background-image: url('../images/servicespopup.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.popup img {
	border: 3px #CC0000 solid;
}
#services li:hover span {
	visibility: visible;
	top: 0;
}
#services li:hover {
	position: relative;
}
#services {
	margin: 0px;
	padding: 0px;
}
#services li {
	list-style-image: none;
}
/* End Services Page */
/* Projects Page */
span.projectname {
	font-size: 15px;
	font-weight: bold;
	float: left;
	cursor: pointer;
	width: 570px;
	height: 35px;
	line-height: 35px;
	padding: 0px 0px 0px 30px;
	background: #EBEBEB url('../images/plussign.png') no-repeat left center;
	border-bottom: 1px #9A9A9A solid;
}
span.active {
	background: #EBEBEB url('../images/minussign.png') no-repeat left center;
}
span.projectname:hover {
	background-color: #CCCCCC;
}
#projectheader {
	background-image: url('../images/RECTANGLEBACK.png');
	background-repeat: repeat-x;
	width: 580px;
	float: left;
	line-height: 30px;
	height: 30px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
.expandcollapse {
	padding: 10px 0px 10px 10px;
	width: 590px;
	float: left;
}
.projectleft {
	float: left;
	width: 15%;
}
.projectright {
	float: left;
	width: 70%;
}
.projectpics {
	float: left;
	width: 15%;
}
/* End Project Page */
/* Contact Page */
#contactform{
	margin-left:30px;
}
#contactform fieldset {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 500px;
}
label {
	font-size: 14px;
	width: 100px;
	float: left;
	color: #000;
	font-weight: bold;
	text-align:right;
	margin: 0px 5px 0px 0px;
	padding: 8px;
}
input, textarea {
	width: 300px;
	padding: 8px;
	margin: 0px 0 10px 0;
	color: #555;
	border: 1px #999 solid;
	-webkit-box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
input:focus, textarea:focus, input:hover, textarea:hover {
	border: 1px #c40000 solid;
	-webkit-box-shadow: 0px 0px 4px #c40000;
	-moz-box-shadow: 0px 0px 4px #c40000;
	box-shadow: 0px 0px 4px #c40000;
}
#submit {
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: #999 1px solid;
	padding: 5px;
	width: 100px;
	cursor: pointer;
	float: right;
	font-weight: bold;
	text-decoration: none;
	background: #e6e6e6 url('/assets/images/nice-button.png');
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#c7c7c7));
	background: -moz-linear-gradient(top, #e6e6e6, #c7c7c7);
}#comments {
	height: 200px;
	margin-top: -15px;
}
/* End Contact Page */
/* Key Personnel */
span.empname {
	padding: 0px 0px 0px 30px;
	font-weight: bold;
	margin: 0px;
	height: 40px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
	float: left;
	width: 570px;
	border-bottom: 1px #9A9A9A solid;
	background: #EBEBEB url('../images/plussign.png') no-repeat left center;
}
span.empname:hover {
	background-color: #CCCCCC;
}
span.active {
	background: #EBEBEB url('../images/minussign.png') no-repeat left center;
}
.empleft {
	width: 200px;
	float: left;
}
.empright {
	width: 390px;
	float: left;
	padding-left: 10px;
}
.employeeinfo {
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
}
.staffheader {
	background-image: url('../images/RECTANGLEBACK.png');
	background-repeat: repeat-x;
	height: 30px;
	width: 590px;
	line-height: 30px;
	padding-left: 10px;
}
/* End Key Personnel */
#ethics_list, #awards_list{
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
#ethics_list li, #awards_list li{
	padding:0px 0px 10px 0px;
}
