/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */
/* --- Assuming browser base font size is 16px ---*/

body { 
color:#303030;
font-family:'Lucida Grande','Lucida Sans',Arial,Helvetica,Sans-Serif;
font-size:75%;
line-height:1.5em;
}	

h1,h2,h3,h4,h5,h6,p { /* display: inline; per Aaron, added p tag to this reset*/ margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

.ARCdynTXT:before { content:"Coming Soon"; }

h1 {
    font: normal 200% 'Lucida Grande','Lucida Sans',Arial,Helvetica,Sans-Serif; 
    color: #2b4f62; margin: .67em 0;
}
h2 { font: normal 140% georgia, 'times new roman', times, serif; color: #2b4f62; text-transform: uppercase; }
h3 {
    font: bold 120% 'Lucida Grande','Lucida Sans',Arial,Helvetica,Sans-Serif; color: #333; }
h4 {
    font: normal 140% 'Lucida Grande','Lucida Sans',Arial,Helvetica,Sans-Serif; 
    color:#cc6600; margin: 1.12em 0;
}
h5 {
    font: bold 110% 'Lucida Grande','Lucida Sans',Arial,Helvetica,Sans-Serif; 
    color: #1d1d1d; margin: 1.5em 0;
}
h6 { font: normal 100% 'Lucida Grande','Lucida Sans',Arial,Helvetica,Sans-Serif; 
    color: #1d1d1d; margin: 1.67em 0 }

h4.news-title { font-weight: bold; color: #333333; font-size: 11px; margin-bottom: 1%; margin-top: 1%;}
/*p { margin-bottom:15px; } remove per Aaron*/

h4.aero-america-feature-title { font-size:12px; }

.corpOrange { color:#cc6600; }
.corpRed { color:#e60743; }
.corpSkyBlue { color:#0096d6; }
.corpGreen { color:#8dc63f; }

.bold {font-weight: bold;}


/* ADDED BY AJB FOR CSS TEST */
.cellContainerTitleABOVE { font-size:20px; padding:0 0; margin:0 0; line-height:20px; color:#b9c1b9; text-align:right; 	border-bottom:#ccd4ca solid 2px; }
.sMEMBERSHIP-lgTitleImageWText { background-image:url(../../images/Web/guy_500pix.jpg); background-repeat:no-repeat; padding:50px 0 0 200px; height:500px; color:#FF9900; font-size:50px; font-weight:bold; }
.sMEMBERSHIP-lgTitleText { color:#FF9900; font-size:50px; font-weight:bold; }



.choice_nav_box h2 {font: normal 120% georgia, 'times new roman', times, serif; color: #2b4f62; text-transform: uppercase;margin: 0px 0 5px 0;}
.related_box h3 { font: bold 125% arial, verdana, sans-serif #905704; /*11 pixels*/ padding:0 0 10% 0;}

	a {text-decoration: none;}
	.utility a {font-size: 100%; text-transform: uppercase;}	
	.main-nav li a {font-weight: bold; font-size: 13px;}


.social-media h2 { margin-right: 1%;margin-top:5px}
.choice-nav h2 {margin-left: 2%;margin-right: 1%;}
.dark-nav { text-transform: uppercase;font-size:90%}
.home-columns h2 {padding: 4%;}
.industry-news .date {/*font-weight: bold;*/}
.site-description {color: #374c57;font-family: 'times new roman', times, georgia, serif; font-size: 115%;letter-spacing: -.03em; line-height: 120%; }
 .site-description strong { font-size: 120%; } 
 .site-description p {font-style: italic;}
 .breadcrumbs  { font: normal arial, verdana, sans-serif; /*11 pixels*/ }
  .breadcrumbs a {text-decoration: underline;}

/*zj added below 7/21 */
.aero-america-month {display: block; margin-bottom: 3%;} 
.related-content h3 {margin: 2% 0;}
.view-choices, .sort-choices {font-weight: bold;}
.view-choices a, .sort-choices a {font-weight: normal;}
.detail-author {font-weight: bold;}
.detail-series {font-style: italic;}
.gray-italic {font-style: italic; color: #666;}

.mainContent ul li a:link { font-size: 12px; }
.mainContent ul li a:hover { font-size: 12px;  }
.mainContent ul { list-style:inside; margin-left:15px; }


/* CALL FOR PAPERS */
	.descriptorType { 
		background-color:#8dc63f;
		padding:2px 5px 2px 10px;
		font-size:12px;
		color:#FFFFFF;	
		-moz-border-radius:0 0 0 10px;
    	-webkit-border-radius:0 0 0 10px;
    	-khtml-border-radius:0 0 0 10px;
		border-radius:0 0 0 10px;						
	}
	.descriptorDate { 
	
		display:inline;
		font-size: 24px;
		color:#6d9c32;
					
	}
	
	.descriptorArrow-right {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #8dc63f;
}