﻿body 
{
	text-align: center;
	margin: 0;
	background-color: #cbc7c0;
}
.aspxInformation
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
.aspxContent /* news content pages */
{
	left: 0px;
	width: 750px;
	min-height:500px;
	vertical-align: top;
	float: left;
	position: relative;
	background-color:#cbc7c0;
	overflow:hidden;
}


#Content
{
	/*This is the Frame around the entire content*/
	left: 0px;
	width: 790px;
	min-height:300px;
	vertical-align: top;
	float: left;
	position: relative;
	background-color:#cbc7c0;
	overflow:hidden;
}
#ContentLeft
{
	/*This is the div for the left hand side of the content*/
	float: left;
	width: 565px;
	vertical-align: top;
	position:relative;	
	
}

#ContentRight
{
	/*This is the div for the right hand side of the content*/
	float: left;
	width: 215px;
	vertical-align: top;
	background-color:#202020;
	padding-bottom: 10000px;
	margin-bottom: -10000px;		
}
.fullImage
{
	/*Full width image still with a 20pixel offset on the left hand side with visible border*/
	position:relative;
	margin-bottom:5px;
	margin-top:0px;
	padding-bottom:0;
	padding-top:0;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #e7e7e7;
	float:left;
}
.fullImageMarginNotVisible
{
	/*Full width image still with a 20pixel offset on the left hand side but no visible border*/
	margin-top:0px;
	padding-bottom:0;
	padding-top:0;
	position:relative;
	margin-left:20px;
	float:left;
}
.fullImageNoMargin
{
	/*Full width image no left hand margin or border*/
	margin-right:0px;
	margin-bottom:5px;
	margin-top:5px;
	padding-bottom:0;
	padding-top:0;
	position:relative;
	margin-left: 0px;	
	float:left;
}
.leftImage
{
	/*image on left hand side with 20px visible border on left hand side of image*/
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0;
	padding-top:0;
	position:relative;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #e7e7e7;
	float:left;
	
}

.rightImage
{
	/*image on right hand side with 20px visible border on right hand side of image*/
	margin-left:20px;	
	margin-bottom:5px;	
	margin-top:5px;
	padding-bottom:0;
	padding-top:0;
	position:relative;	
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #e7e7e7;
	float:right;
}
.leftImageNoMargin
{
	/*image on left hand side with no margins*/
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0;
	padding-top:0;
	position:relative;
	float:left;
}
.leftImageNoleftMargin
{
	/*image on left hand side with no left margin but still a right margin for putting text against*/
	margin-right:10px;
	margin-left:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0;
	padding-top:0;
	position:relative;
	float:left;
}
.ContentLeftRight
{
	/*This is the div for the left hand side of the content but floats things right*/
	float:right;
	text-align:right;
	position:relative;
	bottom:0;	
	margin-top:0;	
	margin-right:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	background-color:#e7e7e7;
}
.ContentServicesCompaccessLinks
{
	/*Used only on Service_Compaccess.htm page for links in mid page*/
	float:right;
	width:270px;
	height:100px;
	vertical-align:middle;
	text-align:right;
	position:relative;
	bottom:0;	
	margin-top:20px;	
	margin-right:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
.ContentLeftCentered
{
	/*to center text*/
	text-align:center;
	width: 555px;
	vertical-align: top;
	margin-top:0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
}
.ContentLeftCenteredwithBottomMargin
{
	/*to center text*/
	text-align:center;
	width: 555px;
	vertical-align: top;
	margin-top:0;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	margin-bottom:20px;
}
.ContentLeftCenteredwithBottomMargin a
{
	color: #666666;
	text-decoration: none;
}

.ContentLeftCenteredwithBottomMargin a:visited
{
	color: #404040;
}
.ContentLeftCenteredwithBottomMargin a:hover
{
	color: Black;
}
.ContentLeftTwocolumnCenteredLeft
{
	/*Used on Customer_Links for the left hand side column*/
	text-align:center;
	width: 250px;
	margin-top:20px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	float:left;
}
* html .ContentLeftTwocolumnCenteredLeft {
    width:240px; /* for IE5 and IE6 in quirks mode */
    w\idth:240px; /* for IE6 in standards mode */    
  }
.ContentLeftTwocolumnCenteredLeft2
{
	/*Used on Customer_Links for the right hand side column*/
	text-align:center;
	width: 310px;
	margin-top:20px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	float:left;
}
* html .ContentLeftTwocolumnCenteredLeft2 {
    width:300px; /* for IE5 and IE6 in quirks mode */
    w\idth:300px; /* for IE6 in standards mode */    
  }
#ContentLeft p
{
	position:relative;	
	padding-left:0px;
	padding-right:20px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	margin-top:0px;	
	margin-bottom:20px;
	padding-top:0px;
	padding-bottom:0px;
	border-width:0px;
}
#ContentLeft p.clear
{	
	padding-top:20px;
	clear:both;
}
#ContentLeft p.Leftmargin
{	
	margin-left:20px;
}
#ContentLeft p.Rightmargin
{	
	margin-right:20px;
}
#ContentLeft p.topmargin
{	
	padding-top:20px;
}
#ContentLeft p.noBottomMargin
{	
	margin-bottom:0px;
}
#ContentLeft p.NewsBigFont
{
	font-size: 18px;		
	font-weight:bold;
}
#ContentLeft p.NewsMediumFont
{
	font-size: 14px;		
	font-weight:bold;
}
#ContentLeft p.CustLinksHeaders
{
	font-size: 16px;
	font-weight: bold;
}
#ContentLeft2
{
	/*Used for the contact pages Same as content left but allowed me to give the <p> different values without assigning classes to each of them*/
	float: left;
	width: 565px;
	vertical-align: top;	
}
#ContentLeft2 p
{
	
	position:relative;	
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	margin-top:0px;	
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	border-width:0px;
}
.divclean
{
	/*this is used a bunch simple to clear any floats from above divs to ensure the is a new line*/
	position:relative;	
	clear:both;	
	margin-bottom:0;
	margin-top:0;
	padding-bottom:0;
	/*border-style:solid;*/
}
.nopad
{
	/*class used to remove any top and/or bottom padding  mainly used on the forms*/
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0;
	padding-top:0;
}
.contactText
{
	/*Text used in contact pages*/
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0;
	padding-top:0;
	position:relative;
	background-color:#999999;	
	border-right-width: 100px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #e7e7e7;
}
.contactText label
{
	vertical-align:top;
	text-align:Left;		
}
.contactText input,textarea 
{ 
  margin:3px 0 8px;
  width: 300px;
}

.formText
{
	/*formText is used to handle the different layouts of text on the FBO Request form*/
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0;
	padding-top:0;
	position:relative;
	border-right-width: 200px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #e7e7e7;
	background-color:#999999;
	
}
.formText2
{
	/*formText is used to handle the different layouts of text on the FBO Request form*/
	text-align:Left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	margin-right:20px;
	padding-left:20px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0;
	padding-top:0;
	position:relative;
	
	float:left;
	background-color:#999999;
	
	
}
.formText3
{
	/*formText is used to handle the different layouts of text on the FBO Request form*/
	text-align:Left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	margin-right:20px;
	padding-left:20px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0;
	padding-top:0;
	position:relative;
	float:left;	
	background-color:#999999;
}
.formText4
{
	/*formText is used to handle the different layouts of text on the FBO Request form*/
	height:250px;
	position:relative;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #e7e7e7;
	background-color:#999999;
}

#NewsContentLeft
{
	/*used in NewsDetail*/
	float: left;
	width: 565px;
	vertical-align: top;	
	
		
}
#NewsContentLeft p
{
	position:relative;	
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	margin-top:0px;	
	margin-bottom:10px;
	padding-top:0px;
	padding-bottom:0px;
	border-width:0px;
}
#NewsContentLeft p.noPad
{
	clear:both;
	position:relative;
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	margin-top:0px;	
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	border-width:0px;
}
#NewsContentLeft p.Leftmargin
{	
	clear:both;
	position:relative;
	margin-left:20px;
}
.NewsDetailText
{
	/*used in NewsDetail*/
	max-width:550px;
	text-align:Left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;	
	padding-left:20px;
	padding-right:10px;
	padding-bottom:0;
	padding-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;	
	float:left;
	background-color:#cbc7c0;	
	position:relative;
}
* html .NewsDetailText
{
	width:560px;
	margin-top:10px;
	padding-left:20px;
	padding-right:10px;
	margin-right:0px;
	margin-left:0px;
}

.NewsDetailDateText
{
	/*used in NewsDetail for the date*/
	max-width:550px;
	text-align:Left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;	
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0;
	padding-top:0;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:20px;	
	float:left;
	background-color:#cbc7c0;
}
.NewsDetailTitleText
{
	/*used in NewsDetail for the Title*/
	text-align:Left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight:bold;	
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:20px;
	padding-bottom:0px;
	padding-top:0px;	
	float:left;
	background-color:#cbc7c0;	
}
/*end Cleanup Code*/

#RightMenu
{
	/*Right hand menu of Content*/
	vertical-align:top;
	padding-top:19px;
	padding-bottom:49px;
	position:relative;		
}
.RightMenuAirframe
{
	/*Used to set the height of the righthand menu so image on bottom won't cover menus*/
	min-height:500px;	
}
* html .RightMenuAirframe {
    height:540px; /* for IE5 and IE6 in quirks mode */
    h\eight:540px; /* for IE6 in standards mode */    
  }
.RightMenuServices
{
	/*Used to set the height of the righthand menu so image on bottom won't cover menus*/
	min-height:500px;	
}
* html .RightMenuServices {
    height:540px; /* for IE5 and IE6 in quirks mode */
    h\eight:540px; /* for IE6 in standards mode */    
  }
.RightMenuWho
{
	/*Used to set the height of the righthand menu so image on bottom won't cover menus*/
	min-height:380px;	
}
* html .RightMenuWho {
    height:420px; /* for IE5 and IE6 in quirks mode */
    h\eight:420px; /* for IE6 in standards mode */    
  }
.RightMenuCustomers
{
	/*Used to set the height of the righthand menu so image on bottom won't cover menus*/
	min-height:400px;	
}
* html .RightMenuCustomers {
    height:440px; /* for IE5 and IE6 in quirks mode */
    h\eight:440px; /* for IE6 in standards mode */    
  }
#AirFrameRightImage
{
	/*Image on the right hand lower part of content*/
	text-indent:-9999px;
	width: 215px;
	height: 315px;
	position:absolute;
	bottom:0;
	margin-bottom:0px;
	background:url("./images/_airframe/air_subPic.jpg");
}

#Careerttl01
{
	background:url("./images/_career/ttl01.gif");
	width:500px;
	height:125px;
	float:left;
	position:relative;
	margin-left:30px;
	text-indent:-9999px;
}
* html #Careerttl01{
       margin-left:15px;
  }
#LeftTopPad
{
	/*This is the left top dark area of the content*/
	height:30px;
	width: 565px;
	float: left;
	background-color:#999999;
	vertical-align: middle;
}

#AirFrameleftPhoto1
{
	width:545px;
	height:175px;
	background:url("./images/_airframe/air_exp01.jpg");
	text-indent:-9999px;
}
* html #AirFrameleftPhoto1 {
    width:565px; /* for IE5 and IE6 in quirks mode */
    w\idth:565px; /* for IE6 in standards mode */    
  }
#AirFrameleftPhoto2
{	
	margin-bottom:20px;
	width:210px;
	height:175px;
	background:url("./images/_airframe/air_exp02.jpg");
	text-indent:-9999px;
	margin-right:10px;
}
* html #AirFrameleftPhoto2 {
    width:230px; /* for IE5 and IE6 in quirks mode */
    w\idth:230px; /* for IE6 in standards mode */   
    margin-right:10px; 
  }
#AirFrameChallengerleftPhoto
{
	width:250px;
	height:185px;
	background:url("./images/_airframe/challenger01.jpg");
	margin-bottom:15px;
	margin-right:10px;
	text-indent:-9999px;
}
* html #AirFrameChallengerleftPhoto {
    width:270px; /* for IE5 and IE6 in quirks mode */
    w\idth:270px; /* for IE6 in standards mode */    
  }
#AirFrameEmbraerleftPhoto
{
	width:320px;
	height:150px;
	background:url("./images/_airframe/embraer01.jpg");
	margin-bottom:15px;
	margin-right:10px;
	text-indent:-9999px;
}

#AirFrameFalconleftPhoto
{
	width:320px;
	height:150px;
	background:url("./images/_airframe/falcon01.jpg");
	margin-bottom:15px;
	margin-right:10px;
	text-indent:-9999px;
}
* html #AirFrameFalconleftPhoto {
    width:340px; /* for IE5 and IE6 in quirks mode */
    w\idth:340px; /* for IE6 in standards mode */    
  }
#AirFrameGloballeftPhoto
{
	width:300px;
	height:200px;
	background:url("./images/_airframe/globalex01.jpg");
	margin-bottom:15px;
	margin-right:10px;
	text-indent:-9999px;
}
* html #AirFrameGloballeftPhoto {
    width:320px; /* for IE5 and IE6 in quirks mode */
    w\idth:320px; /* for IE6 in standards mode */    
  }
#AirFrameGulfstreamleftPhoto
{
	width:330px;
	height:230px;
	background:url("./images/_airframe/gulfstream01.jpg");
	margin-bottom:15px;
	margin-right:10px;
	text-indent:-9999px;
}
* html #AirFrameGulfstreamleftPhoto {
    width:350px; /* for IE5 and IE6 in quirks mode */
    w\idth:350px; /* for IE6 in standards mode */    
  }
#AirFrameHawkerleftPhoto
{
	width:340px;
	height:160px;
	background:url("./images/_airframe/hawker01.jpg");
	margin-bottom:15px;
	margin-right:10px;
	text-indent:-9999px;
}
* html #AirFrameHawkerleftPhoto {
    width:360px; /* for IE5 and IE6 in quirks mode */
    w\idth:360px; /* for IE6 in standards mode */    
  }
#AirFrameLearjetleftPhoto
{
	width:300px;
	height:185px;
	background:url("./images/_airframe/learjet01.jpg");
	margin-bottom:15px;
	margin-right:10px;
	text-indent:-9999px;
}
* html #AirFrameLearjetleftPhoto {
    width:320px; /* for IE5 and IE6 in quirks mode */
    w\idth:320px; /* for IE6 in standards mode */    
  }
#ttl01
{
	background:url("./images/_airframe/ttl01.gif");
	width:530px;
	height:100px;
	float:left;
	margin-right:35px;
	text-indent:-9999px;
}

#BodyText
{
	/*Used in admin/default.aspx*/
	margin-top:0;
	padding-top:20px;
	float:left;
	width: 565px;	
}


#AirFrameLeftContentBottom
{
	background:url("./images/_airframe/ttl02.gif");
	width:450px;
	height:32px;
	float:left;
	padding-bottom:4px;
	margin-left:15px;
	text-indent:-9999px;
	
}
div.AirStats
{
	/*Used in airFrame to make the tables at the bottom*/
	background-color:#cbc7c0;
	float:left;		
	width:553px;	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#e7e7e7;
	position:relative;
	display: table; 
	position: static;
}
div.row
{
	/*Used in airFrame to make the tables at the bottom*/
	overflow:hidden;	
	display:table-row;
	position: static;
}
div.th
{
	/*Used in airFrame to make the tables at the bottom*/
	float:left;
	width:125px;
	display: block;
	padding-bottom: 60px;
	margin-bottom: -60px;	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#cbc7c0; 		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	background-color: #e7e7e7;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 10px;	
	position:relative;
}
* html div.th {
    width:140px; /* for IE5 and IE6 in quirks mode */
    w\idth:140px; /* for IE6 in standards mode */    
  }
div.th2
	{
		position:relative;
	float:left;
	width:125px;
	display: block;
	padding-bottom: 36px;
	margin-bottom: -36px;	
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#cbc7c0; 		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	background-color: #e7e7e7;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 10px;		
	}
* html div.th2 {
    width:140px; /* for IE5 and IE6 in quirks mode */
    w\idth:140px; /* for IE6 in standards mode */    
  }

div.tc
{
	/*Used in airFrame to make the tables at the bottom*/
	float:left;
	width:402px;
	padding-bottom: 1000px;
	margin-bottom: -1000px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #000000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	padding-top: 3px;
	padding-right: 1px;
	/*padding-bottom: 5px;*/
	padding-left: 7px;
}
* html div.tc {
    width:410px; /* for IE5 and IE6 in quirks mode */
    w\idth:410px; /* for IE6 in standards mode */    
  }
/*End Ted added */


div.headerImage
{
	border: 0px none;
	left: 0px;
	width: 780px;
	float: left;
	position: static;
	top: 1px;
	/* background:url("./images/midcoast_ja_logo.jpg"); */
	margin: 0;
	display: block;
	float: left;
	text-align: left;
	background-repeat: no-repeat;
}
div.homeHeaderImage
{
	border: 0px none;
	left: 0px;
	width: 340px;
	height: 150px;
	float: left;
	position: static;
	top: 1px;
	background:url("./images/midcoast_ja_logo.jpg");
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	
}
div.homeHeaderText
{
	width: 220px;
	float: left;
	text-align: right;
	position: relative;
	top: 1px;
	float: left;
}
div.homeHeaderNews
{
	margin-top:0;
	padding-top:0;
	float: left;
	width: 215px;
	min-height: 250px;
	position: relative;
	top: 1px;
	background-color: #e7e7e7;
}



div.homeBanner
{
/* background image block */
display: block;
width: 474px;
height: 125px;
background: url("images/bannerad6.jpg") no-repeat;
margin-top: -135px;
margin-left: 40px;
padding-bottom: 10px;
float:left;
z-index:20;
}
div.homeBanner a {
text-decoration:none;
}
.hide {
visibility:hidden;
}
#jobs { /* Jobs Link */
float: left;
position:absolute;
width : 262px;
height: 20px;
margin-left: 106px;
margin-top: 93px;
}



div#floatholder
{
	/*margin: 0px auto 1em auto;*/
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding-top:0px;
	width: 800px;
	text-align: left;	
}
img
{
	border: none;
}
.italic
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
.bold
{
	font-weight: bold;
}
.flash
{
	left: 0px;
	width: 780px;
	background-color: #cbc7c0;
	vertical-align: top;
	text-align: center;
	float: left;
	position: relative;
}
#bottomNavBlock
{
	left: 0px;
	width: 780px;
	background-color: #e7e7e7;
	vertical-align:middle;
	text-align: center;
	height: 35px;
	float: left;
}
#bottomNavBlock a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 35px;
	color: #666666;
	text-decoration: none;
}

#bottomNavBlock a:visited
{
	color: #666666;
}
#bottomNavBlock a:hover
{
	color: Black;
}

.introText 
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	line-height: 18px;
	text-align: right;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 12px;
}
.height100
{
	left: 0px;
	height: 100px;
	position: relative;
	float: left;
	width: 30px;
}
.height25
{
	left: 0px;
	height: 25px;
	position: relative;
	float: left;
	width: 30px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.footerCopy {
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	text-align: center;
	width: 780px;
	position: relative;
	float: left;
}

.footerCopy a
{
	color: #999999;
	text-decoration: none;
}

.footerCopy a:visited
{
	color: #999999;
}
.footerCopy a:hover
{
	color: Black;
}

.featureCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: lighter;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
	padding-top: 7px;
	color: #666666;
}
.featureCopy span
{
	font-weight: bold;
	font-size: 11px;
	color: black;
}

.leftPhoto {
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #561010;
}
.rightPhoto {
	border-left-width: 20px;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-right-style: solid;
	border-right-color: #561010;
	text-align: right;
}
.subCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #CCCCCC;
	padding-top: 20px;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #CCCCCC;
	padding-right: 15px;
	padding-left: 20px;
}

.bodyCopy2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #003366;
	padding-right: 12px;
	padding-left: 20px;
}
.bodyCopyCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	padding-right: 12px;
	padding-left: 20px;
	text-align:center;
}



.tableHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #561010;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #280505;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.tableCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #CCCCCC;
	background-color: #000000;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #561010;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


.bodyForm,.contactForm{ 
                        border-left-width: 20px;
                        border-left-style: solid;
                        border-left-color: #561010;
                        background-color: #280505;
                        font-family: Arial, Helvetica, sans-serif;
                        font-size: 12px;
                        font-style: normal;
                        line-height: 18px;
                        font-weight: normal;
                        color: #CCCCCC;
                        padding-right: 10px;
                        padding-left: 10px;
                        margin-top: 20px;
}


.contactForm fieldset,.bodyForm fieldset { 
                     border: 0px solid;
 }

.bodyForm fieldset input { 
                           margin-right: 8px;
                           }

.bodyForm fieldset label{ 
                          margin: 5px 10px;
                          text-align: right;
                          font-family: Arial, Helvetica, sans-serif;
                          font-size: 12px;
                          font-style: normal;
                          line-height: 18px;
                          font-weight: normal;
                          color: #CCCCCC;
                          }

.contactForm fieldset label { 
                              float:left;
                              display:inline;
                              margin: 5px 10px;
                              text-align: right;
                              width: 100px;
                              }
.contactForm fieldset input,textarea { 
                              margin:3px 0 8px;
                              width: 300px;
                           }

.submitBar 
{
    text-align: center;
    background-color:#999999;

}
.submitBar input 
{ 
       margin-left: 90px;
       margin-right:40px;
       border: 3px double #999999;
       border-top-color: #CCCCCC;
       border-left-color: #CCCCCC;
       padding: 0.23em;
       background-color: #FFFFFF;
       background-repeat: repeat-x;
       color: #333333;
       font-size: 12px;
       font-weight: bold;
       font-family: Arial, Helvetica, sans-serif;
}





/*old index image
#index {
 text-indent:-9999px;
 height:65px;
 width:191px;

}
a#index {
 background: url("images/midcoast_logo_sm.jpg");
 display: block;
}

end old index image*/

/*AirFrame Menu Images*/
#RightMenuTopPadChallenger
{
	/*Image on top of the menu on right hand side of page*/
	height:30px;
	background-color:#666666;
	background:url("./images/_airframe/airSub01.gif");
	text-indent:-9999px;
}
#RightMenuTopPadEmbraer
{
	/*Image on top of the menu on right hand side of page*/
	height:30px;
	background-color:#666666;
	background:url("./images/_airframe/airSub09.gif");
	text-indent:-9999px;
}
#RightMenuTopPadFalcon
{
	/*Image on top of the menu on right hand side of page*/
	height:30px;
	background-color:#666666;
	background:url("./images/_airframe/airSub02.gif");
	text-indent:-9999px;
}
#RightMenuTopPadGlobal
{
	/*Image on top of the menu on right hand side of page*/
	height:30px;
	background-color:#666666;
	background:url("./images/_airframe/airSub03.gif");
	text-indent:-9999px;
}
#RightMenuTopPadGulf
{
	/*Image on top of the menu on right hand side of page*/
	height:30px;
	background-color:#666666;
	background:url("./images/_airframe/airSub04.gif");
	text-indent:-9999px;
}
#RightMenuTopPadHawk
{
	/*Image on top of the menu on right hand side of page*/
	height:30px;
	background-color:#666666;
	background:url("./images/_airframe/airSub05.gif");
	text-indent:-9999px;
}
#RightMenuTopPadLearJet
{
	/*Image on top of the menu on right hand side of page*/
	height:30px;
	background-color:#666666;
	background:url("./images/_airframe/airSub07.gif");
	text-indent:-9999px;
}



/*Airframe_challenger*/
#Airframe_challenger {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Airframe_challenger_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_airframe/air01_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Airframe_challenger {
 background: url("images/_airframe/air01.gif");
 display: block;
}
a#Airframe_challenger:hover {
 background: url("images/_airframe/air01_a.gif");
}
/*Airframe_embraer*/
#Airframe_embraer {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Airframe_embraer_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_airframe/air09_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Airframe_embraer {
 background: url("images/_airframe/air09.gif");
 display: block;
}
a#Airframe_embraer:hover {
 background: url("images/_airframe/air09_a.gif");
}
/*Airframe_falcon*/
#Airframe_falcon {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Airframe_falcon_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_airframe/air02_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Airframe_falcon {
 background: url("images/_airframe/air02.gif");
 display: block;
}
a#Airframe_falcon:hover {
 background: url("images/_airframe/air02_a.gif");
}
/*Airframe_globalex*/
#Airframe_globalex {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Airframe_globalex_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_airframe/air03_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Airframe_globalex {
 background: url("images/_airframe/air03.gif");
 display: block;
}
a#Airframe_globalex:hover {
 background: url("images/_airframe/air03_a.gif");
}
/*Airframe_gulfstream*/
#Airframe_gulfstream {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Airframe_gulfstream_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_airframe/air04_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Airframe_gulfstream {
 background: url("images/_airframe/air04.gif");
 display: block;
}
a#Airframe_gulfstream:hover {
 background: url("images/_airframe/air04_a.gif");
}
/*Airframe_hawker*/
#Airframe_hawker {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Airframe_hawker_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_airframe/air05_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Airframe_hawker {
 background: url("images/_airframe/air05.gif");
 display: block;
}
a#Airframe_hawker:hover {
 background: url("images/_airframe/air05_a.gif");
}
/*Airframe_learjet*/
#Airframe_learjet {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Airframe_learjet_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_airframe/air07_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Airframe_learjet {
 background: url("images/_airframe/air07.gif");
 display: block;
}
a#Airframe_learjet:hover {
 background: url("images/_airframe/air07_a.gif");
}
/*end airframe menu Images*/                

#RightMenuTopPad
{
	/*Image on top of the menu on right hand side of page*/
	height:30px;
	background-color:#666666;
	/*background:url("./images/subttl_red.gif");*/
}
/*Services Specific*/
#RightMenuTopPadServices0
{
	/*Services*/
	height:30px;
	background-color:#666666;
	background:url("./images/_services/subttl_red.gif");
	text-indent:-9999px;
}
#RightMenuTopPadServices00
{
	/*Services-Avionics*/
	height:30px;
	background-color:#666666;
	background:url("./images/_services/servSub00.gif");
	text-indent:-9999px;
}
#RightMenuTopPadServices1
{
	/*Services-Avionics*/
	height:30px;
	background-color:#666666;
	background:url("./images/_services/servSub01.gif");
	text-indent:-9999px;
}
#RightMenuTopPadServices2
{
	/*Services-Avionics*/
	height:30px;
	background-color:#666666;
	background:url("./images/_services/servSub02.gif");
	text-indent:-9999px;
}
#RightMenuTopPadServices3
{
	/*Services-Avionics*/
	height:30px;
	background-color:#666666;
	background:url("./images/_services/servSub03.gif");
	text-indent:-9999px;
}
#RightMenuTopPadServices4
{
	/*Services-Avionics*/
	height:30px;
	background-color:#666666;
	background:url("./images/_services/servSub04.gif");
	text-indent:-9999px;
}
#RightMenuTopPadServices5
{
	/*Services-Avionics*/
	height:30px;
	background-color:#666666;
	background:url("./images/_services/servSub05.gif");
	text-indent:-9999px;
}
#RightMenuTopPadServices6
{
	/*Services-Avionics*/
	height:30px;
	background-color:#666666;
	background:url("./images/_services/servSub06.gif");
	text-indent:-9999px;
}
#RightMenuTopPadServices7
{
	/*Services-Avionics*/
	height:30px;
	background-color:#666666;
	background:url("./images/_services/servSub07.gif");
	text-indent:-9999px;
}
#RightMenuTopPadServices8
{
	/*Services-Avionics*/
	height:30px;
	background-color:#666666;
	background:url("./images/_services/servSub08.gif");
	text-indent:-9999px;
}
#RightMenuTopPadServices9
{
	/*Services-Avionics*/
	height:30px;
	background-color:#666666;
	background:url("./images/_services/servSub09.gif");
	text-indent:-9999px;
}
#RightMenuTopPadServices10
{
	/*Services-Avionics*/
	height:30px;
	background-color:#666666;
	background:url("./images/_services/servSub10.gif");
	text-indent:-9999px;
}
#ServicesRightImage
{
	/*Image on the right hand lower part of content*/	
	width: 215px;
	height: 315px;
	position:absolute;
	bottom:0;
	margin-bottom:0px;
	background:url("./images/_services/serv_subPic.jpg");
	text-indent:-9999px;
}

#ServicesleftPhoto1
{
	width:545px;
	height:175px;
	background:url("./images/_services/serv_ser01.jpg");
	text-indent:-9999px;
	margin-bottom:20px;
}
* html #ServicesleftPhoto1
{
    width: 565px; /* for IE5 and IE6 in quirks mode */
    w\idth: 565px; /* for IE6 in standards mode */
} 
#ServicesleftPhoto2Holder
{
	padding-top:30px;
	padding-bottom:30px;	
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #e7e7e7;
	vertical-align:middle;
	float:left;	
}
#ServicesAvionicsleftPhoto1
{
	width:220px;
	height:255px;
	margin-right:10px;
	margin-bottom:10px;
	background:url("./images/_services/serv_avion01.jpg");
	text-indent:-9999px;
}
* html #ServicesAvionicsleftPhoto1
{
	margin-bottom:0px;
} 
#ServicesAvionicsleftPhoto2
{
	width:310px;
	height:185px;
	background:url("./images/_services/serv_avion02.jpg");
	text-indent:-9999px;
}
#ServicesAvionicsleftPhoto3
{
	width:310px;
	height:150px;
	background:url("./images/_services/serv_avion03.jpg");
	text-indent:-9999px;
}
#ServicesEngineeringleftPhoto1
{
	width:260px;
	height:215px;
	background:url("./images/_services/serv_engine01.jpg");
	text-indent:-9999px;
	margin-right:10px;
}
* html #ServicesEngineeringleftPhoto1
{
	margin-bottom:0px;
} 
#ServicesEngineeringleftPhoto2
{
	position:relative;
	margin-top:40px;
	margin-bottom:20px;
	margin-left:17px;
	width:120px;
	height:18px;
	background:url("./images/_services/serv_engine02.gif");
	text-indent:-9999px;	
}
* html #ServicesEngineeringleftPhoto2
{
	margin-top:10px;
	margin-right:100px;
	margin-bottom:10px;
	margin-left:15px;
} 
#ServicesEngineeringleftPhoto3
{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:17px;
	width:125px;
	height:18px;
	background:url("./images/_services/serv_engine03.gif");
	text-indent:-9999px;
}
* html #ServicesEngineeringleftPhoto3
{
	margin-top:10px;
	margin-right:100px;
	margin-bottom:10px;
	margin-left:15px;
}
#ServicesCalibrationleftPhoto1
{
	width:365px;
	height:20px;
	background:url("./images/_services/serv_calib01.gif");
	text-indent:-9999px;
	margin-top:10px;
}


#ServicesCompaccessleftPhoto1
{
	width:230px;
	height:190px;
	background:url("./images/_services/serv_compacc01.jpg");
	text-indent:-9999px;
	margin-right:10px;
}
#ServicesCompaccessleftPhoto2
{
	width:230px;
	height:200px;
	background:url("./images/_services/serv_compacc02.jpg");
	text-indent:-9999px;
	margin-right:10px;
}
#ServicesCompositesleftPhoto1
{
	width:240px;
	height:215px;
	background:url("./images/_services/serv_comp01.jpg");
	text-indent:-9999px;
	margin-top:30px;
}
#ServicesCompositesleftPhoto2
{
	width:240px;
	height:185px;
	background:url("./images/_services/serv_comp02.jpg");
	text-indent:-9999px;
	margin-top:10px;
}
#ServicesPaintleftPhoto1
{
	width:240px;
	height:200px;
	background:url("./images/_services/serv_paint01.jpg");
	text-indent:-9999px;
}
* html #ServicesPaintleftPhoto1
{
	margin-right:-20px;
	width: 260px; /* for IE5 and IE6 in quirks mode */
    w\idth: 260px; /* for IE6 in standards mode */
}
#ServicesPaintleftPhoto2
{
	margin-top:10px;
	width:240px;
	height:140px;
	background:url("./images/_services/serv_paint02.jpg");
	text-indent:-9999px;
}
* html #ServicesPaintleftPhoto2
{
	margin-right:-20px;
	width: 260px; /* for IE5 and IE6 in quirks mode */
    w\idth: 260px; /* for IE6 in standards mode */
}
#ServicesPaintleftPhoto3
{
	width:565px;
	height:215px;
	background:url("./images/_services/serv_paint03.jpg");
	text-indent:-9999px;
}
* html #ServicesPaintleftPhoto3
{
	margin-right:-20px;
	width: 565px; /* for IE5 and IE6 in quirks mode */
    w\idth: 565px; /* for IE6 in standards mode */
}

#ServicesStructuralleftPhoto1
{
	margin-top:10px;
	width:265px;
	height:185px;
	background:url("./images/_services/serv_struct01.jpg");
	text-indent:-9999px;
}
* html #ServicesStructuralleftPhoto1
{
	margin-right:-20px;
}
#ServicesStructuralleftPhoto2
{
	width:265px;
	height:185px;
	background:url("./images/_services/serv_struct02.jpg");
	text-indent:-9999px;
	margin-top:10px;
}
* html #ServicesStructuralleftPhoto2
{
	margin-right:-20px;
}

#ServicesCompletionsleftPhoto1
{
	width:240px;
	height:192px;
	background:url("./images/_services/serv_compl01.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
	position:relative;
	
}
* html #ServicesCompletionsleftPhoto1
{
	margin-right:-20px;
	width: 260px; /* for IE5 and IE6 in quirks mode */
    w\idth: 260px; /* for IE6 in standards mode */
}
#ServicesCompletionsleftPhoto2
{
	width:240px;
	height:154px;
	background:url("./images/_services/serv_compl02.jpg");
	text-indent:-9999px;
	position:relative;
	margin-bottom:10px;
}
* html #ServicesCompletionsleftPhoto2
{
	margin-right:-20px;
	width: 260px; /* for IE5 and IE6 in quirks mode */
    w\idth: 260px; /* for IE6 in standards mode */
}

#ServicesInteriorsleftPhoto1
{
	width:220px;
	height:170px;
	background:url("./images/_services/serv_int01.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
	
}
* html #ServicesInteriorsleftPhoto1
{
	margin-right:-20px;
	width: 240px; /* for IE5 and IE6 in quirks mode */
    w\idth: 240px; /* for IE6 in standards mode */
}
#ServicesInteriorsleftPhoto2
{
	width:220px;
	height:130px;
	background:url("./images/_services/serv_int02.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ServicesInteriorsleftPhoto2
{
	margin-right:-20px;
	width: 240px; /* for IE5 and IE6 in quirks mode */
    w\idth: 240px; /* for IE6 in standards mode */
}
#ServicesInteriorsleftPhoto3
{
	width:220px;
	height:110px;
	background:url("./images/_services/serv_int03.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ServicesInteriorsleftPhoto3
{
	margin-right:-20px;
	width: 240px; /* for IE5 and IE6 in quirks mode */
    w\idth: 240px; /* for IE6 in standards mode */
}

#ServicesMaintenanceleftPhoto1
{
	width:240px;
	height:100px;
	background:url("./images/_services/serv_maint01.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ServicesMaintenanceleftPhoto1
{
	margin-right:-20px;
	width: 240px; /* for IE5 and IE6 in quirks mode */
    w\idth: 240px; /* for IE6 in standards mode */
}
#ServicesMaintenanceleftPhoto2
{
	width:240px;
	height:150px;
	background:url("./images/_services/serv_maint02.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ServicesMaintenanceleftPhoto2
{
	margin-right:-20px;
	width: 240px; /* for IE5 and IE6 in quirks mode */
    w\idth: 240px; /* for IE6 in standards mode */
}
#ServicesMaintenanceleftPhoto3
{
	width:240px;
	height:160px;
	background:url("./images/_services/serv_maint03.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ServicesMaintenanceleftPhoto3
{
	margin-right:-20px;
	width: 240px; /* for IE5 and IE6 in quirks mode */
    w\idth: 240px; /* for IE6 in standards mode */
}

#ServicesCompositeLeftLeft
{
	position:relative;
	width:260px;
	float:left;
}
* html #ServicesCompositeLeftLeft {
    width: 240px; /* for IE5 and IE6 in quirks mode */
    w\idth: 240px; /* for IE6 in standards mode */
  } 
#ServicesCompositeLeftRight
{
	position:relative;
	width:295px;
	float:left;	
	margin-left:10px;
}


#ServicesPaintLeftLeft
{
	position:relative;
	width:260px;
	float:left;
}
* html #ServicesPaintLeftLeft {
    width: 260px; /* for IE5 and IE6 in quirks mode */
    w\idth: 260px; /* for IE6 in standards mode */
  } 
#ServicesPaintLeftRight
{
	position:relative;
	width:290px;
	float:left;	
	margin-left:10px;
}

#ServicesStructuralLeftLeft
{
	position:relative;
	width:285px;
	float:left;
}
* html #ServicesStructuralLeftLeft 
{
	margin-right:-20px;
    width: 285px; /* for IE5 and IE6 in quirks mode */
    w\idth: 285px; /* for IE6 in standards mode */
  }
#ServicesStructuralLeftRight
{
	position:relative;
	width:270px;
	float:left;	
	margin-left:10px;
}
#ServicesInteriorsLeftRight
{
	position:relative;
	width:290px;
	float:left;	
	margin-left:10px;
}
#ServicesRefurbLeftRight
{
	position:relative;
	width:310px;
	float:left;	
	margin-left:10px;
}
#ServicesCompletionsLeftRight
{
	position:relative;
	width:290px;
	float:left;	
	margin-left:10px;
    border-width:1px;
    padding-left:0px;	
}

#ServicesInteriorsLeftLeft
{
	position:relative;
	width:240px;
	float:left;	
	margin-right:0px;
    padding-right:0px;
}
* html #ServicesInteriorsLeftLeft {
    width: 240px; /* for IE5 and IE6 in quirks mode */
    w\idth: 240px; /* for IE6 in standards mode */    
  }
#ServicesCompletionsLeftLeft
{
	position:relative;
	width:260px;
	float:left;	
	margin-right:0px;
    padding-right:0px;    
}
* html #ServicesCompletionsLeftLeft {
    width: 260px; /* for IE5 and IE6 in quirks mode */
    w\idth: 260px; /* for IE6 in standards mode */    
  }
#ServicesMaintenanceLeftLeft
{
	position:relative;
	width:260px;
	float:left;
}
#ServicesMaintenanceLeftRight
{
	position:relative;
	width:290px;
	float:left;	
	margin-left:10px;
}
.ServicesMobilMaintenanceLeftRight
{
	position:relative;
	width:560px;
	float:left;	
}

#WhoRightImage
{
	/*Image on the right hand lower part of content*/	
	width: 215px;
	height: 315px;
	position:absolute;
	bottom:0;
	margin-bottom:0px;
	background:url("./images/_who/who_subPic.jpg");
	text-indent:-9999px;
}
#RightMenuTopPadWho1
{
	height:30px;
	background-color:#666666;
	background:url("./images/_who/whoSub01.gif");
	text-indent:-9999px;
}
#RightMenuTopPadWho2
{
	height:30px;
	background-color:#666666;
	background:url("./images/_who/whoSub02.gif");
	text-indent:-9999px;
}
#RightMenuTopPadWho2
{
	height:30px;
	background-color:#666666;
	background:url("./images/_who/whoSub02.gif");
	text-indent:-9999px;
}
#RightMenuTopPadWho3
{
	height:30px;
	background-color:#666666;
	background:url("./images/_who/whoSub03.gif");
	text-indent:-9999px;
}
#RightMenuTopPadWho4
{
	height:30px;
	background-color:#666666;
	background:url("./images/_who/whoSub04.gif");
	text-indent:-9999px;
}
#RightMenuTopPadComment
{
	height:30px;
	background-color:#666666;
	background:url("./images/_comment/commSub01.gif");
	text-indent:-9999px;
}

#CustomerRightImage
{
	/*Image on the right hand lower part of content*/	
	width: 215px;
	height: 315px;
	position:absolute;
	bottom:0;
	margin-bottom:0px;
	background:url("./images/_customer/cust_subPic.jpg");
	text-indent:-9999px;
}
#FBORightImage
{
	/*Image on the right hand lower part of content*/	
	width: 215px;
	height: 315px;
	position:absolute;
	bottom:0;
	margin-bottom:0px;
	background:url("./images/_fbo/fbo_subPic.jpg");
	text-indent:-9999px;
}
#NewsRightImage
{
	/*Image on the right hand lower part of content*/	
	width: 215px;
	height: 315px;
	position:absolute;
	bottom:0;
	margin-bottom:0px;
	text-indent:-9999px;
	background:url("./images/_who/who_subPic.jpg");
}
#CustomerleftPhoto1
{
	width:200px;
	height:260px;
	background:url("./images/_customer/cust_pic05.jpg");
	text-indent:-9999px;
	margin-top:20px;
	margin-right:20px;
}
#CustomerleftPhoto2
{
	width:300px;
	height:90px;
	background:url("./images/_customer/ttl01.gif");
	text-indent:-9999px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:0px;
}
* html #CustomerleftPhoto2 {
    float:none;
  }
#CustomerCertleftPhoto1
{
	width:260px;
	height:255px;
	background:url("./images/_customer/cust_pic02.jpg");
	text-indent:-9999px;
}
* html #CustomerCertleftPhoto1 {
    margin-right:-10px;
  }
#FBOleftPhoto1
{
	width:545px;
	height:175px;
	background:url("./images/_fbo/st-louis-overview.jpg");
	text-indent:-9999px;
}
* html #FBOleftPhoto1 {
    margin-right:-40px;
    width:565px; /* for IE5 and IE6 in quirks mode */
    w\idth:565px; /* for IE6 in standards mode */    
  }
#FBOInfoleftPhoto1
{
	position:relative;
	width:141px;
	height:182px;
	background:url("./images/_fbo/fbo-guy.jpg");
	text-indent:-9999px;
	margin-top:20px;
}
* html #FBOInfoleftPhoto1 {
    margin-right:10px;
    width:161px; /* for IE5 and IE6 in quirks mode */
    w\idth:161px; /* for IE6 in standards mode */    
  }
#FBOInfoleftPhoto2
{
	position:relative;
	width:140px;
	height:128px;
	background:url("./images/_fbo/fbo-gen.jpg");
	text-indent:-9999px;
	margin-top:20px;
}
* html #FBOInfoleftPhoto2 {
    margin-right:10px;
    width:161px; /* for IE5 and IE6 in quirks mode */
    w\idth:161px; /* for IE6 in standards mode */    
  }
#FBOInfoLeftLeft
{
	width:182px;
	float:left;	
}
* html #FBOInfoLeftLeft {
    width:161px; /* for IE5 and IE6 in quirks mode */
    w\idth:161px; /* for IE6 in standards mode */    
  }
#FBOInfoLeftRight
{
	width:370px;
	float:left;	
}
* html #FBOInfoLeftRight {
    width:370px; /* for IE5 and IE6 in quirks mode */
    w\idth:370px; /* for IE6 in standards mode */    
  }
#WholeftPhoto1
{
	width:520px;
	height:45px;
	background:url("./images/_who/ttl01.gif");
	text-indent:-9999px;
}
* html #WholeftPhoto1 {
    width:540px; /* for IE5 and IE6 in quirks mode */
    w\idth:540px; /* for IE6 in standards mode */    
  }
#WholeftPhoto2
{
	width:280px;
	height:280px;
	background:url("./images/_who/who_over01.jpg");
	text-indent:-9999px;
	margin-bottom:60px;
}
* html #WholeftPhoto2 {
    width:300px; /* for IE5 and IE6 in quirks mode */
    w\idth:300px; /* for IE6 in standards mode */  
    margin-bottom:70px;  
  }
#WhoConductleftPhoto1
{
	width:254px;
	height:338px;
	text-indent:-9999px;
	background:url("./images/_who/CodeConduct.jpg");
	margin-bottom:10px;
	margin-right:10px;
}
* html #WhoConductleftPhoto1 {
    width:274px; /* for IE5 and IE6 in quirks mode */
    w\idth:274px; /* for IE6 in standards mode */  
    margin-right:5px;  
  }
#WhoLocationsleftPhoto1
{
	width:283px;
	height:45px;
	text-indent:-9999px;
	background:url("./images/_who/ttl02.gif");
}
* html #WhoLocationsleftPhoto1 {
    width:303px; /* for IE5 and IE6 in quirks mode */
    w\idth:303px; /* for IE6 in standards mode */  
    margin-right:0px;  
  }
#WhoLocationsleftPhoto2
{
	width:390px;
	height:240px;
	background:url("./images/_who/map.jpg");
	text-indent:-9999px;
	margin-bottom:60px;
}
* html #WhoLocationsleftPhoto2 {
    width:410px; /* for IE5 and IE6 in quirks mode */
    w\idth:410px; /* for IE6 in standards mode */  
    margin-right:0px;  
  }
#WhoDowntownleftPhoto1
{
	width:400px;
	height:87px;
	background:url("./images/_who/ttl03a.gif");
	text-indent:-9999px;
}
* html #WhoDowntownleftPhoto1 {
    width:420px; /* for IE5 and IE6 in quirks mode */
    w\idth:420px; /* for IE6 in standards mode */  
    margin-right:0px;  
  }
#WhoDowntownleftPhoto2
{
	width: 285px;
	height: 250px;
	background: url("./images/_who/who_loc01.jpg");
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-top: 5px;
	margin-right: 20px;
}
* html #WhoDowntownleftPhoto2 {
    width:305px; /* for IE5 and IE6 in quirks mode */
    w\idth:305px; /* for IE6 in standards mode */  
    margin-right:20px;  
  }
#WhoLambertleftPhoto1
{
	width:425px;
	height:87px;
	background:url("./images/_who/ttl03b.gif");
	text-indent:-9999px;
}
* html #WhoLambertleftPhoto1 {
    width:445px; /* for IE5 and IE6 in quirks mode */
    w\idth:445px; /* for IE6 in standards mode */  
    margin-right:20px;  
  }
#WhoLambertleftPhoto2
{
	width:275px;
	height:210px;
	background:url("./images/_who/who_loc02.jpg");
	text-indent:-9999px;
	margin-right:20px;
}
* html #WhoLambertleftPhoto2 {
    width:295px; /* for IE5 and IE6 in quirks mode */
    w\idth:295px; /* for IE6 in standards mode */  
    margin-right:20px;  
  }
#WhoPalmBeachleftPhoto1
{
	width:400px;
	height:87px;
	background:url("./images/_who/ttlPalmBeach.gif");
	text-indent:-9999px;
}
* html #WhoPalmBeachleftPhoto1 {
    width:420px; /* for IE5 and IE6 in quirks mode */
    w\idth:420px; /* for IE6 in standards mode */  
    margin-right:20px;  
  }
#WhoPalmBeachleftPhoto2
{
	width:525px;
	height:197px;
	background:url("./images/_who/palmbeach.jpg");
	text-indent:-9999px;
}
* html #WhoPalmBeachleftPhoto2 {
    width:545px; /* for IE5 and IE6 in quirks mode */
    w\idth:545px; /* for IE6 in standards mode */  
    margin-right:0px;  
  }
#WhoBedfordleftPhoto1
{
	width:400px;
	height:87px;
	background:url("./images/_who/ttlBedford.gif");
	text-indent:-9999px;
}
* html #WhoBedfordleftPhoto1 {
    width:420px; /* for IE5 and IE6 in quirks mode */
    w\idth:420px; /* for IE6 in standards mode */  
    margin-right:0px;  
  }
#WhoBedfordleftPhoto2
{
	width:432px;
	height:200px;
	background:url("./images/_who/bedford.jpg");
	text-indent:-9999px;
}
* html #WhoBedfordleftPhoto2 {
    width:452px; /* for IE5 and IE6 in quirks mode */
    w\idth:452px; /* for IE6 in standards mode */  
    margin-right:0px;  
  }
#WhoChicagoleftPhoto1
{
	width:400px;
	height:87px;
	background:url("./images/_who/ttlChicago.gif");
	text-indent:-9999px;
}
* html #WhoChicagoleftPhoto1 {
    width:420px; /* for IE5 and IE6 in quirks mode */
    w\idth:420px; /* for IE6 in standards mode */  
    margin-right:0px;  
  }

#WhoTeterboroleftPhoto1
{
	width:400px;
	height:87px;
	background:url("./images/_who/ttlTeterboro.gif");
	text-indent:-9999px;
}
* html #WhoTeterboroleftPhoto1 {
    width:420px; /* for IE5 and IE6 in quirks mode */
    w\idth:420px; /* for IE6 in standards mode */  
    margin-right:0px;  
  }
#WhoTeterboroleftPhoto2
{
	width:430px;
	height:199px;
	background:url("./images/_who/teterboro.jpg");
	text-indent:-9999px;
}
* html #WhoTeterboroleftPhoto2 {
    width:450px; /* for IE5 and IE6 in quirks mode */
    w\idth:450px; /* for IE6 in standards mode */  
    margin-right:0px;  
  }
#WhoLeadersleftPhoto1
{
	width:229px;
	height:674px;
	background:url("./images/_who/who_leaders_052009.jpg");
	text-indent:-9999px;
	margin-right:20px; 
}
* html #WhoLeadersleftPhoto1 {
    width:250px; /* for IE5 and IE6 in quirks mode */
    w\idth:250px; /* for IE6 in standards mode */  
     
  }
#CommentsleftPhoto1
{
	width:388px;
	height:90px;
	background:url("./images/_comment/ttl01.gif");
	text-indent:-9999px;
	margin-left:20px;
	position:relative;
}
* html #CommentsleftPhoto1 {
    width:388px; /* for IE5 and IE6 in quirks mode */
    w\idth:388px; /* for IE6 in standards mode */  
    margin-left:10px;
     
  }
#ContactleftPhoto1
{
	width:400px;
	height:126px;
	background:url("./images/_contact/ttl01.gif");
	text-indent:-9999px;
	margin-bottom:20px;
}
#ContactCoateleftPhoto1
{
	width:140px;
	height:93px;
	background:url("./images/_staff/MikeCoate.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ContactCoateleftPhoto1 {
    width:160px; /* for IE5 and IE6 in quirks mode */
    w\idth:160px; /* for IE6 in standards mode */  
     
  }
#ContactFleemanleftPhoto1
{
	width:140px;
	height:132px;
	background:url("./images/_staff/SteveFleeman.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ContactFleemanleftPhoto1 {
    width:160px; /* for IE5 and IE6 in quirks mode */
    w\idth:160px; /* for IE6 in standards mode */  
     
  }
#ContactJelovicleftPhoto1
{
	width:225px;
	height:150px;
	background:url("./images/_staff/JohnJelovic.jpg");
	text-indent:-9999px;
	margin-bottom:0px;
	margin-right:5px;
}
* html #ContactJelovicleftPhoto1 {
    width:225px; /* for IE5 and IE6 in quirks mode */
    w\idth:225px; /* for IE6 in standards mode */  
     
  }
#ContactFroehlichleftPhoto1
{
	width:140px;
	height:132px;
	background:url("./images/_staff/DieterFroehlich.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ContactFroehlichleftPhoto1 {
    width:160px; /* for IE5 and IE6 in quirks mode */
    w\idth:160px; /* for IE6 in standards mode */  
     
  }
#ContactLiottaleftPhoto1
{
	width:140px;
	height:132px;
	background:url("./images/_staff/JohnLiotta.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ContactLiottaleftPhoto1 {
    width:160px; /* for IE5 and IE6 in quirks mode */
    w\idth:160px; /* for IE6 in standards mode */  
     
  }
#ContactEldredgeleftPhoto1
{
	width:140px;
	height:132px;
	background:url("./images/_staff/GregEldredge.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ContactEldredgeleftPhoto1 {
    width:160px; /* for IE5 and IE6 in quirks mode */
    w\idth:160px; /* for IE6 in standards mode */  
     
  }
#ContactKreisslerleftPhoto1
{
	width:140px;
	height:132px;
	background:url("./images/_staff/AaronKreissler.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ContactKreisslerleftPhoto1 {
    width:160px; /* for IE5 and IE6 in quirks mode */
    w\idth:160px; /* for IE6 in standards mode */  
     
  }
#ContactJollyleftPhoto1
{
	width:140px;
	height:132px;
	background:url("./images/_staff/RobJolly.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ContactJollyleftPhoto1 {
    width:160px; /* for IE5 and IE6 in quirks mode */
    w\idth:160px; /* for IE6 in standards mode */  
     
  }
#ContactSwartzleftPhoto1
{
	width:140px;
	height:132px;
	background:url("./images/_staff/ChuckSwartz.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ContactSwartzleftPhoto1 {
    width:160px; /* for IE5 and IE6 in quirks mode */
    w\idth:160px; /* for IE6 in standards mode */  
     
  }
#ContactKoprivnikleftPhoto1
{
	width:225px;
	height:150px;
	background:url("./images/_staff/TonyKoprivnik.jpg");
	text-indent:-9999px;
	margin-bottom:0px;
	margin-right:5px;
}
* html #ContactKoprivnikleftPhoto1 {
    width:225px; /* for IE5 and IE6 in quirks mode */
    w\idth:225px; /* for IE6 in standards mode */  
     
  }
#ContactTJohnsonleftPhoto1
{
	width:225px;
	height:150px;
	background:url("./images/_staff/TimJohnson.jpg");
	text-indent:-9999px;
	margin-bottom:0px;
	margin-right:5px;
}
* html #ContactTJohnsonleftPhoto1 {
    width:225px; /* for IE5 and IE6 in quirks mode */
    w\idth:225px; /* for IE6 in standards mode */  
     
  }
#ContactSchefftleftPhoto1
{
	width:225px;
	height:150px;
	background:url("./images/_staff/PaulSchefft.jpg");
	text-indent:-9999px;
	margin-bottom:0px;
	margin-right:5px;
}
* html #ContactSchefftleftPhoto1 {
    width:225px; /* for IE5 and IE6 in quirks mode */
    w\idth:225px; /* for IE6 in standards mode */  
     
  }
#ContactBaumhoeggerleftPhoto1
{
	width:225px;
	height:150px;
	background:url("./images/_staff/BobBaumhoegger.jpg");
	text-indent:-9999px;
	margin-bottom:0px;
	margin-right:5px;
}
* html #ContactBaumhoeggerleftPhoto1 {
    width:225px; /* for IE5 and IE6 in quirks mode */
    w\idth:225px; /* for IE6 in standards mode */  
     
  }
#ContactJCarrleftPhoto1
{
	width:225px;
	height:150px;
	background:url("./images/_staff/JimCarr.jpg");
	text-indent:-9999px;
	margin-bottom:0px;
	margin-right:5px;
}
* html #ContactJCarrleftPhoto1 {
    width:225px; /* for IE5 and IE6 in quirks mode */
    w\idth:225px; /* for IE6 in standards mode */  
     
  }
#ContactJAllenleftPhoto1
{
	width:225px;
	height:150px;
	background:url("./images/_staff/JoeAllen.jpg");
	text-indent:-9999px;
	margin-bottom:0px;
	margin-right:5px;
}
* html #ContactJAllenleftPhoto1 {
    width:225px; /* for IE5 and IE6 in quirks mode */
    w\idth:225px; /* for IE6 in standards mode */  
     
  }

#ContactTmarlerleftPhoto1
{
	width:225px;
	height:150px;
	background:url("./images/_staff/larrymarler.jpg");
	text-indent:-9999px;
	margin-bottom:0px;
	margin-right:5px;
}
* html #ContactTmarlerleftPhoto1 {
    width:225px; /* for IE5 and IE6 in quirks mode */
    w\idth:225px; /* for IE6 in standards mode */  
     
  }

#ContactTlaitenleftPhoto1
{
	width:225px;
	height:150px;
	background:url("./images/_staff/georgelaiten.jpg");
	text-indent:-9999px;
	margin-bottom:0px;
	margin-right:5px;
}
* html #ContactTlaitenleftPhoto1 {
    width:225px; /* for IE5 and IE6 in quirks mode */
    w\idth:225px; /* for IE6 in standards mode */  
     
  }

#ContactPeggleftPhoto1
{
	width:225px;
	height:150px;
	background:url("./images/_staff/MikePegg.jpg");
	text-indent:-9999px;
	margin-bottom:0px;
	margin-right:5px;
}
* html #ContactPeggleftPhoto1 {
    width:225px; /* for IE5 and IE6 in quirks mode */
    w\idth:225px; /* for IE6 in standards mode */  
     
  }
#ContactLutrickleftPhoto1
{
	width:140px;
	height:132px;
	background:url("./images/_staff/TerryLutrick.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ContactLutrickleftPhoto1 {
    width:160px; /* for IE5 and IE6 in quirks mode */
    w\idth:160px; /* for IE6 in standards mode */  
     
  }
#ContactPritchardleftPhoto1
{
	width:140px;
	height:132px;
	background:url("./images/_staff/RossPritchard.jpg");
	text-indent:-9999px;
	margin-bottom:10px;
}
* html #ContactPritchardleftPhoto1{
    width:160px; /* for IE5 and IE6 in quirks mode */
    w\idth:160px; /* for IE6 in standards mode */  
     
  }
.olList
{
		position:relative;
		left:20px;
		margin-right:10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
}
.ulList 
	{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
		position:relative;
		left:30px;
	}
	.ulListContact 
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
		position:relative;
	}
	.ulListContactNoPad
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
		position:relative;
		margin-left:0px;
		padding-left:15px;
	}
.ulBulletList1 
	{
		list-style-type:disc;
		position:relative;
		left:0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
		
	}
.ulBulletList1 li
	{
		max-width:480px;
		vertical-align:middle;
	}
.ulBulletList 
	{
		list-style-type:disc;
		position:relative;
		left:0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
		
	}
	.ulBulletList li
	{
		max-width:500px;
		vertical-align:middle;
	}
	.ulBulletListFBO 
	{
		list-style-type:disc;
		position:relative;
		left:-22px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
		
	}
	.ulBulletListFBO li
	{
		vertical-align:middle;
		max-width:500px;
		
	}
	.ulBulletListCustomer li 
	{
		margin-bottom:20px;
	}
	.ulBulletListCustomer 
	{
		list-style-type:disc;
		position:relative;
		left:30px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
		margin-right:40px;
	}
	* html .ulBulletListCustomer  
	{
		padding-left:19em;
	}
	
	 
.ulHeaderConduct
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	margin-bottom:0;
	padding-bottom:0;
	margin-right:10px;
	margin-left:20px;
	font-weight:bold;
	padding-top:0px;
	
}

.ulHeader
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	margin-bottom:0;
	padding-bottom:0;
	margin-right:10px;
	
}
.ulHeaderRefurb
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	margin-bottom:0;
	padding-bottom:0;
	margin-right:10px;
	font-weight:bold;
	
}
.ulBulletListRefurb li 
	{
		margin-bottom:0px;
	}
	.ulBulletListRefurb 
	{
		list-style-type:disc;
		position:relative;
		left:-24px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
		margin-right:10px;
		margin-top:0;
	}
	* html .ulBulletListRefurb  
	{
		padding-left:0em;
	}
.ulBulletListConduct li 
	{
		margin-bottom:0px;
	}
	.ulBulletListConduct 
	{
		list-style-type:disc;
		position:relative;
		left:-5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
		margin-right:50px;
		margin-top:0;
	}
	* html .ulBulletListConduct  
	{
		padding-left:1em;
		left:-15px;
	}
	.ulBulletListConduct2 
	{
		list-style-type:disc;
		position:relative;
		left:15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
		margin-right:40px;
		margin-top:0;
	}
	* html .ulBulletListConduct2  
	{
		margin-right:20px;
		width:255px;
		padding-left:2em;
		left:-7px;
	}
	.ulBulletListConduct3 li 
	{
		margin-bottom:0px;
	}
	.ulBulletListConduct3
	{
		list-style-type:disc;
		position:relative;
		left:15px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-style: normal;
		line-height: 18px;
		font-weight: normal;
		margin-right:50px;
		margin-top:0;
	}
	* html .ulBulletListConduct3  
	{
		padding-left:24em;
	}
#ServicesleftPhoto2
{
	vertical-align:middle;
	float:left;
	width:250px;
	height:280px;
	background:url("./images/_services/serv_ser02.jpg");
	text-indent:-9999px;
	margin-right:20px;
}
#ServicesleftContentText
{
	float:left;
	text-align:left;
	width:510px;
	padding-left:20px;
	padding-bottom:20px;
}
#ServicesleftContentText2
{
	float:left;
	text-align:left;
	width:225px;
	padding-left:20px;
}
#Services_avionicsleftContentText2
{
	float:left;
	text-align:left;
	width:290px;
	padding-left:20px;
}


/*Services Menu Images*/

#Services_completions {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Services_completions_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_services/serv00_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Services_completions {
 background: url("images/_services/serv00.gif");
 display: block;
}
a#Services_completions:hover {
 background: url("images/_services/serv00_a.gif");
}

#Services_refurbishment {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Services_refurbishment_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_services/serv01_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Services_refurbishment {
 background: url("images/_services/serv01.gif");
 display: block;
}
a#Services_refurbishment:hover {
 background: url("images/_services/serv01_a.gif");
}

/*#Services_interiors {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Services_interiors_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_services/serv01_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Services_interiors {
 background: url("images/_services/serv01.gif");
 display: block;
}
a#Services_interiors:hover {
 background: url("images/_services/serv01_a.gif");
}*/

#Services_paint {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Services_paint_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_services/serv02_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Services_paint {
 background: url("images/_services/serv02.gif");
 display: block;
}
a#Services_paint:hover {
 background: url("images/_services/serv02_a.gif");
}

#Services_maintenance {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Services_maintenance_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_services/serv03_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Services_maintenance {
 background: url("images/_services/serv03.gif");
 display: block;
}
a#Services_maintenance:hover {
 background: url("images/_services/serv03_a.gif");
}

#Services_mobilmaintenance {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Services_mobilmaintenance_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_services/serv03_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Services_mobilmaintenance {
 background: url("images/_services/serv03.gif");
 display: block;
}
a#Services_mobilmaintenance:hover {
 background: url("images/_services/serv03_a.gif");
}

#Services_structural {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Services_structural_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_services/serv04_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Services_structural {
 background: url("images/_services/serv04.gif");
 display: block;
}
a#Services_structural:hover {
 background: url("images/_services/serv04_a.gif");
}

#Services_avionics {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Services_avionics_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_services/serv05_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Services_avionics {
 background: url("images/_services/serv05.gif");
 display: block;
}
a#Services_avionics:hover {
 background: url("images/_services/serv05_a.gif");
}

#Services_engineering {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Services_engineering_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_services/serv06_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Services_engineering {
 background: url("images/_services/serv06.gif");
 display: block;
}
a#Services_engineering:hover {
 background: url("images/_services/serv06_a.gif");
}

#Services_compaccess {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Services_compaccess_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_services/serv07_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Services_compaccess {
 background: url("images/_services/serv07.gif");
 display: block;
}
a#Services_compaccess:hover {
 background: url("images/_services/serv07_a.gif");
}

#Services_composites {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Services_composites_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_services/serv08_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Services_composites {
 background: url("images/_services/serv08.gif");
 display: block;
}
a#Services_composites:hover {
 background: url("images/_services/serv08_a.gif");
}

#Services_calibration {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Services_calibration_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_services/serv09_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Services_calibration {
 background: url("images/_services/serv09.gif");
 display: block;
}
a#Services_calibration:hover {
 background: url("images/_services/serv09_a.gif");
}

#Services_ndtesting {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Services_ndtesting_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_services/serv10_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Services_ndtesting {
 background: url("images/_services/serv10.gif");
 display: block;
}
a#Services_ndtesting:hover {
 background: url("images/_services/serv10_a.gif");
}

/*end Services menu Images*/ 
/*end Services*/

/*FBO*/
#FBO_info {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#FBO_info_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_fbo/fbo01b.gif");
 display: block;
 text-indent:-9999px;
}
a#FBO_info {
 background: url("images/_fbo/fbo01.gif");
 display: block;
}
a#FBO_info:hover {
 background: url("images/_fbo/fbo01a.gif");
}

#FBO_request {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#FBO_request_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_fbo/fbo02b.gif");
 display: block;
 text-indent:-9999px;
}
a#FBO_request {
 background: url("images/_fbo/fbo02.gif");
 display: block;
}
a#FBO_request:hover {
 background: url("images/_fbo/fbo02a.gif");
}
/*end FBO*/
/*Who menu*/
#Midcoast_overview {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Midcoast_overview_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_who/who01_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Midcoast_overview {
 background: url("images/_who/who01.gif");
 display: block;
}
a#Midcoast_overview:hover {
 background: url("images/_who/who01_a.gif");
}
#Midcoast_locations {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Midcoast_locations_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_who/who02_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Midcoast_locations {
 background: url("images/_who/who02.gif");
 display: block;
}
a#Midcoast_locations:hover {
 background: url("images/_who/who02_a.gif");
}
#Midcoast_leaders {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Midcoast_leaders_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_who/who03_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Midcoast_leaders {
 background: url("images/_who/who03.gif");
 display: block;
}
a#Midcoast_leaders:hover {
 background: url("images/_who/who03_a.gif");
}

#Midcoast_conduct {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Midcoast_conduct_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_who/who04_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Midcoast_conduct {
 background: url("images/_who/who04.gif");
 display: block;
}
a#Midcoast_conduct:hover {
 background: url("images/_who/who04_a.gif");
}
/*End Who*/

/*Customer Menu Images*/
#Customer_forms {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Customer_forms_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_customer/cust01_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Customer_forms {
 background: url("images/_customer/cust01.gif");
 display: block;
}
a#Customer_forms:hover {
 background: url("images/_customer/cust01_a.gif");
}

#Completions_support {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Completions_support_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_customer/Completions_support_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Completions_support {
 background: url("images/_customer/Completions_support.gif");
 display: block;
}
a#Completions_support:hover {
 background: url("images/_customer/Completions_support_a.gif");
}

#Customer_certificates {
 border: 0px none;
 height: 34px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Customer_certificates_b {
 border: 0px none;
 height: 34px;
 width: 215px;
 position:relative;
 background: url("images/_customer/cust02_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Customer_certificates {
 background: url("images/_customer/cust02.gif");
 display: block;
}
a#Customer_certificates:hover {
 background: url("images/_customer/cust02_a.gif");
}

#Customer_financing {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Customer_financing_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_customer/cust03_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Customer_financing {
 background: url("images/_customer/cust03.gif");
 display: block;
}
a#Customer_financing:hover {
 background: url("images/_customer/cust03_a.gif");
}


#Customer_your-aircraft {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Customer_your-aircraft_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_customer/cust04_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Customer_your-aircraft {
 background: url("images/_customer/cust04.gif");
 display: block;
}
a#Customer_your-aircraft:hover {
 background: url("images/_customer/cust04_a.gif");
}

#Customer_links {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Customer_links_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_customer/cust05_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Customer_links {
 background: url("images/_customer/cust05.gif");
 display: block;
}
a#Customer_links:hover {
 background: url("images/_customer/cust05_a.gif");
}
/*End Customer*/

#fboRequestleftPhoto1
{
	position:relative;
	float:left;
	margin-right:400px;
	padding-left:0px;
	margin-left:0px;
	width:240px;
	height:45px;
	background:url("./images/_comment/request.gif");
	text-indent:-9999px;
}
* html #fboRequestleftPhoto1 {
    margin-right:10px;
    margin-left:0px;
    width:240px; /* for IE5 and IE6 in quirks mode */
    w\idth:240px; /* for IE6 in standards mode */    
  }
#fboRequestleftPhoto2
{
	position:relative;
	float:left;
	padding-left:0px;
	margin-left:0px;
	margin-right:400px;
	width:186px;
	height:45px;
	background:url("./images/_comment/services.gif");
	text-indent:-9999px;
}
* html #fboRequestleftPhoto2 {
    margin-right:10px;
    margin-left:0px;    
    width:186px; /* for IE5 and IE6 in quirks mode */
    w\idth:186px; /* for IE6 in standards mode */    
  }
#LeftTopPad a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	margin-left:15px;
	vertical-align: middle;
	line-height: 18px;
	padding-top: 6px;
	color: #666666;
	text-decoration: none;
	vertical-align: middle;
}

#LeftTopPad a:visited
{
	color: #666666;
}
#LeftTopPad a:hover
{
	color: Black;
}


.commentform
{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	padding-bottom:0;
	padding-top:0;
	position:relative;
	background-color:#999999;	
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: 20px;
	border-left-style: solid;
	border-left-color: #e7e7e7;
}
.commentform label
{
	vertical-align:top;
	text-align:Left;		
}
#CommentLeft
{
	width:375px;
	float:left;
	position:relative;
	top:0;
	left:20px;
}
#CommentRight
{
	width:85px;
	float:left;
	position:relative;
	top:7px;
	margin-left:30px;
}

#CommentPleaseContact
{
	float:left;
	position:relative;
	left:10px;
	margin-bottom:30px;
	line-height:23px;
}

#CommentContactInfoLabels
{
	float:left;
	position:relative;
	left:30px;
	margin-bottom:20px;
	line-height:27px;
}
#CommentContactInfoTextboxs
{
	float:left;
	vertical-align:middle;
	position:relative;
	left:40px;
	margin-bottom:20px;
}
#CommentContactInfoTextboxs input
{
	margin-bottom:5px;
}
.CommentTextMain
{
	float:left;
	position:relative;
	margin-right:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;	
}
.CommentText
{
	float:left;
	position:relative;
	left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	margin-bottom:10px;
}
#CommentleftPhoto2
{
	position:relative;
	width:186px;
	height:45px;
	background:url("./images/_Comment/tell.gif");
	text-indent:-9999px;
	margin-top:0px;
	padding-top:0px;
}
* html #CommentleftPhoto2 {   
    width:186px; /* for IE5 and IE6 in quirks mode */
    w\idth:186px; /* for IE6 in standards mode */   
    margin-right:0px; 
  }



#Services_mobilmaintenance {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 text-indent:-9999px;
}
#Services_mobilmaintenance_b {
 border: 0px none;
 height: 19px;
 width: 215px;
 position:relative;
 background: url("images/_services/mobile_maintenance_b.gif");
 display: block;
 text-indent:-9999px;
}
a#Services_mobilmaintenance {
 background: url("images/_services/mobile_maintenance.gif");
 display: block;
}
a#Services_mobilmaintenance:hover {
 background: url("images/_services/mobile_maintenance_a.gif");
}

.ServicesMobilMaintenanceLeftRight
{
	position:relative;
	width:560px;
	float:left;	
}
.mobilmaintText
{
	margin-left:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.MMRegions
{
	padding-bottom: 120px;
	padding-left:20px;
}
.mobilmaintBlue
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-right: 40px;
	color: #003366;
	font-weight: bold;
	width: 230px;
	float: left;
}  
 .mobilmaintRegion
 {
 	float:left;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
 }
 .mobilmaintRegionText
 {
 	margin-top:5px;
 }
 
 a.mobilmaintemail:link
{
	color: #666666;
	text-decoration: underline;
}
a.mobilmaintemail:visited
{
	color: #666666;
	text-decoration: underline;
}
  
a.mobilmaintemail:hover
{
	color: #000000;
	text-decoration: underline;
}
.mobilmaintul
{
	margin-left:0px;
	padding-left:14px;	
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.mobilmaintLI
{
	margin-top: 3px;
}
.mobilMaintHeader
{
	margin-bottom:5px;
}
.MobilMaintIcon2
{
	position: relative;
	float:right;
	margin-top:6px;
	margin-left:7px;
}
.MobilMaintIcon
{
	position: relative;
	float:right;
	margin-top:6px;
}
a.MobilMaintIcon
{
	border-style: none;
	border-width: 0px;
	border-color: inherit;
}
.indeximagesheight100
{
	height: 100px;
	position: relative;
	float: left;
}
.mobilemainthomeimage
{
	position:relative;
	float:left;
	margin-top:22px;
	margin-left:20px;
}
a.mobilemainthomeimage
{
	border-style: none;
	border-width: 0px;
	border-color: inherit;
}
.AOGhomeimage
{
	position:relative;
	float:left;
	margin-top:22px;
	margin-left:30px;
}
#RightMenuTopPadServicesMobileMaint
{
	/*Services-Avionics*/
	height:30px;
	background-color:#666666;
	background:url("./images/_services/mobileSub.gif");
	text-indent:-9999px;
}
/*Index image*/
#index
{
	text-indent: -9999px;
	height: 65px;
	width: 235px;
}
a#index {
 background: url("images/midcoast_ja_logo_sm.jpg");
 display: block;
 float:left;
}
/*end index image*/
/*Jet index image*/
#jetindex {
 text-indent:-9999px;
 height:65px;
 width:312px;

}
a#jetindex {
 background: url("images/jetlogo-sm.gif");
 display: block;
 float:left;
}
/*end Jet index image*/



/*Completions_Support*/
#RightMenuTopPadCompletions_Support
{
	/*Services-Avionics*/
	height:30px;
	background-color:#666666;
	background:url("./images/_customer/completionsSub.gif");
	text-indent:-9999px;
}
/*Completions_Support*/