body {
	background: #5F81A7;
}

#container {
	width: 780px;
	margin: 20px auto;
	text-align: left;
	background: #ffffff;
	border: 1px solid transparent;
	position: relative;
}

/* TOP NAV */
#topNav { 
	text-align: right; 
	position: relative;
	margin: 5px 5px 0px 5px;
}
#topNav ul { 
	margin: 0px;
	padding: 0px; 
	list-style: none;}
#topNav ul li {
	font-weight: bold;
	font-size:11px;
	list-style: none;
	display: inline;
	margin: 3px 10px;
	padding: 0px;
}

/* NAVIGATION BAR */
#navBar { 
	position: relative;
	height: 110px;
	background: #ffffff url(/assets/img/adaptive_logo.gif) no-repeat 10px center;
	margin: 5px 10px 10px 10px;
}
#navBar table {
	position: absolute;
	top: 15px;
	left: 270px; 
	padding: 0px;
	margin: 0px;
	border-left: 1px dashed #cccccc; 
}
#navBar td.top_nav {
	width: 110px;
	font-size: 12px;
	font-weight:bold;
	padding: 3px 0px;
	padding-left: 15px; 
	vertical-align:top;
}

/*MIDDLE CONTENT */
#sectionHead {
	background: #ffffff;
	position: relative;
	clear: both;
}
#sectionHead table td table {
	margin: 10px;
	padding: 0px;
}
#sectionHead table td table td.sub_nav {

	font-size: 12px;
	font-weight:normal;
	vertical-align:top;
	white-space:nowrap;
	padding-right: 15px;
}
#sectionHead table td table td a { padding-left: 12px; }
#sectionHead table td table td a.selected, #sectionHead td a:hover {
	color: #333333;
	text-decoration: underline;
	background: url(/assets/img/adaptive_arrows.gif) no-repeat 2px center;
}
#serviceHead {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	border-top: 5px solid #ffffff;
	position:relative;
}
.link1 {background: #9B0000; }
.link2 {background: #7B9FDD; }
.link3 {background: #9FA987; }
.link4 {background: #495477; }
.link5 {background: #A69959; }
.link6 {background: #E5B75A; }
.link7 {background: #A2B35F; }
.link8 {background: #CC7A00; }
.link9 {background: #216B38; }


/* FOOTER STYLES */
#footer {
	display: block;
	clear: both;
	margin: 5px;
	text-align:center;
}

/* MISCELLANIOUS IDS */
#port_nav ul { margin: 4px 0px 4px 0px; list-style: none; padding: 0px; }
#port_nav li { margin: 2px 15px; list-style: none; }
#port_nav li.top {margin-left: 0px; padding-left: 0px; font-size: 14px; font-weight: bold; list-style: none; text-transform:uppercase;}
#port_nav li.selected {font-weight: bold; list-style-type:circle; }
#port_nav li.selected ul li {font-weight: normal; list-style-type:none; }
#port_nav li.selected ul li.selected {font-weight: bold; list-style-type:circle; }
#press_archive { margin: 0px 10px; }
#press_archive a { font-size: 14px; }

#dept_list {
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 10px;
}
#dept_list ul, #dept_list li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#dept_list li {
	display: inline;
	margin: 5px;
}
#dept_list li.header {
	color: #9B0000;
	font-weight: bold;
}
#dept_list li.selected a {
	color: #9B0000;
}

/* TRW STYLES */
#proj_add td input.text, #proj_add td select , #ord_add td input.text, #ord_add td select {
	background: #ffffff;
	border: 1px solid #333333;
	width: 190px;
}
#firm_add { 
	width: 260px; background: #ffffff;
	position: absolute;
	top: 1100px;
	left: 380px;
	background:#eeeeee;
	border: 1px solid #333333;
	padding: 10px;
	display: none;
	text-align: right;
	overflow: hidden;
}
#firm_add td {text-align: left; white-space:nowrap;}
#firm_add td input, #firm_add td select {
	background: #ffffff;
	border: 1px solid #333333;
	width: 180px;
}

#firm_add h2 {
	background: #9B0000;
	color:#ffffff;
	text-align: left;
	white-space:nowrap;
}
#firm_add h2 span {
	float: right;
	color:#ffffff;
	font-weight:bold;
}