@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear:both;
	}

	
/*Header*/
#spacer{
	position:relative;
	width:auto;
	margin:0 auto;
	height:50px;
	background-color:#dcddde;
	}

#headerWrapper{
	position:relative;
	width:auto;
	margin:0 auto;
	background-color:#dcddde;
	}
#header{
	position:relative;
	width:850px;
	height:144px;
	margin:0 auto;
	background-color:#ffffff;
	}
#flashHeader{
	position:relative;
	width:850px;
	height:488px;
	margin:0 auto;
	background-color:#ffffff;
	}
#logo{
	position:absolute;
	left:331px;
	}
#homeIcon{
	position:absolute;
	left:61px;
	top:61px;
	}
#topStripe{
	position:absolute;
	bottom:0px;
	left:0px;
	height:12px;
	}
#medallion{
	position:absolute;
	bottom:0px;
	right:0px;
	}
	
	
/*Main Photo*/
#mainPhotoWrapper{
	position:relative;
	width:auto;
	margin:0 auto;
	background-color:#dcddde;
	}
#mainPhoto{
	position:relative;
	width:850px;
	height:344px;
	margin:0 auto;
	background-image:url(../images/mainImage.jpg);
	background-repeat:no-repeat;
	}
#mapTextLink{
	font-family:"Tahoma Regular", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top: 5px;
	}
	
	
/*Footer*/
#footerWrapper{
	position:relative;
	width:auto;
	margin:0 auto;
	background-color:f1f2f2;
	}
#footer{
	position:relative;
	width:850px;
	height:192px;
	background-color:#bf2c37;
	margin:0 auto;
	}
#footerTopStripe{
	position:absolute;
	top:0;
	left:0;
	width:850px;
	height:6px;
	background-color:#35291d;
	}
#footerBottomStripe{
	position:absolute;
	bottom:0;
	left:0;
	width:850px;
	height:17px;
	background-color:#99232c;
	}
#copyright{
	margin-left:6px;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	}

/*Menu Buttons*/
#menuWrapper{
	position:absolute;
	left:62px;
	top:37px;
	width:727px;
	height:71px;
	}
.button{
	float:left;
	margin-right:11px;
	}
.button.last{
	margin-right:0px;
	}
.contactInfo{
	position:absolute;
	margin-left:212px;
	top:130px;
	width:429px;
	height:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	letter-spacing:.7px;
	font-size:20px;
	color:#ffffff;
	}
#mapIcon{
	position:absolute;
	right:80px;
	bottom:32px;
	height:29px;
	width:75px;
	}
/*Form*/
#mainForm{
	position:relative;
	width:850px;
	margin:0 auto;
	background-color:#ffffff;
	}
.colOne, .colTwo, .colThree{
	float:left;
	margin-left:10px;
	width: 270px;
	padding-bottom:20px;
	}
.colThree{
	margin-top:20px;
	}
label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	display:inline;
	}
input{
	width:125px;
	height:15px;
	}
/*resize Input for City, State and Zip*/
#mainPhotoWrapper #mainForm .colOne #city{
	height:15px;
	width:90px;
	display:inline;
	}
#mainPhotoWrapper #mainForm .colOne #state{
	width:50px;
	height:15px;
	display:inline;
	}
#mainPhotoWrapper #mainForm .colOne #zip{
	width:15px;
	display:inline;
	}
#mainPhotoWrapper #mainForm .colOne p, #mainPhotoWrapper #mainForm .colTwo p, #mainPhotoWrapper #mainForm .colThree p{
	margin-top:5px;
	}
.textArea{
	width:260px;
	height:60px;
	margin-bottom:0;
	padding-bottom:0;
	}
#mainPhotoWrapper #mainForm .colThree .additionalDetails label{
	margin-left:7px;
	}
#mainPhotoWrapper #mainForm .colThree .contact{
	float:left;
	margin-left:4px;
	margin-top:20px;
	width:97px
	}
#or{
	float:left;
	margin-left:10px;
	margin-right:3px;
	margin-top:37px;
	width:27px;
	height:11px;
	}
#mainPhotoWrapper #mainForm .colThree #submit {
	width: 96px;
	height: 49px;
	padding: 0;
	border: 0;
	background: transparent url(../images/submitButton.jpg) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
#submitDiv{
	float:left;
	width:96px;
	height:49px;
	margin-top:20px;
	}
#estDesc{
	position:relative;
	width:850px;
	}
#estDescText{
	margin-left:25px;
	margin-bottom:10px;
	padding-top:10px;
	letter-spacing:.5px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	font-color:#000000;
	}
#sealBottom{
	position:absolute;
	right:0;
	top:0;
	width:185px;
	height:66px;
	background-image:url(../images/sealBottom.jpg);
	background-repeat:no-repeat;
	}
.formFootnote{
	margin-left:138px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	font-color:#000000;
	}
/*About Us*/
#mainAbout{
	position:relative;
	width:850px;
	margin:0 auto;
	background-color:#ffffff;
	background-image:url(../images/sealBottom.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	}

#aboutIntro{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:center;
	margin:0 165px;
	padding-top:20px;
	line-height: 20px;
	padding-bottom: 25px;
	}
.aboutHeads{
	font-family:"Tahoma Regular", Verdana, Arial, Helvetica, sans-serif;
	color:#bf2c37;
	font-size:24px;
	text-align:center;
	}
.aboutBodyCopy{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:center;
	margin-top:6px;
	line-height: 20px;
	padding-bottom: 25px;
	}
#strengthCol{
	float:left;
	width:200px;
	margin-left:60px;
	}
#speedCol{
	float:left;
	width:200px;
	margin-left:60px;
	}
#precisionCol{
	float:left;
	width:200px;
	margin-left:60px;
	}
/*Send a File*/
#mainSend{
	position:relative;
	width:850px;
	margin:0 auto;
	background-color:#ffffff;
	background-image:url(../images/sealBottom.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	text-align:left;
	}
#sendTextBox{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:left;
	margin:0 100px;
	padding-top:50px;
	padding-bottom: 60px;
	}
.sendText{
	text-indent: -12px;
	}
.sendTextSubheads{
	font-weight:bold;
	text-indent:-33px;
	margin-top: 18px;
	}
.sendText a:link{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#00aed9;
	}
/*Contact Us*/
.mainContact{
	position:relative;
	width:850px;
	margin:0 auto;
	text-align:left;
	background-image:url(../images/sealBottom.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	background-color:#ffffff;
	}
.contactCompanyCol1, .contactCompanyCol2{
	float:left;
	margin-right:20px;
	font-family:"Tahoma Regular", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:8px;
	}
.contactCompanyTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:13.28px;
	color:#bf2c37;
	}
.contactInfoCompany{
	width:400px;
	margin-left: 65px;
	padding-top: 38px;
	}
#contactInfoEmployees{
	margin-left:65px;
	}
.contactInfoEmployeesCol{
	float:left;
	width:175px;
	margin-right:20px;
	font-family:"Tahoma Regular", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom: 20px;
	}
.employeeTitle{
	padding-top:35px;
	color:#bf2c37;
	margin-bottom: 8px;
	}
	
.employeeEmail{
	margin-top:5px;
	}
.employeeEmail a:link{
	color:#bf2c37;
	text-decoration:none;
	}
.employeeEmail a:visited,.employeeEmail a:active, .employeeEmail a:focus {
	color:#bf752c;
	text-decoration:none;
	}
.employeeEmail a:hover{
	color:#000000;
	text-decoration:none;
	}
	
/*#mainPhotoWrapper{
	padding-top:66px;
	padding-bottom:51px;
	width:850px;
	background-image:url(../images/sealBottom.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	background-color:#ffffff;

}*/
/*Products and Services*/
#mainPhotoWrapper #mainProducts{
	position:relative;
	width:850px;
	margin:0 auto;
	background-color:#ffffff;
	background-image:url(../images/sealBottom.jpg);
	background-color:#ffffff;
	background-position: top right;
	background-repeat:no-repeat;
	text-align:left;
	}
#productImage{
	float:left;
	margin-left:0px;
	margin-top:49px;
	width:392px;
	padding-bottom:29px;
	}
.productDesc{
	text-align:left;
	padding-bottom: 0px;
	}
.productTitle{
	text-align:left;
	}
#mainPhotoWrapper .productDescBox{
	margin-left:32px;
	margin-top:65px;
	float:left;
	width:345px;
	text-align:left;
	background:#ffffff;
	}
#productMenu{
	padding-top:15px;
	padding-bottom:30px;
	}
#productMenu img{
	float:left;
	}
/*Map*/
#mainMap{
	position:relative;
	width:850px;
	margin:0 auto;
	background-color:#000000;
	background-image:url(../images/sealBottom.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	text-align:left;
	}
#largerMap{
	margin-top:5px;
	padding-bottom:5px;
	margin-left:10px;
	}
#mainPhotoWrapper #mainMap .white text a{
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	text-decoration:none;
	}
/*Equipment*/
#equipHeadline{
	margin-left:30px;
	padding-top:29px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	color:#ed1b2e;
	letter-spacing:-.5px;
	}
#equipColOne{
	position:relative;
	float:left;
	width:185px;
	margin-left:30px;
	padding-top:35px;
	margin-bottom:20px;
	}
#equipColTwo, #equipColThree, #equipColFour{
	position:relative;
	float:left;
	width:185px;
	margin-left:12px;
	padding-top:35px;
	margin-bottom:20px;
	}
.equipSubheads{
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#ed1b2e;
	}
.first{
	margin-top:-10px;
	}
.equipList{
	font-family:"Tahoma Regular", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-indent:-10px;
	margin-left:10px;
	margin-top:2px;
	}
.listFirst{
	margin-top:-8px;
	}
.equipList2{
	font-family:"Tahoma Regular", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-indent:-10px;
	margin-left:20px;
	margin-top:2px;
	}
.slogan{
	color:#ed1b2e;
	margin-top:10px;
	}
.printIcon{
	float:left;
	margin-top:15px;
	width:19px;
	}
#mainPhotoWrapper #mainForm #equipColFour .print{
	margin-top:18px;
	height:12px;
	padding-bottom:15px;
	float:left;
	font-family:"Tahoma Regular", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
