* {
	margin: 0;
	padding: 0;
	}
body {
	background: #ccdded url(../images/background.jpg) left top repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
img {
	border: none;
	}
p, h1, h2, h3 {
	margin: 10px;
	}
ul.products {
	margin-top: 5px;
	padding-top: 5px;
	}
	
h2, h3 {
	margin-bottom: -8px;
	}
h2.products {
	margin-bottom: 10px;
	}
p {
	line-height: 1.5em;
	}
h1 {
	font-size: 20px;
	}
h1, h2, h3 {
	color: #0055a5;
	font-size: 16px;
	}
#heading h1 {
	color: #fff;
	}
h3 {
	font-size: 12px;
	margin-bottom: -8px;
	}
a:link, a:visited {
	color: #0055a5;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}
a.heading_link {
	text-decoration: none;
	}	
ul {
	margin: 0px 10px 0px 15px;
	padding: 0px 10px 0px 15px;
	}
#right_column ul {
	margin-top: 15px;
	}
#right_column ul ul {
	margin-top: 3px;
	}
li {
	margin-bottom: 5px;
	}	
ul ul {
	margin: 3px 10px;
	padding: 3px 10px;
	}
ul ul li {
	margin-bottom: 3px;
	}
	
	
div.clear {
	clear: both;
	font-size: 0;
	}	
	
	
	
#content_container {
	width: 865px;
	text-align: left;
	margin: 0 auto;
	padding-right: 15px;
	padding-left: 15px;
	}
#banner_image_wrapper {
	width: 865px;
	height: 156px;
	}
#banner_image {
	width: 865px;
	height: 131px;
	}
#menu {
	height: 25px;
	width: 865px;
	}
#heading {
	width: 865px;
	height: 326px;
	}
#heading_text_wrapper {
	width: 865px;
	height: 326px;
	position: relative;
	}
#heading_text {
	width: 452px;
	color: #fff;
	border: 1px solid #999;
	background-image: url(../images/shade30.png);
	background-repeat: repeat;
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 10;
	}
	
#heading_text p {
	font-size: 13px;
	line-height: 1.5em;
	}
#heading_text a {
	font-weight: normal;
	color: #fff;
	}

	
	
/*--background images next to main heading - home page images use javascript--*/

#services_landing #heading {
	background: url(../images/banner_backgrounds/services.jpg) left top no-repeat;
	}
#products #heading{
	background: url(../images/banner_backgrounds/products.jpg) left top no-repeat;
	}
#company #heading {
	background: url(../images/banner_backgrounds/company.jpg) left top no-repeat;
	}
#defence #heading {
	background: url(../images/banner_backgrounds/defense.jpg) left top no-repeat;
	}
#datalinks #heading {
	background: url(../images/banner_backgrounds/data.jpg) left top no-repeat;
	}
#careers #heading {
	background: url(../images/banner_backgrounds/careers.jpg) left top no-repeat;
	}
#lifecycle #heading {
	background: url(../images/banner_backgrounds/lifecycle.jpg) left top no-repeat;
	}
#hardware #heading {
	background: url(../images/banner_backgrounds/hardware.jpg) left top no-repeat;
	}
#signal #heading {
	background: url(../images/banner_backgrounds/signal.jpg) left top no-repeat;
	}
#training #heading {
	background: url(../images/banner_backgrounds/training.jpg) left top no-repeat;
	}
#sonar #heading {
	background: url(../images/banner_backgrounds/sonar.jpg) left top no-repeat;
	}
#avionics #heading {
	background: url(../images/banner_backgrounds/avionics.jpg) left top no-repeat;
	}

/*--*/



#column_wrapper {
	width: 865px;
	float: left;
	display: inline;
	padding-bottom: 10px;
	}
#left_column {
	width: 527px;
	float: left;
	display: inline;
	}

#right_column {
	width: 298px;
	float: right;
	display: inline;
	background-color: #FFF;
	margin: 10px;
	border: 1px solid #039;
	}
#copyright {
 	clear: both;
	/*width: 100%;*/
	text-align: center;
	color: #fff;
	background-color: #000;
	font-size: 10px;
	padding: 10px 0px 10px 10px;
	border-top: 4px solid #fff;
	}
#copyright_text {
	text-align: left;
	width: 865px;
	margin: 0 auto;
	}
#copyright p {
	margin: 0px;
	}	
#copyright a:link, #copyright a:visited {
	color: #fff;
	text-decoration: underline;
	}
#copyright a:hover, #copyright a:active {
	color: #fff;
	text-decoration: none;
	}
p.focus {
	font-weight: bold;
	}

table {
	margin: 10px;
	}
td {
	vertical-align: top;
	padding-bottom: 10px;
	}

td.personnel_name {
	padding-bottom: 25px;
	}
table p, table h3 {
	margin: 0px;
	margin-left: 7px;
	}
table#personnel {
	margin-top: 20px;
	}	
	
	
	
img.left {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	}
	
img.right {
	float: right;
	margin: 10px 10px 0px 10px;
	}
.smallprint {
	font-size: 10px;
	line-height: 1.2em;
	}	
