body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
padding: 0;
margin: 0;
}

h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}

body {
color: #000;
font-size: 9pt;
line-height: 150%;
font-family: "Trebuchet MS", Tahoma, arial, sans-serif;
margin: 0;
padding: 0;
background: #ccc;
}

img {
border: 0;
margin:0;
padding:0;
display:block;
}
table {
border-collapse: collapse;
border-spacing:0px;
border:0;
padding:0;
margin:0;
}

ul li {
list-style-type: none;
}

li>ul {
top: auto;
left: auto;
}

/* ------------- Main layers ---------------- */

#wrapper {
position: relative;
width: 980px; /* Width to 980 once borders go */
margin-right: auto;
margin-left: auto;
background: #fff;
border:1px solid #f00;
}

#header {
width: 100%;
clear: both;
float: left;
height:156px;
background: #E27975 url(../images/aircraft_recovery.jpg) no-repeat left top;
}

#top_content {
clear: both;
background: #fff url(../images/columns.gif) top left;
width:980px;
height:auto;
}

#mid_content {

clear: both;
margin: 0px;
padding: 0px;
vertical-align:top;
}

#LHS {
width:280px;
height:156px;
float: left;
background: #E27975 url(../images/aircraft_recovery_red.jpg) no-repeat left top;
}

#RHS {
float: right;
}

#footer {
position: relative;
width: 980px; /* Width to 1020 once borders go */
margin-right: auto;
margin-left: auto;
border: 1px solid #f00;
border-top:0 none;
padding-top: 8px;
font-size: 8pt;
background: #900;
}

#divider_drop_shadow {
background: url(../images/drop_shadow.gif) no-repeat top left;
width:980px;
height:10px;
clear:both;
line-height:0.5em;
padding:0;
margin:0;
display: block;
}

.divider {
height:4px;
background:#6C0099;
padding:0;
margin:0;
width:980px;
}

#footer_left{
float: left;
padding: 8px 12px 0 12px;
}

#footer_right{
float: right;
padding: 8px 12px 0 12px;
}

#top_table {
float:left;
}

#lower_left {
margin-top: 24px;
}

/* ------------- End Main layers ---------------- */


/* ------------- Menu ---------------- */

#top_menu {
height: 37px;
margin:0;
padding:0 0 1px;
background: #000;
top:0px;
position:relative;
clear: both;
}

.header_menu ul {
margin:0;
padding:0;
}

.header_menu{
position: absolute;
margin: 0;
padding: 0;
top:0;
}

ul.header_menu li {
	list-style-type: none;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	}

ul.header_menu li a {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0px 7px 2px 7px; /* This controls the gap between menu and dropdown */
	font-size: 9pt;
	width: 126px;
	height:37px;
	}

ul.header_menu li a:link { color: #fff; background: #000 url(../images/menu_up.gif); }
ul.header_menu li a:visited { color: #fff; background: #000 url(../images/menu_up.gif); }
ul.header_menu li a:hover { color: #fff; background: #900 url(../images/menu_over.gif);}

ul.header_menu li.me a:link { color: #fff; background: #383838 url(../images/menu_me.gif);}
ul.header_menu li.me a:visited { color: #fff; background: #383838 url(../images/menu_me.gif);}
ul.Header_menu li.me a:hover { color: #fff; background: #383838 url(../images/menu_me.gif);}

#left_menu {
width: 280px;
padding: 0;
margin: 0;
}

#left_menu ul {
list-style-type: none;
padding: 0;
margin:0;

}

#left_menu ul li {
list-style-type: none;
position: relative;
display:block;
margin: 0;
padding: 0;
height: 38px;
line-height:1em;
border: 1px #000 solid;
border-top:0 none;
vertical-align: middle;
}

#left_menu ul li.top {
border-top:1px solid #000;
}

#left_menu ul li a {
text-decoration: none;
display:block;
margin: 0;
padding: 13px 0px 13px 50px; /* This controls the gap between menu and dropdown */
font-size: 9pt;
font-weight:bold;
}

#left_menu ul li a:link { color: #fff; background: #000 url(../images/menu_up.gif) no-repeat; }
#left_menu ul li a:visited { color: #fff; background: #000 url(../images/menu_up.gif) no-repeat; }
#left_menu ul li a:hover { color: #fff; background: #900 url(../images/menu_over.gif) no-repeat; }

#left_menu ul li.me a:link { color: #fff; background: #383838 url(../images/menu_me.gif) no-repeat;}
#left_menu ul li.me a:visited { color: #fff; background: #383838 url(../images/menu_me.gif) no-repeat;}
#left_menu ul li.me a:hover { color: #fff; background: #383838 url(../images/menu_me.gif) no-repeat;}

#left_menu ul li.emergency {border: 1px solid #f00; border-left: 0;}

#left_menu ul li.emergency a:link { color: #ff0; background: #900 url(../images/menu_alert_over.gif) no-repeat; }
#left_menu ul li.emergency a:visited { color: #ff0; background: #900 url(../images/menu_alert_over.gif) no-repeat; }
#left_menu ul li.emergency a:hover { color: #f00; background: #ff0 url(../images/menu_alert.gif) no-repeat; }

#left_menu ul li.emergencyme {border: 1px solid #fff; border-left: 0; line-height:1em;}

#left_menu ul li.emergencyme a:link { color: #383838; background: #ff0 url(../images/menu_alert.gif) no-repeat; }
#left_menu ul li.emergencyme a:visited { color: #383838; background: #ff0 url(../images/menu_alert.gif) no-repeat; }
#left_menu ul li.emergencyme a:hover { color:#383838; background: #ff0 url(../images/menu_alert.gif) no-repeat; }

#top_content a:link {text-decoration: none; font-weight: bold; color: #900;}

#top_content a:hover {color: #f00; text-decoration: none; font-weight: bold;}

#top_content a:visited {color: #E27975; text-decoration: none; font-weight: bold;}

/* ------------- End Menu ---------------- */

p {
padding-bottom: 12px;
}

#LHS a img {
margin: 16px 0 0 44px;
}

#strapline {
position: absolute;
top:114px;
left:54px;
}

#strapline H1 {
font-size: 22pt;
font-family: Impact,"Arial Black", arial;
color: #fff;
padding: 2px 0 2px 0;
}

#top_table tr td {
vertical-align:top;
}

#lower_left p {
margin: 0px 12px 12px 50px;
}

#lower_left h2 {
margin: 18px 12px 12px 50px;
font-weight:bold;
font-size: 15px;
}
#lower_left img {
border: 1px solid #f00;
border-left:0 none;
}

#lower_left img.drop {
border: 0 none;
margin-bottom: 12px;
}

#right_col {
float: right;
width: 220px;
padding:0;
margin:0;
}

#right_col img{
position: relative;
padding:0;margin:0;
float:right;
right:0px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}

#right_col img.drop{
border: 0 none;
margin-bottom: 12px;
}

#right_col p {
margin: 0px 12px 12px 12px;
}

#lower_left p a:link, #right_col p a:link {color: #900; font-weight: bold; text-decoration: none;}
#lower_left p a:visited, #right_col p a:visited {color: #900; font-weight: bold; text-decoration: none;}
#lower_left p a:hover, #right_col p a:hover {color: #f00; font-weight: bold; text-decoration: none;}

#right_col h2 {
margin: 12px;
font-weight:bold;
font-size: 15px;
}

#centre_col {
width: 420px;
padding: 12px 24px 12px 24px;
}

#centre_col h1 {
font-size: 18pt;
line-height: 1.25em;
padding: 8px 0 8px 0;
margin: 12px 0 12px 0;
font-weight:bold;
}

#centre_col h2 {
font-size: 12pt;
padding: 8px 0 8px 0;
margin: 12px 0 12px 0;
font-weight:bold;
line-height: 1.5em;
}

#centre_col ol {
margin: 12px 12px 12px 36px;
}

#centre_col ol li {
padding-bottom: 8px;
}

#footer div p {
text-decoration:none;
color: #fff;
}

#footer div p a {
text-decoration:none;
color: #fff;
}

#footer div p a:link { color: #fff; }
#footer div p a:visited { color: #E27975; }
#footer div p a:hover { color: #f00; }

.hilight {
color: #f00;
font-weight: bold;
}

h1.emergency_number {
padding:0;margin:0;color: #f00;
}

p.emergency_number {
padding:0; margin:0;
}

.bold {font-weight: bold;}

.plainList li {
list-style-type: disc;
margin: 8px 0 16px 24px;
}

.standing_image {
border: 1px solid #f00;
margin: 12px 0 12px 0;
}