/*
Created by Trinity Consulting | Brandon Vaughan | bvaughan@trincon.net
Created on 10/2/08


COLOR SCHEME
D Blue - #024;
M Blue - #069;
L Blue - #39F;
M Green - #A4C500;
M Orange - #F90;
M Red - #C00;
D Grey - #333;
M Grey - #DDD;
L Grey - #EEE;

TYPOGRAPHY
Body - Lucida Sans Unicode, Lucida Grande, Arial, Sans-serif;
Headings - Lucida Sans Unicode, Lucida Grande, Arial, Sans-serif;
Main Navigation: Lucida Sans Unicode, Lucida Grande, Arial, Sans-serif;
Sub Navigation: Verdana, Arial, Helvetica, sans-serif;
Related Information: Verdana, Arial, Helvetica, sans-serif;

*/

#goog-wm ul li {display: none;}
#goog-wm ul li.search-goog {display: block;}
/* RESET */
BODY, UL, UL UL, LI, LI LI, P, OL, H1, H2, H3, H4, H5, BLOCKQUOTE {
	margin: 0px;
	padding: 0px;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Sans-serif;
	}
A, IMG {
	border: none;
	text-decoration: none;
	}
UL,OL,DL,LI {
	list-style: none;
	margin: 0px;
	}
TD {vertical-align: top;}

/* DEFAULT TYPOGRAPHY */
/* Heading Text Typography */
H1, H2, H3, H4, H5 {
	font-weight: normal;
	}
	
H2 {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: .5px;
	font-weight: normal;
	color: #024;
	padding-bottom: 18px;
	display: block;
	}
H2 i p {
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	color: #333;
	padding-top: 5px;
	padding-bottom: 0px !important;
	}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #024;
	padding-bottom: 5px;
	}

H4 {
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 0px;
	text-transform: normal;
	color: #FFF;
	background: #6699cc;
	display: block;
	padding: 5px;
	margin-bottom: 18px;
	}

H5 {
	color:#00529c;
	font-weight:bold;
	font-size:14px;
	line-height:1.25em;
	margin:0;
	padding:12px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}






#home .main h3 {
	color: #024;
	font-family: Century Gothic, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Verdana, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align: left;
	}

/* subnav heading and related heading */
.sub h2 a, .related h3 {
	background: url(/images/bugs/arrow_gn.gif) no-repeat left center;
	}

/* section heading */
.sub h2 {
	border-bottom: solid 1px #DDD;
	border-top: solid 4px #A4C500;
	line-height: 11px;
	padding: 0px;
	}
.sub h2 a, .sub h2 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000;
	font-weight: normal;
	padding: 5px 5px 5px 8px;
	display: block;
	}
	
	
/* Body Text Typography */
P, A, A:HOVER, LI, TD, UL { 
	font-size: 12px;
	line-height: 18px;
	}
blockquote {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #333;
	padding: 0px 40px;
	}

	/* Main Body Typography */
	.main p {
		color: #024;
		padding-bottom: 10px;
		}
	.main ul, .main ol {
		margin-bottom: 10px;
		}
	.main ul li {
		list-style: square;
		margin-left: 40px;
		}
	.main ol li {
		list-style: decimal;
		margin-left: 40px;
		}
	.main ol li li {
		list-style: lower-alpha;
		}
	.main ol li li li {
		list-style: lower-roman; 
		}
	.main li {
		color: #024;
		padding: 5px 0px;
		}
	ul.green_bullets li {
		list-style: url(/images/bugs/bullet.gif);
		}


/* links */
A {
	color: #39F;
	}
	
A:HOVER {
	text-decoration: underline;
	color: #A4C500;
	}

ul.toc li {
	list-style:url(/images/uploads/bullet.gif);
	padding:0;
	margin:0 0 4px 0;
	font-size:12px;
	line-height:1.25em;
	font-family:Arial, Helvetica, sans-serif;
}


/* Form Styles */
LABEL {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	display: block;
	padding: 10px 0px 3px;
	}
	
INPUT, TEXTAREA {
	/*width: 500px;*/
	border: solid 1px #DDD;
	padding: 3px;
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333;
	}
	
TEXTAREA {
	height: 200px;
	}

input.button {
	border: none !important;
	width: auto !important;
	}
input.checkbox {
	width: auto !important;
	border: none !important;
	margin-top: 5px;
	}
/* Submit buttons */	
INPUT.submit {
	width: 80px;
	text-align: center;
	background: #024;
	color: #FFF;
	font-weight: bold;
	}

/* LAYOUT */
/* Default Classes */
.right {
	float: right;
	}
	
.left {
	float: left;
	}
#home .col {
	margin-bottom:  0px;

}
.col li {
	float: left;
	}
#home .green_bullets li {
	float: none;
	padding: 0px;
	margin: 10px 0px 10px 20px;

}
/* Framework */
body {
	text-align: center;
	}

#top, #header, #feature, #content, #footer {
	margin: 0px auto;
	text-align: left;
	display: block;
	}

/* Quick Links */	
#top {
	width: 960px;
	height: 20px;
	padding: 0px 0px;
	}

/* Logo and Main Navigation */	
#header {
	width: 960px;
	}
	
	/* Main Navigation */
	#nav {
		
		padding: 0px 10px;
		overflow: auto;
		}
		
/* Home Highlights Area */	
#feature {
	width: 940px;
	height: 180px;
	padding: 0px 10px;
	margin-top: 10px;
	}

/* Main Content Box */
#content {
	width: 940px;
	padding: 20px 10px;
	margin-top: 10px;
	overflow: auto;
	}
		#content.industry_header {
			background: #FFF url(/images/backgrounds/content_highlights.jpg) no-repeat top !important;
			padding-top: 245px;
			
		}
		#content.industry_header .content_inner {
			background: transparent !important;
		}
			#content.industry_header .main {
				padding: 0px 20px 20px;
				width: 710px;
			}
			#content.industry_header .sidebar {
				display: none;
			}
			
		.year_end {
			background: #FFF url(/images/backgrounds/content_year_end.jpg) no-repeat top !important;
			padding-top: 245px !important;
			
		}
		.year_end .content_inner {
			background: transparent !important;
		}
			.year_end .main {
				padding: 0px 20px 20px;
				width: 710px;
			}
			.year_end .sidebar {
				display: none;
			}
		
	
	/* Sub Navigation */
	.sub {
		width: 170px;
		padding: 0px 15px 20px 0px;
		margin-right: -1px;
		background: url(/images/backgrounds/subpage_margin.gif) repeat-y right;		
		}
	
	/* Main Content */
	.main {
		width: 550px;
		padding-left: 15px;
		background: url(/images/backgrounds/subpage_margin.gif) repeat-y left;
		font-size: 12px;
		line-height: 18px;
		}
	
		/* Breadcrumbs */	
		.main .top {
			display: block;
			margin-bottom: 10px;
			}
		.main .tools {
			float: right;
			padding: 0px 15px;
			}
		a.print {
			background: url(/images/aia_icons/print_icon.gif) left 0px no-repeat;
			padding: 0px 5px 0px 22px;
			letter-spacing: .5px;
			display: block;
			line-height: 18px;
			font-size: 9px;
			text-transform: none;
			color: #39F;
			}
		a.print:hover {
			text-decoration: underline;
			color: #A4C500;
			}
	
	/* Search and Related Info */		
	.sidebar {
		display: block;
		width: 180px;
		padding-left: 10px;
		margin: 0px 0px 0px 0px;
		}
		
		.sidebar input {
			width: 100px;
			}
		.sidebar input.button {
			width: 20px;
			margin-top: 3px;
			}
		.sidebar span.button {
			
			
			}
		.sidebar input.submit {
			width: 50px;
			}
		
		.sidebar ul li {
			list-style-position: inside;
			}
		
		
/* Website credits and reflection */	
#footer {
	clear: both;
	width: 960px;
	padding: 0px 0px 90px;
	overflow: auto;
	}
	
/* Alternate Home Layout */
#home #content { 
	width: 960px; 
	padding: 0px;
	}
	
#home .main {
	width: 960px;
	padding: 10px 0px;
	background: none;
	}

/* columns */
#home .main .four {
	width: 960px;
	margin: 0px;
	overflow: auto;
	}
	
#home .main .four li {
	list-style: none;
	width: 230px;
	line-height: 13px;
	margin: 0px 0px 10px 10px;
	}
	#home .four li a, #home .four li a:hover {
		font-size: 11px;
		line-height: 13px;
		
		}
	#home .four li ul.green_bullets {
		
		margin: 0px;
		overflow: auto;
		}
	#home .four li ul.green_bullets li {
		list-style-image: url(/images/bugs/arrow_gn.gif);
		margin: 0px;
		width: 210px;
		display: block;
		overflow: visible;
		
		}
	#home .four li ul.green_bullets li img {float: left;padding-top: 2px;}
	#home .four li ul.green_bullets li a {
		font-size: 11px;
		line-height: 12px;
		display: block;
		padding-left: 17px;
		
		}	
	#home .four li ul.green_bullets {
		margin: 0px;
		}
	
	#home .main .four li .feature {
		display: block;
		padding: 5px 0px;
		}
	#home .main .four li .feature img {
		float: left;
		padding: 5px 10px 5px 0px;
		}
	#home .main .four li .feature strong {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 11px;
		
		}
	#home .main .four li .feature p {
		font-size: 11px;
		line-height: 13px;
		padding-bottom: 5px;
		}
	#home .main .four li .feature a, #home .main .four li .feature a:hover {
		text-decoration: none;
		}
	#home ul.green_bullets li a {
		font-size: 14px;
		
	}
	a.sb_headline:link {
		font-size: 14px !important;
	}
	
	#home .feature p,#home .feature strong {	
		font-size: 13px !important;
		line-height: 18px !important;
	}
	
	.soc_media h3 {margin-bottom: 15px !important;}
	
	.soc_media a {
		display: block;
		float: left;
		height: 48px;
		margin: 2px;
		width: 48px;
	    
	}
		.soc_media a.facebook {
			background: url(/images/aia_icons/facebook.png) no-repeat;
		}
			.soc_media a.facebook:hover {
				background: url(/images/aia_icons/facebook_hover.png) no-repeat;
			}
		
		.soc_media a.flickr {
			background: url(/images/aia_icons/flickr.png) no-repeat;
		}
			.soc_media a.flickr:hover {
				background: url(/images/aia_icons/flickr_hover.png) no-repeat;
			}
		.soc_media a.linkedin {
			background: url(/images/aia_icons/linkedin.png) no-repeat;
		}
			.soc_media a.linkedin:hover {
				background: url(/images/aia_icons/linkedin_hover.png) no-repeat;
			}
		
		.soc_media a.twitter {
			background: url(/images/aia_icons/twitter.png) no-repeat;
		}
			.soc_media a.twitter:hover {
				background: url(/images/aia_icons/twitter_hover.png) no-repeat;
			}
			
		.soc_media a.youtube {
			background: url(/images/aia_icons/youtube.png) no-repeat;
		}
			.soc_media a.youtube:hover {
				background: url(/images/aia_icons/youtube_hover.png) no-repeat;
			}
		
/* Upcoming Events Column */	
#home .main .four li.sidebar {
	width: 220px;
	}	
	#home .events {
	margin-bottom: 0px;
}
	
	#home .main .four li.sidebar .events, #home .main .events p, #home .events li {
		padding: 0px;
		font-size: 14px;
		line-height: 18px;
		}
	#home .main .events li {
		margin: 0px;
		width: 220px;
		font-size: 12px;
		line-height: 18px;
		padding-bottom: 5px;
		}
	#home .main .events li p {
	font-size: 11px;
	line-height: 18px;
	color: #222;
	font-weight: bold;
}
	#home .main .newmember {
		
		border: solid 1px #CCC;
		background: #EEE;
		overflow: hidden;
		text-align: center;
		}
	#home .main .newmember p {
		padding: 5px 10px 0px;
		text-align: left;
		}
	#home .main .four li.sidebar .more_members {
		
		font-size: 10px;
		text-align: right;
		}


/* DESIGN */
BODY {
	background: #00254A url(/images/backgrounds/body.jpg) repeat-x;
	}
#wrapper {
	background: url(/images/backgrounds/body_glow2.jpg) no-repeat center 21px;
	}
	
#nav {
	background: url(/images/backgrounds/nav.jpg) no-repeat;
	}

#content {
	background: #FFF url(/images/backgrounds/content.jpg) no-repeat top;
	}

#footer {
	background: #DDD url(/images/backgrounds/footer.jpg) no-repeat bottom;
	border-top: solid 1px #CCC; 
	}
	
	#footer .sisters {
		float: left;
		margin: 10px 0px 0px;
	}
	#footer .sisters a {
		display: block;
		float: left;
		margin: 0px 0px 0px 30px;
		outline: none;
	}
	

/* Top */
#top {
	font-size: 11px;
	color: #DDD;
	}
#top form {
	display: inline;
	}
#top form span {
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	
	}
#top input {
	
	line-height: 11px;
	font-size: 11px;
	
	}
#top input.submit {
	width: 50px;
	cursor: pointer;
	font-size: 10px;
	line-height: 10px;
	padding: 0px;
	padding-top:2px;
	
	}
#top li, #top a, #top a:hover {
	color: #F90;
	font-size: 11px;
	line-height: 20px;
	}
	
	/* member_tools */
	
	.member_tools {
		background:#FFF url(/images/backgrounds/member_tools.jpg) no-repeat center bottom;
		float: right;
		padding:5px;
		position: relative;
		width: 300px;
		z-index: 400;
	}
	
	.member_tools a,
	.member_tools form {
		display: block;
		float: left;
	}
	
	.member_tools a {
		font-weight: bold;
		padding: 0px 4px;
		outline:none;
		font-size: 10px !important;
		color: #39f !important;
	}
	.member_tools form {
		float:left;
		overflow:auto;
	}
	.member_tools .search_box {
		background-position: 5px center !important;
		border: solid 1px #DDD;	
		padding: 2px 5px;
		margin-left: 5px;
		float:left;
	}
	.member_tools .search_button {
		display: block;
		float: left;
		padding-left: 3px !important;
	}
	
	#login_wrapper {
		
		overflow: auto;
		position: relative;
		clear: both;
		
		
	}
	#login_wrapper div {
		border-top: solid 1px #EEE;
		overflow:auto;
		height: 65px;
		margin-top:5px;	
	}
	#login_wrapper label,
	#login_wrapper input[type=text],
	#login_wrapper input[type=password] {
		display: block;
		float: left;
		width: 100px;
		margin: 0px 5px;
		padding: 1px;
	}
	#login_wrapper input[type=submit] {
		padding: 2px;
		margin-left: 0px;
		display:block;
		float:left;
	}
	#login_wrapper p {
		display: block;
		
		position: relative;
		clear: both;
		font-size: 9px;
		line-height: 10px;
		color: #888;
		padding: 2px 10px;
	}
	#top .member_tools #login_wrapper a, #top .member_tools #login_wrapper a:hover {
		font-size: 9px !important;
		line-height: 10px;
		display: inline;
		float:none;
		padding: 0px;
		
	}
	
	/* Quick Links */
	#quicklinks {
		position: absolute;
		z-index: 100;
}
	#quicklinks li {
	display: block;
}
	#quicklinks ul {
		display: none;
		background: #000;
		border: solid 1px #013366;
		border-top: none;
		position: relative;
		z-index: 100;
		width:  120px;
		clear: both;
		

		}
	#quicklinks ul li {
		padding: 3px 5px;
		}
	
	#quicklinks ul li a {
		
		}
	
	#quicklinks li:hover ul, #quicklinks li.over ul {display: block;}

/* Header */

	/* logo */
	#header h1 {
		height: 52px;
		padding: 20px 10px;
		}
		
	/* logo alternate text */
	#header h1 span, #header h1 span i {
		text-indent:-9999px;
		height: 1px;
		font-size: 1px;
		
		display:block;
		}
	
	/* removes lines from Logo Image */
	#header h1 a {
		outline: none;
		}
		
	#header h1 a img {
		border: none;
		}
	
	
	/* navigation */
	#nav li {
		padding: 0px 0px;
		float: left;
		}
		
	#nav li a {	
		display: block;
		font-size: 14px;
		line-height: 11px;
		font-weight: normal;
		color: #333;
		padding: 12px 15px;
		outline: none;
		text-decoration: none;
		/*border-right: solid 1px #CCC;
		border-left: solid 1px #FFF;*/
		}
	
	#nav li li a {
		cursor: pointer;
		font-size: 12px;
		line-height: 15px;
		padding: 5px 10px;
		border: none;
}
	#nav li li a:hover {
		background: #DDD;
		text-decoration: none;
}
	#nav li li {
	float: none;
}
#nav ul {
	padding-bottom: 10px;

}
	
	
	
	/* removes extra borders */	
	#nav .home a {border-left: none;}
	#nav .standards a {border-right: none;}

#nav ul {
	text-align: left;
	width:  175px;
	background: #EFEFEF;
	position: absolute;
	z-index: 100;
	display: none;
	border: solid 1px #CCC;
	border-top: none;
}
.menu_active {
	background: #EFEFEF;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	padding: 0px !important;
}
#nav li {
	padding: 0px 1px;
}



/* Content */
	
	/* Subnavigation */
	#nav_sub li {
		display: inline;
		}
		
	#nav_sub li a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 12px;
		color: #666;
		padding: 5px 5px 5px 8px;
		display: block;
		border-bottom: solid 1px #EEE;
		}
		
	/* internal links */	
	#nav_sub li li a {
		font-family:  Lucida Sans Unicode, Lucida Grande, Arial, Sans-serif;
		font-size: 9px;
		line-height: 10px;
		text-transform: normal;
		margin-left: 8px;
		padding: 5px 5px 5px 8px;
		}
	#nav_sub li li li a {
		margin-left: 16px;
	}
	
	#nav_sub li a, #nav_sub li li a {
		background: url(/images/bugs/arrow.gif) no-repeat left center;
		}
	
	/* highlighted area */	
	#nav_sub li.here a, #nav_sub li li.here a {	}
	#nav_sub li.parent_here a {	}
	#nav_sub li.here li a {	}
	
	
	
	
	#nav_sub li ul {
		display: none;
}
	#nav_sub li.here ul, #nav_sub li.parent_here ul {
		display: block; 
}
	
	
	
	
	/* Breadcrumbs */
	.top, .top a, .top a:hover {
		font-size: 10px;
		color: #666;
		}

	/* Sidebar */
	/* image in right column */
	.sidebar .image {
		width: 180px;
		display: block;
		margin-top: 20px;
		}
	
	/* related information */
	.sidebar .related {
		padding-bottom: 20px;
		}
	
	/* related title */
	.sidebar .related h3 {
		border-top: solid 4px #A4C500;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 12px;
		letter-spacing: .5px;
		font-weight: bold;
		color: #000;
		padding: 5px 5px 5px 8px;
		margin-top: 20px;
		}
	/* related text */
	.sidebar .related, .sidebar .related p, .sidebar .related p a, .sidebar .related p a:hover, .sidebar .related span {
		font-size: 11px;
		line-height: 14px;
		}
	
	.sidebar .related p, .sidebar .related form {
		padding-left: 8px;
		color: #333;
		}
	
	.sidebar .related a.email a {
		font-size: 10px;
			
		}
	

/* Footer */

	/* credits */
	#footer p {
		padding: 10px 10px 0px;
		border-top: solid 1px #EEE;
		text-align: right;
		font-size: 10px;
		line-height: 12px;
		}
	#footer p, #footer p a {
		color: #333;
		font-size: 10px;
		line-height: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		}

/* Extras */

	#newsroom .main span {
		font-size: 12px;
		line-height: 16px;
		display: inline;
		}
	
	/* Contact */
	.tbl_style2 {
		background: #EBF6FC;
		border: solid 1px #C8DCF9;
		border-right: none;
		border-bottom: none;
		}
	.tbl_style2 h4 {
		margin: 0px;
		}
		
	.tbl_style2 tbody td {
		padding: 3px 5px;
		border-bottom: solid 1px #C8DCF9;
		border-right: solid 1px #C8DCF9;
		}
	.tbl_style2 tbody td, .tbl_style2 tbody td a {
		font-size: 10px;
		
		}
	
	#contact_us .main input, #contact_us .main textarea {
		width: 300px;
		}
	#contact_us .main .submit {
		width: 80px;
		cursor: pointer;
		}
	
	/* Feed */
	.main .feed {font-size: 11px; margin: 0px; padding: 0 0 0 1em; color: #CCCCCC; } 
	.related li.job {list-style: disc;} 
	.related li.job a {font-size: 11px; line-height: 11px;}
	a.title:hover, a.title:link, a.title:visited { font: sans-serif, Arial, Verdana; color:white; text-decoration: none; }
	.related div center a {display: block; line-height: 11px;} 



	/*90th Anniversary */
		div#anniversary_main {
		background:#DDDDDD none repeat scroll 0 0;
		width:540px;
		}
	div#anniversary_maintext {
		padding: 10px;
		}



	/*US Space Industry */
		div#space_main {
		background:#B7BABF none repeat scroll 0 0;
		width:540px;
		}
	div#space_maintext {
		padding: 10px;
		}
	
	
		
	/*National Aerospace Day */
		div#nad_main {
		background:#C3D1FE none repeat scroll 0 0;
		width:540px;
		}
	div#nad_maintext {
		padding: 10px;
		}		
		.nad_header {
		background-color: #00468A;
		padding: 3px;
		font-weight: bold;
		color: #FFFFFF;
		}
		
	div#nad_news {
		
		margin: 10px 0px;
		border: 1px solid #CCCCCC;
		padding: 2px;
		line-height: 150%;
		}
		
		
		
	/* Export Control Modernization */
	div#ec_main {
		background:#E4DDCF none repeat scroll 0 0;
		width:500px;
		}
	div#ec_maintext {
		padding: 10px;
		}
	
	.ec_header {
		background-color:#C28F52;
		color:#FFFFFF;
		font-weight:bold;
		padding:3px;
		font-size: 12px;
		}
	#ec_sub li.ec_sub {
		border:1px solid #E4DDCF;
		padding:2px;
		width:239px;
		float: left;
		list-style: none;
		margin-left: 0px;
		margin-top: 10px;
		}
	#ec_sub li li {
		margin-left: 20px;
		line-height: 12px;
		}
	#ec_sub li li a {
		font-size: 10px;
		line-height: 12px;
		}
	
	#ec_quick ul {
		margin: 10px;
		}
	
	#ec_quick li a {
		font-size: 11px;
		cursor: pointer;
		}
	
	#ec_contact, #ec_quick {
		border:1px solid #E4DDCF;
		padding:2px;
		margin-bottom: 10px;
		}
	
	li#ec_hill {
		background:transparent url(/images/uploads/ec_bg_capitol.jpg) no-repeat scroll center bottom;
		height:200px;
		
		}
	li#ec_wh {
		background:transparent url(/images/uploads/ec_bg_whitehouse.jpg) no-repeat scroll center bottom;
		height:200px;
		margin-right: 10px;
		}
	li#ec_news {
		margin-right: 10px;
		}
	#ec_sub .get_more, #ec_sub p {
		padding: 10px;
		display:block;
		}
		
	
	/* Space 50 */
	.space50_header {
		background-color: #00468A;
		padding: 3px;
		font-weight: bold;
		color: #FFFFFF;
		}
	.main ul.space50_layout li {
		list-style: none;
		margin: 10px 0px;
		}
	
	li#space50_resources {
		width: 256px;
		border: 1px solid #CCCCCC;
		padding: 2px;
		float: left;
		margin-left: 10px;
		}
	
	#space50_resources ul {
		margin-left: 0px;
		padding-left: 0px;
		list-style-type: square;
		}
	
	li#space50_facts {
		width: 256px;
		border: 1px solid #CCCCCC;
		padding: 2px;
		line-height: 140%;
		float: left;
		margin-right: 10px;
		}
	
	div#space50_news {
		width: 540px;
		/*margin-top: 5px;*/
		border: 1px solid #CCCCCC;
		padding: 2px;
		line-height: 150%;
		margin-bottom: 10px;
		}
	
	.main #space50_news ul li {
		margin-left: 30px;
		padding-top: 0px;
		list-style-type: square;
		list-style-image: url(/images/icon_pdf.gif);
		
		}
		
	div#space50_linklist {
		/*margin: 2em;*/
		padding: 5px;
		
		line-height: 140%;
		}
		
	#space50_linklist ul {
		margin-left: 0px;
		padding-left: 0px;
		list-style-type: square;
		}
		
	div#space50_mem {
		width: 540px;
		*margin-top: 5px;
		border: 1px solid #CCCCCC;
		padding: 2px;
		line-height: 150%;
		vertical-align: middle;
		}	

	
	/* Aerospace Strength */
	.listpdf{
		list-style-image: url(/images/icon_pdf.gif);
		margin-left: 0px;
		padding-left: 2em;
		}
	
	div#campaign_main {
		
		background-color: #EEEEEE;
		Padding: 10px;
		line-height: 150%;
		}

	.campaign_header {
		background-color: #222222;
		padding: 3px;
		font-weight: bold;
		color: #FFFFFF;
		}
	
	div#campaign_resources {
		width: 240px;
		border: 1px solid #CCCCCC;
		padding: 2px;
		margin: 10px 0px;
		}
	
	#campaign_resources ul {
		margin-left: 0px;
		padding-left: 2em;
		list-style-type: square;
		}
	
	div#campaign_facts {
		width: 247px;
		border: 1px solid #CCCCCC;
		padding: 2px;
		line-height: 140%;
		float: left;
		margin: 0px 10px;
		}
	
	div#campaign_news {
		
		margin: 10px 0px;
		border: 1px solid #CCCCCC;
		padding: 2px;
		line-height: 150%;
		}
	
	#campaign_news ul {
		margin-left: 0px;
		padding-left: 2em;
		list-style-type: square;
		list-style-image: url(/images/icon_pdf.gif);
		}
		
	div#campaign_linklist {
		/*margin: 2em;*/
		padding: 5px;
		width: 100%;
		line-height: 140%;
		}
		
	#campaign_linklist ul {
		margin-left: 0px;
		padding-left: 2em;
		list-style-type: square;
		}
		
	div#campaign_contact {
		width: 192px;
		margin-top: 10px;
		margin-left: 3px;
		border: 1px solid #E4DDCF;
		padding: 2px;
		}



/* GR */
div#gr_maintext {
	line-height: 145%;
	font-weight: normal;
	font-size: 9pt;
	text-align: justify;
	background: #ffffff;
	color:#666666;
	padding: 10px;
}

.gr_news {
	/*margin-top: 5px;*/
	padding: 10px;
		line-height: 145%;
	font-weight: normal;
	font-size: 9pt;
	text-align: justify;
	background: #ffffff;
	color:#666666;
	/*background-image:url(/images/grn_fade.jpg);
	background-repeat:repeat-x;
	background-position:top;*/
	/*background: #F1EEE7;*/
}

div#gr_news a:link { color:#7799B5; text-decoration: none; font-weight: normal; }
div#gr_news a:visited { color: #7799B5; text-decoration: none; font-weight: normal; }
div#gr_news a:hover { color: #8DB5D5; text-decoration: underline; font-weight: normal; }
div#gr_news a:active { color: #7799B5; font-weight: normal; }

div#gr_maintext a:link { text-decoration: none; color:#7799B5; font-size:  9pt; font-weight: bold }
div#gr_maintext a:visited { text-decoration: none; color:#7799B5; font-size:  9pt; font-weight: bold }
div#gr_maintext a:hover { text-decoration: none; color:#7799B5; font-size:  9pt; font-weight: bold }
div#gr_maintext a:active { text-decoration: none; color:#7799B5; font-size:  9pt; font-weight: bold }

div#gr_wh {
	width: 180px;
	padding: 2px;
}

div#gr_facts {
position:relative;
	width: 180px;
	height: 200px;
	margin-top: 5px;
	padding: 2px;
}


.gr_list {
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-type: square;
	line-height: 130%;
}

.gr_header {
	padding: 3 0 5 0;
	margin: 0 0 10 0;
	border-bottom: 1px dashed #cccccc;
	color: #005500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#gr_gloss {
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	list-style-type: none;
	margin-top: -5px;
	margin-bottom: 40px;
}

#gr_gloss li {
	display: inline;
}

#gr_gloss li a {
	padding: 5;
	text-decoration: none;
}

#subscriptionform input {width: 200px;}
#subscriptionform input.submit {width: 80px;}



/* HOME PAGE STYLES */

.col {
clear:both;
overflow: auto;
}
.main .three .features,
.main .three .sb,
.main .three .sidebar {
padding: 10px 20px 0px;
margin: 0px;
width: 280px;
list-style: none;
display: block;
float:left;
}

.feature {
position: relative;
clear:both;
}
.feature img {
height: 60px;
padding: 0px 15px 5px 0px !important;
width: 60px;
}

#home .main .col li .feature {
display:block;
padding:5px 0;
}
#home .main .col li .feature img {
float:left;
padding:5px 10px 5px 0;
}
#home .main .col li .feature strong {
font-size:11px;
font-weight:bold;
text-transform:uppercase;
}
#home .main .col li .feature p {
font-size:11px;
line-height:13px;
padding-bottom:5px;
}
#home .main .col li .feature a, #home .main .col li .feature a:hover {
text-decoration:none;
}
#home .main .col .events {
overflow:auto
}

#home .main .col li.sidebar .events li {
margin:0;
list-style: none;
width:220px;
}

#home .features li a {
	line-height: 14px !important;
}

/*
#home .main .col li.sidebar .newmember {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #CCCCCC;
overflow:hidden;
text-align:center;
width:218px;
}
#home .main .four li.sidebar .newmember p {
padding:5px 10px 0;
text-align:left;
}
#home .main .col li.sidebar .more_members {
font-size:10px;
text-align:right;
}
#home .newmember p {
padding: 5px 0px 0px;
}

*/

#v_container {
height: 20px !important;
width: 280px !important;
}
.vnewsticker {
height: 20px !important;
width: 280px !important;
text-align: center !important;
left: 0px !important;

}
.vnewsticker {
font-size: 14px !important;
}
.vnewsticker table {
width: 280px !important;
height: 20px !important;
}



/* ------------- End of Year 2009 Additions ---------------*/

/* SIDEBAR */
.sidebar #subscriptionform td {
	padding:3px 0px;
	text-align:left !important; 
}
.sidebar #subscriptionform input {width:130px;}
.sidebar #subscriptionform input.button {width:20px;}
.sidebar #subscriptionform input.submit {width:80px;}


/* NEW */
#content {
	background: #FFF url(/images/backgrounds/content_header.jpg) no-repeat 0px 0px;
}

.content_inner {
	background: url(/images/backgrounds/content_bg.jpg) repeat-y;
	overflow: auto;
	margin: 0px -10px -20px;
	padding: 0px 10px 20px;
}
.print {
	float:right; margin-left:20px;
}

.sidebar {
	margin-right: -10px;
	width: 190px;
}

.sidebar .eupdate,
.sidebar .calendar,
.sidebar .testimony,
.sidebar .subscription,
.sidebar .related {
	border-top: solid 1px #EFF6FF;
	border-bottom: solid 1px #D1DFEF;
	
	padding: 10px;

}



.sidebar .image {
	margin: 0px 0px 0px;
}

.sidebar h3 {
	
	border: none !important;
	font-family: Century Gothic, Arial, sans-serif;	
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 5px !important;

	
}

.sidebar .related h3 {
	background: url(/images/icons/phone.jpg) no-repeat -3px center;
	padding: 5px 0px 5px 30px;
}
	.sidebar .related p {
		padding-left: 0px;
	}

.sidebar .calendar {
	
}
.sidebar .calendar h3 {
	background: url(/images/icons/cal.jpg) no-repeat -3px center;
	padding: 7px 0px 7px 35px;
}


.sidebar .eupdate {
	border-top: solid 1px #EFF6FF;
	border-bottom: solid 1px #D1DFEF;
	
	padding: 10px;

}
.sidebar .eupdate h3 {
	background: url(/images/icons/doc.jpg) no-repeat -4px center;
	padding: 7px 0px 7px 30px;
}
	.sidebar .eupdate ul {
		
	}
	
.sidebar .testimony h3 {
	background: url(/images/icons/testimony.jpg) no-repeat -3px center;
	padding: 7px 0px 7px 35px;
}

.sidebar .subscription h3 {
	background: url(/images/icons/doc.jpg) no-repeat -3px center;
	padding: 7px 0px 7px 30px;
}
	.sidebar .subscription form .button {
		font-size: 10px;
	}


/* begin styles for RSS Feed */

.rss-box {
	 margin: 10px;
	 padding: 4px 8px;

	
	 border: 2px groove;
         border-color: white;
}

.rss-title, rss_title a {
	font-family: tahoma;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
        color: #003399;
	letter-spacing: 0px;
}

.rss-items {
  
}

.rss-item  {
  font-family: tahoma;
  font-size: 12px;
  color: #003366;
  font-weight : bold; 
  margin: 8px 0;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : underline;
	border-bottom: 1px groove #ededed;
	color: ##009999;
	}

.rss-item a:hover { 
    color: green;
	}
	
.rss-date {
	font-size: 8px;
        margin: 0;
	font-weight : normal;
	color: ##006699;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
  
#farnborough {
	background: url(/images/backgrounds/farnborough.gif) no-repeat;
	display:block;
	margin-bottom: 10px;
	outline: none;
	height: 52px;
	text-indent: -9999px;
}

.feature_block {
	padding:  15px;
	width:520px;overflow:hidden;
	margin-bottom:10px;
}
.feature_block img {
	display: block;
	margin: -15px -15px 0px;
}
.feature_block a img {
	margin: 0px;
}

/* FOOTER LINKS */
#footer_links {overflow:auto; background:#163a62; width:960px; margin:0px auto;}
#footer_links a {border:none; text-decoration:none; display:block; float:left; text-indent:-9999px; width:320px; height:79px;outline:none;}
#footer_links a.eupdate {background: url(/images/backgrounds/footer_eupdate.gif) no-repeat;}
#footer_links a.stats {background: url(/images/backgrounds/footer_statistics.gif) no-repeat;}
#footer_links a.membership {background: url(/images/backgrounds/footer_membership.gif) no-repeat;}


/* TOP TOPICS */
#top_topics {

background: rgb(232,239,245);
margin:20px;
padding: 20px 20px 0px;
}
#top_topics h1 {
background: rgb(22,58,98);
color: white;
font-family: Century Gothic,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Verdana,sans-serif;
font-size: 20px;
font-weight: normal;
margin: -20px -20px 15px;
padding:15px 20px;
}
#top_topics h1 em {
display:block;
font-size: 11px;
font-style:normal;
padding-top:3px;
}
#top_topics li {
list-style: none;
background:url("/images/icons/doc.jpg") no-repeat;
padding: 0px 20px 15px 40px;
margin:0px;
}

#top_topics li a {

font-family: Century Gothic,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Verdana,sans-serif;
font-size:16px;

}

.articles {
	
}
.articles div {
	background: url('/images/bugs/bullet.gif') 10px 15px no-repeat;
	border-bottom:1px dashed #DDDDDD;
	color:#3399FF;
	font-family:Century Gothic,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Verdana,sans-serif;
	font-size:12px;
	margin:0 20px;
	padding:10px 10px 10px 30px;
}
	.articles div i {
		color: #888;
		font-style: normal;
		font-size: 11px;
	}
	
	.articles div.main_article a,
	.articles div.sub_article a,
	.articles div.main_article a:hover,
	.articles div.sub_article a:hover, {
		text-decoration: none;
	}
.articles div.main_article {
	-moz-border-radius:5px 5px 5px 5px;
	-moz-box-shadow:0 -5px 20px #D8E6ED inset;
	-webkit-border-radius:5px 5px 5px 5px;
	-webkit-box-shadow:0 -5px 20px #D8E6ED inset;
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #D8E6ED;
	margin:0 5px 10px;
	padding:20px;
}
	.articles div.main_article h1 {
		-moz-border-radius:5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		background:none repeat scroll 0 0 transparent;
		color: #052449;
		font-family:Century Gothic,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Verdana,sans-serif;
		font-size:18px;
		font-weight:normal;
		line-height:25px;
		margin:-21px -21px 0px;
		padding:15px 20px;
	}
			.articles div.main_article h1 a,
			.articles div.main_article h1 a:hover {
				color: #052449;
				font-size: 18px;
				line-height: 25px;
			}
	.articles div.main_article p {
		font-family:Century Gothic,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Verdana,sans-serif;
		font-size: 14px;
		line-height: 20px;
	}
.articles div.sub_article {
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	background:none repeat scroll 0 0 #FCFCFC;
	border: solid 1px #E9e9e9 !important;
	float:left;
	margin:10px 10px !important;
	padding:15px !important;
	height: 180px;
	width:303px;
}
	.articles div.sub_article h2 {
		-moz-border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		background:none repeat scroll 0 0 ;
		color:#052449;
		font-family:Century Gothic,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Verdana,sans-serif;
		font-size:13px;
		line-height:16px;
		margin:-15px -15px 0px;
		padding:15px;
	}
		.articles div.sub_article h2 a {
			color:#052449;
		}
	.articles div.sub_article p {
		font-family:Lucida Grande,Lucida Sans Unicode,Lucida Sans,Verdana,sans-serif;
		font-size:11px;
	}
	
	
/* --------------------------
	YEAR-END REVIEW AND FORECAST
/* -------------------------- */
.year_end .left_col {
	float: left;
	margin-top: -20px;
	margin-left: -40px;
	width: 495px;
}
.year_end .right_col {
	float: left;
	margin-top: -20px;
	margin-right: -50px;
	width: 242px;
}

	.year_end .right_col div a {
		display: block;
		font-family: Arial;
		font-size: 11px;
		line-height: 15px;
		height: 225px;
		margin-bottom: 10px;
		padding: 65px 25px 20px;
		text-decoration: none;
		width: 195px;
	}
		.year_end .speech a {
			background: url(/images/backgrounds/speech.jpg) no-repeat;
			color: rgb(65,77,8);
		}
		
		.year_end .analysis a {
			background: url(/images/backgrounds/analysis.jpg) no-repeat;
			color: rgb(65,77,8);
		}
		
		.year_end .slideshow a {
			background: url(/images/backgrounds/slideshow.jpg) no-repeat;
			color: black;
		}
.year_end .data_tables {
	margin: 10px 0px 10px 0px;
	width: 480px;
}		
.year_end .data_tables h3 {
	-moz-border-radius: 5px 5px 0px 0px;
	background: url(/images/backgrounds/image002.jpg);
	color: white;
	font-family: 'Century Gothic', Arial;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	padding: 10px 20px !important;
}

.year_end .data_tables ul,
.year_end .data_tables li {
	margin: 0px !important;
	padding: 0px;
	list-style: none;
	overflow: auto;
}
.year_end .data_tables li {
	height: 48px;
}
.year_end .data_tables li a {
	background: #f3f3f3 url(/images/backgrounds/pdf.png) right 10px no-repeat;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #DDD;
	color: #333;
	display: block;
	font-family: 'Century Gothic', Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	padding: 15px 60px 15px 20px;
	overflow: auto;
	text-decoration: none;
}
	.year_end .data_tables li a:hover {
		background: #A4C500 url(/images/backgrounds/pdf.png) right 10px no-repeat;
		border-bottom: solid 1px #A0C000;
		color: white;
	}
.year_end .data_tables li a .icon {
	float: left;
	margin: -8px 10px -8px 0px;
}

#resource_center li.rss-item { 
	border-top: solid 1px #F5F5F5;
	border-bottom: solid 1px #DDD;
	border-right: solid 1px #FFF;
	border-left: solid 1px #FFF;
    color:  #333;
    display: block;
    font-family: Lucida Sans Unicode;
    font-size: 12px;
    font-weight: 100;
    line-height: 20px;
	float:none !important;
    padding: 8px 20px !important;
    margin: 0px 0px 0px !important;
    text-decoration:none; 
    text-align: left;
    outline: none;
list-style-position: outside !important;
}
	#resource_center li.rss-item:hover {
		background: #EEE;
		border-right: solid 1px #DDD;
		border-left: solid 1px #DDD;
	}
#resource_center li.rss-item a {font-size: 15px; font-weight: bold; font-family: Century Gothic;}


#resource_center .rss-box {border:none !important; margin: 0px !important; padding: 0px !important;}


#resource_center .rss-items {border-top: solid 1px #DDD;margin: 0px 0px 20px !important; overflow:auto !important;}
#resource_center .rss-item {margin: 0px 0px 5px !important; list-style:none !important;}
#resource_center .rss-item a {text-decoration:none !important; border:none !important;}

.main .grid {
	margin: 0px;
	padding: 0px;
	width: 500px;
}
	.main .grid li {
		float: left;
		list-style: none;
		margin: 0px !important;
		padding: 15px;
	}
		.main .grid li img {
			display: block;
			padding-bottom: 5px;
		}

.main .grid.two li {
	width: 220px;
}
.main .grid.center li {
	text-align: center;
}
#gr_wh h3 {
	background: none;
	padding-left: 0px;
}

