/*this section defines the absolute pixel widths used in the site*/

.site_container_width {
	width: 940px; /*This is only needed if there is a shadow or outer graphics wider than 900px*/
	text-align: center;
	
}
 
.site_width {
	/*width: 740px;*/
	width: 780px;
	position:relative;
}

.main_nav_width {
	width: 770px;
}

.footer_tools_width {
	width: 567px;
}


.sub_nav_width {
	/*width: 179px;*/
	width: 220px;
	height: 100%;
}

.content_width {
	width: 540px;
}

.six_width {
	width: 6px;
}

.eight_width {
	width: 8px;
}

.ten_width {
	width: 10px;
}


.twenty_width {
	width: 20px;
}

.twenty_eight_width {
	width: 28px;
}
.thirty_four_width {
	width: 34px;
}

.thirty_width {
	width: 30px;
}

.one_eight_four_width {
	width: 184px;
}

.white {
	background-color:#FFFFFF;
	padding: 10px;
	}
	
	
/****  CLEARFIX ****/

.clearfix:after {
	clear: both;
	content:".";
	display:block;
	height: 0;
	visibility: hidden;
	font-size:0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height:1%;
	}
.clearfix {
	display:block;
	}
	
div#error_message {
	padding: 30px;
	width:616px;
	}	



/*this section styles all the standard elements*/

body {
	/*background-color: #EBEBEB;*/
	background-color: #aaaaaa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color:#767A7D;
	position:relative;
	padding-top: 30px;
	text-align:left;
	-webkit-text-size-adjust: none;
	-webkit-appearance: none;
}	

a {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #EF2727;
	text-decoration: none;
}

a:visited:hover {
	color: #EF2727;
	text-decoration: none;
}

/*table*/
/*table {
	background-color: #FFFFFF;
}*/

/*.table_test {
	background-color: red;
}

/*td borders to check layout*/
/*td {
	border: solid 1px #000000;
}

/*table headers*/
th {
	font-weight: bold;
	color: #EF2727;
	padding: 0.4em 0.3em 0.3em 0.3em;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 2px #C0C0C0;
}

/*paragraphs*/
p {
	padding: 0em 0em 0.8em 0em;
	color: #767A7D;
	line-height: 1.4em;
}

/*input button*/
input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
	border: none;
	padding: 0em 0.4em 0em 0.4em;
}

#btnSubmit {
	color: #FFFFFF;
	background-color: #767A7D;
}

#btnGo {
	color: #666666;
	background-color: transparent;
}

/*H Styles*/
/*H1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
	margin: 1em 0 0 0;
	padding: 0.4em 0.5em 0.4em 20px;
	background: #000000;
}*/

H1 {
	font-size: 1.65em;
	font-weight: normal;
	color: #000000;
	margin: 0.5em 20px 0 20px;
	padding: 0.4em 0 0.6em 0;
	border-bottom: #000000 1px solid;
}

.title_holder {
	position: absolute;
	left: 220px;
	top: 63px;
	width: 560px;
	z-index:10000;
}

H2 {
	font-size: 1.25em;
	font-weight: bold;
	/*color: #EF2727;*/
	color:#333333;
	padding: 0.6em 0em 0.3em 0em;
}

H3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #EF2727;
	padding: 0.4em 0em 0.3em 0em;
}

H4 {
	font-size: 1em;
	font-weight: bold;
	color: #767A7D;
	padding: 0.4em 0em 0em 0em;
}

/*error*/
.error {
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 400px;
}

/*padding*/
.padding_top{
	padding-top: 0.5em;
}
.padding_bottom{
	padding-bottom: 1em;
}

.padding_top_bottom{
	padding: 0.5em 0em 1em 0em;
}

.padding_top_bottom_left{
	padding: 0.5em 10px 1em 10px;
}

.padding_left_right{
	padding: 20px 10px 0em 10px;
}
/*rules*/
.solid_rule_top {
	border-top: solid 1px #C0C0C0;
	padding: 1em 0em 0.5em 0em;
}

/*this places the logo*/
/*.logo a {
	background: url(../images/logo.gif) no-repeat 25px 20px;
	height: 88px;
	display: block;
	width: 219px;
}*/

/*this places the logo*/
.logo a {
	background: #000000 url(../images/logo3.jpg) no-repeat 19px 19px;
	/*background-size: 134px auto;*/
	height: 96px;
	display: block;
	width: 176px;
	margin-left: 25px;
}

@media
screen and (-webkit-min-device-pixel-ratio: 1.5),
screen and (-moz-min-device-pixel-ratio: 1.5),
screen and (min-device-pixel-ratio: 1.5) {
	.logo a {
		background: #000000 url(../images/logo1.svg) no-repeat 18px 18px;
		background-size: 140px auto;
	}
}

/*this places the left graphic if there is one*/
.left {
	background: url(../images/left_shadow.gif);
	background-repeat: repeat-y;
	width: 20px;
	height: 100%;
}

/*this places the right graphic if there is one*/
.right {
	background: url(../images/right_shadow.gif);
	background-repeat: repeat-y;
	width: 20px;
	height: 100%;
}

/*this places the top graphic if there is one*/
.top_shadow {
	background: url(../images/top_shadow.gif) no-repeat;
	height: 15px;
	width: 940px;
}


/*this places the footer graphic if there is one*/
.bottom_shadow {
	background: url(../images/bottom_shadow.gif) no-repeat;
	height: 15px;
	width: 940px;
}

/*this section styles the header, tools and search*/

/*tools*/

.tools_menu_position {
	padding: 6px 25px 25px 0px;
	height: 22px;
}

#tools_menu li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#tools_menu {
	float: right;
	font-size: 0.9em;
}

#tools_menu {
	color: #dddddd;
	text-decoration: none;
	text-align: right;
}

#tools_menu a {
	color: #dddddd;
	text-decoration: none;
	padding: 0em 0.5em 0em 0.5em;
	text-align: right;
}

#tools_menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

#tools_menu a:visited {
	color: #dddddd;
	text-decoration: none;
}

#tools_menu a:visited:hover {
	color: #ffffff;
	text-decoration: none;
}

/*search*/
.search {
	background-color: #F5F5F5;
	color: #666666;
	text-decoration: none;
	padding: 5px 0.2em 5px 0em;
	text-align: right;
	width: 558px;
}

.search_input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	height: 1.7em;
	width: 12em;
}

.search_input_position {
	padding-top: 0px;
}

.go_button_position {
	padding-top: 0px;
	padding-left: 0em;
	padding-right: 12px;
}

/*main nav - this is the top level nav that runs horizontally - if there is no horizontal nav use the sub_nav as top level*/

.main_nav_position {
	padding: 25px 22px 0em 0em; 
}

#main_nav li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
}

#main_nav{
	float: right;
}

#main_nav {
	color: #97B4D9;
	text-decoration: none;
	text-align: right;
}

#main_nav a {
	font-size: 1em;
	font-weight: bold;
	color: #2965B1;
	text-decoration: none;
	padding: 0em 0.7em 0em 0.7em;
	text-align: right;
}

#main_nav a:hover {
	color: #C32967;
	text-decoration: none;
}

#main_nav a:visited {
	text-decoration: none;
}

/*this section styles the homepage content*/

h1.hidden{
	position: absolute;
	left: -999px;
}
h2.hidden{
	position: absolute;
	left: -999px;
}
label.hidden{
	position: absolute;
	left: -999px;	
}


/*news list*/

.news_date
{
	padding-top: 1em;
}

.news_date_year {
	font-size: 1.2em;
	font-weight: Bold;
	color: #666666;
	padding: 0.7em 0.1em 0.4em 0.1em;
}

.news_date_list {
	color: #767A7D !important;
	padding: 0.7em 0.5em 0.7em 0em;
	text-align: right;
	width:20%;
}

.news_date_list_xml {
	color: #767A7D;
	padding: 0.7em 0.5em 0.4em 0em;
	text-align: right;
}

.news_list {
	padding: 0.7em 0.5em 0em 0.4em;
}

.news_list p {
	padding: 0em 1.1em 1.1em 0em;
	color: #666666;
	line-height: 1.2em;
}

.news_list a {
	text-decoration: none !important;
	font-weight: normal;
	color:#767A7D !important;
}

.news_list a:hover {
	text-decoration: underline !important;
}

.news_list a:visited {
	color:#767A7D;
	text-decoration: underline;
}

.news_position_list {
	padding: 0.5em 0em 2em 0em;
}

.news_content
{
	padding-top: 1em;
}

.news_content h3
{
	font-size: 1.1em;
	font-weight: bold;
	color: #EF2727;
	padding: 1.6em 0em 0.3em 0em;
}

.news_content a
{
	color:#767A7D;
	text-decoration:none;
}

.news_content a:hover
{
	color:#EF2727;
	text-decoration:underline;
}

.news_content a:visited
{
	color:#767A7D;
	text-decoration:underline;
}

.news_content a:visited:hover
{
	text-decoration:none;
}

/*document list*/

.document_info_list{
	color: #666666;
	padding: 0.7em 0em 0.4em 0em;
	width: 90px;
}

.document_icon_list{
	padding: 0.5em 0.2em 0em 0.5em;
}

/*selected section*/
.selected_section {
	padding-left: 30px;
	font-size: 1.1em;
	font-weight: bold;
	color: #2965B1;
	height: 30px;
	background-color: #E9EFF7;
}

/*toolbox*/
.toolbox_section {
	padding-left: 30px;
	font-size: 1.1em;
	font-weight: bold;
	color: #2965B1;
	height: 30px;
	background-color: #E9EFF7;
}

/*this section styles the sub nav links: note that the CMS re-order graphic needs putting inside the <a> tags and needs to be the pixel height of the text - use this for top level if there is no horizontal navigation*/

.sub_nav {
	/*background-color: #FAFAFA;*/
	background-color: #eeeeee;
	/*border-right: solid 1px #CCCCCC;*/
	/*border-right: solid 1px #000000;*/
	height: 100%;
}

/*
#sub_nav_list {
	margin: 6px 0 0 0;
	padding: 0px 0px 12px 0px;
}

#sub_nav_list li.header {
	color: #EF2727;
	font-weight:bold;
	padding: 6px 0.5em 6px 25px;
}

#sub_nav_list li.header a {
	background: none;
	color: #EF2727;
	padding: 0 0.5em 0 0;
	text-decoration:none !important;
}

#sub_nav_list li.header a:hover {
	text-decoration:none !important;
}

#sub_nav_list li.no_link a:hover {
	text-decoration:none !important;
}

#sub_nav_list li.header ul li {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sub_nav_list li.header ul li a {
	font-weight:normal;
	color: #767A7D;
	text-decoration: none;
	padding: 0 0.5em 3px 10px;
	display: block;
	background: url(../images/meggitt_delta_on_grey.gif) no-repeat 0px 3px;
}

#sub_nav_list li.header ul li a:hover {
	display: block;
	color: #EF2727 !important;
}
*/

/*this section styles the sub nav level 02 links - main links really like Latest news etc*/

/*
#sub_nav_list ul {
	margin: 6px 0 0 0;
	padding: 0;
}

#sub_nav_list ul li {
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px ;
}

#sub_nav_list ul li a {
	padding: 0 0.5em 3px 35px;
	color: #767A7D !important; 
	font-weight: normal;
	background: none;
}

#sub_nav_list ul li a:hover {
	color: #EF2727;	
}
*/

/*this section styles the sub nav level 03 links - really level 2 like Meggitt Aircraft Braking Systems in Operating divisions*/

/*
#sub_nav_list ul li ul {
	margin: 0;
	padding: 0;
}

#sub_nav_list ul li ul li {
	float: none;
	list-style-type: none;
	margin: 0 0 0 -7px !important;
	padding: 0px 0px 0px 0px ;
}

#sub_nav_list ul li ul li a {
	color: #767A7D !important; 
	font-weight: normal;
	background: none !important;
}

#sub_nav_list ul li ul li a::before {
	content: "- "; 
}

#sub_nav_list ul li ul li a:hover {
	color: #EF2727 !important;	
}
*/

/*this section styles the sub nav level 04 links - Meggitt Safety Systems in Meggitt Control Systems*/

/*
#sub_nav_list ul li ul li ul {
	margin: 0;
	padding: 0;
}

#sub_nav_list ul li ul li ul li {
	float: none;
	list-style-type: none;
	margin: 0 0 0 8px !important;
	padding: 0px 0px 0px 0px ;
}

#sub_nav_list ul li ul li ul li a {
	color: #767A7D !important; 
	font-weight: normal;
	background: none !important;
}

#sub_nav_list ul li ul li ul li a::before {
	content: ""; 
}

#sub_nav_list ul li ul li ul li a:hover {
	color: #EF2727 !important;	
}

*/

/* show hide and highlight */

/*
#sub_nav_list li ul li ul {
	display:none;
	}
	
#sub_nav_list li ul li.current_page_item > ul, #sub_nav_list li ul li.current-menu-item > ul, #sub_nav_list li ul li.current-menu-parent > ul, #sub_nav_list li ul li.current-page-ancestor > ul {
	display:block;
	}
	
#sub_nav_list li.current-menu-item > a, #sub_nav_list li.current-menu-parent > a, #sub_nav_list li.current-page-ancestor > a {
	color: #EF2727 !important;	
}

*/	

/*this styles the bold intro para*/
.intro_para{
	font-weight: bold;
	padding-top: 1em
}

.case {
	display:inline-block;
	text-transform: lowercase;
}

.case::first-letter {
	text-transform: capitalize;
}

/*this section styles the breadcrumb*/

.breadcrumb {
	background-color: #FFFFFF;
	font-size: 0.9em;
	color: #666666;
	text-decoration: none;
	padding: 0.7em 0em 85px 8px;
	height: 2.5em;
	/*border-top: 1px solid #EBEBEB;*/
}
.breadcrumb a{
	color: #767A7D;
	padding: 0em 0.5em 0em 0.3em;
	text-decoration: none;		
}

.breadcrumb a:hover{
	color: #EF2727;
	text-decoration: none;
}

.breadcrumb a:visited{
	color: #767A7D;
	text-decoration: none;
}

.breadcrumb a:visited:hover{
	color: #EF2727;
	text-decoration: none;
}

.breadcrumb a .selected{
	font-weight: bold;
	padding: 0em 1em 0em 0.3em;
}

.breadcrumb a .selected:hover{
	color: #767A7D;
}

/*this section styles the print and email*/

#page_tools{
	padding: 20px 0px 20px 25px;
	border-top: 1px solid #CCCCCC;
}

#page_tools .page_tools_header {
	font-weight: bold;
	color: #212B55;
	padding-bottom: 12px;
}	

#page_tools a{
	padding: 0.3em 0.3em 0.4em 2.2em;
	color: #767A7D;
	text-decoration: none;
	display: block;	
}

#page_tools a:hover{
	color: #EF2727;
	text-decoration: none;
}

#page_tools a:visited{
	text-decoration: none;
}

#page_tools a:visited:hover{
	color: #EF2727;
	text-decoration: none;
}

#page_tools .page_tools_icon_print{
	background: url(../images/print_icon.gif) no-repeat;
	height: 22px;
	display: block;
	width: 18px;
}

#page_tools .page_tools_icon_share{
	background: url(../images/email_icon.gif) no-repeat;
	height: 22px;
	display: block;
	width: 18px;
}

#page_tools .page_tools_icon_rate{
	background: url(../images/rate_icon.gif) no-repeat;
	height: 22px;
	display: block;
	width: 18px;
}

#page_tools .page_tools_icon_bookmark{
	background: url(../images/bookmark_icon.gif) no-repeat;
	height: 22px;
	display: block;
	width: 18px;
}

#page_tools .page_tools_icon_contact{
	background: url(../images/contact_icon.gif) no-repeat;
	height: 22px;
	display: block;
	width: 18px;
}

#page_tools .page_tools_icon_glossary{
	background: url(../images/glossary_icon.gif) no-repeat;
	height: 22px;
	display: block;
	width: 18px;
}

/*this styles the in page search*/
.in_page_search{
	color: #767A7D;
	font-weight: bold;
}
.in_page_search_position{
	padding: 0.5em 0em 0.5em 0.5em;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}

.in_page_search_input{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #767A7D;
	border: solid 1px #C0C0C0;
	background-color: #FFFFFF;
	width: 140px;
	padding: 0.25em 0em 0em 0.4em;
	height: 2em;
}

.in_page_search_dropdown{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1em;
	color: #767A7D;
	border: solid 0.1em #C0C0C0;
	background-color: #FFFFFF;
	width: 140px;
}

.in_page_search_input_position{
	padding: 0em 1.3em 0em 0.4em 
}
.in_page_search_dropdown_position{
	padding: 0.2em 0.4em 0em 0.4em ;
}

/*this styles the forms*/

.form{
	color: #767A7D;
	vertical-align: top;
	padding: 0.6em 1.5em 0.5em 0em;
}

.form_radio{
	color: #767A7D;
	vertical-align: top;
	padding: 0.3em 1em 0.5em 0.3em;
}
.form_bold{
	font-weight: bold;
}

.form_input_text_area{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0.1em 0.3em 0.1em 0.3em;
	font-weight: normal;
	color: #767A7D;
	width: 250px;
	border: solid 1px #C0C0C0;
	background-color: #FFFFFF;
}

.form_input_text{
	font-weight: normal;
	color: #767A7D;
	height: 2em;
	width: 250px;
	border: solid 0.1em #C0C0C0;
	background-color: #FFFFFF;
}

.form_input_position{
	padding: 0.3em 1.5em 0.3em 0em;
	width: 400px;
}

.form_input_dropdown{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	height: 1.7em;
	color: #767A7D;
	border: solid 1px #C0C0C0;
	width: 250px;
}

/*this styles the attached documents*/

.attached_document_icon_position {
	padding: 0.5em 0em 0.5em 0em;
	width: 20px;
}

.attached_document {
	color: #767A7D;
	padding: 0.7em 1em 0em 0em;
}

.attached_document a {
	font-weight: bold;
	text-decoration: none;
}

.attached_document a:hover {
	text-decoration: underline;
}

/*this styles the in page featured items*/

.featured_items_header_text {
	height:27px;
	font-weight: Bold;
	color: #FFFFFF;
	padding: 0em 0em 0em 0.5em;
}

.featured_items {
	border-left: solid 1px #CCCCCC;
}

.featured_items_link {
	border-left: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
	padding: 0em 0.5em 0.5em 0.5em;
}

.featured_items p {
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.featured_items_link a {
	font-weight: bold;
	text-decoration: none;
}

.featured_items_link a:hover {
	text-decoration: underline;
}

.featured_item_image {
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-right: solid 1px #C0C0C0;
}

/*this styles the in page related items*/

.related_item_icon_position {
	padding: 0.5em 0em 0.5em 0em;
	width: 20px;
}

.related_item {
	padding: 0.7em 1em 0em 0em;
}

.related_item a {
	font-weight: bold;
	text-decoration: none;
}

.related_item a:hover {
	text-decoration: underline;
}

/*this styles the in this section*/

.in_this_section_header_cell {
	font-size: 1.2em;
	font-weight: Bold;
	color: #EF2727;
	padding: 0em 0em 0.5em 1.5em;
}

.in_this_section_header_text {
	padding: 0em 1em 0em 0em;
}

#in_this_section ul{
	color: #767A7D;
	padding: 0.5em 0.5em 0em 0em;
}

#in_this_section li{
	color: #767A7D;
	text-decoration: none;
	float: none;
	list-style-type: none;
}

#in_this_section li a {
	background: url(../images/in_this_section_arrow.gif) no-repeat;
	height: 21px;
	color: #EF2727;
	font-weight: bold;
	text-decoration: none;
	padding-left: 2.5em;
	padding-top: 0.4em;
	padding-bottom: 0.2em;
}

#in_this_section a:hover {
	text-decoration: underline;
}

#in_this_section .description {
	padding-left: 2.5em;
	padding-bottom: 0.5em;
}

/*this styles the in page contacts*/

.contact_solid_rule_top {
	border-top: solid 1px #C0C0C0;
	padding: 1em 0em 0.5em 0em;
}

.contact_solid_rule_title_bold {
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
	padding: 0em 0em 0.5em 0em;
}

.contact_solid_rule_top_bold {
	font-weight: bold;
}

.contact_solid_rule_top p {
	padding: 0em 0em 0.3em 0em;
}

.contact_solid_rule_top a {
	text-decoration: none;
}

.contact_solid_rule_top a:hover {
	text-decoration: underline;
}

/*this styles the share price*/

#share_price {
	/*background-color: #FFFFFF;*/
	padding: 8px 0 12px 0;
	border-top: 1px solid #CCCCCC;
}

#share_price .share_price_header {
	font-weight: bold;
	color: #333333;
	padding: 4px 0 0 25px;
	display: block;
}

#share_price .share_price_number {
	margin: 4px 20px 0 25px;
	padding-bottom: 8px;
	font-size: 1.55em;
	color: #EF2727;
	border-bottom: 1px solid #CCCCCC;
}

#share_price .share_price_plus {
	padding: 0 0 0 20px;
	font-size: 0.5em;
	color: #212B55;
}

#share_price .share_price_minus {
	padding: 0 0 0 20px;
	font-size: 0.5em;
	color: #212B55;
}

#share_price .share_price_delayed {
	font-size: 0.8em;
	color: #767A7D;
	padding: 4px 0 0 25px;
}


/*styles the WYSIWYG content (tables in particular)*/
#contentHTML table{
	border: none;
	margin: 0;
	padding: 0;
}

#contentHTML td{
	border: none;
	margin: 0;
	padding: 0;
	color: #666666;
}

#contentHTML th{
	border: none;
	margin: 0;
	padding: 0;
}

#data_table table{
	border-left: solid 1px #C0C0C0;
	border-top: solid 1px #C0C0C0;
	margin: 1.1em 0em 1.1em 0em;
}

#data_table td{
	color: #767A7D;
	padding: 0.4em 0.3em 0.3em 0.3em;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 1px #C0C0C0;
}

#data_table th{
	font-weight: bold;
	color: #EF2727;
	padding: 0.4em 0.3em 0.3em 0.3em;
	border-right: solid 1px #C0C0C0;
	border-bottom: solid 2px #C0C0C0;
}

#contentHTML mailto {
	color: #EF2727;
	text-decoration: underline;
}

#contentHTML a {
	color: #EF2727;
	text-decoration: underline;
}

#contentHTML .news_content a
{
	color:#767A7D;
	text-decoration:none;
}

#contentHTML .news_content a:visited
{
	color:#767A7D;
	text-decoration:none;
}

#contentHTML .news_content 
{
padding-top: 5px;
}

#contentHTML .news_date
{
padding-top: 5px;
}

#contentHTML a:visited {
	color: #EF2727;
	text-decoration: underline;
}

#contentHTML a:hover {
	text-decoration: none;
	color: #EF2727;
}

#contentHTML a:visited:hover {
	text-decoration: none;
}

#contentHTML ul{
	margin-left: 1em;
	color: #767A7D;
	padding: 0.5em 0em 0.5em 0.5em;
	line-height: 1.2em;
}

#contentHTML ul li {
	float: none;
	list-style-type: disc;
	padding: 0em 0em 0.6em 0em;
	white-space: normal;
}

#contentHTML ol{
	margin-left: 1em;
	color: #767A7D;
	padding: 0em 0em 1.5em 0.5em;
	line-height: 1.2em;
}
#contentHTML ol li {
	float: none;
	list-style-type: decimal;
	padding: 0em 0em 0.6em 0em;
	white-space: normal;
}

#contentHTML ul ul{
	margin-left: 0em;
	color: #767A7D;
	padding: 0.5em 0em 0em 0em;
	line-height: 1.2em;
}

#contentHTML ul ul li {
	float: none;
	list-style-type:none;
	padding: 0em 0em 0.4em 1em;
	white-space: normal;
	background: url(../images/list_dash.gif) no-repeat 0px 5px;
}

#contentHTML #contact {
	width: 100%;
	margin: 0em 0em 1em 0em;
	padding: 1em 0em 1em 0em;
	/*border-bottom: solid #EF2727 2px;*/
	/*border-bottom: dotted #cccccc 1px;*/
}

/*styles the admin*/

#tools_menu .logged_in a {
	color: #D71D22;
}

#sub_nav_list .logged_in a {
	color: #D71D22;
}

#sub_nav_02_list .logged_in a{
	color: #D71D22;
}

#sub_nav_03_list .logged_in a {
	color: #D71D22;
}

#sub_nav_04_list .logged_in a {
	color: #D71D22;
}

#sub_nav_05_list .logged_in a {
	color: #D71D22;
}

.padding_top_bottom_left_right{
	padding: 2em 30px 1em 40px;
}

/*this section styles the SEO content */

.SEO_text {
	font-size: 0.9em;
	color: #CCCCCC;
	padding: 1em 5em 0em 5em;
	line-height: 1.4em;
}

.SEO_text p {
	color: #CCCCCC;
	padding: 1em 5em 0em 5em;
	line-height: 1.4em;
}

.SEO_text a {
	color: #CCCCCC;
	padding: 0em 0.3em 0em 0.3em;
	text-decoration: none;
}

.SEO_text a:hover {
	color: #818181;
	text-decoration: underline;
}

.SEO_text a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.FooterLinks{
	padding:10px;
}
.FooterLinks a{
	margin-left:10px;
	text-decoration:none;
}
.FooterLinks a:visited{
	text-decoration:none;
}

.features{
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}
.features a{
	color:#EF2727;
	font-weight:bold;
	text-decoration:none;
}
.features span{
	color:grey;
	font-weight:bold;
}

#calendar td {
	padding: 4px 0 4px 0;
	border-bottom: 1px dotted #ccc;
}

#calendar a {
	text-decoration: none;
}

#calendar a:hover {
	text-decoration: underline;
}

#calendar a:visited {
	text-decoration: none;
}

#calendar a:visited:hover {
	text-decoration: underline;
}

/*** ETHICS DOWNLOADS ***/


ul#ethics_languages {
margin:0;
padding:0;
}

#ethics_languages li {
margin: 0 0 3px 0;
list-style-type:none !important;
text-indent: -2000px;
}

#ethics_languages li a {
	display:block;
	width: 94px;
	width:expression(96 + "px");
	height:expression(18 + "px");
	height: 16px;
	border:1px solid #ee3124;
}

#ethics_languages li a:hover {
	background-color:#ee3124;
}

#ethics_languages li.english a {
	background: url(../images/english_over.png) no-repeat;
}

#ethics_languages li.english a:hover {
	background: url(../images/english.png) no-repeat;
}

#ethics_languages li.chinese a {
	background: url(../images/chinese_over.png) no-repeat;
}

#ethics_languages li.chinese a:hover {
	background: url(../images/chinese.png) no-repeat;
}

#ethics_languages li.danish a {
	background: url(../images/danish_over.png) no-repeat;
}

#ethics_languages li.danish a:hover {
	background: url(../images/danish.png) no-repeat;
}

#ethics_languages li.french a {
	background: url(../images/french_over.png) no-repeat;
}

#ethics_languages li.french a:hover {
	background: url(../images/french.png) no-repeat;
}

#ethics_languages li.german a {
	background: url(../images/german_over.png) no-repeat;
}

#ethics_languages li.german a:hover {
	background: url(../images/german.png) no-repeat;
}

#ethics_languages li.spanish a {
	background: url(../images/spanish_over.png) no-repeat;
}

#ethics_languages li.spanish a:hover {
	background: url(../images/spanish.png) no-repeat;
}

#ethics_languages li.vietnamese a {
	background: url(../images/vietnamese.png) no-repeat;
}

#ethics_languages li.vietnamese a:hover {
	background: url(../images/vietnamese_over.png) no-repeat;
}

.gfs_updated {
	background: url(../images/GFS_updated.gif) no-repeat 25px 3px !important;
}
.mr_new {
	background: url(../images/MR_new.gif) no-repeat 25px 3px !important;
}
.go_new {
	background: url(../images/GO_new.gif) no-repeat 25px 3px !important;
}

.opex_new {
	background: url(../images/Opex_new.gif) no-repeat 25px 3px !important;
}

p.customer_support_links {
margin: 10px 0 10px 0;
text-align:center;
vertical-align: middle;
}

p.customer_support_links  a{
width: 150px;
height: 24px;
display: block;
border: 1px solid #ef2727;
float:left;
text-decoration:none !important;
margin: 0 10px 20px 0;
font-weight:bold;
line-height: 24px;
text-transform:uppercase;
}

p.customer_support_links  a:hover{
background: #ef2727;
color: #FFFFFF !important;
border: 1px solid #ef2727;
}

p.hero_release {
margin: 0 10px 0 25px;
font-size: 11px;
line-height: 13px;
}

p.red {
color: #ef2727;
}

div.twtr-widget {
margin: 0 0 15px 0px;
}

div.twtr-tweet-wrap p {
	line-height: 14px;
	font-size: 11px;
}

div.farnborough {
background: #EFEFEF;
margin-bottom: 16px;
width: 520px;
}

div.farnborough p.airshow {
color: #000000;
font-size: 14px;
font-weight:bold;
padding: 10px 15px 0 15px;
}

div.farnborough p.appointments {
padding: 5px 15px 10px 15px;
color: #767A7D;
}

div.farnborough p.appointments a {
text-decoration:none;
color: #767A7D;
}

div.farnborough p.appointments a:hover {
text-decoration:none;
color: #EF2727;
}


/* NEW STYLES FOR CAPABILITIES PAGES */

div.capability h2 {
	font-weight:normal;
	padding: 0em 0em 1em 20px;
	font-size: 1.4em;
	line-height: 1.4em;
	}
	
div.capability h3 {
	font-weight:bold;
	padding: 1.6em 0em 0.3em 0em;
	margin: 0 20px 1em 20px;
	color: #000000;
	font-size: 1.4em;
	line-height: 1.4em;
	border-bottom: 3px solid #EF2727;
	text-transform:uppercase;
	}
	
div.capability ul+h3 {
	padding: 1.0em 0em 0.3em 0em;
	}
	
div.capability h4 {
	font-weight:bold;
	padding: 1em 0em 0.1em 0em;
	margin: 0 20px 0.3em 20px;
	color: #000000;
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform:uppercase;
	}
	
div.capability ol {
        padding: 0em 2em 0.8em 24px !important;
        }       

div.capability p+h4 {
        margin: 1.5em 20px 0em 20px;
        }

div.capability ul+h4 {
        margin: 1.5em 20px 0em 20px;
        }
        
div.capability h4.no_space {
        margin: 1em 20px 0em 20px;
        }
	
	
div.capability h5 {
	font-weight:normal;
	padding: 0.7em 0em 0.4em 20px;
	color: #EF2727;
	}
	
div.capability p {
	padding: 0em 2em 0.8em 20px;
	color: #767A7D;
	line-height: 1.4em;
	}	
	
div.capability ul {
	padding: 0em 2em 0.8em 24px !important;
	}
	
div.capability ul ul {
	padding: 0.8em 2em 0.4em 0px !important;
	}
	
div.capability ul.who {
	padding: 0em 2em 0.8em 10px !important;
	}	
	
div.capability p+ul.who {
	padding: 0.5em 2em 0.8em 10px !important;
	}

div.capability p.bold+ul.who {
	padding: 0em 2em 0.8em 10px !important;
	}		
	
div.capability ul.who li {
	list-style-type:none !important;
	border-bottom: 1px dashed #666666;
	line-height: 1.4em;
	margin: 0 0 0.4em 0;
	}	
	
div.capability_intro {
	background: #efefef;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 20px 0 20px 20px;
	margin-bottom: 20px;
	}
	
div.capability_intro p {
	padding: 0em 2em 0.8em 0px;
	}
	
div.capability p.capability_contact {
padding: 0em 2em 0.2em 20px;
	}

div.capability p.capability_contact a {
color: #000000 !important;
text-decoration:none!important;
	}
	
div.capability p.capability_contact a:hover {
color: #EF2727 !important;
	}
	
div.capability p.capability_contact_bold a {
color: #000000 !important;
text-decoration:none!important;
font-weight:bold;
	}
	
div.capability p.capability_contact_bold a:hover {
color: #EF2727 !important;
	}		
	
div.capability p.capability_red_caps {
color: #EF2727;
text-transform:uppercase;
padding: 1em 2em 0.2em 20px;
font-weight:bold;
	}
	
div.capability p.capability_red {
color: #EF2727;
margin-bottom: 4em;
	}
	
div.capability p.capability_quote {
color: #EF2727 !important;
	}

div.capability span.bold {
	font-weight:bold;
	color:#000000 !important;
	}
	
div.capability .bold {
	font-weight:bold;
	color:#000000 !important;
	}
	
div.capability_intro .bold {
	font-weight:bold;
	}
	
	
/*** NEW COOKIE STYLES ***/
#cookies {
        position: absolute;
        bottom: 0px;
        right: 20px;
        background: #efefef;
        color: #ef272c;
		z-index: 10;
}

#cookies a {
	color:#ef272c;
	text-decoration:none;
	float:left;
	padding: 0 0 0 10px;
	line-height: 30px;
}

#cookies a:hover {
	color:#000000;
	text-decoration:underline;
}

.hidden {
display:none;
}

        
a.close {
        background: url(../images/cookie_ok.png) no-repeat;
        width: 32px;
        height: 30px;
        display:block;
		text-indent: -3000px;
		float:left;
		padding: 0 !important;
        }
        
a.close:hover {
        background: url(../images/cookie_ok_hover.png) no-repeat;
        }

.addthis_container {
padding: 0;
}

.addthis_container img {
padding: 0px;
}


.opex_responsive {
background: url(../resources/opex/opex_issue_01_responsive_thumb.png) no-repeat;
width: 250px;
height: 200px;
text-align:right;
}

.opex_responsive a {
display:block;
width: 250px;
height: 180px;
}


/*** NEW STYLES FOR AOG AFTERMARKET CONTENT ***/

.content_area {
    width:520px;
    margin: 0 auto;
    background: #ffffff;
	position:relative;
}

.home {
background: url(../images/home_background.png) no-repeat;
padding: 0 230px 30px 0;    
}

.aog {
background: url(../images/aog_background.png) no-repeat;
padding: 0 270px 10px 0;    
}

.capabilities {
    float:left;
    width:86px;
    height: 580px;
    background: #cccccc;
    margin: 0 2px 0 0;
    padding: 15px 5px 10px 5px;
}

.brands {
    float:left;
    width:86px;
    height: 220px;
    background: #eeeeee;
    margin: 0 2px 20px 0;
    padding: 15px 5px 10px 5px;
}

#chart {
    display:none;
    width: 100%;
}

.content_area  h1 {
font-size: 1.5em;
background-color:#ffffff;
color:#000000;
padding: 0;
margin: 0 0 1em 0;
}

.content_area h2 {
    margin: 0.8em 0;
}

.content_area h3 {
    width:74px;
	width:expression(94 + "px");
    float:left;
    padding: 0 24px 0.2em 0 !important;
    margin: 0;
}

.capabilities p {
    color:#000000;
    font-weight:bold;
    margin: 0 5px 0.6em 5px;
    font-size: 0.9em;
    line-height: 1.1em;
	padding: 0;
}

.capabilities p.header {
    margin: 0 5px 0em 5px;
}

.capabilities ul {
    padding:0 !important;
    margin: 0 5px 1.5em 4px !important;
    /*list-style-position: inside !important;*/
}

.capabilities ul li {
    margin:0 0 0.2em 0 !important;
    padding:0 0 0 10px !important;
    /*text-indent: -10px !important;*/
    color: #000000 !important;
    font-size: 0.9em !important;
	list-style: none !important;
	background:	url(../images/bullet.png) 2px 4px no-repeat;
	line-height:1.1em;
}

.brands ul {
    padding:0 !important;
    margin: 0 5px 1.5em 5px !important;
    font-size: 0.9em !important;
}

.brands ul li {
    font-weight:bold !important;
    margin:0 0 0.6em 0 !important;
    padding:0 !important;
    list-style-type:none !important;
		line-height:1.1em;
}

.aog_telephone {
    font-size: 1.2em;
    font-weight:bold;
    margin:0;
    padding:0;
}

.no_margin {
    margin:0;
}

.download {
    margin: 10px 0 30px 0;
}

.download a {
    padding: 10px 0 10px 40px;
    background: url(../images/pdf.png) 0px 0px no-repeat;
}

.view {
    margin: 10px 0 20px 0;
}

.view a {
    padding: 10px 0 10px 40px;
    background: url(../images/view.png) 0px 0px no-repeat;
	cursor: pointer;
}

.view a:hover {
    text-decoration:none !important;
}

.aog_request {
width: 160px;
position:absolute;
left: 310px;
top: 130px;
}

/*** NEW STYLES FOR CAREERS SECTION ***/

.career_area {
    width:520px;
    margin: 0 auto;
    padding: 0 0 20px 0;
    background: #ffffff;
}

.career_area p {
    width:350px;
}

p.apply_now {
    padding: 6px;
    background: #EF2727;
    color: #ffffff;
	text-align:center;
    width: 260px !important;
}

p.apply_now a {
    color: #ffffff !important;
}

.meggitt_graduates {
    border-top: 1px dotted #EF2727;
    border-bottom: 1px dotted #EF2727;
    padding: 0 0 10px 0;
    margin: 20px 0 10px 0;
}

.meggitt_graduates img {
    width: 150px;
	height:auto;
}

.rotator {
    width: 520px;
    height: 152px;
    position: relative;
    border-bottom: 1px dotted #666666;
    margin: 20px 0 20px 0;
}

.rotator ul {
    margin:0 !important;
    padding:0 !important;
}

.rotator li {
    list-style-type:none !important;
    margin:0 !important;
    padding:0 !important;
    position: absolute;
}

/*** NEW PROFILE STYLES ***/

.profiles_intro .intro_para {
	color:#ef2727;
	margin: 0 0 10px 0;
	padding: 1em 0 0 0;
	font-size: 1.9em;
	line-height: 1.2em;
}

.profiles_intro p.apply_first {
	width: 46% !important;
	float:left;
	margin-right:5%;
}

.profiles_intro p.apply_first a {
	padding: 12px 8px;
	background: #EF2727;
	color: #ffffff;
	text-align:center;
	width: 100%;
	margin: 10px 0;
	color: #efefef !important;
	text-transform: uppercase;
	text-decoration:none !important;
	display:block;
}

.profiles_intro p.apply_first a:hover {
	color: #ffffff !important;
	text-decoration:underline !important;
}

.profiles_intro p.apply {
	width: 46% !important;
	float:left;
}

.profiles_intro p.apply a {
	padding: 12px 8px;
	background: #EF2727;
	color: #ffffff;
	text-align:center;
	width: 100%;
	margin: 10px 0;
	color: #efefef !important;
	text-transform: uppercase;
	text-decoration:none !important;
	display:block;
}

.profiles_intro p.apply a:hover {
	color: #ffffff !important;
	text-decoration:underline !important;
}


ul.choose {
	margin: 0 !important;
	padding: 0 !important;
}

ul.choose li.toggle {
	border: 1px solid #666666;
	list-style-type:none!important;
	margin: 10px 0 0 9px !important;
	float:left !important;
	text-align:center;
}

ul.choose li.toggle_first {
	border: 1px solid #666666;
	list-style-type:none!important;
	margin: 10px 0 0 0 !important;
	float:left !important;
	text-align:center;
}

ul.choose li.active {
border: 1px solid #EF2727;
}

ul.choose li:hover {
border: 1px solid #EF2727;
}

ul.choose li a {
	text-align:center;
	padding: 8px 8px 0px 8px !important;
	color: #666666 !important;
	text-transform: uppercase;
	text-decoration:none !important;
	display:block;
	font-weight:bold;
}

ul.choose li.active a {
color: #EF2727 !important;
}

ul.choose li a:hover {
color: #EF2727 !important;
}

.toggle_content#div2 {
	display:none;
}
.toggle_content#div3 {
	display:none;
}

.profiles_miam {
	position:absolute;
	right: 10px;
	top: 10px;
	width: 120px;
	height: auto;
}

.profiles_opex {
	position:absolute;
	right: 35px;
	top: 50px;
}

.profiles_threads {
	position:absolute;
	right: 30px;
	top: 180px;
	width: 100px;
	height: auto;
}

.profiles_musical {
	position:absolute;
	right: 35px;
	top: 25px;
}

.profiles_history {
	position:absolute;
	right: 35px;
	top: 90px;
}

#profiles_grey {
	background: #efefef;
	margin:10px 0 0 0;
	padding: 10px;
	position:relative;
}

#profiles_grey  h2 {
	color:#ef2727;
	margin: 0 0 20px 0;
	font-size: 1.4em;
}

#profiles_grey  h3 {
	margin: 10px 0 10px 0;
}

#profiles_grey  h3 a {
	text-decoration:none;
}

#profiles_grey  h3 a:hover {
	text-decoration:underline;
}


.profiles_grey {
	background: #efefef;
	margin:10px 0 0 0;
	padding: 10px;
	position:relative;
}

.profiles_grey  h2 {
	color:#ef2727;
	margin: 0 0 20px 0;
	font-size: 1.4em;
}

.profiles_grey  h3 {
	margin: 10px 0 10px 0;
}

.profiles_grey  h3 a {
	text-decoration:none;
}

.profiles_grey  h3 a:hover {
	text-decoration:underline;
}

.row {
	margin:0 0 20px 0;
}

.profile_first {
	width: 160px;
	margin-left: 0;
	float:left;
}

.profile {
	width: 160px;
	margin-left: 10px;
	float:left;
}

.profile_first img {
	width:100%;
}

.profile img {
	width:100%;
}

.view_cv {
	position:absolute;
	bottom: 0px;
	left:0px;
}

.view_cv  a{
	text-decoration:none !important;
	color: #000000 !important;
	cursor:pointer;
}

.view_cv  a:hover{
	text-decoration:underline !important;
	color: #EF2727 !important;
}

div#cv {
	display:none;
	background: #efefef;
	padding: 10px;
	margin: 20px 0 20px 0;
}

div.profile_header {
position:relative;
}

div.profile_header_text {
float:left;
width: 288px;
position:relative;
}

div.profile_header_image {
float:left;
width: 222px;
margin-left: 10px;
margin-bottom: 0px !important
}

div.profile_header_image img {
margin-bottom: 0px !important;
width: 222px !important;
height: auto !important;
}


div.profile_content {
padding-bottom: 20px;
}

div.profile_content img {
height:auto;
width: 520px;
}

div.profile_content div.profile_header_text  h1 {
font-size: 20px;
margin: 20px 0 0 0;
padding:0;
background: none;
color: #000000;
border-bottom: none; 
}

div.profile_content div.profile_header_text  h2 {
font-size: 15px;
line-height: 19px;
margin: 0;
padding:0;
color: #000000; 
}

div.profile_content  h2 {
font-size: 20px;
line-height: 26px;
margin: 0;
padding:0;
color: #EF2727;
}

div.profile_content  p.intro_para {
font-size: 14px;
line-height: 20px;
color: #666666;
}

div.profile_content h3 {
color:#ff3333;
font-size:14px;
line-height:17px;
}

div.profile_content h4 {
        font-size:21px;
        line-height:25px;
        color: #000000;
        margin: 30px 0 30px 0;
        font-weight: bold;
		position:relative;
}

.open_quote {
position:absolute;
top: -40px;
width: 30px !important;
height:auto  !important;
}

.close_quote {
position:absolute;
/*bottom: -30px;*/
width: 30px !important;
height:auto !important;
margin-left: 10px !important;
}

div.profile_content h4 a {
font-size: 21px;
}

div.profile_content hr {
margin: 10px 0 10px 0;
border:none;
border-bottom: 1px dotted #666666;
height:1px;
}

hr.under_links {
margin: 20px 0 20px 0;
border:none;
border-bottom: 1px dotted #666666;
height:1px;
}

div.profile_content hr.bottom {
margin: 20px 0 20px 0;
border:none;
border-bottom: 1px dotted #666666;
height:1px;
}

div.profile_content img {
margin: 20px 0 20px 0;
}

img.no_space {
padding:0 !important;
margin:0 !important;
}

div.lc_profile_detail h3.first {
color: #EF2727;
margin:0;
padding:0;
font-size: 13px;
line-height: 15px;
}

div.lc_profile_detail h3 {
color: #EF2727;
margin:20px 0 0 0;
padding:0;
font-size: 13px;
line-height: 15px;
}

div.lc_profile_detail h4 {
color: #ffffff;
margin:0;
padding:0;
font-size: 12px;
line-height: 15px;
}

div.lc_profile_detail h5 {
color: #ffffff;
margin:0 0 10px 0;
padding:0 0 10px 0;
font-size: 12px;
line-height: 15px;
border-bottom: 1px dotted #222222;
}

div.lc_profile_detail ul {
margin:0 !important;
padding:0 0 10px 0 !important;
border-bottom: 1px dotted #222222;
}

div.lc_profile_detail li {
list-style-type:none !important;
margin:0 !important;
padding:0 !important;
font-size: 11px;
color:#222222;
}
div.lc_profile_detail li.interests {
padding-top:10px !important;
}

div.lc_profile_detail li.year {
padding-top:10px !important;
font-weight:bold;
}

div.lc_profile_detail li.education {
padding-top:10px !important;
font-weight:bold;
}

div.lc_profile_detail li.qualification {
padding-top:10px !important;
}

div.lc_profile_detail li.italic {
  font-style: italic;
}

span.bold {
font-weight:bold;
}

.red {
color: #EF2727;
}

.firstcharacter {
float: left;
color: #EF2727;
font-size: 55px;
line-height: 40px;
padding-top: 4px;
padding-right: 4px;
padding-left: 0px; }

.back {
text-decoration:none !important;
}

.back:hover {
text-decoration:underline !important;
}


p.job_link {
	border: 1px solid #666666;
	list-style-type:none!important;
	margin: 10px 0 6px 0 !important;
	text-align:center;
}

p.job_link:hover {
border: 1px solid #EF2727;
}

p.job_link  a {
	text-align:center;
	padding: 8px 8px 0px 8px !important;
	color: #666666 !important;
	text-transform: uppercase;
	text-decoration:none !important;
	display:block;
	font-weight:bold;
}

p.job_link  a:hover {
color: #EF2727 !important;
}


/*** SOCAIL LINKS ***/

p.social_find {
margin: 20px 0 0 25px;
font-weight:bold;
color: #333333;
font-size: 1.1em;
}

ul.social_find_list {
margin: 0 0 0 25px;
}

ul.social_find_list li{
float:left;
}

ul.social_find_list li img{
width: 30px;
height:auto;
margin-right: 3px;
}

p.social_share {
margin: 0 0 0 2px;
font-weight:bold;
color: #333333;
font-size: 1.1em;
}

div.contact_not_bold table tr td h3 {
font-weight:normal !important;
}

div#contact  table {
margin-top: 20px;
}

div#contact  table tr td {
padding-bottom: 10px;
padding-top: 10px;
border-top: dotted #CCCCCC 0px;
}

div#contact  table tr td.contact_left {
border-right: dotted #CCCCCC 0px;
}

div#contact  table tr td.contact_right {
padding-left: 0px;
}

.bold {
font-weight:bold;
}

ul.code_of_conduct {
margin-left:16px !important;
list-style-type:none !important;
}

ul.code_of_conduct li {
margin-bottom: 2px;
list-style-type:none !important
}

div.m4 sup {
position:relative;
top: 0.25em;
}


/* NEW FOOTER STYLES */

.footer {
	background: #767A7D;
	color: #dddddd;
}

.footer p {
	color: #dddddd;
}

.footer a {
	color: #dddddd;
	text-decoration:none;
}

.footer a:hover {
	color: #ffffff;
	text-decoration:underline;
}

.footer_content {
	padding: 6px 0 0 25px;
	position:relative;
}

.footer_divisions {
	position:absolute;
	top: 15px;
	left: 240px;
}

.footer_divisions h2 {
	color: #dddddd;
	margin-bottom: 10px;
}

.footer_divisions li {
	margin-bottom: 10px;
}

.footer_would_you {
	position:absolute;
	top: 15px;
	left: 470px;
}

.footer_would_you h2 {
	color: #dddddd;
	margin-bottom: 10px;
}

.footer_would_you li {
	margin-bottom: 10px;
}

.footer_share {
	position:absolute;
	top: 15px;
	left: 660px;
}

.footer_share h2 {
	color: #dddddd;
	margin-bottom: 10px;
}

/*** 2015 NEW STYLES FOR CSS CONTENT ***/

.css_home {
	background: #000000 url(../images/home.png) no-repeat 320px 10px;
	background-size: auto 90%;
	padding: 15px 230px 15px 15px;
}

.css_home h1 {
	color: #EF2727;
	background:none;
	font-size: 28px;
}

.css_home p {
	color: #ffffff;
}

.css_service {
	/*background: url(../images/service.jpg) no-repeat 282px 20px;
	background-size: auto 240px;*/
	padding: 5px 15px 15px 15px;
	margin-top: 20px;	
}

.css_service_parts {
	float:left;
	width: 44%;
}

.css_service_aog {
	float:left;
	width: 40%;
	margin-left: 5%;
	padding-left: 10%;
	padding-bottom: 10px;
	margin-bottom: 40px;
	border-left: 1px dotted #000000;
}

.css_service_aog img {
	width: 60%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

.us_tel_spacer {
	padding-right: 8px;
}

.int_tel_spacer {
	padding-right: 45px;
}

.css_service h2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.css_service .download {
	padding-top: 10px;
	margin-bottom: 30px;
}

.css_comprehensive {
	background: #efefef;
	padding: 15px;
	margin-bottom: 10px;
}

.css_comprehensive h2 {
	margin: 0 0 0.2em 0;
}

.css_comprehensive h3 {
	width: 100%;
	float: none;
	margin-bottom: 10px;
}

.css_comprehensive img {
	width: 100%;
	height: auto;
	margin: 10px 0;
}

.css_comprehensive .comp_col_one {
	width:30%;
	float: left;
	margin-right: 4%;
}

.css_comprehensive .comp_col_two {
	width:30%;
	float: left;
	margin-right: 4%;	
}

.css_comprehensive .comp_col_three {
	width:30%;
	float: left;
}

hr {
margin: 10px 0 10px 0;
border:none;
border-bottom: 1px dotted #666666;
height:1px;
}

/*** NEW STYLES NOW WE'RE IN WORDPRESS 2015 ***/


.commercial_spacer {
	height: 1px !important;
	max-height: 1px;
}

.product_group {
	float:left;
	width: 43%;
	margin-top: 1em;
	margin-bottom:1em;
	margin-right: 5%;
}

.product_group ul {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.product_group ul li {
	list-style-type:none !important;
	padding: 0 0 0.4em 0 !important;
}

.primary_market {
	float:left;
	width: 43%;
	margin-top: 1em;
	margin-bottom:1em;
	margin-right: 5%;
}

.primary_market ul {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.primary_market ul li {
	list-style-type:none !important;
	padding: 0 0 0.4em 0 !important;	
}

.mss_brand {
	float:left;
	width: 43%;
	margin-top: 1em;
	margin-bottom:1em;
	margin-right: 5%;
}

.mss_brand ul {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.mss_brand ul li {
	list-style-type:none !important;
	padding: 0 0 0.4em 0 !important;	
}

.contact {
	float:left;
	width: 43%;
	padding: 0 0 1em 0;
	margin-top: 1em;
	margin-bottom:1em;
	margin-right: 5%;
}

.contact h3 {
	font-size: 1em !important;
	font-weight:bold !important;
	color: #767A7D !important;
}

.contact h4 {
	color: #EF2727 !important;
	font-weight:normal !important;
	padding: 0 !important;
}

ul.regional_contacts {
	margin-left: 0 !important;
	margin-bottom: 2em;
	padding-left: 0 !important;
}

ul.regional_contacts li {
	list-style-type:none !important;
	padding: 0 0 0.4em 0 !important;	
}

ul.regional_contacts li h3 {
	margin-top: 1em;
}

ul.anchors {
	margin: 0 0 3em 0 !important;
	padding: 1em 0 2em 0 !important;
}

ul.anchors li {
	border: 1px solid #666666;
	list-style-type:none!important;
	margin: 10px 0 0 9px !important;
	float:left !important;
	text-align:center;
}

ul.anchors li.first_anchor {
	margin: 10px 0 0 0 !important;
}

ul.anchors li:hover {
border: 1px solid #EF2727;
}

ul.anchors li a {
	text-align:center;
	padding: 8px 8px 0px 8px !important;
	color: #666666 !important;
	text-decoration:none !important;
	display:block;
	font-weight:bold;
}

ul.anchors li a:hover {
color: #EF2727 !important;
}

#hp_divisions a {
	color:#EF2727;
	text-decoration:none;
}

#hp_divisions a:hover {
	color:#EF2727;
	text-decoration:underline;
}

#hp_divisions .link_image {
	width:80px;
	float:left;
	margin-bottom:0;
	padding-bottom:0;
	text-align:center;
}

#hp_divisions .miam {
	padding-top: 9px;
}

#hp_divisions .miam img {
	width: 100%;
	height: auto;
}

#hp_divisions .dna {
	padding-top: 5px;
}

#hp_divisions .dna img {
	width: 80%;
	height: auto;
}

#hp_divisions .musical {
	padding-top: 9px;
}

#hp_divisions .musical img {
	width: 80%;
	height: auto;
}

#hp_divisions .link_text {
	width:85px;
	float:left;
	margin-bottom:0;
	padding-bottom:0;
	padding-top: 12px;
}

#hp_divisions .link_text_small {
	font-size:0.85em;
}


.heritage_first {
	padding-top: 30px;
}

.heritage {
	padding-bottom: 20px;
}

.heritage_left {
	float:left;
	width: 83px;
}

.heritage_right {
	float:left;
	width: 200px;
}

.heritage_right p {
	
}

.contact_aog {
	width: 40%;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.contact_aog img {
	width: 60%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

/** SEARCH **/

.search_form {
	width:180px;
	margin: 2em 0 1em 25px;
	height:22px;
	padding:0;
	position:relative;
	z-index: 2;
}

.search_form input {
	width:138px;
	height: 22px;
	border: 1px solid #cccccc;
	border-right:none;
	z-index: 2;	
}

.search_form form:focus {
	outline:none;	
}

.search_form input:focus {
	outline:none;	
}

.search_form button:focus {
	outline:none;	
}

.search_form button {
	position:relative;
}

.search_form .arrow {
	width:0px;
	height:0px;
	position: absolute;
    right: 32px;
    top: 6px;
    z-index:100;
    border-top: 6px solid transparent;
	border-bottom: 6px solid transparent; 
	border-right:6px solid #EF2727; 
}

.search_form button.search_btn {
	width:28px;
	height: 24px;
	cursor:pointer;
	border:none;
	background: #EF2727;
	border: 1px solid #EF2727;
	color: #ffffff;
	position:absolute;
	top:0;
	right:4px;	
}

.search_form_in_page {
	padding: 1em 0px;
}

.search_form_in_page input {
	width:160px;
	height: 2em;
}

.search_form_in_page input.search_btn {
	width:80px;
	padding: 5px;
	margin: 6px 0;
	cursor:pointer;
	height: 2em;	
}

.search_results {
	padding-bottom: 3em;
}

.search_results hr {
	border: none;
	height: 1px;
	border-top:1px dotted #e3e3e3;
}

.search_results h2.section {
	border-top: 1px dotted #cccccc;
	margin-top: 2em;
	padding-top: 2em;
	padding-bottom: 1em;
}

.search_results h3 {
	margin-bottom: 0em;
}

.search_results h3 a {
	text-decoration:none !important;
}

.search_results h3 a:hover {
	text-decoration:underline !important;
}

.search_results_section h2 {
	display:none;
}

.search_results_section h2:first-child {
	display:block;
}

/*** NEW AR&T CONTENT STYLES JULY 2016 ***/

.art_one {
	width: 55%;
	float:left;
	margin-right: 5%;
	padding-bottom: 40px;
}

.art_one ul {
	margin-left: 0 !important;
	padding: 0.5em 0 !important;
}

.art_one ul.key li {
	background-color: #767A7D;
	color: #ffffff;
	list-style-type: none !important;
	float:left !important;
	width: 108px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align:center;
	height: 50px;
	padding: 0 15px !important;
}

.art_one ul.core li {
	background-color: #efefef;
	color: #000000;
	list-style-type: none !important;
	float:left !important;
	width: 108px;
	margin-right: 4px;
	margin-bottom: 4px;
	text-align:center;
	height: 50px;
	padding: 0 15px !important;
}

.art_one ul li span {
	display:block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.art_two {
	width: 40%;
	float:left;
}

.art_two ul {
	margin-left: 0 !important;
	padding: 0.5em 0 !important;
}

.art_two ul li {
	padding-left: 0 !important;
	list-style-type: none !important;
}

.art_grey {
	background: #efefef;
	padding: 6px 10px 0px 10px;
	margin-bottom: 450px;
}

.art_grey img {
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 100%;
	height:auto;
}

.art_grey a:hover {
	opacity: 0.6;
}

.full_size {
	width: 100%;
	height:auto;	
}

.half_size {
	width: 65%;
	height:auto;	
}

.art .part_one {
	padding: 30px;
}

.art .part_one p {
	color: #ffffff;
	font-size: 1.2em;
}

.art .part_one h2 {
	color: #ffffff;	
}

.art .part_two {
	padding: 30px;
}

.art .orange {
	background: #f49102;
}

.art .green {
	background: #c2d500 url(../images/meggitt_green_cones.jpg) no-repeat top center;
	background-size: 100% auto;
}

.art .green h2 {
	padding-top:0;
	padding-bottom: 50px;
	font-size: 40px;
	line-height: 40px;
}

.art .green p {
	color: #000000;
	width: 48%;
}

.art .red {
	background: #e42a1b;
}

.art .red p {
	width: 74%;
}

.art .blue {
	background: #5bc4f3;
}

.art .blue h2 {
	padding-top:0;
	padding-bottom: 20px;
}

.art .blue p {
	color: #000000;
	width: 58%;
}

.art a.gains_link {
	color:#5bc4f3 !important;
	text-decoration:none  !important;
	font-size:1.2em;
	font-weight: bold;
}

.art a.gains_link:hover {
	text-decoration:underline  !important;
}

.art a.m4_link {
	text-decoration:none  !important;
	font-size:1.2em;
	font-weight: bold;
}

.art a.m4_link:hover {
	text-decoration:underline  !important;
}

/*** NEW MPS CONTENT STYLES AUGUST 2016 ***/

.mps_top h2 {
	font-weight:normal;
	font-size: 1.4em;
	color: #EF2727;
	padding-bottom: 1.4em;
}

.mps_top h3 {
	padding-top: 1.4em;
}

.mps_left {
	float:left;
	width: 57%;
	margin-right: 5%;
}

.mps_right {
	float:left;
	width: 38%;
}

.mps_right img {
	width:80%;
	height:auto;
}

.full_width_image img {
	width:100%;
	height:auto;
	padding-top: 1em;
}

.mps_grey {
	background: #eeeeee url(../images/beat.png) no-repeat 15em 1em;
	background-size: 65% auto;
	padding: 1em;
	margin: 2em 0;
}

.mps_grey h2 {
	font-weight:normal;
	font-size: 2.2em;
	color: #EF2727;
	padding-top: 0;
	padding-bottom: 6em;
}

.mps_grey .mps_left {
	float:left;
	width: 47%;
	padding-right: 4%;
	margin-right: 0;
}

.mps_grey .mps_right {
	float:left;
	width: 46%;
	padding-right: 3%;
}

.mps_articles h3 {
	padding-bottom: 1.4em;
}

.mps_article {
	margin-bottom: 1em;
}

.mps_article .mps_left {
	border-bottom:dotted 1px #000000;
	padding-bottom:1em;
	min-height: 110px;
}

.mps_article .no_border {
	border-bottom:none;
}

.opex_image img {
	width:50%;
	height:auto;	
}

/** NEW CAREERS STYLES SEPT 2016 **/

.careers img {
	width: 100%;
	height:auto;
	margin: 1em 0;
}

.careers h2 {
	font-weight:normal;
	font-size: 2.2em;
	color: #EF2727;
	padding-top: 0;
	padding-bottom: 1em;
}

.careers h3 {
	padding-bottom: 0.5em;
}

.careers p.intro_para {
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
}

.careers_section {
	border-bottom: 1px dotted #cccccc;
	padding: 2em 0;
}

.careers_section_last {
	margin-bottom: 2em;
}

.careers_section_last_no_border {
	border:none;
}

.careers_section_left {
	width: 55%;
	margin-right: 5%;
	float:left;
}

.careers_section_right {
	width: 40%;
	float:left;
}

.careers_section h2 {
	font-size: 1.4em;
	color: #EF2727;
	padding-top: 0;
	padding-bottom: 1em;
}

.careers_section h2.main_title {
	font-weight:normal;
	font-size: 2.2em;
	color: #EF2727;
	padding-top: 0;
	padding-bottom: 1em;
}

.careers_section_left h6 {
	font-size: 1.1em;
	font-weight: bold;	
	color: #000000;
	padding-top: 0.5em;
	padding-bottom: 0;
}

.careers_section_right img {
	margin:0;
}

.careers_social_icon {
	display:inline-block;
	width: 30px;
	height:auto;
	margin-right: 10px;
}

.show_who:hover {
	cursor: pointer;
}

.who_outer {
	position:fixed;
	top: 0;
	left: 0;	
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.7);
	z-index: 20000;
}

.who_inner {
	position:relative;
	background:#ffffff;	
	width: 633px;
	margin: 10em auto;
	padding: 2em;
	border: 1px solid #cccccc;
	border-radius: 4px;
		-webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.8);
-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.8);
box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.8);
}

.who_close {
	color: #666666 !important;
	font-weight: bold;
	font-size: 14px;
	padding: 0.5em;
	text-decoration:none !important;
	border: 2px solid #cccccc;
	border-radius: 50%;
	position:absolute;
	top: -10px;
	right: -10px;
	width: 20px;
	height: 20px;
	background: #ffffff;
	text-align:center;
	line-height: 20px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}

.who_close:hover {
	cursor: pointer;
	color: #EF2727 !important;	
}

.people_links {
	padding-bottom: 1em;
}

.person {
	width:31% !important;
	height: auto;
	margin-right: 3.5%;
	float:left;
}

.person_last {
	width:31% !important;
	height: auto;
	margin-right: 0;
	float:left;
}

.person h2 {
	font-size:1.1em;
}

/** Gravity Forms Styles **/


.gform_wrapper {
margin: 0;
padding: 0 10px 0 0;
max-width: 98%;
}

.gform_wrapper input {
border: 1px solid #cccccc !important;
}

.gform_wrapper ul {
	padding: 0!important;
}

.gform_wrapper .top_label .gfield_label {
	font-size: 11px !important;
	font-weight:bold;
	color: #EF2727;
}

.gform_wrapper .gfield_required {
	color: #EF2727 !important;
}

.gform_wrapper .gfield_radio li label {
	font-size: 11px !important;
}

.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top:0px !important;
}

.gform_wrapper ul.gfield_radio {
	margin: 6px 0px !important;
}

.gform_wrapper ul.gfield_radio li {
	background:none !important;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
	background: #EF2727 !important;
	border:none;
	color: #ffffff;
	padding: 6px;
	text-transform:uppercase;
	font-size: 12px !important;
}

.gform_wrapper li.gfield.gfield_error {
	background-color: #eeeeee !important;
	border-top: 1px solid #EF2727 !important;
	border-bottom: 1px solid #EF2727 !important;
	border-left: 1px solid #EF2727 !important;
	border-right: 1px solid #EF2727 !important;
}

.gform_wrapper .gfield_error .gfield_label {
	color: #EF2727 !important;
}

.gform_wrapper .validation_message {
	color: #EF2727 !important;
}

.gform_wrapper li.gfield_error textarea, .gform_wrapper li.gfield_error input[type=text] {
border: 1px solid #EF2727 !important;
}

.gform_wrapper div.validation_error {
color: #EF2727 !important;
}


/*** 2016 NEW STYLES FOR AEROSPACE CSS CONTENT ***/

.hp_css_link {
	color: #ffffff;
	background: url(../images/Hp_CSS_link.jpg) no-repeat;
	background-size: 100%;
	padding: 8px 0 0 11px;
}

.hp_css_link p {
	color: #ffffff;
	font-size:11px;
}

.hp_css_link span.hp_css_link_spacer {
	padding: 0 10px;
}

.hp_css_link p a {
	color: #ffffff;
	text-decoration: none;
}

.hp_css_link p a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.acss_visit {
	color: #ffffff;
	background: url(../images/css_link.jpg) no-repeat;
	background-size: 100%;
	padding: 7px 0 0 11px;
}

.acss_visit p a {
	color: #ffffff !important;
	text-decoration: none !important;
}

.acss_visit p a:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
}

.acss_service {
	padding: 5px 0 15px 0;
	margin-top: 20px;	
}

.acss_service_parts {
	float:left;
	width: 220px;
	height: 200px;
	padding: 0px 15px;
	background: #eeeeee;
}

.acss_telephone {
	font-size: 13px;
}

.acss_service_aog {
	float:left;
	width: 220px;
	height: 200px;	
	margin-left: 20px;
	padding: 0px 15px;
	background: #3c3c3b;	
}

.acss_service_aog h2 {
	color:#ffffff;
}

.acss_service_aog img {
	width: 45%;
	height: auto;
	margin-top: 2px;
	margin-bottom: 2px;
}

.acss_aog_telephone {
	font-size: 13px;
	color: #ffffff;
}
