body {
	background: white;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

div#container {
	background: white;
	width: 840px;
	padding: 0px 22px 22px;
	margin: 0 auto;
}

p {
	line-height: 1.65em;
}

h1, h2, h3, h4, h5, h6 { 
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0px; 
	padding: 0px;
}

h1, h2 {
	font-weight: bold;
	color: #000;
}

h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
}

h2 { 
	font-size: 1.6em;
}

h3 {
	color: #00A4F2;
	font-size: 1.5em;
	font-weight: normal;
}

h4 {
	font-size: 1.4em;
	font-style: italic;
}

h5 {
	color:#8996A0;
	font-size: 1.3em;
}

h6 {
	font-size: 1.3em;
	color:#009FDA;
}

p#tagline {
	height: 6em;
	width: 100%;
	background: transparent url('../img/cobham-header.png') no-repeat;
	margin: 0;
	position: relative;
}

p#tagline strong {
	display: none;
}

div#sidebar {
	float: left;
}

.clear {
	clear: both;
}

form#search,
ul#navigation,
ul#breadcrumb,
map,
p#divisions,
p#site-links {
	display: none;
}

div#sidebar {
	float: left;
	width: 22.8em;
	padding: 0px;
	margin: 5px;
}

div.sidebar-panel {
	background: url('../img/box-shadow.png') no-repeat bottom right;
	margin: 10px 0px 10px 5px;
}

div.sidebar-panel-content {
	background: white;
	border: 1px solid #c6c6c6;
	padding: 5px;
	margin: 0;
	position: relative;
	right: 6px;
	bottom: 6px;
}

div.no-shadow {
	right: 0px;
	bottom: 0px;
}

div.sidebar-panel-content ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.sidebar-panel-content ul li.active {
	font-weight: bold;
}

div.sidebar-panel-content ul li a {
	display: block;
	color: #666;
	text-decoration: none;
	font-size: 1.2em;
	padding: 3px 5px 3px 0px;
}

div.sidebar-panel-content ul li a:hover {
	color: #00A4F2;
}

/* @end Sidebar */

/* @group Main Text */
div#main-text {
	float: left;
	width: 57.5em;
}
/* @end Main Text */

div.page-content {
	padding: 0px 5px 5px;
}

div.page-content p,
div.page-content li,
div.page-content blockquote {
	font-size: 1.2em;
}

div.page-content a {
	color: #666;
	text-decoration: none;
}

div.page-content a:hover {
	color: #00A4F2;
}

div.page-content ul {
	list-style: none;
	padding: 0em 1em;
}

div.page-content ul li {
	background: url('../img/site-icons.png') no-repeat 0px 4px;
	line-height: 1.65em;
	padding-left: 1.8em;
}

/* @end Page Content */