html {
	padding: 0;
	margin: 0;
	font-family: "Georgia", "Garamond", "Times New Roman", serif;
	font-size: 9pt;
	color: #444;
}
body {
	padding: 1px 0 1px 0;
	margin: 0;
	background: white;
}

input, img {
	vertical-align: middle;
}
input.form-text, select, textarea {
	border: 1px solid #999;
	padding: 1px;
	font-family: "Georgia", "Garamond", "Times New Roman", serif;
	font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	color: #012f60;
}
h1 {
	font-size: 2em;
}
h1.title {
	font-size: 2.25em;
	font-family: "Impact", "Arial Black", "Arial", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
a {
	color: #012f60;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;	
}

th, td {
	padding: 4px;
}

br.clear {
	height: 0;
	position: relative;
	clear: both;
}
br.clearL {
	height: 0;
	position: relative;	
	clear: left;
}
br.clearR {
	height: 0;
	position: relative;	
	clear: right;
}

.remove_menu_formatting ul, .remove_menu_formatting ul.menu, .remove_menu_formatting li, .remove_menu_formatting li.leaf, .remove_menu_formatting li.expanded, .remove_menu_formatting li.collapsed {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	background: none;
}

fieldset legend {
	display: block;
}

.form-item-hidden {
	display: none;
}



#body {
	width: 900px;
	padding: 0 15px 0 15px;
	margin: 0 auto 20px auto;
	background: white url('images/nsn_gradient_body.gif') repeat-y top center;
}

#main {
	background: white url('images/nsn_gradient_main.gif') repeat-y top left;
	clear: left;
	border-top: 2px solid #9e0b0f;
	padding: 0;
	width: 900px;
	position: relative;
}

#footer {
	padding: 5px 0 5px 0;
	border-bottom: 3px solid #aaa;
	background: #012f60;
	color: white;
	font-size: 0.9em;
	text-align: center;
	clear: both;
}
#footer a {
	color: white;
}
#footer ul, #footer ul.menu {
	text-align: center;
	margin: 0 0 10px 0;
}
#footer ul li {
	display: inline;
	padding: 0 10px 0 10px;
}

#right {
	width: 270px;
	padding: 12px;
	float: right;
}
#left {
	margin: 0 310px 0 0;
}
#left_inner {
	padding: 15px;
}
#left_blocks {
	margin: 0;
	padding: 0;
}


.warroom_readmore {
	margin: 1em 0 1em 0;
	text-align: center;
}
.warroom_readmore a {
	display: block;
}
.warroom_readmore a:hover {
	color: #ccc !important;
}
* html .warroom_readmore a {
	height: 1%;
}


.warroom .node_teaser, #block-nsn-home_featured .node_teaser, #block-nsn-home_news .node_teaser {
	display: none;
}

.node {
	border: none !important;
}
.node-page .node_meta, .node-paper .node_meta, .node-paper .node_tags {
	display: none;
}

.node_buttons {
	margin: 0 0 10px 10px;
	float: right;
}

#topnav {
	margin: 0;
	position: static;
	background: #f8f8f8;
	padding: 0 0 0 0;
	width: 900px;
	float: left;
	border-bottom: 4px solid #012f60;
}
* html #topnav {

}

#topnav ul {
	z-index: 50;
	float: left;

	padding: 1px 0 1px 0;
}

#topnav ul li {
	float: left;
	padding: 0;
	margin: 0;
	clear: none;
	display: block;
	z-index: 50;
	position: relative;
}
#topnav ul li a {
	margin: 0;
	display: block;
	float: left;
	padding: 8px 12px 8px 12px;
	color: white;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #012f60;
	text-transform: uppercase;
	background: #f8f8f8 url('images/nsn_gradient_nav.gif') repeat-y top right;
}

#topnav ul li a:hover, #topnav ul li:hover a, #topnav ul li.hover a {
	text-decoration: none;
	color: #999;
}

#topnav ul li ul {
	display: none;
	position: absolute;
	z-index: 50 !important;
	margin: 32px 0 0 0;
	border: 2px solid #ccc !important;
	background: #f0f0f0;
	padding: 0;
	top: 0;
	left: 0;
	height: auto;
	width: 180px;
}
#topnav ul li ul li, #topnav ul li ul li.expanded, #topnav ul li ul li.leaf, #topnav ul li ul li.collapsed {
	z-index: 100 !important;
	float: none !important;
	margin: 0;
	padding: 0;
	line-height: normal !important;
	position: static;
	border: none !important;
	height: auto;
}
#topnav ul li ul li a, #topnav ul li.active_section ul li a, #topnav ul li:hover ul li a, #topnav ul li.hover ul li a {
	display: block;
	margin: 0;
	padding: 6px 10px 6px 10px;
	color: #012f60;	
	font-size: 1.1em;
	font-weight: bold;
	line-height: normal !important;
	float: none !important;
	text-transform: none;
	border: none;
	background: none;
}
* html #topnav ul li ul li a {
	height: 1%;
}
#topnav ul li ul li a:hover {
	text-decoration: none;
	color: #999;
}
#topnav ul li:hover ul, #topnav ul li.hover ul {
	display: block;
}



.issue_summary {
	margin: 1em 0 1em 0;
	clear: left;
}
.issue_summary .issue_summary_image {

}
.issue_summary h3 {
	margin: 0 0 5px 235px;
	font-size: 1.5em;
}
.issue_summary h4 {
	margin: 0 0 5px 235px;
	font-size: 1.25em;
	color: #333;
}
.issue_summary .issue_summary_teaser {
	margin: 0.5em 0 0.5em 235px;
}
.issue_summary h6.issue_summary_readmore {
	margin: 0 0 0 235px;
}
.issue_summary h6.issue_summary_readmore a {
	text-transform: uppercase;

	/*
	color: white;
	text-transform: uppercase;
	font-family: "Arial", sans-serif;
	font-size: 1.2em;
	background: #25588e url('images/nsn_gradient_button.gif') repeat-x bottom left;
	padding: 4px;
	*/
}
.issue_summary h6.issue_summary_readmore a:hover {
	/*
	color: #efefef;
	text-decoration: none;	
	*/
}




.body_issue h1.title {
	display: none;
}
.issue_page h2 img {
	margin: 0 8px 0 0;
}
.issue_page .issue_page_image {

}
.issue_page .issue_page_image img {
	display: block;
}
.issue_page_subtitle {
	margin: 0 0 1em 0;
}
h6.issue_page_readmore {
	color: white;
	margin: 1em 0 3em 0 !important;
	padding: 0;
	text-align: center;
	clear: left;
}
h6.issue_page_readmore a {
	display: block;
	color: white;
	padding: 6px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Arial", sans-serif;
	font-size: 1.2em;
	background: #25588e url('images/nsn_gradient_button.gif') repeat-x bottom left;
}
h6.issue_page_readmore a:hover {
	color: #ccc !important;
}
* html h6.issue_page_readmore a {
	height: 1%;
}


h6.issue_page_readmore a {
	color: #efefef;
}

.node-paper h4.node_subtitle {
	text-align: center;
	font-size: 1.5em;
	margin: 1em 0 1em 0;
}

#right .block h2, h2.impact {
	font-size: 2.25em;
	font-family: "Impact", "Arial Black", "Arial", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
#right .block  {
	margin: 0 0 2em 0;
}

.issue_page_talking_points {
	margin: 0 0 0 240px;
	border: 3px solid #aaa;
	color: #666;
}
.issue_page_talking_points_inner {
	border: 1px solid white;
	padding: 8px;
	background: #f0f0f0;
}


.tags_page_cloud {
	border: 1px solid #ddd;
	background: #f0f0f0;
	padding: 12px;
	line-height: 150%;
}


ul.issues_list {
	list-style-image: none;
	list-style-type: none;
	margin: 1em 0 1em 0;
	padding: 0;
	font-size: 1.25em;
}
ul.issues_list li {
	list-style-image: none;
	list-style-type: none;
	margin: 0 25px 0 25px;
	padding: 8px;
	background: #f9f9f9 url('images/nsn_gradient_top.gif') repeat-x top left;
}
ul.issues_list img {
	margin: 0 0.5em 0 0;
}


.node {
	margin: 1em 0 1em 0;
}
.node h4 {
	font-size: 1em;
	margin: 0 0 4px 38px;
}
.node .node_icon {
	float: left;
}
.node_meta {
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
}
.nsn_content_list .node_meta {
	font-size: 0.8em;
	margin: 0 0 0 38px;
}
.node_type {
	color: #9e0b0f;
	padding: 0 10px 0 0;
}
.node_date {

}
.node_other {
	padding: 0 10px 0 0;
	color: #444;
}

.node_teaser {
	margin: 4px 0 0 38px;
}
.node_more {
	font-size: 0.9em;
	text-align: right;
}

.node_body {
	clear: left;
}

.node_image {

}

.node_tags {
	font-size: 0.9em;
	margin: 1em 0 1em 0;
}
.node_tags img.node_icon {
	margin: 0 10px 0 0;
	vertical-align: middle;
	float: none;
	display: inline;
}
.node_tags a {
	margin-right: 12px;
}

.node_talking_points {
	margin: 1em 0 1em 0;
	border: 3px solid #aaa;
	color: #666;
}
.node_talking_points_inner {
	border: 1px solid white;
	padding: 8px;
	background: #f0f0f0;
}


body.body_home h1.title {
	display: none;
}
body.body_home #main {
	width: 900px;
	background: white url('images/nsn_gradient_main_home.gif') repeat-y top right;
}
body.body_home #right {
	width: 410px;
	padding-right: 18px;
}
body.body_home #left {
	margin-right: 460px;
}
body.body_home #left_inner {
	padding-bottom: 63px;
}

#bottom {
	clear: both;
	background: #fafafa url('images/nsn_gradient_bottom.gif') repeat-x top left;
	width: 900px;
	float: left;
}
#bottom .block h3 {
	font-size: 1.25em;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px 0;
}
#bottom .block {
	float: left;
	width: 270px;
	padding: 10px 14px 10px 14px;
}
#bottom .block .content {
	padding: 0 0 0 0;
}
h6.readmore {
	text-transform: uppercase;
	text-align: right;
}


.black {
	color: black;
}
.red {
	color: #9e0b0f;
}

.warroom_image {

}
.warroom_inner {
	margin: 0 0 0 155px;
}
.warroom_title {
	color: #9e0b0f;
	font-size: 1.1em;
}

h6.warroom_readmore {
	margin: 2em 0 1em 0 !important;
}

h6.warroom_readmore a {
	color: white;
	text-transform: uppercase;
	font-family: "Arial", sans-serif;
	font-size: 1.2em;
	background: #25588e url('images/nsn_gradient_button.gif') repeat-x bottom left;
	padding: 4px;
}
h6.warroom_readmore  a:hover {
	color: #efefef;
	text-decoration: none;	
}
body.body_home .breadcrumb {
	display: none;
}
.warroom_teaser {
	display: none;
}


img.dropshadow {
	border: 1px solid #666;
}

#block-nsn-home_featured h2.title {
	display: none;
}	

.featured_issue_image {
}
.featured_issue h6 {
	color: #9e0b0f;
	text-align: right;
	margin: 0;
	font-size: 1em;
	text-transform: uppercase;
}
.featured_issue h2 {
	text-align: right;
}

#left_blocks {
	position: absolute;
	bottom: 0;
	left: 0;
}

#block-block-1 {
	width: 430px;
	height: 47px;
	padding: 16px 0 0 20px;
	color: white;
	margin: 0;
	background: url('images/nsn_background_newsletter.gif') no-repeat top right;
}
#block-block-1 h3 {
	font-size: 2em;
	font-family: "Impact", "Arial Black", "Arial", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	color: white;
	float: left;
	margin: 0 8px 0 0;
}
#block-block-1 form {
	padding-top: 3px;
}
#block-block-1 .form-text {
	width: 132px;
}
#block-block-1 .form-submit {
	background: white;
	color: #012f60;
	border: 1px solid #999;
	font-size: 0.9em;
	overflow: visible;
}
.home_arsenal_logo {
	border: 1px solid #333366;
}
.home_arsenal_list {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 1em 0 1em 0;
}
.home_arsenal_list li {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 1em 0 1em 0;
}
.home_arsenal_date {
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
}




.block-submenu_blocks ul, .block-submenu_blocks ul.menu, #block-block-3 ul {
	list-style-image: none;
	list-style-type: none;
	margin: 1em 0 1em 0;
	padding: 0;
	font-size: 1.25em;
}
.block-submenu_blocks ul li, .block-submenu_blocks ul li.leaf, .block-submenu_blocks ul li.expanded, .block-submenu_blocks ul li.collapsed, #block-block-3 ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0 15px 0 15px;
	padding: 8px;
	background: #f9f9f9 url('images/nsn_gradient_top.gif') repeat-x top left;
}
.block-submenu_blocks ul li a, #block-block-3 ul li a {
	display: block;
	background: transparent url('images/nsn_bullet_blue.gif') no-repeat top left;
	padding: 2px 0 4px 22px;
}
.block-submenu_blocks ul li a:hover, #block-block-3 ul li a:hover {
	text-decoration: none;
	color: #ccc;
}
* html .block-submenu_blocks ul li a, * html #block-block-3 ul li a {
	height: 1%;
}




.dropshadow_wrap1, .dropshadow_wrap2, .dropshadow_wrap3 {
	display:inline-table;
	/* \*/display:block;/**/
}
.dropshadow_wrap1 {
	float: left;
	background: url('images/shadow.gif') right bottom no-repeat;
	margin: 0 10px 2px 0;
}
.dropshadow_right_wrap1 {
	float: right;
	background: url('images/shadow.gif') right bottom no-repeat;
	margin: 0 0 2px 12px;
}
.dropshadow_wrap2, .dropshadow_right_wrap2 {
	background: url('images/corner_bl.gif') left bottom no-repeat;
}
.dropshadow_wrap3, .dropshadow_right_wrap3 {
	padding: 0 8px 8px 0;
	background: url('images/corner_tr.gif') right top no-repeat;
}
.dropshadow_wrap3 img, .dropshadow_right_wrap3 img {
	display: block;
	border: 1px solid #999;
}


#header {
	height: 112px;
	width: 900px;
	margin: 0;
	padding: 0;
	position: relative;
}
#header_rotate img {
	display: block;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 10;
}

#header_rotate_overlay {
	position: absolute;
	z-index: 900;
	behavior: url('/sites/all/themes/nsnetwork/iepngfix.htc');
}



/*

#slideshow {
        width: 549px;
	position: relative !important;
	padding-top: 4px;
	height: 236px;
        z-index: 1 !important;
}

#slideshow img {
        z-index: 1 !important;
	position: absolute !important;
	top: 0;
	left: 0;
	display: block !important;
}

#slideshow_buttons img {
        margin: 1px 2px;
}
#slideshow_buttons {
        text-align: right;
        background: #999;
        border-top: 1px solid #333;
        margin: 0;
        padding: 5px;
        display: block;
}

*/


.breadcrumb {
	font-size: 0.9em;
	background: #f0f0f0;
	padding: 6px;
	margin: 1em 0 0 0;
}

#message, .messages {
	border: 1px solid #ccc;
	background: #efefef;
	padding: 6px;
	margin: 1em 0 1em 0;
}

.node-form .standard, .profile, .node {
	clear: none !important;
}

.block-tagadelic .more-link {
	display: none;
}

#printer_friendly {
	cursor: pointer;
}
#site_title {
	display: none;
}




#search {
	padding: 7px 9px 0 0;
	float: right;
}
#search .form-text {
	width: 120px;
}
#search .form-submit {
	background: white;
	color: #012f60;
	border: 1px solid #999;
	font-size: 0.9em;
	overflow: visible;
}
