div.columns {
	padding-top: 1px;
}

/* content */
	#content { 
		width: auto;
		margin-left: 0;
	}
	
	#container #content,
	#container #content-main { 
		float: none !important;
		margin-left: 0 !important; 
		width: auto !important;
	}
	
	#content h2 {
		margin-left: 0 !important;
		background-color: #00375e;
		color: #fff;
		font-size: 15px;
		line-height: 15px;
		background-image: none;
		border-top: 1px solid #fff;
		margin-bottom: 0;
	}
	#content div.h2 {
		border-top: 2px solid #438cca;
	}
	
/* main columns */
	div.column1of3 {
		width: 371px;
		float: left;
		margin-right: 12px;
	}
	
	/* ROUNDEDCUBE ADDED 2008-08-08 */
	div.column1of2-comm {
		width: 540px;
		float: left;
		margin-right: 12px;
	}
	
	div.column2of2-comm {
		width: 202px;
		float: left;
	}
	/* end ROUNDEDCUBE ADDED */
	
	
	div.column2of3 {
		width: 371px;
		float: left;
	}
	div.column3of3 {
		width: 203px;
		float: right;
	}

/* in-content nav (tabs) */
	div.nav {
		margin: 2px 0 0 0;
	}
	div.nav a span {
		text-align: center;
	}
	
	div.nav li:last-child,
	div.nav li.last-child {
		background: none;
	}
		div.nav li:last-child a.on span,
		div.nav li.last-child a.on span {
			background: none;
		}
		div.nav li:first-child a.on,
		div.nav li.first-child a.on {
			margin-left: -1px;
		}

/* ads */
	div.ad a,
	div.ad img {
		display: block;
	}
	

/* Homepage Components */
	div.nav-body {
		padding: 2px 0 14px 0;
		margin-top: 10px;
		border: 1px solid #bcc7d6;
		background: url(http://www.naa.org/_res/img/design/box.gif) bottom left repeat-x;
		position: relative;
	}
		div.wjs div.nav-body {
			height: 282px;
			border-top: 0;
			margin-top: 2px;
			
		}
	
	#content div.nav-body h3 {
		font-size: 12px;
		line-height: 12px;
		margin: 0;
		padding: 3px 12px;
	}
		div.wjs div.nav-body h3 {
			display: none !important;
		}

/* Spotlight */
	div.spotlight 
	{
		min-height: 200px;
		color:Black;
		text-align:justify;	
	}
	#spotlight-t1
	{
		
	}
	#spotlight-t2
	{

	}
	#spotlight-t3
	{

	}
	#spotlight-t4
	{

	}
	#spotlight-t5
	{

	}





		div.wjs div.spotlight {
			background: url(http://www.naa.org/_res/img/design/homepage-box.gif) top left no-repeat;
		}
		div.spotlight p {
			margin: 0 !important;
			padding: 0 !important;
		}
		div.spotlight img {
			display: block;
		}
	
	/* ROUNDEDCUBE ADDED 2008-08-08 */

/* NAA Comm */
	div.naacomm 
	{
		width: 540px;
		min-height: 200px;
		color:Black;
	}
	#naacomm-t1
	{
		
	}
	#naacomm-t2
	{

	}
	#naacomm-t3
	{

	}
	#naacomm-t4
	{

	}
	#naacomm-t5
	{

	}





		div.wjs div.naacomm {
			background: url(http://www.naa.org/_res/img/design/homepage-box-comm.gif) top left no-repeat;
		}
		div.naacomm p {
			margin: 0 !important;
			padding: 0 !important;
		}
		div.naacomm img {
			display: block;
		}

/* END ROUNDEDCUBE ADDED 8/8/2008 */

/* Resources */
	div.resources 
	{
		color:Black;
		text-align:justify;		
	}
		div.wjs div.resources div.nav-body {
			height: 281px;
			margin-top: 3px; /* odd behavior in FF if set at 2 */
		}
		div.resources dd {
			border-top: 1px solid #fff;
			margin: 0;
			padding: 12px 12px 3px 137px;
			background: #fff url(http://www.naa.org/_res/img/design/accordion.gif) bottom left repeat-x;
			position: relative;
			display:none;
		}
			div.resources dd img {
				position: absolute;
				top: 12px;
				left: 45px;
			}
			#content div.resources dd p {
				margin: 0;
				padding: 0;
			}
		div.wjs div.resources dd {
			height: 102px;
			/*overflow: hidden;*/ /* removed for Netscape 7.1, removing this enables the User to break the homepage */
		}
		div.wjs div.resources {
			background: url(http://www.naa.org/_res/img/design/homepage-box.gif) top left no-repeat;
		}
		div.resources dl {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		div.resources dt {
			margin: 0;
			padding: 10px 10px 4px 34px;
			height: 18px;
			overflow: hidden;
			border-top: 1px solid #bcc7d6;
			background: url(http://www.naa.org/_res/img/design/plus.gif) 10px 9px no-repeat;
			color: #000;
			cursor: pointer;
		}
		div.resources dt.focus {
			background-image: url(http://www.naa.org/_res/img/design/minus.gif);
		}
			div.resources dt span.title {
				
			}
			div.resources dt span.ref {
				color: #797979;
			}
			div.wjs div.resources dl dt:first-child {
				border-top: 0;
			}
	


/* Lower Right box */
	div.column2of3 div.columns {
		padding: 0;
		margin: 0;
	}
	div.column2of3 div.column1of2,
	div.column2of3 div.column2of2 {
		width: 178px !important;
		margin-left: 0;
	}
	
	#content h3 {
		font-size: 14px;
		color: #013861;
		margin: 0;
		padding: 0;
		font-weight: normal;
	}

/* innovations */
	div.innovations {
		border: 1px solid #bcc7d6;
		border-top-color: #fff;
		margin-top: -1px;
		height: 330px;
		padding: 0 12px;
		color: #000;
	}



/* Events */
	div.events {
		border: 1px solid #bcc7d6;
		border-top-color: #fff;
		margin-top: -1px;
		height: 330px;
		padding: 0;
		color: #000;
		overflow: hidden;
		position: relative;
	}
		#content div.events p.more {
			margin: 0;
			padding: 4px 12px;
			background-color: #e6ecf4;
		}
		div.events ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		div.events ul li {
			border-bottom: 1px solid #bcc8d6;
			padding: 12px 12px 12px 105px;
			position: relative;
		}
			div.events ul li.even {
				background: #fff url(http://www.naa.org/_res/img/design/accordion.gif) bottom left repeat-x !important;
			}
			div.events ul li:last-child,
			div.events ul li.last-child {
				border-bottom: 0;
			}
		div.events ul li img {
			position: absolute;
			top: 12px;
			left: 12px;
		}
		#content div.events h3 {
			margin: 0 0 -2px 0;
		}
		#content div.events p {
			margin: 0 0 10px 0;
		}
			#content div.events p.date-location {
				margin: 0 0 5px 0;
				color: #013861;
			}


/* Quick Links & Ad */
	div.ad {
		font-size: 9px;
		line-height: 14px;
		color: #797979;
	}
		div.ad p {
			margin: 0 !important;
		}
		
	div.column3of3 div.ad {
		padding-top: 10px;
		border-top: 1px solid #d5d5d5;
		margin-top: 17px;
	}
	div.column3of3 div.body-wrapper {
		border-top: 0;
		margin: 0;
		padding: 0 1px 1px 1px;
		border: 1px solid #bcc8d6;
		border-top: 0;
	}
	div.column3of3 div.body {
		border: 1px solid #fff;
		border-top: 0;
		padding: 3px 9px 9px 9px;
		background-color: #e6ecf3;
		margin: 0;
	}
	
	#content div.hr {
		height: 1px !important;
		border-top: 1px solid #bcc7d5 !important;
		border-bottom: 1px solid #fff !important;
		border-width: 1px 0 1px 0 !important;
	}
		#content div.hr hr {
			visibility: hidden;
			margin: 0;
		}
	
	div.links {}
		div.links h3 {
			padding: 5px 0 3px 0 !important;
		}
		div.links a {
			text-decoration: none;
		}
			div.links a:hover {
				text-decoration: underline;
			}
	
	/* Sasha added 2008-01-29 */

.noborder { border: 0 } 


/* Tag Styles */

.CommonTagCloud
{
	background-color: #f7f7f7;
	padding: 16px 8px 16px 8px;
	margin: 32px 0;
	color: #999;
	line-height: 250%;
	list-style-type: none;
}

.CommonSidebarTagCloud
{
	line-height: 225%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.CommonTag1, .CommonTag2, .CommonTag3, .CommonTag3, .CommonTag4, .CommonTag5, .CommonTag6
{
	margin: 0;
	padding: 0;
	display: inline;
}

.CommonTag1 a:link, .CommonTag1 a:visited, .CommonTag1 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #000;
	font-size: 225%;
	font-weight: 900;
}

.CommonTag2 a:link, .CommonTag2 a:visited, .CommonTag2 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #111;
	font-size: 175%;
	font-weight: 800;
}

.CommonTag3 a:link, .CommonTag3 a:visited, .CommonTag3 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #222;
	font-size: 150%;
	font-weight: 600;
}

.CommonTag4 a:link, .CommonTag4 a:visited, .CommonTag4 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #333;
	font-size: 120%;
	font-weight: 500;
}

.CommonTag5 a:link, .CommonTag5 a:visited, .CommonTag5 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #444;
	font-size: 100%;
	font-weight: 300;
}

.CommonTag6 a:link, .CommonTag6 a:visited, .CommonTag6 a:active
{
	margin-right: 6px;
	text-decoration: none;
	color: #555;
	font-size: 80%;
	font-weight: 200;
}

.CommonTag1 a:hover, .CommonTag2 a:hover, .CommonTag3 a:hover, .CommonTag4 a:hover, .CommonTag5 a:hover, .CommonTag6 a:hover
{
	text-decoration: underline;
}

/* End Tag Styles */