STRONG {
	FONT-WEIGHT: bold
}
EM {
	FONT-STYLE: italic
}
BODY {
	FONT-SIZE: 12px;
	LINE-HEIGHT: 16px; 
	FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; 
	BACKGROUND-COLOR: #ffffff;
	height: 100%;
	background-image: url(/images/pageelements/background.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-attachment: scroll;
}

HTML, BODY {
	margin: 0;
	padding: 15px 0 0 0;
}

BODY.white {
	FONT-SIZE: 12px; LINE-HEIGHT: 16px; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; BACKGROUND-COLOR: #ffffff;
	height: 100%;   
}

/*-- Main table on the page for main index and other wide pages --*/
#wrapperTable
{
  width: 100%;
  height: 100%;
}

#bodyTableWide
{
  width: 100%;
  height: 100%;  
  background-color: #FFF;
}

#bodyTableWide td.lt {background:url(/images/pageelements/lt.gif) left top no-repeat; width: 15px; height: 12px;}
#bodyTableWide td.lb {background:url(/images/pageelements/lb.gif) left bottom no-repeat; height: 12px;}
#bodyTableWide td.rb {background:url(/images/pageelements/rb.gif) right bottom no-repeat; height: 12px;}
#bodyTableWide td.rt {background:url(/images/pageelements/rt.gif) right top no-repeat; width: 15px; height: 12px;}

#bodyTableWide td.lt_grey {background:url(/images/pageelements/lt_grey.gif) left top no-repeat; height: 12px; background-color: #F8F8F8;}
#bodyTableWide td.lb_grey {background:url(/images/pageelements/lb_grey.gif) left bottom no-repeat; height: 12px; background-color: #F8F8F8;}
#bodyTableWide td.rb_grey {background:url(/images/pageelements/rb_grey.gif) right bottom no-repeat; height: 12px; background-color: #F8F8F8;}
#bodyTableWide td.rt_grey {background:url(/images/pageelements/rt_grey.gif) right top no-repeat; height: 12px; background-color: #F8F8F8;}

/*-- Main table on the page for all pages --*/
#mainTable
{
  height: 100%;
}

#mainTable tr
{
  vertical-align: top;
}

#bodyTable
{
  width: 564px;
  height: 100%;
  background: #FFF;
}

#bodyTable td.lb {background:url(/images/pageelements/lb.gif) left bottom no-repeat; height: 12px;}
#bodyTable td.rb {background:url(/images/pageelements/rb.gif) right bottom no-repeat; height: 12px;}
#bodyTable td.lt {background:url(/images/pageelements/lt.gif) left top no-repeat; height: 12px; width: 15px;}
#bodyTable td.rt {background:url(/images/pageelements/rt.gif) right top no-repeat; height: 12px; width: 15px;}

#bodyTable tr
{
  vertical-align: top;
}


/*-- Contact Us table on the main page --*/
#contactTable
{
  width: 256px;
  height: 205px;
  background: url(/images/pageelements/contact_back.jpg) left top no-repeat;
  margin: 0 8px 0 5px;
}

A {
	COLOR: #0033cc; TEXT-DECORATION: none
}

a.captlink { COLOR: #ffffff; TEXT-DECORATION: none }

TD {
	FONT-SIZE: 12px; COLOR: #222222; LINE-HEIGHT: 16px; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif;}

UL {
	LIST-STYLE-POSITION: outside;
	LIST-STYLE-TYPE: none;
	margin: 0;
	padding: 0 0 16px 36px;
}

li {
	background: url(/images/pageelements/bullet.png) left top no-repeat;
	background-position: 0 5px;
	margin: 2px 0;
	padding-left: 15px;
}

hr{	
	margin: 10px 0; 
	width: 100%; 
	height: 1px; 
	/* hack for different browsers */
	color: #CCCCCC; 
	background-color:#CCCCCC;
	border: 0px; 
	border: none; 
}

td.headerBgTop {background-image:url(/images/pageelements/aai_sep.png)}
td.headerBgButtons {background-image:url(/images/pageelements/aa_btn_sep.jpg)}
td.headerBgBottom {background-image:url(/images/pageelements/aa_bottom_sep.png)}
td.headerBgBottomRight {background-image:url(/images/pageelements/aa_bottom_right_sep.png); background-repeat: no-repeat;}

.headerLine{	
 
	height: auto;	
	background-image: url(/images/pageelements/separator_h.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 4px 0 0 0;
	padding: 8px 0 0 36px;	
}

.headerLineLarge{	
 
	height: auto;	
	background-image: url(/images/pageelements/separator_h_large.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 4px 0 0 0;
	padding: 8px 0 0 0px;	
}

.headerLineMid{	
 
	height: auto;	
	background-image: url(/images/pageelements/separator_h_mid.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 4px 0 0 0;
	padding: 8px 0 0 0px;	
}

.headerLineTEST{
 
	height: auto;	
	background-image: url(/images/pageelements/separator_h.jpg);
	background-repeat: no-repeat;
	display: block;
	margin: 4px 0 0 0;
	padding: 8px 0 0 0px;	
}

	
.shadow {
box-shadow:2px 2px 15px #333333;
-webkit-box-shadow 2px 2px 15px #333333;
-moz-box-shadow: 2px 2px 15px #333333;
}

.imshadow {
box-shadow:0px 2px 15px #AAAAAA;
-webkit-box-shadow 0px 2px 15px #AAAAAA;
-moz-box-shadow: 0px 2px 15px #AAAAAA;

    filter: 
		progid:DXImageTransform.Microsoft.Shadow(color=#BBBBBB,direction=0,strength=5)
	    progid:DXImageTransform.Microsoft.Shadow(color=#BBBBBB,direction=90,strength=8)
        progid:DXImageTransform.Microsoft.Shadow(color=#BBBBBB,direction=180,strength=11)
        progid:DXImageTransform.Microsoft.Shadow(color=#BBBBBB,direction=270,strength=8);
		
}

p
{

margin-top: 0px;
padding: 0;}

H1 {
	FONT-SIZE: 15px; COLOR: #000099; LINE-HEIGHT: 18px; FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight: bold; margin: 2px 0;
}

H1 a{
	COLOR: #000099;
	text-decoration:none;
	border-bottom: 1px #BBBBBB dashed;
}

H1 a:hover{
	COLOR: #6262D5;
	text-decoration:none;
	border-bottom: 1px #6262D5 dashed;
}

.H1_tm {
	position: relative; bottom: 0.6em; left: -0.1em; font-size: 0.7em;
}

H2 {
 	FONT-SIZE: 13px; COLOR: #333333; LINE-HEIGHT: 18px; FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight: bold; display: inline; margin: 0px;
}

.graybox {
background: url('/images/pageelements/right_panel_center_gray.jpg') repeat-y;  PADDING-RIGHT: 10px; PADDING-LEFT: 10px; MARGIN: 10px; FONT: 12px Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; TEXT-TRANSFORM: none; COLOR: #FFFFFF; PADDING-TOP: 8px; PADDING-BOTTOM: 2px; TEXT-DECORATION: none; text-align: center;
}

.graybox a{
	COLOR: #D0D9E6;
}

.Link_Black a{
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
}

.Link_Gray a{
	font-family: Arial, Helvetica, sans-serif;
	color: #DDDDDD;
}

.Link_White a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


/*
#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:140%;
     text-align:center;     
     z-index: 1000;
}

#overlay div {
     width:410px;
     height:210px;
     margin: 200px auto;
     border:0px solid #000;
     padding:0px;
     text-align:center;
	 color:#FFFFFF;
     background-image:url(/images/pageelements/successful_submission.png);
     background-position: center center;
}

#overlaytext {
     width:300px;
     height:50px;
     margin: 200px auto;
     border:0px solid #000;
     padding:0px;
     text-align:center;
     background-image: none;
     background-position: center center;
}
*/

/*.main_banner_text
{
	position: relative;
	text-align:center;
	top: 46px;
	left: 5px;
	width: 205px;	
	line-height: 14px;
	color: #CCCCCC;
}*/

.red_text, .red_text a
{
  color:#FF0000;
}

.main_banner_text a
{
  color:#FFFFFF;
}

/*------------------------------------- UPDATE v2 ------------------------------------------------------*/

#logo{
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/pageelements/aa_logo.png');
 display: block;
 width: 235px;
 height: 63px;
 margin: 0 auto 0px auto; 
}

#right{
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/pageelements/aa_right.png');
 display: block;
 width: 16px;
 height: 63px;
 margin: 0 auto 0px auto;
}

/*--------------------------------------- Footer -------------------------------------------------------*/

.footer
{
height: 104px;
background: url(/images/pageelements/subfooterback.jpg);
padding-top: 13px;
}

.footer table
{
width: 860px;
}

#copyright
{
  height: 25px;
  width: 860px;
  background: url(/images/pageelements/footerback.jpg) top no-repeat;
}

#copyright a{
  FONT-SIZE: 11px; COLOR: #555555; FONT-FAMILY: Arial, Helvetica, sans-serif;
  vertical-align:top;
  padding: 0px 36px;
}

#copyright div{
text-align: center;
}

#sidebar 
{
  width: 200px;
  vertical-align: top;
  margin: 0 4px;
}

/*------------------------- SIDEBAR Blue BUTTONs table --------------------------*/
#navSidebar
{
  text-align: center;
  width: 88px;
  border: none; 
}

/*------------------------------------- Main Menu ------------------------------------------------------*/

.dropmenudiv{
top: 0;
border-bottom-width: 0;
line-height:22px;
z-index:100;
width: 182px;/*100%*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
background-image:url("/images/pageelements/menu_header2.png");
background-repeat:no-repeat;
}

/*--------------------- Float Menu --------------------*/

div.cssFloatMenu {
  position: fixed;
  z-index:100;
  top: 57px;  
  width: 35px;
  height: 94px;
  margin-left: 860px;
  padding: 3px 3px 0px 5px;

  background-image:url("/images/pageelements/blogs_panel.png");
  background-repeat:no-repeat;
  /*--- IE Hack ---*/
  //position: absolute;
  //padding: 7px 3px 0px 5px;
  //top: expression(57+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
}

div.cssFloatMenu a, div.cssFloatMenu em { display: block; margin: 4px 0px 0px 0px;}
div.cssFloatMenu a:first-child { border-top: none }
div.cssFloatMenu em:first-child { border-top: none }
div.cssFloatMenu a:link { text-decoration: none; color: #800000}
div.cssFloatMenu a:visited { text-decoration: none; color: #0000FF }
div.cssFloatMenu a:hover { background: #003366; color: white }

/*--------------------- Float Glossary TOC --------------------*/

div.cssTocFloatMenu {
	position:relative;
	width: 100%;
	height: 56px;
	padding: 0px;
	margin: 0px;
	top: 0pt;
	background-image: url(/images/pageelements/glossary_bar_gradient.png);
}

#facebookBtnSmall
{
  display: block;
  width: 24px;
  height: 24px;
  background: url("/images/buttons/facebookBtnSmall.png") no-repeat 0 0;
  
  outline : none;
  border: 0;
}

#facebookBtnSmall:hover
{ 
  background-position: 0 -24px;
}

#facebookBtnSmall span
{
  display: none;
}

/*----------------------------------------*/

#twitterBtnSmall
{
  display: block;
  width: 24px;
  height: 24px;
  background: url("/images/buttons/twitterBtnSmall.png") no-repeat 0 0;
  
  outline : none;
  border: 0;
}

#twitterBtnSmall:hover
{ 
  background-position: 0 -24px;
}

#twitterBtnSmall span
{
  display: none;
}

/*----------------------------------------*/

#aaiBlogBtnSmall
{
  display: block;
  width: 24px;
  height: 24px;
  background: url("/images/buttons/aaiBlogBtnSmall.png") no-repeat 0 0;
  
  outline : none;
  border: 0;
}

#aaiBlogBtnSmall:hover
{ 
  background-position: 0 -24px;
}

#aaiBlogBtnSmall span
{
  display: none;
}

/*----------------------------------------*/

.topbtn a:hover
{
  background-position: 0 -23px;
 
}

.menu a
{
	FONT-SIZE: 12px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 21px;	
}

.menu_table
{
 width: auto; /* 182px;*/
 vertical-align:top;
 padding: 3px 0 4px 0;
}

.menu_table td
{
 vertical-align:top;
 
}

#products_menu
{
 margin-left: -236px;
}

#learn_menu
{
 margin-left: -316px;
}

/* ----------------- */

.menu_header1
{
	FONT-SIZE: 12px; COLOR: #009999;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: bold;
}

.menu_header2
{
	FONT-SIZE: 12px; COLOR: #0033CC;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: bold;

}

.menu_header3
{
	FONT-SIZE: 12px;
	COLOR: #FF6600;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: bold;

}

.menu_header1 a
{
	COLOR: #FFFFFF;
	font-weight: bold;
}

.menu_header2 a
{
	COLOR: #FFFFFF;
	font-weight: bold;
}

.menu_header3 a
{
	COLOR: #FFFFFF;
	font-weight: bold;
}
/*-------------------------- SIDEBAR Email Us BUTTON ---------------------------*/

#email_us_button
{
  display: block;
  width: 200px;
  height: 46px;
  background: url("/images/buttons/email_us.png") no-repeat 0 0;

}

#email_us_button:hover
{ 
  background-position: 0 -46px;
}

#email_us_button span
{
  display: none;
}

/*-------------------------- Learn More... BUTTON ---------------------------*/

.learn_more_button
{
  display: block;
  width: 124px;
  height: 30px;
  background: url("/images/buttons/learn_more_button.jpg") no-repeat 0 0;
  padding: 6px 0 0 0;
  color: #333333;
  font-weight:bold;
}

.learn_more_button:hover
{ 
  background-position: 0 -36px;
}

.learn_more_button span
{

}

.learn_more_button_small
{
  display: block;
  width: 74px;
  height: 30px;
  background: url("/images/buttons/learn_more_button_74.jpg") no-repeat 0 0;
  padding: 6px 0 0 0;
  color: #333333;
  font-weight:bold;  
  float: left;
  margin: 2px 2px;
}

/*-------------------------- BLUE BUTTON ---------------------------*/

.blue_button
{
  display: block;
  width: 84px;
  height: 34px;
  background: url("/images/buttons/blue_button.png") no-repeat 0 0;
  padding: 0px;
  color: #FFFFFF;
  font-weight:bold;
  cursor: pointer;
}

.blue_button:hover
{ 
  background-position: 0 -34px;
}

.blue_button div
{
  padding: 8px 0 0 0;
  width: 84px;
  height: 34px;
}

/*--------------------------------- Breadcrumb ----------------------------------*/

.breadcrumb{
	FONT-SIZE: 11px;
	LINE-HEIGHT: 13px; 
	FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 15px;
}


.breadcrumb a{
background: transparent url("/images/pageelements/bullet2.png") no-repeat center right;
TEXT-DECORATION: none;
padding-right: 18px;
}


/*------------------------- Contact Us BUTTON --------------------------*/
#contact_button
{
  display: block;
  width: 133px;
  height: 34px;
  background: url("/images/buttons/contact_button_blue.png") no-repeat 0 0;
  float: right;
  margin: 0 0 5px 5px;

}

#contact_button:hover
{ 
  background-position: 0 -34px;
}

#contact_button span
{
  display: none;
}

/*----- DIAGRAM -----*/
#diagrambtns img
{
margin: 0px 3px 0px 3px;
}

#diagrambtns
{
margin-left: 6px;
vertical-align: baseline;
}

.datetable {
	FONT-FAMILY: Verdana, Arial, Helvetica, Geneva, sans-serif; text-align: center; font-size: 10px;
}

/*--- for 6 buttons, without margins  ---*/
#diagrambtnsNarrow
{
margin-left: 4px;
vertical-align: baseline;
}

#diagrambtnsNarrow img
{
margin: 0px 1px 0px 1px;
}

/*------------------------- Index Page Banner --------------------------*/

#sitemapIcon
{
	float:left;
	margin: 0 5px 0 0;
}

.menu {
  background: url(/images/pageelements/white-shadow-left.png)  100% 100% no-repeat;
  background-position: bottom left;
  padding: 0 0 0 7px;
  visibility: hidden;
  POSITION: absolute;
  OVERFLOW:visible;
  z-index: 100;
  TOP: 0px;
  LEFT: 0px;	
  width: auto;
}
  
.menu-bd {
  zoom:1;
  background: url(/images/pageelements/white-shadow.png) 100% 100%;
  
  margin:0 -5px 0px 0;
  _margin: 0 0 0 0;
  
  padding:1px 7px 6px 1px;
  _padding: 2px 6px 9px 0px;
}

#defense_menu.menu {
  _width: 190px;
}

#by_industry_menu.menu {
  _width: 190;
}

