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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

body {
	background: #CCDAE5 url(/Lib/NSA/Assets/Images/bg_body.gif) repeat-x left 424px;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}
strong {
	font-weight: bold;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

p {
	margin-bottom: 1em;
}

p, li {
	color: #454133;
	font-size: 1.1em;
	line-height: 1.5em;
	}

li li {
	font-size: 1em;
	}

a {
	color: #3c83bb;
	text-decoration: none;
	}

a:hover, a:active, a:focus {
	text-decoration: underline;
	}

h1, h2 {
	color: #454133;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 0.5em;
	}

h3 {
	color: #454133;
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 0.6em;	
	}

ul.skip {
	position: absolute;
	left: -9999px;
	}

/* ----- Header ----- */

div#header {
	background: #fff;
	border-bottom: 17px solid #f26100;
	}

div#header.header1 {
	background: #fff url(/Lib/NSA/Assets/Images/bg_header_1.jpg) no-repeat 50% top;	
	}

div#header.header2 {
	background: #fff url(/Lib/NSA/Assets/Images/bg_header_2.jpg) no-repeat 50% top;		
	}

div#header.header3 {
	background: #fff url(/Lib/NSA/Assets/Images/bg_header_3.jpg) no-repeat 50% top;		
	}

div#header.header4 {
	background: #fff url(/Lib/NSA/Assets/Images/bg_header_4.jpg) no-repeat 50% top;		
	}

div#header.header5 {
	background: #fff url(/Lib/NSA/Assets/Images/bg_header_5.jpg) no-repeat 50% top;		
	}

div#header.header6 {
	background: #fff url(/Lib/NSA/Assets/Images/bg_header_6.jpg) no-repeat 50% top;		
	}

div#header.header7 {
	background: #fff url(/Lib/NSA/Assets/Images/bg_header_7.jpg) no-repeat 50% top;		
	}
	
div#header.header8{
	background: #fff url(/Lib/NSA/Assets/Images/bg_header_8.jpg) no-repeat 50% top;		
	}

div#header.header9{
	background: #fff url(/Lib/NSA/Assets/Images/bg_header_9.jpg) no-repeat 50% top;		
	}
	
div#header div.container {
	height: 387px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 96em;
	}

div#header a.site_logo {
	float: left;
	}

div#header a.site_logo img {
	display: block;
	}
	
/* ----- Navigation ----- */

ul#navigation {
	background: url(/Lib/NSA/Assets/Images/bg_nav.gif) no-repeat -20px 50%;
	clear: left;
	float: none;
	height: 4em;
	margin: 0;
	padding: 0;
	position: relative;
	top: 35px;
	width: 72em;
	}

ul#navigation li {
	float: left;
	}

ul#navigation li a {
	color: #454133;
	border-bottom: 3px solid #fff;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 10px;
	}

ul#navigation li:first-child a {
	margin-left: 0;
	}

ul#navigation li a:hover,
ul#navigation li a:active,
ul#navigation li a:focus,
ul#navigation li a.active {
	border-bottom: 3px solid #f26100;
	text-decoration: none;
	}

ul#navigation li li {
	float: left;
	}

ul#navigation li li a {
	border-bottom: none;
	color: #454133;
	font-size: 0.95em;
	font-weight: normal;
	margin: 0 18px 0 0;
	}

ul#navigation li li a:hover,
ul#navigation li li a:active,
ul#navigation li li a:focus,
ul#navigation li li a.active {
	border-bottom: none;
	font-weight: normal;
	text-decoration: underline;
	}

ul#navigation ul {
	left: 0;
	margin-top: 0.5em;
	padding: 0;
	position: absolute;
	width: 65em;
	}

ul#bread_crumb, .addthis {
	position: absolute;
	top: 0;
	margin-top: -165px;
	}

ul#bread_crumb li {
	float: left;
	font-size: 1em;
	margin-right: 0.75em;
	}
.addthis {
	left: 590px;
}
/* ----- Content ----- */

div#content {
	margin: 0 auto;
	position: relative;
	width: 96em;
	}

div#main {
	background: #fff url(/Lib/NSA/Assets/Images/bg_main.gif) repeat-x left bottom;
	border: 1px solid #cfcfcf;
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	float: left;
	margin-top: -140px;
	min-height: 12em;
	padding: 2em;
	width: 68em;
	}

div#members {
	background: #EDEDED;
	border: 1px solid #cfcfcf;
	border-top: none;
	float: left;	
	padding: 2em 1em 2em 2em;
	width: 69em;
	}

div#main div.col_1 {
	float: left;
	margin-right: 4em;
	width: 31.5em;
	}

div#main div.col_2 {
	float: left;
	width: 31.5em;	
	}

div#main div.article {
	margin-bottom: 2em;
	overflow: auto;
	}

div#main div.feature {
	background: #e7e4df;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 1.8em;
	}

div#main div.article img.transparent {
	float: left;
	margin-top: 50px;
	}

p.split {
	margin-left: 170px;
}

p.base_line {
	background: #f26100;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	height: 2.5em;
	margin: 0 0 1em 5em;
	}

div#main div.feature img.hero {
	margin: -1.6em 0 1em -1.6em;
	}

a.more {
	background: url(/Lib/NSA/Assets/Images/dot_link_orange.gif) no-repeat left 3px;
	display: block;
	font-weight: bold;
	padding-left: 20px;
	}

a.movie {
	background: url(/Lib/NSA/Assets/Images/mov_link_orange.gif) no-repeat left 3px;
	display: block;
	font-weight: bold;
	padding-left: 20px;	
	}

form.sign_up {
	border: 0;
	padding: 0;
}

form.sign_up div.text input {
	border: 1px solid #f26100;
	padding: 5px;
	width: auto;
	}

form.sign_up div.text label {
	display: none;
	}

form.sign_up div.submit {
	border: 0;
	overflow: hidden;
	padding-top: 0;
	}

form.sign_up div {
	clear: none;
	float: left;
	}
	
div.member_logos{
	height:  66px;
}

div.member_logos img {
	display: block;
	float: left;
	margin: 0 14px 14px 0;
	}

div.member_logos li {
	float: left;
	width: 50%;
	}

div.member_logos li.prev {
	text-align: left;
	}

div.member_logos li.next {
	text-align: right;
	}

div#main div.intro {
	height: 164px;
	margin-top: 50px;
	padding: 18px;
	}

div#main div.intro p {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 2em;
	padding-left: 215px;
	}

div#main div.intro img.transparent {
	float: none;
	margin: -38px 0 0 -1.8em;
	position: absolute;
	}

div#main ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 1.5em;
	}

div#main ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 2em;	
	}

div#main li {
	margin-bottom: 1em;
	}

img.content_img {
	float: left;
	margin: 0 2em 2em 0;	
	}

div.video {
	float: left;
	}

p.intro {
	font-weight: bold;
	}

div.img_adjust {
	margin-left: 330px;
	}

/* ----- News ----- */

div.entry {
	border-bottom: 1px solid #CFCFCF;
	margin-bottom: 1.5em;
	}

div.entry h3 {
	margin-bottom: 0.5em;
	}

p.published {
	font-style: italic;
	margin-bottom: 0.5em;
	}

/* ----- Pagination ----- */

div#main .pagination a[disabled="disabled"]{
	display: none;
}



div#main .pagination {
	margin: 0;
}

/*
div#main ul.pagination li:first-child a {
	border-left: none;
	} 


div#main ul.pagination {
	margin: 0;
	}

div#main ul.pagination li {
	float: left;
	list-style-type: none;
	margin: 0;
	}

div#main ul.pagination li a {
	border-left: 1px solid #f26100;
	padding: 0 0.5em;
	}

div#main ul.pagination li:first-child a {
	border-left: none;
	} */

/* ----- Secondary ----- */

div#secondary {
	margin-left: 72em;
	padding: 2em 0 0 2em;
	position: absolute;
	width: 22em;
	}

div#secondary blockquote p {
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	}

div#secondary blockquote p span {
	background: url(/Lib/NSA/Assets/Images/quote_left.png) no-repeat top left;
	display: block;
	float: left;
	width: 30px;
	height: 14px;
	}

div#secondary blockquote p span.close {
	background: url(/Lib/NSA/Assets/Images/quote_right.png) no-repeat bottom right;	
	display: inline;
	float: none;
	margin-top: 7px;
	position: absolute;
	}

div#secondary blockquote p.author {
	background: none;
	border-top: 1px solid #88959c;
	display: block;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 1em;
	padding: 1.2em 0 0 0;
	}

/* ----- Forms ----- */

form {
	border-top: 1px solid #cfcfcf;
	padding-top: 1em;
	}

fieldset.col_1 {
	float: left;
	margin-right: 4em;
	width: 31.5em;	
	}

fieldset.col_2 {
	float: left;
	width: 31.5em;	
	}

fieldset p {
	font-weight: bold;
	}

fieldset.container {
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 1em;
	}

label {
	display: block;
	font-size: 1.1em;
	margin-bottom: 0.5em;
	}

div.text,
div.submit {
	clear: both;
	overflow: auto;
	}

div.submit {
	border-top: 1px solid #cfcfcf;
	padding-top: 2em;
	}

div.text,
div.check {
	margin-bottom: 1em;
	}

div.text input,
div.text textarea {
	border: 1px solid #f26100;
	display: block;
	float: left;
	padding: 4px;
	width: 95%;
	}

div.text textarea {
	height: 8em;
	}

div.check label {
	float: left;
	width: 90%;
	}

div.check input {
	margin-bottom: 0 0 0.5em 0;
	}

span.error {
	background: #ffcccc url(/Lib/NSA/Assets/Images/cross-circle-frame.png) no-repeat 4px 50%;
	border: 1px solid #990000;
	color: #990000;
	display: block;
	float: left;
	font-size: 1.2em;
	margin-left: 1em;
	padding: 6px 6px 6px 25px;
	}

/* ----- Footer ----- */

div#footer {
	clear: left;
	margin: 0 auto;
	overflow: auto;
	padding-bottom: 2em;
	width: 96em;	
	}

div#footer div.container {
	background: #ededed url(/Lib/NSA/Assets/Images/bg_footer.gif) repeat-x left top;
	border: 1px solid #cfcfcf;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-top: none;
/*
	margin-bottom: 2em;
*/
	padding: 2em;
	float: left;
	width: 68em;
	}

div#footer img {
	display: block;
	float: left;
	}

div#footer div.container div.footer_lists {
	float: right;
	width: 70%;
	}

ul.footer_links,
ul.footer_tools {
	float: right;
	overflow: auto;
	width: 90%;
	}

ul.footer_links {
	border-bottom: 1px solid #fff;
	}

ul.footer_tools {
	border-top: 1px solid #cfcfcf;
	}
	
ul.footer_links li,
ul.footer_tools li {
	float: left;
	}
	
ul.footer_links li a,
ul.footer_tools li a {
	display: block;
	padding: 6px 0 6px 12px;
	}

ul.footer_links li a {
	padding-top: 0;
	}
	
ul.footer_tools li a {
	padding-bottom: 0;
	}
/* XForm CSS */
#id_matrix input, #id_matrix select, #id_matrix textarea {
	padding: 3px;
	margin: 5px 0 2px;
	border: 1px solid #ee6f2a !important;
}
#id_matrix select {
	padding: 0;
	width: auto;
}
#id_matrix textarea {
	height: 110px;
}
#id_matrix .form_heading {
	color: #000;
	display: block;
	font-size: 1.1em;
	margin-top: 12px;
}
#id_matrix .form_input {
	border: 1px solid #ee6f2a !important;
	width: 300px;
}
#id_matrix input.submit-button {
	background: url(../images/button_bg.gif) no-repeat left bottom;
	border: 0;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 0 200px;
	width: 65px;
}
#id_matrix fieldset {	
	margin: 1em 0;
	padding: 0 0.5em 0.5em;
	clear: both;
}
#id_matrix legend {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 20px 0;
}
#id_matrix .chkbox {
	float: right;
	margin-right: 4px;
}
#id_matrix label {
	float: left;
	margin-top: 3px;
}
#id_matrix fieldset br {
	clear: both;
}
#id_matrix input.submit {
	background-color: #ee6f2a;
	border: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
@import url("/Lib/Shared/Assets/Css/Treemenu.css");
