/*
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;
	}
	
	/* 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;
	}
		
/* 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; 
	}

/* 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;
		width: 300px;
	}
	
	.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: 2px;
	}
	#login_wrapper input[type=submit] {
		padding: 3px;
		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;
	}
	#login_wrapper a, #login_wrapper a:hover {
		font-size: 9px;
		line-height: 10px;
		display: inline;
		float:none;
		padding: 0px;
		
	}
	
	/* Quick Links */
	#quicklinks ul {
		display: none;
		background: #000;
		border: solid 1px #013366;
		border-top: none;
		position: absolute;
		z-index: 100;
		}
	#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;
		/*border-right: solid 1px #CCC;
		border-left: solid 1px #FFF;*/
		}
	
	#nav li li a {
		font-size: 12px;
		line-height: 15px;
		padding: 5px 10px;
		border: 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;
}