/* G T Rochester Stylesheet */ 

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, formfield {  
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	text-align: center;
	color: #000;
	background: #333 url(../images/slate.gif) repeat fixed;
	margin: 20px 0 50px 0;
	font: 101% Verdana, Arial, Helvetica, sans-serif;
	}

#outer2 {
	margin: auto;
	background: transparent url(../images/black.png) repeat;
	border: 1px solid #000;
	width: 728px;
	padding: 20px;
	}

#outer {
	text-align: left;
	width: 728px;
	margin: auto;
	background: #fff;
	border: 1px solid #000;
	}

#hdr {
	height: 196px;
	background: #000 url(../images/header.jpg) no-repeat;
	color: #333;
	z-index: 99;
	}

#content {
	text-align: left;
	background: #f0ae24;
	color: #333;
	margin: 0;
	padding: 20px;
	padding-top: 0;
	position: relative;
	font-size: 80%;
	}

#inner {
	padding: 20px;
/*	border: 1px solid #000;*/
	background: #fff;
	margin-top: -1px;
	z-index: 2;
	}

#content h1 {
	margin: 10px 0 20px 0;
	font-size: 175%;
	color: #2b3888;
	line-height: 125%;
	}

.h1_sub {
	font-size: 75%;
	color: #666666;
	font-weight: bold;
	}


#content h2 {
	font-weight: normal;
	font-size: 150%;
	color: #333;
	margin-bottom: 10px;
	}

#content p {
	margin-left: 36px;
	padding: 0 5px 20px 0;
	line-height: 1.4em;
	color: #333;
	}

#content a:link, #content a:visited {
	text-decoration: underline;
	color: #333;
	}
	
#content a:hover, #content a:active {
	text-decoration: none;
	color: #904d43;
	}

.service {
	position: relative;
	padding: 20px;
	background: #e5e5e5;
	border: 1px solid #77777a;
	margin: 0 0 20px 0;
	width:600px;
	}

#inner .service p {
	margin: 10px 0;
	}

#inner .service img {
	float: right;
	border: 1px solid #77777a;
	position: relative;
	margin-left: 20px;
}

#outer #content ul {
	margin: 10px 0;
	font-size: 100%;
	}

#outer #content ul li {
	margin: 0 0 4px 20px;
	line-height: 1.5em;
	}

#outer #content p.no-indent {
	margin-left: 0;
	}

#footer {
	background: #f0ae24;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0px 10px 25px;
	}

#footer h1 {
	margin: 0 0 10px 0;
	font-size: 150%;
	font-weight: normal;
	}

#footer p {
	font-size: 110%;
	line-height: 200%;
	}

#footer a:link, #footer a:visited {
	color: #333333;
	background-color: inherit;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #000
	}

#josh {
	margin: -1px auto 0 auto;
	text-align: right;
	width: 770px;
	}

#josh img {
	border: none;
	}

/*New code below*/

#outer #content #inner .marine p, #outer #content #inner .civil p, #outer #content #inner .ground p, #outer #content #inner .plant p {
	margin: 0;
	padding: 10px 0 0 0;
	}

#outer #content #inner .marine h1, #outer #content #inner .civil h1, #outer #content #inner .ground h1 {
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	}

#outer #content #inner .plant h1 {
	margin: 0px;
	padding: 0px;
	font-size: 150%;
	color: #333333;
	}

#nav {
	background: #2b3888;
	height: 25px;
	}
	
img.crane {
	float: right;
	margin: -10px -20px 0px 10px;
}

.right {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	}

#outer2 #outer #footer h1 {
	font-size: 200%;
	color: #8189b8;
	margin-bottom: 10px;
	padding-bottom: 0;
}

#outer2 #outer #footer p.tel {
	font-size: 150%;
}

#outer2 #outer #content #inner table p {
	padding: 0;
	margin: 10px 0 0 0;
}
/* --- forms --- */

.row {
		clear: both;
		padding-top: 5px;
		}

form {
		margin-bottom: 1em;
		}
		
fieldset {
		margin-bottom: 10px;
		padding: 10px;
		border: none;
		}		

legend {
		padding: 0;
		text-transform: uppercase;
		color: #666666;
		}

.formLabel {
		font-size: 1.1em;
		color: #333;
		line-height: 1.6em;
		text-align: right;
		margin-right: 10px;
		width: 100px;
		float: left;
		}

.formControl {
		float: left;
		width: 326px;
		}
		
input, textarea {
		border: 1px solid #666666;
		padding: 2px;
		}	
		
input {
		font-size: 1.1em;
		width: 322px;
		}			

textarea {
		width: 454px;
		}
		
.submitButton {
		background: #eeeeee;
		padding: 3px 4px;
		width: auto;
		}		

/*More misc code*/

#outer2 #outer #content #inner table img {
	border: 1px solid #333333;
	}

div.clearer {clear: both; line-height: 0; height: 0;}


#navigation {
	margin: 0;
	padding: 24px 0 0 20px;
	background: #f0ae24 url(../images/gradient1.gif) repeat-x;
	font-size: 0.8em;
	z-index: 1;
	height: 18px;
	}

#navigation a {
	color: #fff;
	background: #5f5d58 url(../images/left-tab.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 11px;
	padding-bottom: 2px;
	}

#navigation a span {
	background: url(../images/right-tab.gif) no-repeat right top;
	padding-right: 11px
	}

#navigation a, #navigation a span {
	display: block;
	float: left
	}

#navigation #active {
	color: #666;
	background: #fff url(../images/left-tab-active.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 11px;
	padding-bottom: 2px;
	}

#navigation #active span {
	background: url(../images/right-tab-active.gif) right top no-repeat;
	padding-right: 11px
	}

#navigation a, #navigation a span {
	display: block;
	float: left
	}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none
	}
/* End hide */

#outer2 #outer #navigation ul {
	padding: 0;
	margin: 0;
	}

#navigation li {
	list-style: none;
	float: left;
	margin: 0;
	}

#content p.top {
	text-align: center;
	margin:0;
	padding:0;
	}

#outer2 #outer #content #inner table {
	margin-bottom: 26px;
	}
#outer2 #outer #content #inner .vcard {
	border-style: none;
}
