/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.25;
	margin: 0px;
	padding: 0px;
	background-image: url(ae_corporate/images/ae_bg6xlt.gif);
	background-repeat: no-repeat;
}
.error_text {
	color: #FF0000;
}

a:link, a:visited, a:hover {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

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

h1{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #99CC00;
}

h2{
 font-size: 114%;
 color: #99CC00;
}

h3{
 font-size: 100%;
 color: #FF6600;
}

h4{
 font-size: 100%;
 color: #000099;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #3333FF;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px;
	width: 100%;
	background-image: url(images/ae_topbg.gif);
	background-repeat: repeat-x;
}

#main{
	margin: 0;
	width: 100%;
	/*height: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: auto;*/
	background-image: url(ae_corporate/images/nav_bg.gif);	
	background-repeat: repeat-y;
}

#navBar{
	position: absolute;
	top: 80px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #000066;
	background-image: url(ae_corporate/images/ae_bg7dk_nav.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 100%;
	/*height: 100%;*/
}

#content{
	/*float: right;
	position: absolute;*/
	margin: 0 0 0 170px;
	padding: 0 3% 0 10px;
	/*width: 620px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;*/
}


/************* #siteInfo styles ***************/

#siteInfo{
	/*z-index: 5000;*/
	/*float: left;*/
	position: fixed;
	bottom: 0px;
	clear: both;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 75%;
	color: #666;
	background-color: #ffffff;
	padding: 6px 10px 6px 10px;
	vertical-align: bottom; /* for IE5-Win */
	width: 100%;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 100%;
	text-align: center;
	z-index: 1000;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 6px 10px;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 0px;
	right: 0px;
	}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/*************** #pageName styles **************/

#pageName{
	padding: 20px 0px 4px 10px;
}



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 5px 0px 4px 6px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 8px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	margin: 0 0 5% 0;
	max-width: 800px;
}
.feature_conf {
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	margin: 0 0 5% 0;
	max-width: 600px;
}

.feature h3{
	padding: 1em 0px 5px 0px;
	text-align: left;
}

.feature h4{
	padding: 1em 0px 2px 0px;
	text-align: left;
}

.feature h5{
	padding: 1em 0px 0px 0px;
	text-align: left;
}

.feature label{
	font-size: 90%;
	font-weight: normal;
	color: #999999;
}

.feature img{
	padding: 10px 10px 10px 20px;
}

.f-img-left{
	margin: 10px 20px 10px 0px;
	position: fixed;
	left: 170px;
}

.feature img.tblButtons {
	padding: 1px;
	border: 0px;
}

.image-right{
	float: right;
	margin: 0 20px 10px  20px;
}

.image-left {
	float: left;
	left: 170px;
	margin: 10px 20px 10px -15px;
}
/* adjust margins to change separation between the feature image and text flowing around it */

.feature li{
	padding: 0px 10px 0px 0px;
	margin: 10px 0px 0px -1em;
}

.question{
	font-weight: bold;
	margin: 5px 0 0 2em;
	text-indent: 1em;
}

.answer{
	margin: 5px 0 20px 2em;
	text-indent: 1em;
	
}

.q-bullet{
	color: #000099;
	margin: 0 1em 0 -2.7em;
}

.a-bullet {
	color: #000000;
	margin: 0 1em 0 -2.7em;
	font-weight: bold;
}

.lsub {
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
}

/*************** form styles *****************/

.aeform1 {
	width: 24em;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

.row {
	clear: both;
	padding: 10px 0px 10px 0px;
  }

.row .label {
	float: left;
	text-align: right;
	font-size: 100%;
	width: 8em;
  }

.row .formw {
	float: right;
	text-align: left;
	width: 15em;
  } 
  
.row .button {
	text-align: right;
	margin: 0px;
}

.actionlink {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	padding: 4px;
}

.actionlink:hover {
  color: #3333FF;
  text-decoration: underline;
}


/************* #pullbox styles ***************/

.pullbox {
	float: right;
	padding: 10px 20px 20px 20px;
	margin: 10px 20px 10px 20px;
	width: 180px;
	background-color: #dbeda6;
	border: 1px solid #dbeda6;
}
fieldset {
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #F1F4F9;
}

.pullbox h2{
	color: #000099;
	padding: 1em 0 0 0;
}

.pullbox h4{
	padding: 1em 0 0 0;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #000066;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	font-size: 90%;
	/*background-image: url(images/nav_bg_a.gif);*/
	/*background-color: #dbeda6;*/
	/*background-position: right;*/
	/*background-repeat: repeat-y;*/
	color: #000099;
	margin: 20px 0 0 0;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks UL {
	width: auto;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 18px;
	width: 100%;
	color: #000099;
	padding-left: 18px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 18px;
	color: #000099;
}

#sectionLinks a:hover{
	background-color: #99cc00;
	padding-left: 11px;
	margin-left: 8px;
	color: #3333cc;
	text-decoration: none;
}

#sectionLinks li {
	list-style: none; /* turns off the list bullets */
	position: relative;
	font-size: 90%;
	vertical-align: bottom; /* for IE5-Win */
	margin: 6px 0 0 0;
	background-image: url(ae_corporate/images/nav_bg_a.gif);
	background-position: right;
	background-repeat: repeat-y;
	/*border-top: 6px solid #000066;*/
}

/************** #sectionLinks flyout styles **************/

#sectionLinks ul a {
	display: block;
	padding: 5px 10px;
	color: #000099;
	vertical-align: bottom; /* needed for IE5-Win */
}

#sectionLinks ul ul {
	width: 18em;
	position: absolute;
	/*top: 0px;*/
	/*color: #000099;*/
	left: -3000px;
}

#sectionLinks li li {
	border-top: 6px solid #dbeda6;
	background-color: #dbeda6;
	color: #000099;
	vertical-align: bottom; /* needed for IE5-Win */
}

#sectionLinks ul li:hover ul {
	left: 150px;
	top: 0px;
	color: #000099;
	/*background-color: #dbeda6;*/
}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	background-color: #99CCFF;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/************** #table styles **************/

.numlistindent{
	text-indent: 3em;
	background-color: #99CCFF;
}

.numlistbullet {
	color: #000000;
	margin: 0 1em 0 -2.7em;
	font-weight: bold;
}

.blue_bold {
	font-weight: bold;
	color: #000099;
}
.add_info {
	font-style: italic;
	color: #666666;
	font-size: 90%;
	font-weight: normal;
}
div.scroll {
height: 200px;
width: 80%;
overflow: auto;
border: 1px solid #000;
background-color: #FFF;
padding: 8px;
}
.image-left2 {
	margin: 1px 1px 5px -10px;
}

/************** contact styles **************/

.contact {
	margin-top: 0;
	margin-bottom: 0px;

}
#container {
	height: 100%;
}
.admin_menu {
	float: right;
	position: relative;
	padding-top: 1em;
	vertical-align: top;
	font-size: 0.8em;
	color: #999999;
	margin-right: 4em;
}

.admin_menu a {
	color: #ff0000;
	text-decoration: underline;
}

.admin_menu a:hover {
	color: #CC0000;
}

/************** navbar login styles **************/

#container #main #navBar .aeform1 {
	width: auto;
	margin: 0 0 -15px 10px;
}

#container #main #navBar .aeform1 h4 {
	font-size: .7em;
	line-height: 1em;
	color: #DBEDA6;
	margin: 0px;
	padding: 0px;
}

#container #main #navBar .aeform1 .row {
	margin: 0;
	padding: 0;
	width: auto;
}

#container #main #navBar .aeform1 .row .label {
	font-size: .7em;
	line-height: 1.2em;
	color: #FFFFFF;	
	width: auto;
	padding: 2px 0 0 0;
}

#container #main #navBar .aeform1 .row .formw {
	font-size: 1em;
	color: #000000;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
}
#container #main #navBar .aeform1 .row input {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	color: #000000;
}
#container #main #navBar .aeform1 .row .formx {
	font-size: 1em;
	color: #000000;
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	width: 50px;
}
.nobreak {
	white-space: nowrap;
}
.aelist li {
	padding: 0px 10px 0px 0px;
	margin: 2px 0px 0px -1em;
}
.aelist h4 {
	padding-bottom: -5px;
	margin-bottom: -5px;
}
.feature iframe {
	background: none;
}