@charset "UTF-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
}

body {
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 67.5%;
}

#outerContainer {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
}

#innerContainer {
	float: left;
	height: auto;
	width: 954px;
}

#header {
	float: left;
	height: 25px;
	width: 954px;
	padding-top: 43px;
}
#nav {
	float: left;
	height: 25px;
	width: 954px;
}
#navLeft   {
	float: left;
	height: 25px;
	width: 64px;
	list-style-type: none;
	display: block;
	padding-left: 10px;
}

#navRight {
	float: right;
	height: 25px;
	width: 507px;
	list-style-type: none;
	display: block;
}
#navLeft  li, #navRight li {
	display: block;
	float: left;
	height: 25px;
}
#navLeft   a.homeLink {
	height: 25px;
	width: 52px;
}
#navRight  a.quotesLink {
	height: 25px;
	width: 63px;
}
#navRight  a.documentationLink {
	height: 25px;
	width: 120px;
}

#navRight a.programDownloadsLink {
	height: 25px;
	width: 152px;
}
#navRight  a.personnelLink {
	height: 25px;
	width: 87px;
}
#navRight  a.contactUsLink {
	height: 25px;
	width: 85px;
}
#nav a {
	display: block;
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav a:hover, #nav a.current   { background-position: 0px -25px; }

#outerContent {
	height: auto;
	width: 934px;
	float: left;
	background-image: url(/_images/Generic/outerContentBG.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 20px;
	padding-bottom: 0px;
}
#contentTop {
	background-image: url(/_images/Generic/contentTopBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 934px;
	float: left;
}

#headHolder {
	height: 0px;
	width: 550px;
	margin-left: 165px;
}
#contentBottom {
	background-image: url(/_images/Generic/contentBottomBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 934px;
	float: left;
	clear: both;
}

#nav2 {
	float: left;
	height: auto;
	width: 145px;
	display: block;
	list-style-type: none;
	padding-top: 6px;
}

#addressHolder {
	clear: left;
	height: 0px;
	width: 954px;
}
#footer {
	height: 105px;
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	min-width:954px;
	clear: both;
}

#footerLeft {
	float: left;
	height: 105px;
	width: 476px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footerCentre {
	float: left;
	height: 75px;
	width: 955px;
	position: absolute;
	z-index: 10;
	text-align: center;
	padding-top: 30px;
	color: #666666;
}
#footerRight {
	float: right;
	height: 105px;
	width: 476px;
}

.controlPanels a:hover, .controlPanels a.current { background-color: #272082; color: #FFFFFF; }
.shaft a:hover, .shaft a.current { background-color: #41A82C; color: #FFFFFF; }
.externalCar a:hover, .externalCar a.current { background-color: #C0411C; color: #FFFFFF; }
.internalCar a:hover, .internalCar a.current { background-color: #5F1481; color: #FFFFFF; }
.carAndLanding a:hover, .carAndLanding a.current { background-color: #7F2227; color: #FFFFFF; }
.motorRoom a:hover, .motorRoom a.current { background-color: #F4BE18; color: #FFFFFF; }
.trainingAndRepair a:hover, .trainingAndRepair a.current { background-color: #329EAD; color: #FFFFFF; }


.Accordion {
	overflow: hidden;
	height: 470px;
}

.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

.AccordionPanelTab {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 25px;
	margin-bottom: 8px;
}

.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	display: block;
	list-style-type: none;
}

.AccordionPanelContent li {
	display: block;
	height: auto;
	width: 136px;
	float: left;
	padding-left: 4px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}

.AccordionPanelContent a {
	display: block;
	width: 130px;
	height: auto;
	float: left;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}

.AccordionPanelOpen .AccordionPanelTab { }
.AccordionPanelTabHover { }
.AccordionPanelOpen .AccordionPanelTabHover { }
.AccordionFocused .AccordionPanelTab { }
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab { }
#contentTop  h1, #contentTopHome h1 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.15em;
	font-size: 2em;
	line-height: 1.2em;
	display: block;
	width: 550px;
	float: left;
	position: absolute;
	height: 28px;
}
#content h1 {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.15em;
	font-size: 2em;
	line-height: 1.2em;
	height: 28px;
	margin-top: 1em;
}


#content {
	float: left;
	height: auto;
	width: 550px;
	line-height: 1.2em;
	color: #333333;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3F9CDE;
	border-right-color: #3F9CDE;
	border-bottom-color: #3F9CDE;
	border-left-color: #3F9CDE;
	padding-top: 20px;
	padding-bottom: 20px;
}
#content  .indented  {
	padding-left: 2em;
	padding-bottom: 1em;
}

#content h3 { padding-bottom: 0.7em; }

#content table { margin-bottom: 20px; }

.bold { font-weight: bold; }

#featureList {
	float: left;
	height: auto;
	width: 189px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#featureList table {
	float: left;
	width: 189px;
}

#featureList img {
	float: left;
	height: auto;
	width: 189px;
	margin-top: 5px;
}
#featureList  h2 {
	display: block;
	float: left;
	width: 189px;
	height: auto;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#featureList h3 {
	display: block;
	float: left;
	width: 189px;
	height: auto;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	padding-top: 1em;
}
#featureList  ul {
	height: auto;
	list-style-type: disc;
	color: #000000;
	overflow: hidden;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0px;
	display: block;
	float: left;
	width: 174px;
	list-style-position: outside;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#featureList li { padding-bottom: 0.5em; }


#content p {
	margin-bottom: 1em;
}

#content .imageText {
	font-size: 0.9em;
	font-style: italic;
	padding-top: 5px;
	text-align: right;
	padding-right: 15px;
}

.bodytext ul {
	display: block;
	float: left;
	height: auto;
	width: 490px;
	list-style-type: disc;
	padding-left: 15px;
	color: #000000;
	padding-top: 8px;
	overflow: hidden;
	font-size: 0.9em;
	padding-bottom: 20px;
}
#map{
	width: 550px;
	height: 298px;
	background: #F2F2F2;
	margin-bottom: 10px;
	float: left;
	margin-top: 5px;
	border: 1px solid #009CE3;
	}
#docLinks  {
	float: left;
	height: 26px;
	width: 442px;
	list-style-type: none;
	overflow: hidden;
	font-size: 8px;
	margin-top: 20px;
	margin-left: 5px;
	padding: 0px;
}

#docLinks li {
	float: left;
	padding-right: 5px;
}

#docLinks a {
	display: block;
	height: 19px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #666666;
	float: left;
}

#docLinks a:hover { background-color: #B70006; }

#content table a {
	display: block;
	width: auto;
	height: 19px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #666666;
	text-align: center;
}

#content table a:hover { background-color: #B70006; }

.docLink {
	display: block;
	float: left;
	height: 26px;
	width: 103px;
	background-image: url(/_images/Generic/downloadLinkBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.docLink:hover { background-position: 0px -26px; }

#contentTopHome {
	background-image: url(/_images/Generic/contentTopHomeBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 620px;
	float: left;
}

#contentBottomHome {
	background-image: url(/_images/Generic/contentBottomHomeBG.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 934px;
	float: left;
	clear: left;
}

#outerContentHome {
	height: auto;
	width: 934px;
	float: left;
	background-image: url(/_images/Generic/outerContentHomeBG.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 20px;
	padding-bottom: 0px;
}

#headHolderHome {
	height: 0px;
	width: 550px;
	margin-left: 165px;
}
#contentTopHome  img {
	margin-bottom: 0.15em;
	display: block;
	width: 156px;
	float: left;
	position: absolute;
	height: 48px;
}

#contentHome {
	float: left;
	height: auto;
	width: 453px;
	line-height: 1.2em;
	color: #333333;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #3F9CDE;
	border-right-color: #3F9CDE;
	border-bottom-color: #3F9CDE;
	border-left-color: #3F9CDE;
	padding-top: 20px;
	padding-bottom: 15px;
}
#contentHome  .homeColumn {
	float: left;
	height: auto;
	width: 216px;
}

#contentHome  p { margin-bottom: 1em; }

#featureList .imageText {
	font-size: 0.9em;
	font-style: italic;
	padding-top: 5px;
	text-align: right;
	float: left;
	width: 174px;
	padding-right: 15px;
}

#featureList p {
	float: left;
	width: 189px;
	padding-bottom: 1em;
}

.textInput {
	float: left;
	height: 18px;
	width: 115px;
	padding-left: 3px;
	border: 1px solid #666666;
}

#content table .submit {
	display: block;
	width: auto;
	height: 20px;
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #666666;
	text-align: center;
	float: right;
	border: 1px solid #FFFFFF;
}

#content table .submit:hover {
	background-color: #B70006;
}

.errorMessage {
	font-weight: bold;
	color: #990000;
}
