@charset "UTF-8";

/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*

		Grumman/Butkus Associates (G/BA)
		All rights reserved.

*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/

body {
	background-color: #CECECE;
	margin: 0px;
	padding-bottom: 60px;
	font-family: 'Palatino Linotype', Palatino, Arial, Verdana, Geneva, Helvetica, sans-serif;
}


/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
	Banner
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/

#topbanner {
	height: 100px;
	background-image: url(../_img/header/header_spacer.gif);
	background-repeat: repeat-x;
	background-color: #000066;
}

#menubanner {
	background-color: #000000;
	height: 27px;
}

#dropmenu {
	background-color: #000000;
	width: 850px;
	margin: 0 auto;
}

#picbanner {
	height: 127px;
	background-color: #336699;
}

table.center {margin-left:auto; margin-right:auto;}


/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
	Formatting
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/


#bodycontainer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	font-size: 14px;
	font-family: 'Palatino Linotype', Palatino, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#projectcontainer {
	width: 524px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	font-size: 14px;
	font-family: 'Palatino Linotype', Palatino, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

#servicecontainer {
	width: 375px;
	padding-right: 375px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	font-size: 14px;
	font-family: 'Palatino Linotype', Palatino, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

p {text-align: justify;}

p.bcopy {
	font-size: 14px;
	line-height: 24px;
}

p.news {
	font-size: 14px;
	text-align: right;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0px;
}

h2 {	
	margin-top: 0px;
	font-size: 15px;
	font-weight: bold;
}

h5 {
	font-family: 'Palatino Linotype', Palatino, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #005499;
	text-align: right;
}

.caption {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 7px;
	text-align: right;
}

.leftcaption {
	font-size: 9px;
	text-align: left;
}

.capital {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
}

hr.service {
	width: 750px;
}

li.main {
	margin-top: 10px;
	font-size: 14px;
}

td.award1 {
	width: 130px;
	padding-right: 60px;
	padding-bottom: 20px;
	vertical-align:text-top;
	font-size: 14px;
	font-weight: bold;
}

td.award2 {
	width: 300px;
	padding-bottom: 20px;
	vertical-align:text-top;
	font-size: 14px;
	font-weight: bold;
}

.linemid {
	margin-top: 24px;
	margin-bottom: 24px;
}

.linetail {
	margin-top: 24px;
	margin-bottom: 36px;
}

.linetaillong {
	margin-top: 24px;
	margin-bottom: 250px;
}

.leed {
	float: right;
	margin: 0px; 
	vertical-align: top;
}

/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
	Clickable Tabs
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/

ul#tabs {
	list-style-type: none; 
	margin: 30px 0 20px 10px; 
	padding: 0 0 0.3em 0; 
}

ul#tabs li {
	display: inline;
}

ul#tabs li a { 
	font-size: 16px;
	color: #42454a; 
	border: none; 
	padding: 0.3em; 
	text-decoration: none; 
}

ul#tabs li a:hover {
	background-color: #FFFFFF; 
}

ul#tabs li a.selected {
	color: #000; 
	background-color: #CECECE; 
	font-weight: bold; 
	padding: 0.7em 0.3em 0.38em 0.3em; 
}

div.tabContent { 
	border: none; 
	padding: 0.5em; 
	margin-left: 8px;
	margin-right: 8px;
/* 	background-color: #CECECE; 
	height:165px;  
	overflow:auto;  */
}

div.tabContent.hide { display: none; }


/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
	Link Tags
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/

a:link {
	font-family: 'Palatino Linotype', Palatino, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited  {
	font-family: 'Palatino Linotype', Palatino, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-family: 'Palatino Linotype', Palatino, Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #800000;
}

a.bcopy:link {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}

a.bcopy:visited {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}

a.bcopy:hover {
	color: #CC0000;
	text-decoration: none;
	font-size: 14px;
}

a.service_market:link {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

a.service_market:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

a.service_market:hover {
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}

/*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*
	End G/BA CSS	(Last Update: cih/20091221)
*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*/



	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************
 LAYOUT INFORMATION: describes box model, positioning, z-order
 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	position: bottom;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {z-index: 1000;}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 200px;
	float: left;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 200px;
	position: absolute;
	left: -1000em;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {left: auto;}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {width: 200px;}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 95%;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************
 DESIGN INFORMATION: describes color scheme, borders, fonts
 *******************************************************************************/

/* Menu items are black with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #000000;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family: 'Palatino Linotype', Palatino, Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

/* Menu items that have mouse over or focus have a grey background and red text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: rgb(206, 206, 206);
	color:  #CC0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	font-family: 'Palatino Linotype', Palatino, Arial, Verdana, Geneva, Helvetica, sans-serif;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a grey background and red text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: rgb(206, 206, 206);
	font-weight: bold;
	font-size: 12px;
	font-family: 'Palatino Linotype', Palatino, Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: #CC0000;
}

/*******************************************************************************
 SUBMENU INDICATION: styles if there is a submenu under a given menu item
 *******************************************************************************/

/* DEACTIVATED:	Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) 
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../_img/header/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
*/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../_img/header/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../_img/header/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../_img/header/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************
 BROWSER HACKS: the hacks below should not be changed unless you are an expert
 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}