/*
	CSS of National Association of Criminal Defense Lawyers (NACDL)
	Version 1.0 | Screen
	http://www.nacdl.org/
	------------------------------------------
	http://www.networkats.com/
*/


/* CSS RESET ------------------------ */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption{background:transparent;border:0;font-size:100%;margin:0;outline:0;padding:0;vertical-align:baseline}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}


/* CLEARFIX CLASS ------------------------ */

.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%}
.clearfix{display: block}


body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: url(../images/bg.gif) #9f9f9f repeat-x 0 0;
	}
	
/* GENERAL ------------------------ */

p {
	line-height: 14px;
	}

a:link, a:visited {
	color: #305291;
	text-decoration: none;
	}
	
a:hover {
	color: #000;
	}
	
a.more {
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0 0;
	padding: 0 10px 0 0;
	background: url(../images/link-arrow.png) no-repeat right center;
	}

a.more:hover {
	color: #000;
	}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	background: #fff;
	border-right: 2px solid #888;
	border-left: 2px solid #888;
	}
	
/* HEADER ------------------------ */

#header {
	background: #13213b;
	}
	
#header h1 a {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: 3px 0 0 10px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat left top;	
	}
#header h1 a:hover, #header h1 a:active {
	background: url(../images/logo.png) no-repeat left bottom;
	}

body.foundation #header h1 a {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: 3px 0 0 10px;
	text-indent: -9999px;
	background: url(../images/logo_foundation.png) no-repeat left top;	
	}
body.foundation #header h1 a:hover, body.foundation #header h1 a:active {
	background: url(../images/logo_foundation.png) no-repeat left bottom;
	}
	
/* -- Utility Menu ----------------------- */

#header .utility .menu-list {
	float: left;
	margin: 13px 0 13px 115px;
	}
	
#header .utility .menu-list a:link,
#header .utility .menu-list a:visited {
	color: #fff;
	font-size: 90%;
	font-weight: bold;
	line-height: 17px;
	padding: 5px 0 3px 23px;
	}
#header .utility .menu-list a:hover,
#header .utility .menu-list a:active {
	color: #90aee4;
	}
	
#header .utility .menu-list li {
	float: left;
	list-style: none;
	margin: 0 8px 0 0;
	padding: 0 11px 0 0;
	border-right: 1px solid #5481db;
	}
	
#header .utility .menu-list li.take-action {
	border-right: none;
	}
	
#header .utility .menu-list .home a:link, #header .utility .menu-list .home a:visited {
	background: url(../images/icons/home.png) no-repeat 0 0;
	}
#header .utility .menu-list .home a:hover, #header .utility .menu-list .home a:active {
	background: url(../images/icons/home.png) no-repeat 0 -23px;
	}
	
#header .utility .menu-list .find-a-lawyer a:link, #header .utility .menu-list .find-a-lawyer a:visited {
	background: url(../images/icons/find-a-lawyer.png) no-repeat 0 0;
	}
#header .utility .menu-list .find-a-lawyer a:hover, #header .utility .menu-list .find-a-lawyer a:active {
	background: url(../images/icons/find-a-lawyer.png) no-repeat 0 -19px;
	}
	
#header .utility .menu-list .foundation a:link, #header .utility .menu-list .foundation a:visited {
	background: url(../images/icons/foundation.png) no-repeat 0 0;
	}
#header .utility .menu-list .foundation a:hover, #header .utility .menu-list .foundation a:active {
	background: url(../images/icons/foundation.png) no-repeat 0 -21px;
	}
	
#header .utility .menu-list .directory a:link, #header .utility .menu-list .directory a:visited {
	background: url(../images/icons/directory.png) no-repeat 0 0;
	}
#header .utility .menu-list .directory a:hover, #header .utility .menu-list .directory a:active {
	background: url(../images/icons/directory.png) no-repeat 0 -21px;
	}
	
#header .utility .menu-list .store a:link, #header .utility .menu-list .store a:visited {
	background: url(../images/icons/store.png) no-repeat 0 0;
	}
#header .utility .menu-list .store a:hover, #header .utility .menu-list .store a:active {
	background: url(../images/icons/store.png) no-repeat 0 -25px;
	}
	
#header .utility .menu-list .take-action a:link, #header .utility .menu-list .take-action a:visited {
	background: url(../images/icons/take-action.png) no-repeat 0 0;
	}
#header .utility .menu-list .take-action a:hover, #header .utility .menu-list .take-action a:active {
	background: url(../images/icons/take-action.png) no-repeat 0 -25px;
	}
	
/* -- Search ----------------------- */

#header fieldset {
	float: right;
	width: 220px;
	display: block;
	margin: 10px;
	}
	
#header fieldset legend {
	display: none;
	}
	
#header fieldset input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	border: none;
	}
	
#header fieldset input.search-field {
	width: 180px;
	height: 21px;
	padding: 0 0 0 5px;
	line-height: 21px;
	background: #fff; 
	}
	
#header fieldset input.search-button {
	width: 21px;
	height: 21px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/button-search-go.png) #fff no-repeat 0 0;
	}


/* -- Search Page ----------------------- */

.search-details {
	padding: 15px;
	background: #dbdbf9;
	height: 90px;
	margin: 0 -15px;
	}

.search-details span {
	display: block;
	}

.search-details .total-results {
	font-size: 110%;
	margin: 0 0 5px 0;
	}

.search-details .search-type {
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px dotted #fff;
	}

.search-details .search-curr-page {
	float: left;
	width: 100px;
	}

.search-details .total-pages {
	float: left;
	width: 100px;
	}

.search-details .search-total-pages {
	float: left;
	clear: both;
	width: 520px;
	margin: 10px 0 0 0;
	}

.search-details .search-total-pages .search-selectedpage,
.search-details .search-total-pages a.search-paegeslist {
	display: inline;
	padding: 3px;
	}

.search-controls {
	padding: 15px;
	background: #ececfd;
	margin: 0 -15px 10px -15px;
	}

.search-controls .search-button {
	font-family: arial;
	padding: 2px 10px;
	font-weight: bold;
	color: #fff;
	background: #5975a7;
	border: none;
	}

.search-results .Image {
	display: none;
	}

.search-results .SuggestedResults {
	background: #ede4d2;
	}

.search-results .Title {
	padding: 8px 0 0 0;
	font-weight: bold;
	font-size: 120%;
	}

.search-results table,
.search-results table td {
	border: 1px solid #fff !important;
	}

.search-results table tr {
	margin: 20px 0;
	}

.search-results .Lower {
	color: #999;
	}

.search-sorry {
	}

.search-results table td.buffer {
	border-bottom: 1px solid #ccc !important;
	line-height: 30px;
	}


/* -- Main Menu ----------------------- */

#header .main-menu {
	clear: both;
	height: 40px;
	overflow: hidden;
	}
	
#header .main-menu .menu-list {
	width: 1100px;
	}
	
#header .main-menu .menu-list ul ul.menu-list-sub {
  display: none;
	}
	
#header .main-menu .menu-list li {
	float: left;
	list-style: none;
	margin: 0 1px 0 0;
	background: url(../images/main-menu-bg.png) repeat-x 0 1px;
	}
	
#header .main-menu .menu-list a:link,
#header .main-menu .menu-list a:visited {
	display: block;
	color: #fff;
	font-size: 117%;
	font-weight: bold;
	padding: 6px 20px;
	line-height: 17px;
	border-top: 1px solid #13213b;
	}
	
#header .main-menu .about {
	border-top: 10px solid #5481db;
	padding-left: 100px;
	}
#header .main-menu .about:hover {
	background: url(../images/main-menu-hover.png) no-repeat right 1px;
	}
#header .main-menu .about ul li {
	background: #5481db;
	}
#header .main-menu .about ul li a:hover {
	background: #87a7e6;
	}
	
#header .main-menu .legal-edu {
	border-top: 10px solid #a8833e;
	}
#header .main-menu .legal-edu:hover {
	background: url(../images/main-menu-hover.png) no-repeat left -30px;
	}
#header .main-menu .legal-edu ul li {
	background: #a8833e;
	}
#header .main-menu .legal-edu ul li a:hover {
	background: #c2a878;
	}
	
#header .main-menu .cdi {
	border-top: 10px solid #ae2e03;
	}
#header .main-menu .cdi:hover {
	background: url(../images/main-menu-hover.png) no-repeat left -60px;
	}
#header .main-menu .cdi ul li {
	background: #ae2e03;
	}
#header .main-menu .cdi ul li a:hover {
	background: #c66c4e;
	}
	
#header .main-menu .advocacy {
	border-top: 10px solid #c9bb1d;
	}
#header .main-menu .advocacy:hover {
	background: url(../images/main-menu-hover.png) no-repeat left -90px;
	}
#header .main-menu .advocacy ul li {
	background: #c9bb1d;
	}
#header .main-menu .advocacy ul li a:hover {
	background: #dad170;
	}
	
#header .main-menu .news {
	border-top: 10px solid #7d7db5;
	}	
#header .main-menu .news:hover {
	background: url(../images/main-menu-hover.png) no-repeat left -120px;
	}
#header .main-menu .news ul li {
	background: #7d7db5;
	}
#header .main-menu .news ul li a:hover {
	background: #a4a4cb;
	}
	
#header .main-menu .resources {
	border-top: 10px solid #da691e;
	}
#header .main-menu .resources:hover {
	background: url(../images/main-menu-hover.png) no-repeat left -150px;
	}
#header .main-menu .resources ul li {
	background: #da691e;
	}
#header .main-menu .resources ul li a:hover {
	background: #f5985a;
	}
	
#header .main-menu .membership {
	border-top: 10px solid #7ea15a;
	}
#header .main-menu .membership:hover {
	background: url(../images/main-menu-hover.png) no-repeat left -180px;
	}
#header .main-menu .membership ul li {
	background: #7ea15a;
	}
#header .main-menu .membership ul li a:hover {
	background: #a4bd8b;
	}
#header .main-menu .menu-list li.membership ul {
	margin: 0 0 0 -97px;
	}
	
#header .main-menu ul li ul {
	width: 210px;
	font-size: 80%;
	z-index: 1000;
	position: absolute;
	visibility: hidden;
	margin: 0 0 0 -1px;
	padding: 0 0 0 0;
	border: 1px solid #13213b;
	}
	
#header .main-menu ul li:hover > ul {
	visibility: visible;
	} 

#header .main-menu ul li ul li {
	float: none;
	padding: 0;
	margin: 0;
	}

#header .main-menu ul li ul li a:link,
#header .main-menu ul li ul li a:visited {
	width: 176px;
	display: block;
	font-size: 100%;
	text-transform: none;
	padding: 0 17px !important;
	line-height: 29px !important;
	border-top: 1px solid #faedb6 !important;
	}
	
#header .main-menu ul li ul li:first-child a {
	border-top: none !important;
	}
	
#header .main-menu ul li ul li a:hover {
	color: #000 !important;
	}

/* BANNER ------------------------ */

#banner {
	font-family: "Trebuchet MS", Trebuchet, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	height: 84px;
	overflow: hidden;
	background: #0c111c;
	}
	
#banner h2 {
	color: #fff;
	font-size: 200%;
	font-weight: normal;
	margin: 20px 0 0 225px;
	}
	
#banner p {
	color: #f6eab4;
	font-size: 110%;
	margin: 2px 0 0 225px;
	}

.home-page #banner,
.default #banner {
	background: url(../images/banners/home.png) no-repeat center center;
	}

.about #banner {
	background: url(../images/banners/about.png) no-repeat center center;
	}

.legal-education #banner {
	background: url(../images/banners/legal-education.png) no-repeat center center;
	}

.criminal-defense #banner {
	background: url(../images/banners/criminal-defense.png) no-repeat center center;
	}

.advocacy #banner {
	background: url(../images/banners/advocacy.png) no-repeat center center;
	}

.champion-page #banner {
	background: url(../images/banners/news.png) no-repeat center center;
	}

.resource-center #banner {
	background: url(../images/banners/resources.png) no-repeat center center;
	}

.membership #banner {
	background: url(../images/banners/membership.png) no-repeat center center;
	}

.foundation #banner {
	background: url(../images/banners/foundation.png) no-repeat center center;
	}
	
/* BREADCRUMBS ------------------------ */

#breadcrumbs {
	clear: both;
	color: #fff;
	background: #13213b;
	padding: 0 0 0 222px;
	margin: 0 0 1px 0;
	}

#breadcrumbs p {
	line-height: 27px;
	}
	
#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: #faedb6;
	padding: 0 2px;
	}
	
#breadcrumbs .current {
	font-weight: bold;
	}
	
/* CONTAINER ------------------------ */

#container {
	background: url(../images/container-bg.png) repeat-x top center;
	}

.secondary-page #content,
.secondary-page #content .featured-issues {
	width: 552px;
	}

.secondary-page #content .featured-issues {
	height: auto!important;
	}

.secondary-page #content .issue {
    height: 440px;
    overflow: visible;
    background-color: #ffffff;
}
	
.secondary-page #content .featured-issues p {
	margin-right: 0;
	}
	
.home-page h3 {
	color: #fff;
	font-size: 120%;
	line-height: 29px;
	padding: 0 0 0 15px;
	margin: 0 1px 0 0;
	}
	
	
/* LEFT COLUMN ------------------------ */

#left-column {
	float: left;
	width: 200px;
	border-right: 1px solid #fff;
	}

#left-column .menu-list li a {
	color: #fff;
	display: block;
	line-height: 18px;
	font-weight: bold;
	background: #7f8594;
	padding: 6px 0 6px 23px;
	border-bottom: 1px solid #fff;
	}
	
#left-column .menu-list ul.menu-list-sub a {
  padding-left: 40px;
  background: url(../images/menu-list-arrow.png) #7f8594 no-repeat 24px center;
  font-size:90%;
  color:#F4F4F4;
	}

#left-column .menu-list li a:hover,
#left-column .menu-list li a.selected {
	color: #13213b;
	background: #ded4a7;
	}
	
#left-column .menu-list li a.tools {
	padding: 0 0 0 43px;
	background: url(../images/icons/tool.png) #13213b no-repeat 20px center;
	}
	
#left-column .menu-list li a.tools:hover {
	color: #fff !important;
	padding: 0 0 0 43px;
	background: url(../images/icons/tool.png) #2c3c5b no-repeat 20px center;
	}
/* Social Networking Menu ------------------------ */
.menu-list-social
{
 
}
.menu-list-social li a {
	color: #fff;
	display: block;
	line-height: 30px;
	font-weight: bold;
	background: #7f8594;
	padding: 0 0 0 23px;
	border-bottom: 1px solid #fff;
	}
	.menu-list-social li a:hover,
	.menu-list-social li a.selected {
	color: #13213b;
	background: #ded4a7;
	}
	.menu-list-social ul li {
list-style-type:none;
}
	
/* CONTENT ------------------------ */

#content {
	float: left;
	width: 753px;
	background: #fff;
	}
	
.content-text {
	margin: 0 15px;
	line-height: 17px;
	}
	
.content-text h2,
.content-text h3,
.content-text h4 {
	width: 523px;
	padding: 0 15px;
	margin-left: -15px !important;
	}
	
.content-text h5,
.content-text h6 {
	margin-bottom: 10px !important;
	}
	
#content .featured-issues h3,
#content .featured-issues h4 {
	padding-left: 15px;
	}
	
.secondary-page #content, .secondary-page #content p {
	font-size: 12px;
	line-height: 17px;
	}
	
.content-text p {
	margin: 5px 0 15px 0;
	}
	
.content-text blockquote 
{
    color: #333;
	font-style: italic;
	margin-left: 40px;
	}

.content-text ul,
.content-text ol {
	line-height: 17px;
	margin: 0 0 15px 30px;
	}
	
.content-text ul li {
	list-style-type: disc;
	}
	
.content-text ol li {
	list-style-type: decimal
	}
	
.content-text table {
	width: 95%;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
	
.content-text table td {
	line-height: 17px;
	padding: 3px 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
	
.featured-issues h3,
.content-text h3 {
	font-size: 120%;
	color: #fff;
	line-height: 29px;
	margin: 0 0 1px 0;
	background: #ae2e03;
	}
	
.featured-issues h4,
.content-text h4 {
	font-size: 120%;
	clear: both;
	display: block;
	color: #fff;
	line-height: 29px;
	margin: 0 0 1px 0;
	background: #c66c4e;
	}
	
.content-text h5 {
	color: #305291;
	font-size: 130%;
	margin-top: 10px;
	}
	
.content-text h6 {
	color: #13213b;
	font-size: 110%;
	}
	
/* -- Share This ----------------------- */

.addthis_button {
	float: right;
	margin: 7px 0 0 0;
	}
	
/* -- Content Columns ----------------------- */

.columns {
	margin: 0 0 0 15px;
	clear:both;
	}
	
.columns .column {
	width: 50%;
	float: left;
	margin: 15px 0 0 0;
	}
	
.columns .column h5 {
	font-size: 140%;
	color: #305291;
	margin: 0 0 15px;
	}
	
.columns .column h6 {	
	color: #13213b;
	line-height: 17px;
	}
	
.columns .column img {
	float: left;
	margin: 0 15px 0 0;
	}
	
.columns .column p {
	margin: 0 15px 15px 0;
	padding: 0;
	}
	
.champion-page .content-text h3 {
	background: #7d7db5;
	}
	
.champion-page .content-text h4 {
	background: #a4a4cb;
	}

.champion-page .content-text h4 span {
	color: #000;
	font-size: 80%;
	float: right;
	margin: 0 0 0 0;
	}

/* -- Start section backgrounds  ----------------------- */
.content-text h3 {
	background: #7d7db5;
	}
.content-text h4 {
	background: #a4a4cb;
	}
.content-text h4 span {
	color: #000;
	font-size: 80%;
	float: right;
	margin: 0 15px 0 0;
	}	
.about .content-text h3 {
	background: #5481db;
	}
.about .content-text h4 {
	background: #87a7e6;
	}
.legal-education .content-text h3 {
	background: #a8833e;
	}
.legal-education .content-text h4 {
	background: #c2a878;
	}
.criminal-defense .content-text h3 {
	background: #ae3e03;
	}
.criminal-defense .content-text h4 {
	background: #c66c4e;
	}
.advocacy .content-text h3 {
	background: #c9bb1d;
	}
.advocacy .content-text h4 {
	background: #dad170;
	}
.resource-center .content-text h3 {
	background: #da691e;
	}
.resource-center .content-text h4 {
	background: #f5985a;
	}
.membership .content-text h3 {
	background: #7ea15a;
	}
.membership .content-text h4 {
	background: #a4bd8b;
	}
.champion-page .content-text h3 {
	background: #7d7db5;
	}
.champion-page .content-text h4 {
	background: #a4a4cb;
	}
.foundation .content-text h3 {
	background: #41464f;
	}
.foundation .content-text h4 {
	background: #7f838a;
	}

/* -- End section backgrounds  ----------------------- */


/* -- Specific Issue ----------------------- */

p.specific {
	font-weight: bold;
	margin: 5px 0 0 0;
	padding: 0 0 10px 190px;
	border-bottom: 1px solid #c8b084;
	}
	
p.specific a {
	display: block;
	width: 130px;
	height: 20px;
	text-indent: -99999px;
	float: right;
	background: url(../images/button-search-champion.png) no-repeat 0 0;
	}

p.brief a {
	display: block;
	width: 130px;
	height: 20px;
	text-indent: -99999px;
	float: right;
	background: url(../images/button-search-brief.png) no-repeat 0 0 !important;
	}

/* -- Interactive Issue ----------------------- */

p.interactive {
	width: 115px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
p.interactive a {
	width: 75px;
	clear: both;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 5px 0 5px 25px;
	border-top: 1px solid #fff;
	background: url(../images/icons/interactive.png) #13213b no-repeat 3px 10px;
	}
	
/* -- Issues Content Table ----------------------- */

table.issue-tbl {
	border-left: none;
	border-bottom: 1px solid #c8b084;
	}

table.issue-tbl h6 {
	margin: 0;
	padding: 0;
	}	

table.issue-tbl td {
	border-right: none;
	border-top: 1px solid #c8b084;
	}
	
table.issue-tbl td:first-child {
	border-right: 1px solid #c8b084;
	}
	
/* -- Previous Issues ----------------------- */

ul.previous-issues {
	margin: 15px 15px 15px 0;
	padding: 0 0 0 0;
	font-weight: bold;
	}
	
ul.previous-issues .expandable {
	background: url(../images/link-arrow.png) no-repeat left 6px;
	}
	
ul.previous-issues ul {
	margin: 0 0 0 -15px;
	padding: 10px 0;
	border-top: 1px solid #c8b084;
	}
	
ul.previous-issues ul ul {
	border-top: none;
	}
	
ul.previous-issues li {
	display: block;
	cursor: pointer;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	border-bottom: 1px solid #c8b084;
	}

ul.previous-issues li li {
	border-bottom: none;
	}

/* -- Featured Issues ----------------------- */

.featured-issues {
	float: left;
	width: 376px;
	height: 440px;
	overflow: hidden;
	margin: 0 1px 0 0;
	}

.featured-issues h3 {
	background: #ae2e03;
	margin-bottom: 0;
	padding-right: 15px;
	margin: 0 0 0 0;
	}
	
.featured-issues .issue-counter {
	font-size: 80%;
	height: 23px;
	line-height: 20px;
	background: #e5dac5;
	margin: 0 0 0 0;
	padding: 0 15px;
	}
	
.featured-issues .issue-counter a {
	width: 17px;
	height: 17px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin: 3px 0 0 5px;
	}
	
.featured-issues .next-issue {
	background: url(../images/button-slideshow.png) no-repeat right center;
	}
	
.featured-issues .prev-issue {
	background: url(../images/button-slideshow.png) no-repeat left center;
	}
	
.issue-list-wrap {
	margin: 8px 15px;
	position: relative;
	overflow: auto;
	}	

.issue-list {
	clear: both;
	font-size: 90%;
	width: 1500px;
	margin: 0;
	padding: 0;
	}
	
.issue-list li {
	float: left;
	display: block;
	width: 80px;
	margin: 0 8px 0 0;
	}
	
.issue-list li a {
	display: block;
	width: 80px;
	}
	
.issue-list li:last-child {
	margin: 0 0 0 0;
	}	
	
.issue-list img {
	float: right;
	margin: 0 0 8px 0;
	}
	
.issue-list .activeSlide img {
	width: 70px;
	height: 43px;
	border: 5px solid #305291;
	}
	
.issue-slider {
	margin: 0 15px 15px 15px;
	border-top: 1px solid #c8b084;
	}
	
.issue-slider .issue  {
	height: 290px;
	}
	
.issue-slider .issue h5 {
	color: #305291;
	font-size: 120%;
	margin: 10px 0;
	}
	
.issue-slider .issue p {
	margin: 0 0 10px 0;
	}
	
.issue-slider .issue img {
	float: left;
	color: #305291;
	font-size: 120%;
	margin: 0 10px 0 0;
	}
	
/* -- News and Events ----------------------- */
	
.news-and-events {
	float: left;
	width: 376px;
	height: 440px;
	overflow: hidden;
	background: url(../images/news-events-bg.png) no-repeat center center;
	}
	
.news-and-events h3 {
	background: #7d7db5;
	margin: 0 0 0 0;
	}
	
.news-and-events .subscribe {
	font-size: 80%;
	height: 23px;
	line-height: 20px;
	text-align: right;
	background: #e5dac5;
	}
	
.news-and-events .subscribe a {
	width: 135px;
	display: block;
	padding: 0 50px 0 0;
	margin: 0 0 0 175px;
	background: url(../images/button-rss.png) no-repeat right center;
	}
	
.news-and-events ul {
	line-height: 17px;
	font-weight: bold;
	margin: 15px;
	}

.news-and-events ul li {
	margin: 0 0 15px 0;
	}
	
.news-and-events .more {
	margin: 0 0 0 15px;
	}
	
/* -- The Champion ----------------------- */

.the-champion {
	float: left;
	width: 377px;
	height: 155px;
	}
	
.the-champion h3 {
	background: #7d7db5;
	margin: 0 1px 10px 0;
	}
	
.the-champion img {
	float: left;
	margin: 0 15px 0 15px;
	}
	
.the-champion h6 {
	font-size: 110%;
	margin: 0 0 10px 0;
	}

.the-champion p {
	margin: 0 0 10px 0;
	}

/* -- Announcement ----------------------- */

.announcements {
	float: left;
	width: 376px;
	height: 155px;
	}

.announcements h3 {
	background: #5481db;
	margin: 0 0 10px 0;
	}
	
.announcements img {
	float: left;
	margin: 0 15px 0 15px;
	}
	
.announcements h6 {
	font-size: 120%;
	margin: 0 0 10px 0;
	}

.announcements p {
	margin: 0 0 10px 0;
	}
	
/* RIGHT COLUMN ------------------------- */

#right-column {
	float: right;
	width: 270px;
	background: #fff;
	border-left: 1px solid #fff;
	}
	
#right-column h3 {
	color: #fff;
	font-size: 120%;
	line-height: 29px;
	padding: 0 0 0 15px;
	margin-right: 0;
	}
	
/* -- Login ----------------------- */
	
.login {
	height: 190px;
	font-weight: bold;
	overflow: hidden;
	background: #fff;
	}
	
.login h3 {
	background: #7ea15a;
	}



.login .join-renew {
	height: 23px;
	line-height: 20px;
	padding: 0 15px;
	background: #e5dac5
	}
	
.login fieldset {
	padding: 10px 0 0 15px;	
	}
	
.login fieldset input {
	width: 220px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c74;
	font-weight: bold;
	padding: 3px 5px;
	margin: 0 0 5px 0;
	border: 1px solid #c8b084;
	}
	
.login fieldset input.login-button {
	width: 26px;
	height: 20px;
	border: none;
	background: url(../images/button-login-go.png) no-repeat right center;
	}
	
.login fieldset .error {
	color: #FF0000;
	width: 195px;
	float: none;
	padding: 3px;
	font-size:.8em;
	/*height: 12px;*/
	}
.login ul li {
	line-height: 15px;
	}

.login ul li a {
	padding: 0 10px 0 0;
	background: url(../images/link-arrow.png) no-repeat right center;
	}
	
.content-text .login {
	margin: 0 -15px;
	}
	
.content-text .login h3 {
	width: 523px;
	padding: 0 15px;
	margin-left: 0 !important;
	}
	
.content-text .login h3 .addthis_button {
	display: none;
	}
	
.content-text .login .join-renew {
	margin: 0;
	}
	
/* -- Quick Links ----------------------- */

.quick-links {
	height: 115px;
	font-weight: bold;
	}
	
.quick-links h3 {
	background: #5481db;
	}
	
.quick-links ul {
	margin: 5px 0 0 15px;
	}
	
.quick-links ul li:first-child {
	/*margin: 0 0 9px 0;*/
	}
	
.quick-links a {
	line-height: 16px;
	padding: 0 10px 0 0;
	background: url(../images/link-arrow.png) no-repeat right center;
	}

/* -- Membership ----------------------- */
	
.become-a-member {
	height: 135px;
	overflow: hidden;
	}
	
.become-a-member h3 {
	background: #7ea15a;
	margin: 0 0 10px 0;
	}
	
.become-a-member h6 {
	font-size: 120%;
	margin: 0 0 10px 0;
	}
	
.become-a-member img {
	float: left;
	margin: 0 15px 0 10px;
	}
	
.become-a-member p {
	margin: 0 0 10px 0;
	}

/* -- Foundation ----------------------- */
	
#right-column .foundation {
	height: 155px;
	overflow: hidden;
	}
	
#right-column .foundation h3 {
	background: #41464f;
	}
	
#right-column .foundation img {
	float: left;
	margin: 0 15px 0 10px;
	}
	
#right-column .foundation p {
	margin: 10px 0 15px 0;
	}
	
/* -- Bank Link ----------------------- */

.bank a {
	color: #fff;
	font-weight: bold;
	display: block;
	line-height: 30px;
	margin: 0 0 1px 0;
	padding: 0 0 0 43px;
	background: url(../images/icons/bank.png) #13213b no-repeat 20px center;
	}
	
.bank a:hover {
	color: #fff !important;
	padding: 0 0 0 43px;
	background: url(../images/icons/bank.png) #2c3c5b no-repeat 20px center;
	}
	
/* -- Expand ----------------------- */

.expand {
	background: #fff;
	border-bottom: 1px solid #fff;
	}

/* Ektron Pagination Control Fix */
.in-this-section .menu-list table,
.in-this-section .menu-list table tbody,
.in-this-section .menu-list table tbody tr,
.in-this-section .menu-list table tbody td {
	width: 100%;
	display: block;
	}
	
.in-this-section .menu-list table tbody td #ecmFirst,
.in-this-section .menu-list table tbody td #ecmPrevious,
.in-this-section .menu-list table tbody td #ecmNext,
.in-this-section .menu-list table tbody td #ecmLast {
	padding: 19px 5px;
	font-weight:bold; 
	}
	
.in-this-section .menu-list table tbody td #ecmFirst {
	padding: 19px 5px 19px 19px;
	line-height: 36px;
	font-weight:bold;
	}	
	
.expand li a {
	display: block;
	padding: 5px 0 5px 20px;
	line-height: 18px;
	border-top: 1px solid #c8b084;
	}
	
.expand li:first-child a {
	border-top: none;
	}
	
.expand h3 {
	cursor: pointer;
	background-image: url(../images/arrows.png) !important;
	background-repeat: no-repeat !important;
	background-position: right bottom !important;
	}
	
.expand h3.active {
	background-position: right top !important;
	}

/* -- In This Section ----------------------- */

.in-this-section h3 {
	background: #ae2e03;
	}

/* -- Resources ----------------------- */

.other-resources h3 {
	background: #ae2e03;
	}

/* -- Resources ----------------------- */
	
.see-also h3 {
	background: #305291;
	}

/* ADS ------------------------- */

#ads {
	}

#ads .ad {
	float: left;
	width: 994px;
	font-size: 80%;
	color: #666;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 5px 15px 5px 15px;
	background: #cbd4e3;
	}
	
#right-column #ads .ad {
	width: 239px;
	}
	
#right-column #ads .ad a {
	float: none;
	margin: 0 0 0 15px;
	}
	
#ads .ad a {
	float: right;
	font-size: 110%;
	text-transform: none;
	letter-spacing: normal;
	}
	
#ads div {
	float: left;
	margin-bottom: 1px;
	}
	
.ad-468x60 {
	width: 468px;
	height: 60px;
	background: #000;
	}
	
.ad-277x60 {
	width: 277px;
	height: 60px;
	margin: 0 0 0 1px;
	background: #000;
	}
	
/* STORE ------------------------- */
/* product listing on store.aspx */
        div.product {border:0px solid red; float:left;
					margin:0 0 15px 0;padding:0px;width:250px;}
        .product img {border:1px dotted #ccc;float:left;margin:0px 15px 0px 0px;padding:5px; width:40px;}
        .product .proddesc {border:0px dotted blue; }
        .product .proddesc span.prodTitle{font-weight:bold;}
        .product .proddesc span.prodPrice{  }		
		
/* individual product listing */
        .prodDetails {border: 0px solid red; margin: 0 0 15px; /*min-height:192px;*/}
        .prodDetails img {border: 0px solid green; width:80px;}
        .prodDetails span {display:inline-block; padding:5px 0px; border: 0px dotted yellow; width:80%; }
        .prodDetails span.prodTitle {font-weight:bold;}
        .prodDetails label {font-weight:bold;  /* font-style:italic; display:block*/}
        .prodDetails span.prodDescrip {}
        .prodDetails span.prodPrice { }   
		
/* Add To Cart on individual product page */
        div.AddToCart {display:block;border:0px dotted yellow;padding-left:90px;text-align:left;}
        div.AddToCart label {font-weight:bold; padding-right:4px;}
        div.AddToCart input{ margin:0px 2px;}  
        .qtyValidation {}             
        /* Review/Stars area on individual product page */
        div.Review {display:block; 
					margin: 12px 0px 5px 0px; 
					padding: 12px 0px 0px 0px;
					border: 0px dotted #ccc;
					border-top: 0px solid #ccc;
					}
        div.Review label {display:block;}
        /* Add Comment area on individual product page */
        div.AddComment {}
        .AddComment h4{background-color:#fff !important;color: #305291;}
        .AddComment textarea {border: 2px solid #ccc; color:#515151;}
        .AddComment input {cursor:pointer;margin:8px; padding:4px}

/* FOOTER ------------------------- */

#footer 
{
    clear: both;
	color: #fff;
	background: #305291;
	}
	
#footer p {
	float: left;
	width: 65%;
	margin: 20px 0 0 25px;
	}
	
#footer a:link,
#footer a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
	
/* -- Find Us On ----------------------- */
	
#footer .social-list {
	float: right;
	margin: 20px 15px 50px 0;
	}
	
#footer .social-list li {
	float: left;
	list-style: none;
	margin: 0 0 0 7px;
	}

#footer .social-list a {
	width: 25px;
	height: 25px;
	display: block;
	text-indent: -9999px;
	}
	
#footer .social-list .info {
	padding: 4px 15px 0 0;
	}

#footer .social-list .info span {
	font-weight: bold;
	padding: 2px 8px;
	background: #a8833e;
	}
	
#footer .social-list .twitter {
	background: url(../images/icons/social.png) no-repeat 0 0;
	}
	
#footer .social-list .facebook {
	background: url(../images/icons/social.png) no-repeat -32px 0;
	}
	
#footer .social-list .linkedin {
	background: url(../images/icons/social.png) no-repeat -65px 0;
	}
	
#footer .social-list .youtube {
	background: url(../images/icons/social.png) no-repeat -98px 0;
	}
	
#footer .social-list .u {
	background: url(../images/icons/social.png) no-repeat -132px 0;
	}
	
/* -- Footer Links ----------------------- */

#footer .menu-list {
	font-size: 90%;
	clear: both;
	height: 27px;
	padding: 25px 0 0 25px;
	background: url(../images/footer-bg.png) #13213b no-repeat center top;
	}
	
#footer .menu-list li {
	float: left;
	list-style: none;
	margin: 0 4px 0 0;
	padding: 0 10px 0 0;
	background: url(../images/separator-footer.png) no-repeat right center;
	}
	
#footer .menu-list li:last-child {
	padding: 0 0 0 0;
	background: none;
	}
	
	/*----Site map---- style */
	    #site-map ul
        {
            margin-left: 2;
			 
        }
        #site-map ul li
        {
            font-weight: bold;
            list-style-type: none !important;
        }
        #site-map ul li ul
        {
            margin-left: 25px;
        }
        #site-map ul li ul li
        {
            font-weight: normal;
            list-style-type: disc !important;
        }
		
/* STAFF PROFILE ------------------------- */

.my-nacdl {
	width: 755px;
	}
	
.my-nacdl h3.heading {
	font-size: 120%;
	color: #fff;
	line-height: 29px;
	padding: 0 15px;
	margin: 0 0 1px 0;
	background: #7ea15a;
	}
	
.my-nacdl .contentSection h4 {
	margin: 0 0 10px 0;
	font-size: 130%;
	}


#ctl00_ctl00_cntPholderContent_cntpHContent_lsumSections table,	
#ctl00_ctl00_cntPholderContent_cntpHContent_lsumSections table td {
	border: none;
	}
	
#ctl00_ctl00_cntPholderContent_cntpHContent_lsumSections table {
	margin: 15px 0 0 0;
	width: 520px;
	}
	
.content-text .Profile {
	width: 255px;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	}
	
.content-text .Profile .profImage img {
	width: 81px;
	height: 106px;
	background: #ccc;
	margin: 0;
	padding: 0;
	}
	
.content-text .Profile .profImage {
	float: left;
	}
	
.content-text .Profile .profdesc {
	float: left;
	margin: 0 0 0 10px;
	}
	
.content-text .profile-pic {
	width: 132px;
	float: left;
	margin: 0 15px 0 0;
	}

.content-text .profile-info {
	width: 350px;
	float: left;
	}		
	
/*Lightbox  - facy css */
#facybox {
	position: absolute;
	top: 0;
	left: 0;
	margin: -20px 0 0 -20px;
	z-index: 100;
	text-align: left;
	padding: 18px;
	min-width: 40px;
	min-height: 40px;
}
#facybox .w,  #facybox .e, #facybox  .nw,
#facybox .ne, #facybox .sw, #facybox .se {
	min-height: 18px;
	min-width: 13px;
}
#facybox .n, #facybox .s {
	background-repeat: repeat-x;
	height: 18px;
}
#facybox .w, #facybox .e {
	background-repeat: repeat-y;
}

#facybox .nw, #facybox .ne, #facybox .sw, #facybox .se,
#facybox a.next, #facybox a.prev,
#facybox .closek #facybox .loading {
	background-repeat: no-repeat;
}

#facybox a.next {
  background-position: 9999px 50%;
}

#facybox a.prev {
  background-position: -9999px 50%;
}
#facybox a.prev:hover{
	background-position: 0 50%;
}
#facybox a.next:hover{
	background-position: 100% 50%;
}

#facybox .close {
	position: absolute;
	top: 5px;
	right: 0;
	display: block;
	width: 30px;
	height: 30px;
}

#facybox .prev,
#facybox .next{
	display: block;
	position: absolute;
	cursor: pointer;
}

#facybox .navigation .counter{
	background: #000;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: -33px;
	left: -10px;
	padding: 2px 0;
	font-size: 11px;
}

#facybox .loading {
  margin: 0 auto;
  width: 22px;
  height: 22px;
  text-align: center;
}

#facybox .popup {
  position: relative;
}

#facybox table {
  border-collapse: collapse;
}

#facybox td {
  border-bottom: 0;
  padding: 0;
}

#facybox .body {
  padding: 10px;
  background: #fff;
  width: auto;
}

#facybox .loading {
  text-align: center;
}

#facybox .image {
  text-align: center;
  line-height: 0;
}

#facybox img {
  border: 0;
  margin: 0;
}

#facybox .footer {
	position: absolute;
	top: 28px;
	left: 23px;
	padding: 0;
	width: 90%;
}

#facybox .footer img {
  vertical-align: middle;
}

#facybox .tl, #facybox .tr, #facybox .bl, #facybox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facybox_overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}

.facybox_hide {
  z-index:-100;
}

.facybox_overlayBG {
  background-color: #000;
  z-index: 99;
}
#facybox .n       { background-image: url('/specialdevfiles/facybox/images/fancy_shadow_n.png');  }               
#facybox .s       { background-image: url('/specialdevfiles/facybox/images/fancy_shadow_s.png');  }
#facybox .w       { background-image: url('/specialdevfiles/facybox/images/fancy_shadow_w.png');  }
#facybox .e       { background-image: url('/specialdevfiles/facybox/images/fancy_shadow_e.png');  }
#facybox .nw      { background-image: url('/specialdevfiles/facybox/images/fancy_shadow_nw.png'); }
#facybox .ne      { background-image: url('/specialdevfiles/facybox/images/fancy_shadow_ne.png'); }
#facybox .sw      { background-image: url('/specialdevfiles/facybox/images/fancy_shadow_sw.png'); }
#facybox .se      { background-image: url('/specialdevfiles/facybox/images/fancy_shadow_se.png'); }
#facybox a.next   { background-image: url('/specialdevfiles/facybox/images/fancy_right.png');     }
#facybox a.prev   { background-image: url('/specialdevfiles/facybox/images/fancy_left.png');      }
#facybox .close   { background-image: url('/specialdevfiles/facybox/images/fancy_closebox.png');  }
#facybox .loading {
    background-image: url('/specialdevfiles/facybox/images/loading.gif');
} 
/*end lightbox - facy css */


#ctl00_Nacdllogin_btnLoginImpex, #ctl00_ctl00_Nacdllogin_btnLoginImpex {
    -moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #667293), color-stop(1, #565f78) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#667293', endColorstr='#565f78');
	background-color:#667293;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #505870;
	display:inline-block;
	color:#ffffff;
	font-weight:bold;
	font-style:normal;
    min-width:99px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #1570cd;
}

#ctl00_Nacdllogin_btnLoginImpex:hover, #ctl00_ctl00_Nacdllogin_btnLoginImpex:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #565f78), color-stop(1, #667293) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#565f78', endColorstr='#667293');
	background-color:#565f78;
    text-decoration:none;
}

#ctl00_Nacdllogin_btnLoginImpex:active, #ctl00_ctl00_Nacdllogin_btnLoginImpex:active {
    position: relative;
    top: 1px;
}

/* ----- Member Only Content Notice ------*/

#memberonlynotice {
    width:100%;
    padding: 5px;
    font-size: 1.15em;
    color: #ffffff;
    margin-bottom: 1px;
    height: 20px;
    letter-spacing: 0.25px;
    font-weight: bold;
    vertical-align:middle;
    line-height:20px;
    /*
        background-color: #ae2e03; //red
        background-color: #7f8594; //gray
        background-color: #7ea15a; //green 
    */
    background-color: #13213b /* blue memu elements */;
}

    #memberonlynotice .fa {
        font-size: 1.3em;
        color: #f5c240;
    }
	
/* ------ Podcast Audio Player --------- */
audio {
	width:280px; height:38px;border-radius: 10px; padding: 0 4px; background-color:#fff;
}