/***********************************
*  DigiCore common Stylesheet
*  Created on: 10/2009
*  Rhino Hooton
***********************************/
body {
	background:#f5f3f2 url(http://www.nam.org/Media/Backgrounds/main.jpg) repeat-x 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
/* added to push the footers to the bottom of the screen */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
* {
	margin:0;
	padding:0;
	outline:0;
}
a img {
	border:0;
}
ul li {
	list-style:none;
}
p, li {
	line-height:18px;
}
a {
	text-decoration:none;
	color:#004960;
	font-size:12px;
}
a:hover {
	text-decoration:none;
	color:#569BBC;
}
.clear:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {display: inline-block;}
/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

/* form content added to push the footer to the bottom of the screen*/
#formContent{
    min-height:100%; 
    position:relative; 
    height:100%;
  }

/* Basic Layout */
#wrapper {
	min-height:300px;
	margin:10px auto 0 auto;
	width:988px;
	border:solid 1px #d9d1cd;
	background:#fff;
}
p {
	margin-bottom:10px;
}

/* Site Header 
********************************************************************************************************/
#siteLogo {
	float:left;
	height:50px;
	background:url(http://www.nam.org/Media/Logos/nam.gif) no-repeat 0px 0px;
	position:relative;
	top:35px;
	text-indent: -9999px;
	display: block;
	width: 346px;
}
/* Starting with basic header structure */
#siteHeaderOuter {
}
#siteHeaderInner {
	width:990px;
	margin:0 auto;
	height:152px;
	background: url(http://www.nam.org/Media/Logos/nam_slogan.gif) no-repeat 495px 70px;
}
#siteHeader {
	height:152px;
	width:100%;
}
#headerBottom {
	position:relative;
	height:1%;
	z-index:999;
}
/* main navigation styles */
#siteNavMain {
	position:absolute;
	top:115px;
	right:0px;
	width:990px;
	height: 38px;
	z-index:999;
}
#siteNavMain li {
	float:left;
	position:relative;
	z-index:999;
}
#siteNavMain li a {
	float:left;
	text-indent:-9999px;
	display:block;
	height:35px;
}
#nav_itemA {
	width:99px;
	background: url(http://www.nam.org/Media/Buttons/main_navigation.gif) no-repeat 0 0;
}
#nav_itemA:hover {
	background-position:0 -70px;
}
#nav_itemB {
	width:168px;
	background: url(http://www.nam.org/Media/Buttons/main_navigation.gif) no-repeat -99px 0;
}
#nav_itemB:hover {
	background-position:-99px -70px;
}
#nav_itemC {
	width:139px;
	background: url(http://www.nam.org/Media/Buttons/main_navigation.gif) no-repeat -267px 0;
}
#nav_itemC:hover {
	background-position:-267px -70px;
}
#nav_itemD {
	width:170px;
	background: url(http://www.nam.org/Media/Buttons/main_navigation.gif) no-repeat -406px 0;
}
#nav_itemD:hover {
	background-position:-406px -70px;
}
#nav_itemE {
	width:215px;
	background: url(http://www.nam.org/Media/Buttons/main_navigation.gif) no-repeat -576px 0;
}
#nav_itemE:hover {
	background-position:-576px -70px;
}
#nav_itemF {
	width:83px;
	background: url(http://www.nam.org/Media/Buttons/main_navigation.gif) no-repeat -791px 0;
}
#nav_itemF:hover {
	background-position:-791px -70px;
}
#nav_itemG {
	width:116px;
	background: url(http://www.nam.org/Media/Buttons/main_navigation.gif) no-repeat -874px 0;
}
#nav_itemG:hover {
	background-position:-874px -70px;
}
#siteNavMain li.activeNav a#nav_itemA,
#siteNavMain li.sfhover a#nav_itemA,
#siteNavMain li:hover a#nav_itemA {
	background-position:0 -70px;
}
#siteNavMain li.activeNav a#nav_itemB,
#siteNavMain li.sfhover a#nav_itemB,
#siteNavMain li:hover a#nav_itemB {
	background-position:-99px -70px;
}
#siteNavMain li.activeNav a#nav_itemC,
#siteNavMain li.sfhover a#nav_itemC,
#siteNavMain li:hover a#nav_itemC {
	background-position:-267px -70px;
}
#siteNavMain li.activeNav a#nav_itemD,
#siteNavMain li.sfhover a#nav_itemD,
#siteNavMain li:hover a#nav_itemD {
	background-position:-406px -70px;
}
#siteNavMain li.activeNav a#nav_itemE,
#siteNavMain li.sfhover a#nav_itemE,
#siteNavMain li:hover a#nav_itemE {
	background-position:-576px -70px;
}
#siteNavMain li.activeNav a#nav_itemF,
#siteNavMain li.sfhover a#nav_itemF,
#siteNavMain li:hover a#nav_itemF {
	background-position:-791px -70px;
}
#siteNavMain li.activeNav a#nav_itemG,
#siteNavMain li.sfhover a#nav_itemG,
#siteNavMain li:hover a#nav_itemG {
	background-position:-874px -70px;
}
/* Main Header Ribbon ***********************************/
#siteNavMain li ul {
	position: absolute; 
	display:none;
  	left:0;
	top:35px;
	list-style:none;
	margin:0;
	padding:0 15px;
	z-index:50;
	background:#f5f5f5;
	width:246px;
	border-left:1px solid #D9D1CD;
	border-bottom:1px solid #D9D1CD;
	border-right:1px solid #D9D1CD;
	z-index:999;
}
#siteNavMain li.lastItem ul {
	left:auto;
	right:0;
	z-index:999;
}
#siteNavMain li:hover ul,
#siteNavMain li.sfhover ul { 
	display:block;
}
#siteNavMain li ul li {
	position:relative;
	float:none;
	padding:0 10px;
	height:31px;
	border-bottom:1px solid #D9D1CD;
	clear:both;
	z-index:999;
}
#siteNavMain li ul li.last {
	border:none;
}
#siteNavMain li ul li a {
	text-indent:0;
	font-size:14px;
	color:#004960;
	line-height:31px;
	display:inline;
	font-family: Gotham, Arial;
	display:block;
	outline:0;
}
#siteNavMain li ul li a:hover {
	color:#1c9cd8;
}

/* Site header search */
#headerSearch {
	height:35px;
	clear:right;
	float:right;
	margin:10px 0 0;
	background: url(http://www.nam.org/Media/Backgrounds/header_search.gif) no-repeat 0px 0px;
	width: 327px;
	padding:2px 0 0 0;
}
#headerSearch label {
	display:block;
	background: url(http://www.nam.org/Media/Backgrounds/header_search_label.jpg) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 24px;
	width: 68px;
	float:left;
}
#headerSearch input {
	height:20px;
	width:208px;
	background:url(http://www.nam.org/Media/Backgrounds/header_search_input.gif) no-repeat 0 0;
	border:none;
	float:left;
	padding:4px 0 0 5px;
}
#headerSearch button {
	background: url(http://www.nam.org/Media/Buttons/go.gif) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 35px;
	cursor:pointer;
	border:0;
	float:left;
	overflow:hidden;
}
#headerSearch button:hover {
	background-position:0 -24px;
}
/* Footer styles */
#mainFooter {
    height: 81px;
    min-height: 1%;
    padding: 11px 0 0px auto;
    clear: both;
    margin-top: 15px;
    color: #fff;
    background: url(http://www.nam.org/Media/Backgrounds/footer.gif) repeat-x 0px 0px;
    position: relative;
    bottom: 0px;
    width: 100%;
}
#mainFooter a {
	color:#fff;
	font-weight:normal;
}
#mainFooter a:hover {
}
#mainFooterInner {
	width:990px;
	margin:0 auto;
	font-weight:normal;
	min-height:81px;
}
.footerContent,
.footerCopy {
    height: 81px;
    overflow: hidden;
    position: relative;
}
.footerContent {
	float:left;
	width:600px;
}
.footerCopy {
	float:right;
	width:325px;
	text-align:right;
}
.footerContent p,
.footerCopy p {
	position:absolute;
	top:50%;
	margin:0;
}
.footerCopy p {
	width:325px;
}
/* breadcrumb styles */
.breadCrumb {
	margin:10px auto;
	width:990px;
	color:#fff;
	font-weight:bold;
	font-size:12px;
}
.breadCrumb a {
	color:#d2e6f4;
}
.breadCrumb a:hover {
	text-decoration:none;
	color:#fff;
}
.pageTitle {
	padding:0 0 15px 0;
	margin-bottom:15px;
	border-bottom:solid 1px #dbdbdb;
}
.pageTitle .genericPageTitle {
	width:83%;
}
.genericPageTitle {
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	float:left;
}
.pageTitle span {
	float:right;
	height:20px;
	margin:3px 0 0 0;
}
.pageTitle span .print,
.pageTitle span .rss,
.pageTitle span .email,
.pageTitle span .share {
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 16px;
	float:right;
}
.pageTitle span .rss {
	background: url(http://www.nam.org/Media/Icons/rss.gif) no-repeat 0px 0px;
	margin:2px 0;
}
.pageTitle span .print {
	background: url(http://www.nam.org/Media/Icons/print.gif) no-repeat 10px 2px;
	margin:0 0 0 10px;
	padding:2px 0 2px 10px;
	border-left:1px solid #dbdbdb;
}
.pageTitle span .share {
	background: url(http://www.nam.org/Media/Icons/share.gif) no-repeat 10px 2px;
	margin:0 0 0 10px;
	padding:2px 0 2px 10px;
	border-left:1px solid #dbdbdb;
}
.pageTitle span .email {
	background: url(http://www.nam.org/Media/Icons/email.gif) no-repeat 10px 2px;
	margin:0 0 0 10px;
	padding:2px 0 2px 10px;
	border-left:1px solid #dbdbdb;
}

/* Styles for Ad modules
********************************************************************************************************/
.adModule {
	margin-bottom:10px;
}
.adModule p {
	text-align:right;
	font-size:11px;
	color:#666;
	margin-bottom:0;
}
.moduleFooterAd {

}
.ui-sortable {
	
}

/* generic module styles 
********************************************************************************************************/
.moduleWrap {
	margin-bottom:15px;
	background:white;
	border:1px solid #d6d6d6;
	-webkit-box-shadow: 1px 1px 1px #e2e2e2;
	-webkit-border-radius: 1px;
	-moz-box-shadow: 1px 1px 1px #e2e2e2;
	-moz-border-radius: 1px;
}
.genericModuleHeader {
	padding:1px;
}
.genericModuleHeader h4 {
	background: url(http://www.nam.org/Media/Backgrounds/module_header.jpg) repeat-x 0px 0px;	
	font-weight:normal;
	padding:0 10px;
	margin:0;
	font-size:18px;
	line-height:36px;
	text-transform:capitalize;
	color:#fff;
}
.moduleFooterAd div {
	float:right;
	margin-left:5px;
}
.moduleFooterAd p {
	text-align:right;
	margin:0;
	color:#666;
	font-size:10px;
}
.moduleContentInner {
	margin:0 1px 1px 1px;
}

/* gray module header 
********************************************************************************************************/
.policyIssues .genericModuleHeader h4 {
	background: url(http://www.nam.org/Media/Backgrounds/module_header_gray.jpg) repeat-x 0px 0px;	
}

/* POLL MODULE
********************************************************************************************************/
.modPollQuestion {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.jcorePoll label {
	clear:both;
	padding:0 0 12px 10px;
	display:block;
}
* html .jcorePoll label {
	clear:both;
	padding:0 0 7px 10px;
	display:block;
}
*+html .jcorePoll label {
	clear:both;
	padding:0 0 7px 10px;
	display:block;
}
.jcorePoll label input {
	margin-right:5px;
}
.jcorePoll button {
	margin:0 0 10px 10px;
}
.pollResultRow p {
	clear:both;
}
.pollResultBar {
	height:16px;
	float:left;
	margin-right:3px;
	background:#BBD4E8;
}

/* LIST MODULE (INCLUDES RELATED ARTICLES)
********************************************************************************************************/
.listModule li {
	padding:8px 12px;
	border-top:1px solid #dadada;
	border-bottom:1px solid #fff;
}
.listModule ul {
}
.listModule a {
	font-weight:bold;
}
.listModule .moduleContentInner {
}


/* SEARCH RESULTS
********************************************************************************************************/
#searchResults {
	background:white;
	padding:10px;
}
.searchResults p {
	margin:0px;
}
.searchResultContent {
	padding:10px;
}
.withDownload {
		background: url(http://www.nam.org/Media/Backgrounds/data_divider.gif) repeat-y 564px 0px !important;
}
.withDownload .searchResultContentContainer {
	float:left;
	width:544px;
}
.downloadBox {
	float:right;
	width:46px;
}
.downloadBox .media,
.downloadBox .size {
	width:46px;
	text-align:center;
	display:block;
	font-size:8px;
	font-weight:bold;
	margin-bottom:5px;
}
#searchResultInfo {
	padding:10px;
	font-size:21px;
}
.resultType {
	font-size:11px;
	color:#4f4f4f;
	font-weight:bold;
}
.searchResult h3 {
	font-size:14px;
	color:#333;
}
.searchResult h3 a {
	font-size:14px;
}
.actionLinks {
	border-bottom:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
	background:#f5f5f5;
	padding:10px;
	font-weight:bold;
}
.actionLinks span {
	font-weight:normal;
}
.searchResult {
	border-bottom:1px solid #D6D6D6;
}
.searchResult p {
	margin:0px;
}
.searchResults #searchResoucesSearch {
	padding:10px 10px 20px 10px;
}
.searchResults #searchResoucesSearch label {
	display:block;
	float:left;
	background: url(http://www.nam.org/Media/Text/search.gif) no-repeat 0px 0px;
	height: 24px;
	width: 58px;
	text-indent:-9999px;
}
.searchResults #searchResoucesSearch input {
	float:left;
	height:20px;
	padding:4px 0 0 5px;
	width:208px;
	background: url(http://www.nam.org/Media/Backgrounds/search_input.gif) no-repeat 0px 0px;
	border:0;
	color:#999;
	font-size:12px;
}
.searchResults #searchResoucesSearch button {
	background: url(http://www.nam.org/Media/Buttons/search_go.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 35px;
	border:0;
}
.searchResults #searchResoucesSearch button:hover {
	background-position:0 0px;
}


/* GENERIC PAGINATION
********************************************************************************************************/
.genericPagination li {
	display:inline;	
}

/* SUB NAV
********************************************************************************************************/
.subNavModule {
	background:white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:10px;
	-webkit-box-shadow: 0px 2px 4px #999;
}
.subNavModule h4 {
	display:none;
}
.subNavModule a {
	display:block;
	padding:1px;
	color:#004960;
	font-size:14px;
	font-weight:normal;
}
.subNavModule a:hover,
li.noSubActive a {
	color:#569bbc;
	text-decoration:none;
}
.subNavModule ul {
}
.subNavModule li {
	padding:5px;
	border-bottom:1px solid #dbdbdb;
}

/* ARTICLE DETAIL
********************************************************************************************************/
.articleDetailContent {
	border:none;
	-moz-box-shadow:none;
}
.articleDetailContent h2 {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px solid #DBDBDB;
	padding:0 0 13px 0;
	margin:0 0 10px 0;
}
.articleDetailContent .articleBeautyImage {
	margin:0 10px 0 0;
	float:left;
}
.articleDetailContent ul,
.articleDetailContent ol {
	margin:0 0 10px 30px;
}
.articleDetailContent ul li {
	list-style:disc;
}
.articleDetailContent .articleInfo {
	font-size:11px;
	margin-bottom:10px;
}
.articleDetailContent .articleInfo p {
	margin:0;	
	display:inline;
}
.articleDetailContent .articleInfo .articleByLine {
	float:left;
}
.articleDetailContent .articleInfo .rateThis {
	float:right;
}
.articleDetailContent .articleLocation,
.articleDetailContent .articleDate {
	font-size:12px;
	font-style:italic;
	color:#919295;
	text-transform:uppercase;
}
.articleDetailContent blockquote {
	float:right;
	color:#d4d62e;
	font-size:24px;
	line-height:28px;
	margin-left:10px;
	width:250px;
	font-style:italic;
}
.relatedTopics h4 {
	color:#000;
	font-size:13px;
	font-weight:normal;
	display:inline;
}
.relatedTopics p {
	display:inline;
}
.relatedTopics a {
	color:#569bbc;
	font-weight:normal;
}
.relatedTopics a:hover {
	color:#004960;
}

/* SHARE BAR
********************************************************************************************************/
.moduleSharebar {
	min-height:24px;
	float:right;
	width:200px;
	text-align:right;
	padding-top:10px;
}
.moduleSharebar a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background:#CED02A none repeat scroll 0 0;
	border:1px solid #CACC2B;
	color:#FFFFFF;
	cursor:pointer;
	font-size:12px;
	height:22px;
	line-height:22px;
	margin-left:4px;
	padding:0 4px;
	float:right;
}
.moduleSharebar a:hover {
	background:#c1c327;
}
.shareBarRatings {
	height:32px;
	padding:0 0 0 4px;
	line-height:32px;
	font-size:11px;
	overflow:hidden;
	white-space:nowrap;
}
.shareBarRatings ul {
	margin:10px 0 10px 0 !important;
	height:13px;
	position:relative;
	float:left;
	padding:0 !important;
}
.shareBarRatings ul li {
	float:left;
	height:13px;
	width:14px;
	list-style:none !important;
	margin:0;
	padding:0 !important;
	clear:none !important;
	background:url(http://cta.digitaria.com../../Media/backgrounds/star_rating.gif) no-repeat 0 -39px;
}
.shareBarRatings .ratingHover li {
	background-position:0 -39px;
}
.shareBarRatings ul li a {
	display:block;
	height:13px;
	position:absolute;
	text-indent:-9999px;
	left:0;
}
.shareBarRatings ul li a:hover {
	background:url(http://cta.digitaria.com../../Media/backgrounds/star_rating.gif) repeat-x 0 0px;
	overflow:hidden;
	height:13px;
}
.shareBarRatings ul li.currentRating {
	position:absolute;
	height:13px;
	overflow:hidden;
	z-index:10;
	text-indent:-9999px;
	left:0;
	background:url(http://cta.digitaria.com../../Media/backgrounds/star_rating.gif) repeat-x 0 0px;
}
.shareBarRatings .ratingHover li.currentRating {
	background:none !important;
}
.ratingUnit1 a {
	width:14px;
	z-index:60;
}
.ratingUnit2 a {
	width:28px;
	z-index:50;
}
.ratingUnit3 a {
	width:42px;
	z-index:40;
}
.ratingUnit4 a {
	width:56px;
	z-index:30;
}
.ratingUnit5 a {
	width:70px;
	z-index:20;
}
.shareBarRatings p {
	float:left;
	padding-left:5px;
	line-height:32px !important;
	color:#6a6a6a;
	font-size:12px;
}
.shareBarRatings p span.ratingTotalVotes {
	color:black;
}

/* EVENT CALENDAR MODULE
********************************************************************************************************/
.upcomingEventsList li {
	clear:both;
	padding:3px 0;
}
.upcomingEventsDate {
	width:65px;
	padding-right:5px;
	float:left;
	margin:0;
}
.upcomingEventsTitle {
	width:155px;
	padding-right:5px;
	font-weight:bold;
	float:left;
	margin:0;
}
.upcomingEventsList {
	border-bottom:1px dotted #bdbdbd;
}
.upcomingEventsLinks {
	clear:both
}
.upcomingEventsCalLink {
	line-height:25px;
	font-weight:bold;
	float:right;
}

/* NEWS FEATURE
********************************************************************************************************/
.newsFeatureModule h5 {
	font-size:10px;
	color:#666;
	line-height:18px;
}
.newsFeatureModule h6 {
	font-size:14px;
	line-height:18px;
}
.featuredStoryImage {
	float:left;
	margin-right:9px;
}
.newsFeatureModule span {
	display:block;
	font-size:10px;
	font-style:italic;
}
.newsFeatureModule .captionSource {
	font-style:normal;
	line-height:18px;
}
.newsFeatureModule .byLine {
	font-size:10px;
	color:#666;
	font-style:italic;
}
.newsFeatureModule p {
	margin:0 0 0.5em 0;
}
.newsFeatureModule .moreLink {
	font-weight:bold;
}

/* CALENDAR LANDING
********************************************************************************************************/
.eventsDetailTop .moduleContentInner {
	padding:0;
	margin:0;
	_height:1%;
}
.eventsDetailContent {
	margin-top:16px;
}
.eventsDetail p.eventDetailDate {
	font-size:21px;
	font-weight:normal;
}
.eventsDetail .eventDetailTitle {
	font-size:21px;
	font-weight:normal;
	line-height:35px;
}
.eventsDetailTop p {
	padding:5px 10px;
	line-height:15px;
	margin:0;
}
.eventsDetailTop p a {
	font-weight:bold;
}
.eventsDetailTop #scheduleFilter {
	margin:0;
	border:0;
	padding: 3px 10px;
}
.eventsDetail li {
	min-height:11px;
	padding:7px 6px;
}
.eventsDetail p {
	margin-bottom:20px;
}
.upcomingEventsList li:after,
.eventsDetail li:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.eventsDetail li.oddRow {
	background:#e2e2e2;
	_height:1%;
}
.eventsDetail ul {
	clear:both;
}
.eventLandingTitle {
	float:left;
	width:310px;
	font-size:21px;
	line-height:24px;
	padding-left:10px;
}
.eventsCalNav {
	width:55px;
	height:24px;
	float:right;
}
.calPrev {
	background:url(http://www.nam.org/Media/Buttons/back.gif) no-repeat 0 0;
	float:left;
	height:24px;
	width:24px;
	text-indent:-9999px;
}
.calNext {
	background:url(http://www.nam.org/Media/Buttons/next.gif) no-repeat 0 0;
	float:left;
	height:24px;
	width:24px;
	text-indent:-9999px;
}
.eventsCalNav .calNext {
	float:right;
}
.eventsCalNav a:hover {
	background-position:0 -24px;
}
.eventsDetailContent {
	font-weight:normal;
	margin-top:7px;
}

/* calendar module */
.eventsCalMod {
	min-height:217px;
	margin-bottom:10px;
	background:#fff;
}
.eventsCalMod .moduleContentInner {
	margin:9px;
	background: url(http://www.nam.org/Media/Backgrounds/calendar.jpg) repeat-y 0px 0px;
	padding:9px;
}
.eventCalendar {
	clear:both;
	position:relative;
	top:-5px;
}
.eventCalendar tr {
	margin-left:1px;
	height:35px;
}
.eventCalendar td {
	width:38px;
	text-align:center;
	vertical-align:middle;
	margin-left:1px;
	margin-bottom:1px;
	background:#fff;
	font-size:12px;
	font-weight:bold;
	color:#171717;
}
.eventCalendar td.last {
	margin-right:1px;
}
.eventCalendar th {
	margin-bottom:1px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	width:38px;
	background:none;
	vertical-align:bottom;
}
.eventCalendar td a {
	display:block;
	height:38px;
	line-height:38px;
	background:url(http://www.nam.org/Media/backgrounds/cal_day_link_bg.gif) repeat-x 0 0;
}
.eventCalendar td a.activeDay,
.eventCalendar td.activeDay{
	background:url(http://www.nam.org/Media/Backgrounds/activeDay.gif) no-repeat 0 0;
	color:#fff;
}
.eventCalendar td a:hover {
	background:url(http://www.nam.org/Media/Backgrounds/activeDay.gif) no-repeat 0 -38px;
}
.eventCalendar td.noDay {
	background:#3d434a;
}
.eventsCalMod .eventsCalNav {
	width:auto;
	float:none;
	background:#fff;
	padding:1px;
}
.eventsCalMod .eventsCalNav a {
	color:#333;
}
.eventsCalNav p {
	float:left;
	padding:0;
	line-height:24px;
	font-size:15px;
	font-weight:bold;
	height:24px;
	text-align:center;
	margin:0;
	display:block;
	width:210px;
}

/* NEWS LANDING ARCHIVE
********************************************************************************************************/
.newsFilterArchive {
	margin-bottom:10px;
}
/* ajax tabs */
.ajaxTabsList li {
	background:none;
	float:left;
	height:36px;
	line-height:36px;
	padding:0;
	margin-left:5px;
}
.ajaxTabsList a {
	background:#559FC9;
	color:#fff;
	display:block;
	font-weight:bold;
	height:36px;
	line-height:36px;
	padding-right:11px;
	font-size:14px;
	_width:1%;
	_white-space:nowrap
}
.newsFilterArchive .ajaxTabsList li a span {
	padding-left:11px;
}
.ajaxTabsList li.active a {
	background:#2B77A2;	
}
.ajaxTabContent {
	border:1px solid #bbb;
	border-top:0;
	padding:0 1px 1px;
}
.ajaxTabContent .loading {
	height:24px;
	margin:0 auto;
	width:24px;
	background:url(http://www.nam.org/Media/backgrounds/loader_white.gif) no-repeat center center;
	padding:16px;
}
/* list */
#newsArchiveList {
	padding:19px 8px;
}
#newsArchiveList li {
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	padding:3px 0;
	border-bottom:1px dotted #D6D6D6;
}
#newsArchiveList li span {
	float:left;
	width:75px;
}
/* filter */
#newsArchiveFilter {
	background:#2B77A2;
	padding:2px;
	height:31px;
	overflow:hidden;
}
#newsArchiveFilter label {
	height:18px;
	padding:7px 20px 6px 15px;
	line-height:18px;
	float:left;
	font-size:12px;
	color:white;
	font-weight:bold;
	background:url(http://www.nam.org/Media/backgrounds/blue_header_divider.gif) no-repeat bottom right;
}
#newsArchiveFilter input {
	margin-right:5px;
}

/* GENERIC FORM
********************************************************************************************************/
.genericForm fieldset {
	border:0;
}
.genericFormWrap p {
	marign:0 10px 10px;
}
.genericFormError {
	padding:10px;
	background:#fdf8e3;
	border:1px solid #cfc69a;
	color:#333;
	display:none;
}
.formRow {
	/*width:435px;*/
	clear:both;
	margin-bottom:8px;
	height:auto;
	overflow:hidden;
}
.formRowHalf {
	width:225px;
	float:left;
	clear:none;
}
.genericForm label {
	padding-right:10px;
	display:block;
	font-size:11px;
	line-height:16px;
}
.formSubTitle {
	font-size:14px;
	margin:20px 0 10px;
	font-weight:bold;
}
label .reqFld {
	padding-left:10px;
	color:#ff0000;
	font-size:10px;
}
.genericForm input,
.genericForm textarea,
.genericForm select {
	width:200px;
	height:16px;
	padding:1px 0;
	margin:0 10px 0 0;
}
.genericForm input,
.genericForm input.error {
	height:16px;
	width:399px;
	border:none;
	padding:4px;
}
.genericForm input {
	background: url(http://www.nam.org/Media/Backgrounds/contact_input.gif) no-repeat 0px 0px;
}
.genericForm input.error {
	background: url(http://www.nam.org/Media/Backgrounds/contact_input_error.gif) no-repeat 0px 0px;
}
.genericForm select {
	height:auto;
}
.genericForm .formRowCheckbox input,
.genericForm .formRowRadio input {
	width:auto;
	height:auto;
	float:left;
}
.genericForm .formRowCheckbox label,
.genericForm .formRowRadio label {
	line-height:20px;
}
.genericForm .formRowRadio {
	/*width:445px;*/
}
.genericForm .formRowRadio label {
	margin-bottom:6px;
	float:left;
	position:relative;
	top:-2px;
	padding-right:25px;
}
.genericForm .formRowRadio input {
	margin:0px 5px 6px 0;
	float:left;
}
.genericForm textarea {
	height:87px;
	width:397px;
	background: url(http://www.nam.org/Media/Backgrounds/contact_text_input.gif) no-repeat 0px 0px;
	border:none;
	padding:5px;
	margin-top:10px;
}
.genericForm .genericButton button {
	height:20px;
}

/* TEMPLATE MANAGER STYLES
********************************************************************************************************/
.addButton {
	display:block;
	background:#559fc9;
	padding:2px 10px;
	border:1px solid #2b77a2;
	display:none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position:absolute;
	bottom:-10px;
	left:0;
	color:white;
	font-size:11px;
	font-weight:bold;
	z-index:99998;
}
.addButton:hover {
	color:white;
	background:#2b77a2;
}
.addListBox {
	background:#242520;
	padding:5px 10px;
	position:absolute;
	left:0;
	bottom:-10px;
	max-height:200px;
	overflow:auto;
	width:140px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	z-index:99999;
}
.addListBox li {
	background:white;
	margin:5px 0;
}
.addListBox li a {
	display:block;
	padding:5px;
}
.deleteModuleButton {
	position:absolute;
	top:0;
	display:none;
	right:0;
	display:none;
	border:1px solid #d62e2e;
	background:#c95555;
	color:white;
	font-size:11px;
	font-weight:bold;
	z-index:9999;
	padding:2px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
a.deleteModuleButton:hover {
	color:white;
	background:#d62e2e;
}

/* HOME FLASH BANNER
********************************************************************************************************/
.homeFlashBanner {
	width:988px;
	height:242px;
	overflow:hidden;
	border:solid 1px #8f8e8f !important;
}
.homeFlashBanner .moduleContentInner {
	margin:0;
}

/* MISC STYLES
********************************************************************************************************/
/* Stripes */
.odd {
	background:#fff;
}
.even {
	background:#f5f5f5;
}
/* Module Data Borders */
.moduleData {
	border-top:solid 1px #d9d1cd;
	border-bottom:solid 1px #fff;
}
/* Page Back Link */
.pageBack {
	margin:0 0 10px 0;
}
.pageBack a {
	font-weight:normal;
}
/* Drop Downs */
.dropDownBox {
	margin:0;
	line-height:normal;
	margin:0;
	z-index:20;
}
.dropDownBox ul {
	list-style:none;
}
.aZIndex .genericDropDown .dropTrigger,
.latestNews .genericDropDown .dropTrigger,
.economicData .genericDropDown .dropTrigger,
.browseResources .genericDropDown .dropTrigger {
	position:relative;
	min-height:26px;
	border-bottom:none;
	z-index:20;
}
.aZIndex .genericDropDown .dropTrigger a,
.latestNews .genericDropDown .dropTrigger a,
.economicData .genericDropDown .dropTrigger a,
.browseResources .genericDropDown .dropTrigger a {
	font-size:14px;
	background:url(http://www.nam.org/Media/Backgrounds/dropdown.gif) no-repeat 0px 0px;
	height:22px;
	width:240px;
	display:block;
	padding:4px 0 0 10px;
	outline:0;
	font-weight:normal;
}
.aZIndex .genericDropDown .dropTrigger a:hover,
.latestNews .genericDropDown .dropTrigger a:hover,
.economicData .genericDropDown .dropTrigger a:hover,
.browseResources .genericDropDown .dropTrigger a:hover {
	background-position:0 -26px;
}
.aZIndex .genericDropDown .dropTrigger ul li a,
.latestNews .genericDropDown .dropTrigger ul li a,
.economicData .genericDropDown .dropTrigger ul li a,
.browseResources .genericDropDown .dropTrigger ul li a {
	border:0;
	display:block;
	height:26px;
	width:246px;
	background:#fff none;
	padding:0 2px;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	*position:relative;
}
.aZIndex .genericDropDown .dropTrigger ul li a:hover,
.latestNews .genericDropDown .dropTrigger ul li a:hover,
.economicData .genericDropDown .dropTrigger ul li a:hover,
.browseResources .genericDropDown .dropTrigger ul li a:hover {
	text-decoration:none;
	background:#e4e4e4 none;
	border-top:0;
	border-bottom:0;
	*position:relative;
}
.aZIndex .genericDropDown .dropTrigger ul,
.latestNews .genericDropDown .dropTrigger ul,
.economicData .genericDropDown .dropTrigger ul,
.browseResources .genericDropDown .dropTrigger ul {
	height:16px;
	border-bottom:1px solid #c2c3c4;
	display:none;
	position:absolute;
	top:26px;
	_top:25px;
	min-height:16px;
	_height:1%;
	max-height:150px;
	left:0;
	z-index:20;
}
.aZIndex .genericDropDown .dropTrigger ul li,
.latestNews .genericDropDown .dropTrigger ul li,
.economicData .genericDropDown .dropTrigger ul li,
.browseResources .genericDropDown .dropTrigger ul li {
	padding:0;
	width:100%;
	_width:131px;
	z-index:20;
}
/* Paginatgion ***********************************/
.pagination {
	width:133px;
	list-style:none;
	float:right;
	padding:13px 10px;
}
.pagination li {
	float:left;
	margin-right:1px;
}
.pagination li.nextPagination {
	margin-right:none;
}
.pagination li.previousPagination a,
.pagination li.nextPagination a {
	font-style:normal;
}
.pagination li.currentPagination a {
	color:#fff;
	background: url(http://www.nam.org/Media/Buttons/pagination.gif) repeat-x 0px -18px;
	width:18px;
	text-align:center;
}
.pagination li a {
	background: url(http://www.nam.org/Media/Buttons/pagination.gif) repeat-x 0px 0px;
	height:18px;
	font-size:10px;
	line-height:18px;
	font-weight:bold;
	display:block;
	color:#fff;
	_float:left;
	width:18px;
	text-align:center;
}
.pagination li a:hover {
	background-position:0 -18px;
}
.pagination li span {
	font-size:14px;
	font-weight:bold;
}

/* POLICY ISSUES MODULE
********************************************************************************************************/
.policyIssues .moduleContentInner {
	height:257px;
	padding:8px 8px 0 8px;
	background: url(http://www.nam.org/Media/Backgrounds/policy_issues.gif) no-repeat 0px 0px;
}
.policyIssues .issueSelector {
	width:251px;
	float:left;
}
.layout8 .policyIssues ul {
	width:207px;
	margin:11px 0 0 0;
}
.layout8 .contentBox ul {
	width:193px;
	margin:11px 0 0 0;
}
.policyIssues .takeover {
	width:343px;
	height:235px;
	padding:7px;
	float:right;
	display:none;
}
.policyIssues .contentBox {
	width:354px;
	height:204px;
	padding:10px 0 10px 10px;
	float:right;
	display:none;
	margin:11px 0 0;
	background:#fff;
}
.policyIssues .contentBox h5 {
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #D9D1CD;
	padding-bottom:10px;
}
.layoutHome .issueSelector {
	padding:11px 0 0 0;
}
.layout8 .policyIssues .contentBox {
	background:#fff;
	width:208px;
	height:214px;
	padding:5px 0 5px 10px;
	float:right;
	display:none;
}
.layout8 .policyIssues .takeover {
	display:none;
}
.policyIssues .contentBox ul {
	background: url(http://www.nam.org/Media/Backgrounds/policy_issues_ul.jpg) no-repeat right top;
	margin-top:1px;
	padding:10px 0 0 15px;
	height:100px;
}
.policyIssues .contentBox li {
	background:none;
	list-style:disc;
	padding:2px 0;
}
.policyIssues .contentBox a {
	font-size:14px;
}
.layout8 .contentBox li {
	width:200px;
}
.policyIssues .issueSelector a,
.policyIssues .issueSelector a:hover,
.policyIssues .issueSelector a.active {
	height:24px;
	line-height:24px;
	padding:0 28px;
	display:block;
}
.policyIssues .issueSelector a {
	background:#fff url(http://www.nam.org/Media/Icons/list_bullet.gif) no-repeat 0px 0px;
	color:#569bbc;
	margin:0 1px 1px 0;
}
.policyIssues .issueSelector a:hover {
	background-position:0 -24px;
	color:#fff;
	margin:0 0 1px 0;
}
.policyIssues .issueSelector a.activeNav {
	background-position:0 -48px;
	color:#fff;
	margin:0 0 1px 0;
}
.layout8 .policyIssues .issueSelector a {
	background:#fff url(http://www.nam.org/Media/Icons/list_bullet_half.gif) no-repeat 0px 0px;
	color:#569bbc;
	margin:0 1px 1px 0;
}
.layout8 .policyIssues .issueSelector a:hover {
	background-position:0 -24px;
	color:#fff;
	margin:0 0 1px 0;
}
.layout8 .policyIssues .issueSelector a.activeNav {
	background-position:0 -48px;
	color:#fff;
	margin:0 0 1px 0;
}

/* NEWS MODULE
********************************************************************************************************/
.layoutHome .newsModule {
	height:305px;
}
*+html .newsModule .moduleContentInner {
	height:265px;
}
.newsModule .moduleData {
	background: url(http://www.nam.org/Media/Backgrounds/data_divider.gif) repeat-y 40px 0px;
}
.newsModule .even {
	background:#f5f5f5 url(http://www.nam.org/Media/Backgrounds/data_divider.gif) repeat-y 40px 0px !important;
}
.newsModule .moduleData .dateBox,
.newsModule .moduleData .dateBox .month,
.newsModule .moduleData .dateBox .day {
	width:40px;
	display:block;
	text-align:center;
}
.newsModule .moduleData .dateBox {
	padding:6px 0 0 0;
	float:left;
}
.newsModule .moduleData .dateBox .month {
	color:#de8f70;
	font-size:10px;
	text-transform:uppercase;
}
.newsModule .moduleData .dateBox .day {
	color:#bf2e1a;
	font-size:16px;
}
.newsModule .moduleDataContent {
	padding:6px 9px;
	float:right;
	width:247px;
}
.newsModule .moduleDataContent h5 {
	font-size:12px;
}
.newsModule .moduleDataContent p {
	margin:0;
}
.newsModule .moreRss {
	border-top:solid 1px #d9d1cd;
	padding:6px 9px;
}
.newsModule .moreRss .more {
	float:left;
}
.newsModule .moreRss .rss {
	float:right;
	background: url(http://www.nam.org/Media/Icons/rss_sm.jpg) no-repeat 0px 2px;
	padding: 0 0 0 15px;
}

/* SHOPFLOOR BLOG & CONNECT WITH US MODULE 
********************************************************************************************************/
.layoutHome .shopfloorBlog {
	height:402px;
	background:#f5f5f5;
}
.shopfloorBlog .moduleData p {
	margin:0;
}
.shopfloorBlog .moduleDataContent {
	padding:6px 9px;
}
.shopfloorBlog .moduleDataContent .date {
	font-style:italic;
	color:#919295;
}
.connectWithUs {
	background:#f5f3f2;	
}
.shopfloorBlog .lastModule {
	padding:0 0 15px 0;
}
.connectWithUs .connect,
.shopfloorBlog .connect {
	border-top:solid 1px #d9d1cd;
	padding:9px;
}
.connectWithUs .connect h5,
.shopfloorBlog .connect h5 {
	font-size:17px;
	border-bottom:solid 1px #d9d1cd;
	padding:0 0 9px 0;
	margin:0 0 9px 0;
}
.connectWithUs .connect .youtube,
.connectWithUs .connect .linkedin,
.connectWithUs .connect .twitter,
.connectWithUs .connect .facebook,
.shopfloorBlog .connect .youtube,
.shopfloorBlog .connect .linkedin,
.shopfloorBlog .connect .twitter,
.shopfloorBlog .connect .facebook {
	text-indent: -9999px;
	display: block;
	height: 23px;
}
.connectWithUs .connect .youtube:hover,
.connectWithUs .connect .linkedin:hover,
.connectWithUs .connect .twitter:hover,
.connectWithUs .connect .facebook:hover,
.shopfloorBlog .connect .youtube:hover,
.shopfloorBlog .connect .linkedin:hover,
.shopfloorBlog .connect .twitter:hover,
.shopfloorBlog .connect .facebook:hover {
	background-position: 0 -23px;
}
.connectWithUs .connect .youtube,
.shopfloorBlog .connect .youtube {
	background: url(http://www.nam.org/Media/Icons/you_tube.jpg) no-repeat 0px 0px;
	width: 52px;
	padding:0 11px 0 0;
	float:left;
}
.connectWithUs .connect .linkedin,
.shopfloorBlog .connect .linkedin {
	background: url(http://www.nam.org/Media/Icons/linkedin.jpg) no-repeat 0px 0px;
	width: 69px;
	padding:0 11px 0 0;
	float:left;
}
.connectWithUs .connect .twitter,
.shopfloorBlog .connect .twitter {
	background: url(http://www.nam.org/Media/Icons/twitter.jpg) no-repeat 0px 0px;
	width: 70px;
	padding:0 11px 0 0;
	float:left;
}
.connectWithUs .connect .facebook,
.shopfloorBlog .connect .facebook {
	background: url(http://www.nam.org/Media/Icons/facebook.jpg) no-repeat 0px 0px;
	width: 62px;
	float:right;
	position:relative;
}
.shopfloorBlogContact .moduleContentInner {
	background: url(http://www.nam.org/Media/Backgrounds/module_grade.gif) repeat-y 0px 0px;
}
.shopfloorBlogContact .moduleContent {
	border-top:1px solid #DBDBDB;
	margin:10px;
	padding-top:10px;
}
.shopfloorBlogContact .moduleContent .link {
	background: url(http://www.nam.org/Media/Buttons/visit_blog.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 83px;
}
.shopfloorBlogContact .moduleContent .link:hover {
	background-position:0 -17px;
}
/* IMAGE TEXT LINKS MODULE
********************************************************************************************************/
.imageTextLinks .moduleData {
	position:relative;
}
.imageTextLinks .withImage .image {
	position:absolute;
	top:10px;
	left:10px;
}
.imageTextLinks .moduleData {
	padding:10px;
}
.imageTextLinks .withImage .moduleDataContent {
	padding:0 0 0 115px;
	min-height:67px;
	display:block;
	clear:right;
}
.imageTextLinks .moduleData .moduleDataContent p {
	margin:0;
}
.imageTextLinks .moduleData .link {
	margin:15px 0 0 0;
	display:block;
	clear:both;
}
.staffContacts .moduleData .moduleDataContent .link:hover {
}


/* MEDIA MODULE
********************************************************************************************************/
.layoutHome .mediaModule {
	height:402px;
}
.mediaModule .moduleContentInner {
	margin:0;
}

/* POLL MODULE
********************************************************************************************************/
.layoutHome .pollModule {
	height:402px;
}
.pollModule .modPollQuestion {
	padding:10px 10px 20px 10px;
	background:#b3cfe2 url(http://www.nam.org/Media/Backgrounds/poll.gif) no-repeat 0px bottom;
	min-height:1%;
	_height:1%;
	display:block;
}
.pollModule .modPollQuestion img {
	float:left;
}
.pollModule .modPollQuestion p {
	float:right;
	width:215px;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#3a3a3a;
	margin:0px;
	line-height:18px;
}
.pollModule #pollId1Container {
	padding:5px 15px 15px 15px;
}
.pollModule #pollId1Container label span {
	position:relative;
	top:-3px;
}
.pollModule .moduleFooterAd {
	display:none;
}
.pollModule button {
	background: url(http://www.nam.org/Media/Buttons/vote.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 55px;
	cursor:pointer;
	border:0;
}


/* RELATED LINKS MODULE
********************************************************************************************************/
.relatedLinks .moduleData .moduleDataContent {
	padding:8px 12px;
}
.relatedLinks .moduleData .moduleDataContent p {
	margin:0;
}

/* PAGE INFORMATION MODULE
********************************************************************************************************/
.pageInformation {
	border-bottom:solid 1px #dbdbdb;
	margin:0 0 15px 0;
}
.pageInformation .genericModuleHeader h4 {
	background:none;
	font-size:19px;
	color:#3a3a3a;
	padding:0;
	line-height:normal;
	padding:0 0 10px 0;
}
.pageInformation a {
	font-weight:normal;
}

/* STAFF CONTACTS MODULE
********************************************************************************************************/
.staffContacts .moduleData {
	padding:10px;
}
.staffContacts .withImage .moduleDataContent {
	float:left;
	padding:0 0 0 75px;
}
.staffContacts .moduleData .moduleDataContent p {
	margin:0;
}
.staffContacts .moduleData .moduleDataContent .email {
	display:block;
	background: url(http://www.nam.org/Media/Buttons/email_me.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 17px;
	width: 78px;
	margin:10px 0 0 0;
}
.staffContacts .moduleData .moduleDataContent .email:hover {
	background-position:0 -17px;
}

/* SEARCH RESOURCES MODULE
********************************************************************************************************/
.searchResouces {
	background: url(http://www.nam.org/Media/Backgrounds/search_resources.gif) no-repeat 0px 0px;
	display: block;
	height: 99px;
	width: 310px;
}
.searchResouces #searchResoucesSearch {
	padding:50px 0 0 21px;
}
.searchResouces #searchResoucesSearch label {
	display:none;
}
.searchResouces #searchResoucesSearch input {
	float:left;
	height:20px;
	padding:4px 0 0 5px;
	width:208px;
	background: url(http://www.nam.org/Media/Backgrounds/search_resources_search_input.gif) no-repeat 0px 0px;
	border:0;
	color:#999;
	font-size:12px;
}
.searchResouces #searchResoucesSearch button {
	background: url(http://www.nam.org/Media/Buttons/search_resources_go.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 35px;
	border:0;
}
.searchResouces #searchResoucesSearch button:hover {
	background-position:0 -24px;
}

/* RELATED ARTICLES MODULE
********************************************************************************************************/

/* MANUFACTURING FACTS MODULE
********************************************************************************************************/
.manufacturingFacts .moduleData {
	background: url(http://www.nam.org/Media/Backgrounds/data_divider.gif) repeat-y 265px 0px;
}
.manufacturingFacts .even {
	background:#f5f5f5 url(http://www.nam.org/Media/Backgrounds/data_divider.gif) repeat-y 265px 0px;
}
.manufacturingFacts .moduleData .moduleDataContent {
	width:241px;
	float:left;
	padding:8px 12px;
}
.manufacturingFacts .moduleData .moduleDataContent p {
	margin:0;
	font-weight:bold;
}
.manufacturingFacts .moduleData .downloadBox {
	width:40px;
	float:right;
	text-align:center;
	padding:6px 0;
}
.manufacturingFacts .moduleData .downloadBox .media,
.manufacturingFacts .moduleData .downloadBox .size {
	display:block;
	width:40px;
}
.manufacturingFacts .moduleData .downloadBox .size {
	font-size:8px;
	font-weight:bold;
}


/* ECONIMIC DATA MODULE
********************************************************************************************************/
.economicData {
	background: url(http://www.nam.org/Media/Backgrounds/economic_data.jpg) no-repeat 0px 0px;
	text-align:left;
	padding:68px 0 0 25px;
	height:69px;
	_height:189px;
}
.economicData h4 {
	display:none;
}
.economicData .all {
	margin:8px 0 0 0;
	color:#fff;
	display:block;
}


/* SHOP FLOOR MODULE
********************************************************************************************************/
.shopFloor h4 {
	display:none;
}


/* 
********************************************************************************************************/
.featuredStory {
	background:#f5f5f6;
}
.featuredStory h4 {
	background:none;
	font-size:12px;
	text-transform:uppercase;
	color:#666;
	line-height:normal;
	padding:10px 10px 0;
}
.featuredStory h5 {
	color:#004960;
	font-size:24px;
	padding:0 0 10px 0;
	margin:0 10px;
	border-bottom:1px solid #DBDBDB;
}
.featuredStory .moduleContentInner {
	padding:5px 10px 0;
}
.featuredStory .featuredByLine {
	font-size:11px;
}
.featuredStory a {
	font-weight:normal;
}
/* MEMBER FOCUS MODULE
********************************************************************************************************/
.memberFocus h4 {
	display:none;
}


/* CAPITOL NEWSLETTER MODULE
********************************************************************************************************/
.capitolNewsletter h4 {
	display:none;
}



/* 
********************************************************************************************************/
.browseTopic .moduleContentInner {
	padding:10px;
}

/* A-Z INDEX MODULE
********************************************************************************************************/
.aZIndex {
}
.aZIndex h4 {
	background:none;
	color:#3a3a3a;
	font-size:19px;
	line-height:20px;
	padding-top:10px;
}
.aZIndex .genericModuleHeader p {
	padding:0 10px;
	margin:0 0 5px 0;
}
.aZIndex .moduleData {
	padding:10px;
	background:#f5f5f5;
}
.aZIndex .sort {
	float:left;
	line-height:26px;
	margin:0 10px 0 0;
	display:block;
}
.aZIndex .dropDownBox ul {
	float:left;
}
.aZIndex .alphaSelector {
	color:#919295;
}
.aZIndex .alphaSelector a {
	font-size:16px;
	font-weight:bold;
}
/* 
********************************************************************************************************/
.imageTextModule h5 {
	font-size:19px;
	font-weight:normal;
	padding:10px 0 5px 10px;
}
.imageTextModule p {
	margin:0 10px 10px 10px;
}



/* 
********************************************************************************************************/
.aZResult h4 {
	background:none;
	color:#3a3a3a;
	font-size:19px;
	line-height:20px;
	padding:10px 0;
	border-bottom:1px solid #D9D1CD;
	margin:0 0 10px 0;
}
.aZResult h5 {
	font-size:19px;
	font-weight:normal;
}
.aZResult a {
	font-weight:normal;
}
.aZResult .toggleOn,
.aZResult .toggleOff {
	margin-top:-10px;
	position:relative;
}

.aZResult .issue {
	color:#666;
}
.aZResult .fullContent {
	display:none;
}
.aZResult .moduleData {
	border:none;
}
.aZResult .links a {
	font-weight:bold;
}
.aZResult .top {
	display:block;
	margin:10px 0 0 0;
	font-weight:bold;
}
/* 
********************************************************************************************************/
.eventsDetailHead {
	margin-bottom:10px;
}
.eventsDetailBottom .moduleWrap {
	border-top:none;
}
.eventsDetailBottom .moduleData {
	background: url(http://www.nam.org/Media/Backgrounds/data_divider.gif) repeat-y 40px 0px;
}
.eventsDetailBottom .even {
	background:#f5f5f5 url(http://www.nam.org/Media/Backgrounds/data_divider.gif) repeat-y 40px 0px;
}
.eventsDetailBottom .head {
	background:none;
}
.eventsDetailBottom .moduleData .moduleDataContent {
	width:376px;
	float:right;
	padding:8px 12px;
}
.eventsDetailBottom .head .moduleDataContent {
	width:250px;
	float:left;
	padding:9px 10px;
}
.eventsDetailBottom .moduleData .moduleDataContent h5 {
	font-weight:bold;
	font-size:12px;
}
.eventsDetailBottom .moduleData .moduleDataContent p {
	margin:0;
}
.eventsDetailBottom .moduleData .dateBox,
.eventsDetailBottom .moduleData .dateBox .month,
.eventsDetailBottom .moduleData .dateBox .day {
	width:40px;
	display:block;
	text-align:center;
}
.eventsDetailBottom .moduleData .dateBox {
	padding:6px 0 0 0;
	float:left;
}
.eventsDetailBottom .moduleData .dateBox .month {
	color:#de8f70;
	font-size:10px;
	text-transform:uppercase;
}
.eventsDetailBottom .moduleData .dateBox .day {
	color:#bf2e1a;
	font-size:16px;
}

/* 
********************************************************************************************************/
.genericFormWrap h4 {
	background:none;
	font-size:21px;
	color:#333;
	padding:0;
}
.genericFormWrap h5 {
	font-size:16px;
	color:#333;
	font-weight:bold;
	padding:0;
	margin:0 0 10px 0;
}
.genericFormWrap .req {
	color:#f00;
}


/* 
********************************************************************************************************/
.social .moduleContentInner {
	padding:10px;
}
.social .connect .youtube,
.social .connect .linkedin,
.social .connect .twitter,
.social .connect .facebook {
	text-indent: -9999px;
	display: block;
	height: 38px;
}
.social .connect .youtube:hover,
.social .connect .linkedin:hover,
.social .connect .twitter:hover,
.social .connect .facebook:hover {
	background-position: 0 -38px;
}
.social .connect .youtube {
	background: url(http://www.nam.org/Media/Logos/youtube_lrg.gif) no-repeat 0px 0px;
	width: 95px;
	padding:0 16px 0 0;
	float:left;
}
.social .connect .linkedin {
	background: url(http://www.nam.org/Media/Logos/linkedin_lrg.gif) no-repeat 0px 0px;
	width: 96px;
	padding:0 15px 0 0;
	float:left;
}
.social .connect .twitter {
	background: url(http://www.nam.org/Media/Logos/twitter_lrg.gif) no-repeat 0px 0px;
	width: 91px;
	padding:0 12px 0 0;
	float:left;
}
.social .connect .facebook {
	background: url(http://www.nam.org/Media/Logos/facebook_lrg.gif) no-repeat 0px 0px;
	width: 95px;
	padding:0 1px 0 0;
	float:right;
	position:relative;
}

/* 
********************************************************************************************************/
.staffDirectory .moduleContentInner {
	padding:10px;
}
.staffDirectory .link {
	background: url(http://www.nam.org/Media/Buttons/view_directory.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 122px;
}
.staffDirectory .link:hover {
	background-position:0 -17px;
}
/* 
********************************************************************************************************/
.contactUs .moduleContentInner {
	padding:10px;
}

/* 
********************************************************************************************************/
.rSSFeeds .moduleContent {
	padding:10px 10px 0 10px;
}
.rSSFeeds h5 {
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
}

/* 
********************************************************************************************************/
.takeAction .moduleContentInner {
	padding:10px;
}
.takeAction p {
	margin:0;
}
.actionBlock {
	padding:10px;
	background:#f5f5f5;
	border:1px solid #DBDBDB;
	margin-top:10px;
}
.actionBlock a {
	font-weight:bold;
}
.actionBlock .link {
	background: url(http://www.nam.org/Media/Buttons/click_here.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 17px;
	width: 86px;
	margin-top:10px;
}
.actionBlock .link:hover {
	background-position:0 -17px;
}
/* 
********************************************************************************************************/
.featuredPages {
	padding:8px;
}
.item1,
.item2,
.item3 {
	float:left
}
.item1,
.item2 {
	margin-right:10px;
}
/* 
********************************************************************************************************/
.featuredItem {
	padding:1px;
	background:#fff;
}
.featuredItem .moduleContentInner {
	padding:5px;
	background:#f5f5f5;
}
.featuredItem a {
	border-bottom:1px solid #DBDBDB;
	display:block;
	margin-bottom:5px;
}
.featuredItem h5 {
	font-size:14px;
	padding:5px 0;
	font-weight:normal;
}
.featuredItem p {
	margin:0;
}

/* HOME LAYOUT
********************************************************************************************************/
.layoutHome #wrapper {
	width:990px;
	border:none;
	background:none;
	margin-top:-2px;
}
.layoutHome #navCol {
	display:none;
}
.layoutHome #breadCrumbTitleArea {
	display:none;
}
.layoutHome #mainContentColExtra .moduleWrap {
	margin-bottom:0px;
	border:1px solid #d6d6d6;
}
.layoutHome #mainContentColExtra .moduleWrap .moduleContentInner {
	padding:0;
}
.layoutHome #mainInnerColWrap {
	float:none;
	width:960px;
	border:solid 1px #d9d1cd;
	padding:14px 14px 4px 14px;
	background:#fff;
}
.layoutHome .breadCrumbTitleArea {
	display:none;
}
.layoutHome #mainContentCol1 {
	float:left;
	width:635px;
}
.layoutHome #mainContentCol2,
.layoutHome #mainContentCol3,
.layoutHome #mainContentCol4,
.layoutHome #mainContentCol5 {
	padding:0 0 0 15px;
	float:left;
	width:310px;
}
.layoutHome #mainContentCol3 {
	padding:0;
	clear:left;
}
.layoutHome #mainContentCol6 {
	display:none;
}

/* LAYOUT 1
********************************************************************************************************/
.layout1 #wrapper {
	background:#fff url(http://www.nam.org/Media/Backgrounds/nav_divide.gif) repeat-y 0px 0px;
}

/* LAYOUT 2
********************************************************************************************************/
.layout2 #wrapper {
	background:#fff url(http://www.nam.org/Media/Backgrounds/nav_divide.gif) repeat-y 0px 0px;
}

/* LAYOUT 3
********************************************************************************************************/

/* LAYOUT 4
********************************************************************************************************/
.layout4 #wrapper {
	background:#fff url(http://www.nam.org/Media/Backgrounds/nav_divide.gif) repeat-y 0px 0px;
}

/* LAYOUT 5
********************************************************************************************************/

/* LAYOUT 6
********************************************************************************************************/

/* LAYOUT 7
********************************************************************************************************/
.layout7 #wrapper {
	background:#fff url(http://www.nam.org/Media/Backgrounds/nav_divide.gif) repeat-y 0px 0px;
}

/* LAYOUT 8
********************************************************************************************************/
.layout8 #wrapper {
	background:#fff url(http://www.nam.org/Media/Backgrounds/nav_divide.gif) repeat-y 0px 0px;
}

