body { 
	font-family: arial;
	font-size: 80%;
	background: #566d7c url(../images/bodyBg.jpg) repeat-x;
}
ul, li { margin: 0; padding: 0; }
p { 	margin: 10px 0; }
a { text-decoration: none; }
a:hover { color: orange; }
#wrapper {
	width: 980px;
	display: block;
	overflow: hidden;
	margin: 10px auto;
	background-color: #fff;
}
/* header and top nav styles */
#header {
	display: block;
	margin: 0;
}
#header h1 {
	background: url(../images/wwLogo.jpg) no-repeat 0 0;
	width: 250px;
	height: 80px;
	margin: 0;
	float: left;
	display: block;
	text-indent: -9999px;
}
#header h2 {
	float: right;
	font-family: Times New Roman, serif;
	font-size: 130%;
	color: #006699;
	font-style: italic;
	padding: 10px 10px 0 0;
	text-align: right;
}
#topNav { background: url(../images/navBg.jpg) repeat-x 0 0;	 }
#bottomNav { background: #333; font-size: 90%; }
.nav {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 35px;
}
.nav ul{
	display: block;
	overflow: hidden;
	width: 585px;
	margin: 0px auto;
}
.nav li {
	float: left;
	display: block;
	padding: 7px 20px;
	list-style-type: none;
}
.nav a { color: #fff; }
.nav a:hover { color: orange; }
#home .nav a.home,
#about .nav a.home,
#services .nav a.home,
#government .nav a.home,
#contact .nav a.home {
	color: orange;
}
/* end header and topnav styles */
#content {
	background: url(../images/contentBanner.jpg) no-repeat 0 0;
	padding-top: 215px;
	margin: 0 10px 10px;
	overflow: hidden;
}
#government #content { background: url(../images/governmentBanner.jpg) no-repeat 0 0; }
#about #content { background: url(../images/engineBanner.jpg) no-repeat 0 0; }
#contact #content { background: url(../images/globalBanner.jpg) no-repeat 0 0; }
#services #content { background: url(../images/peopleBanner.jpg) no-repeat 0 0; }
#contentMain {
	float: left;
	display: block;
	width: 100%;
	background: url(../images/contentTopBg.jpg) repeat-x;
	color: #666;
	line-height: 18px;
}
.textMain {
	float: left;
	width: 430px;
	padding: 20px 10px 15px 260px;
    /*background: url(../images/northrop-supplier-award-tmb.jpg) no-repeat 15px 30px;*/
	background: url(../images/puzzles01.jpg) no-repeat 15px 30px;
	line-height: 18px;
}
#contact .textMain li  { list-style-type: none; }
.textMain ul { margin-left: 15px; }
.textMain h2 {
	font-size: 1.4em;
	margin: 20px 0 15px;
	color: #0066cc;
}
.textMain h3 {
	margin: 5px 0;
	color: #006699;
}
/* styles for pages with tabbed content */
.tabbedPage .textMain {
	padding: 20px 10px 15px 10px;
	width: 700px;
	background: none;
}
.contentBlock {
	float: left;
	display: block;
	width: 430px;
}
ul.tabs {
	margin: 10px 35px 10px 5px;
	background: #ccc;
	float: left;
	display: block;
	width: 200px;
}
ul.tabs li {
	list-style-type: none;
}
ul.tabs a {
	display: block;
	padding: 8px 25px 4px;
	border-bottom: 1px solid #999;
	color: #3366cc;
}
ul.tabs a:hover { background: #999; }
ul.tabs a.active {
	background: #666;
	color: orange;
}
/* end tabbed content styles */
#government .callOut, #home .callOut {
	float: right;
	width: 205px;
	margin: 20px 10px 10px 0;
	padding: 15px 10px;
	font-style: italic;
	font-weight: bold;
	background: #cdcdcd;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #999 #666 #666 #999;
}
.callOut h3 {
    font-size: 150%;
    margin-top: 0;
    color: orange;
}
.callOut li {
	font-weight: normal;
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	background:  url(../images/divider.jpg) no-repeat 0 0;
}
.callOut li.noLine { background:  none; }
/* footer block styles */
#contentFooter {
	float: left;
	display: block;
	width: 100%;
	margin-top: 15px;
	background: url(../images/footerBg.jpg) repeat-y;
	overflow: hidden;
	color: #333;
}
#contentFooter p {
	margin: 0;
	padding: 0;
}
#contentFooter .block {
	float: left;
	display: block;
	width: 284px;
	padding: 20px 0 20px 15px;
	margin-left: 15px;
}
#contentFooter .block ul { margin-left: 10px; }
#contentFooter #wwHr {
	width: 290px;
	margin-left: 25px;
}
#contentFooter p {
	line-height: normal;
}
#contentFooter #certs { 
	padding-top: 20px;
}
#contentFooter #certs p {
	font-size: 85%;
	font-style: italic;
	color: #666;
}
/* end footer block styles */