@charset "utf-8";
.TestClass {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #00CC99;
	text-decoration: line-through;
}
p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	background-color: #FEFEFE;
	padding-bottom:0px;
	margin-bottom:0px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 15px;
	background-color: #dadada;
	margin: 0 0 0 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#goble-logo  {
	padding: 0 0 0 0;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#image-logo {
}
.CompanyName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	margin-left: 20px;
}

.LineListHeading, .TopLineListHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 3px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	vertical-align: middle;
	border-style: dotted;
	border-width: thin;
	border-color: #CC9B3B;
}
.TopLineListHeading {
	margin-top: 0px;
	font-varient: small-caps;
	font-variant: small-caps;
}
.LinePageContactList
{
	text-align: left;
	margin-left: 0px;
}

.LineList a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.CompanyDescription  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 7px;
	margin-bottom: 6px;
}

.ManufacturerList {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ECE9D8;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 0px;
	background-color: #E4E4E4;
}


#ManufacturerListHeader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	letter-spacing: 2px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
.MenuBarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #4a4a4a;
	font-weight: bold;
	text-transform: capitalize;
}
.ManufacturerList a {
	color: #003300;
}
.ManufacturerList p {
	color: #5A7A97;
	height: 20px;
}
.RegionTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #8d9c09;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 10px;
}
.ContactText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4a4a4a;
	font-weight: bold;
	text-transform: capitalize;
}
.ContactText1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	font-weight: bold;
	text-transform: capitalize;
}

.LinePageContactText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
	font-weight: bold;
	text-transform: capitalize;
	margin-left: 90px;
}
.EquipmentRadioButtons   input
{
	text-align: left;
	margin-left: 145px;
}
.EquipmentRadioButtons label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4a4a4a;
}
#fiftyYear {
	margin-left: 35px;
	margin-top: -5px;
}
#MenuBar1
{
	padding: 0 0 0 0;
	margin: 1px 0px 0px 0px;
}
.BottomHeaderSection
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.style5 {
	font-family: Renfrew;
	font-size: 36px;
	color: #464646;
}
.style6 {
	font-family: Renfrew;
	font-size: 24px;
	color: #464646;
}
.ContactPageColumn {
	vertical-align: top;
	margin-left: 0px;
}
.ContactPageOfficeTitle, .LeftContactPageOfficeTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	margin-left: 10px;
	color: #454545;
}
.LeftContactPageOfficeTitle {
	margin-left: 10px;
}
.Office {
	margin-right: 0px;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-top: 15px;
	padding-bottom: 20px;
	border: thin dotted #CC9B3B;
}

.OfficeAddress, .LeftOfficeAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: -5px;
}
.LeftOfficeAddress {
	margin-left: 25px;
}
.RegionStates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
		color: #454545;
	font-style: normal;
	margin-bottom: 20px;
	margin-right: -5px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.ContactPerson {
	margin-top: 15px;
	margin-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: none;
	font-weight: bold;
	margin-bottom: 5px;
	color: #454545;
}
.ContactEmail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 80px;
	clear: none;
	float: none;
}
.LinePageContactEmail {
	color: #4a4a4a;
	margin-left: 30px;
}
#partsRequestButton {
	margin-left: 145px;
	margin-top: 5px;
	width: 200px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	font-weight: normal;
}
.FixedLengthLabel {
	width: 700px;
	background-color: #FFFFFF;
	height: 25px;
	margin-top: 10px;
}
.FixedLengthTextfield {
	width: 200px;
	height: 25px;
	margin-top: 10px;
}

.Spaced {
	margin-top: 20px;
}

.IndustryColumn
{
	float: left;
	width: 450px;
	
}


.IndustrySiteHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: 3px;
	height: 40px;
	line-height: 40px;
	text-align: left;
	padding-left: 10px;

	vertical-align: middle;
	border-style: dotted;
	border-width: thin;
	border-color: #CC9B3B;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;	
}

.IndustrySiteName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4a4a4a;

	margin-bottom: 10px;
}
.IndustryLinks
{
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.IndustryLinks  p 
{
	height: 25px;
}

.ProjectPageLine 
{
	margin-bottom: 30px;
}
.ProjectPageLink
{
	text-decoration: none;
}

.ProjectPageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #1c518c;
	margin-bottom: 30px;
	margin-left: 10px;

}

.ProjectText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #1c518c;
	margin-bottom: 30px;
	margin-left: 10px;
	text-align: center;
}

.ProjectImage {
	vertical-align: middle;
	margin-top: 30px;
}

.ProjectTextMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	margin-top: 30px;
	text-align: center;
}

.ProjectTextSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
}

.ProjectTextSmallerCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
}

.IndustryPageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #4a4a4a;
	omargin-left: 180px;
	margin-top: 75px;
}

.ServicePageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #1c518c;
	margin-top: 20px;
}
.ServicePageTextSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #1c518c;
	line-height: 25px;
}
.ServicePageTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1c518c;
	font-weight: bolder;
	text-transform: capitalize;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
.ServicePageTitleDiv {

	height: 50px;
	width: auto;
	padding-left: 20px;
	margin-right: 0px;
	background-color: #D4D4D4;
	border-style: dotted;
	border-width: thin;
	border-color: #2E6C9D;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.ServiceTextBody
{
	margin-left: 50px;
	margin-right: 30px;
	color: #1c518c;
}
.pullQuoteRule {
	background:#999999 none repeat scroll 0 0;
	height:1px;
	overflow:hidden;
}
.HomePageText
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #1c518c;
	font-weight: normal;
	text-transform: none;
	text-align: left;

	padding: 0px;
	vertical-align: middle;
	line-height: 50px;
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 0px;
	border: thin none #2E6C9D;
	font-style: italic;
	margin-bottom: 0px;
	height: 300px;
	width: 500px;
}

.HomePageWelcomeSection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #1c518c;
	font-weight: bolder;
	text-transform: capitalize;
	text-align: left;
	height: 300px;
	width: 550px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	line-height: 50px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	border: thin none #2E6C9D;
	height: 300px;
	width: 500px;
}
.HomePageCompanyNewsSection
{

	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	background-color: #FFFFFF;
	text-align: left;
	height: 900px;
	width: 400px;	
}
	
.HomePageNewsTitle
	{
	vertical-align: middle;
	line-height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: rgb(204,102,0);
	font-weight: bolder;
	text-transform: capitalize;
	padding-left: 0px;
	margin-left: -5px;

	}
.HomePageNewsCopy, .HomePageNewsCopyLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	margin-left: 10px;
	margin-right: 0px;
	line-height: 23px;
}
.HomePageNewsCopyLink
{
	margin-left: 0px;
	margin-right: 4px;
}

.HomePageSection {

	border-style: dotted;
	border-width: thin;
	border-color: #d4d4d4;
	height: 930px;
	background-color: #FFFFFF;
	
	padding: 15px;
}
.HomePageScrollArea 
{
	width: 360px;
	height: 870px;
	padding-left: 5px;
	padding-right: 13px;
	padding-top: -10px;
	border: none;

	float: left;
	overflow: auto;
}

#homeBody
{
	width: 920px;
	background-image: url(images/faded-picture-920x1000.png);

	height: 1000px;
}
#industryBody
{
	width: 920px;
	background-image: url(images/faded-picture-920x1300.png);
	height: 1300px;
}
#projectBody
{
	width: 920px;
	background-image: url(images/faded-picture-920x1300.png);
}

.LinePageLinks
{
	margin-right:35px;
	width: 30px;
}

.LinePageLinks:hover
{
	background-color: rgb(94,94,94);
	color:#FFFFFF;
}



