﻿/* 	This is the base template used throughout the NCS site.  This template implements the required look and feel, based upon a set of known html blocks (divs/tables/spans nested and labeled correctly to support this stylesheet) */
/* 	This style does not complete the NCS site look and feel on its own.  At this time, it also requires the following:
		./ncs_leftnav.css
		./ncs_menu.css
	Standard style overrides (for browser fixes and the printer style) can be found in the following subdirectory:
		./overrides/
*/
body {
margin: 0; 
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
/* NN-781 from this point below: */
background-color: #E5A927;
/* NN-1061 from this point below: */
background-color: #F1F6FA;
}

/* Default link styles go here */
a:visited {
}
a:active {
}
a:link {
}
a:hover {
color: #CC33CC;
}

/*** to override SharePoint's style's of NOT underlining links inside content editor webparts....****/
.ms-WPBody {
	font-size: 1em;
}

.ms-WPBody TD{
	font-size: 1em;
}

.ms-WPBody a:visited {
text-decoration:underline;
}

.ms-WPBody a:active {
text-decoration:underline;
}

.ms-WPBody a:link {
text-decoration:underline;
}

/* Also the default link style, should match the above. Named to override nested custom styles (and sharepoint default styles) */
.ncs_link a:visited {
margin: 0 0 5px 0;
color: #0000ff;
text-decoration:underline;
}

.ncs_link a:active {
margin: 0 0 5px 0;
color: #0000ff;
text-decoration:underline;
}

.ncs_link a:link {
margin: 0 0 5px 0;
color: #0000ff;
text-decoration:underline;
}

.ncs_link a:hover {
color: #CC33CC;
}

/* NN-781 */
/* this centers the site */
.ncs_wrapper {
width: 1050px;
margin-right: auto; 
margin-left: auto;  
	
}


/* NN-781 */
/*
#ncs {
margin: 0;
padding: 0;
float: left;
width: 973px;
}
*/

#ncs {
width: 973px;
margin: 0px 0px 0px 0px; /* need this so we can see the left border */
float:left ; /* we need this, otherwise in MOZ the black border ends at the bottom of the banner, however, this breaks the centering */
border-right: 2px solid #000000;
border-left: 2px solid #000000;
border-bottom: 2px solid #000000;
}


/* NN-781 */
.ncs_borderL {
background-repeat: repeat-y;
margin:0;
padding:0;
background:transparent url("/images/ncs_2008/NCS-national-gradient-leftside.jpg");
width:24px;
}

/* NN-781 */
.ncs_borderR {
background-repeat: repeat-y;
margin:0;
padding:0;
background:transparent url("/images/ncs_2008/NCS-national-gradient-rightside.jpg");
width:24px;
}


.ncs_content {
margin: 0;
padding: 0;
float: left;
width: 100%;
background: url("/images/ncs_2008/ncs_content_bg.gif");
background-repeat: repeat-x;
/* NN-781 */
background-color: #ffffff;
}
.ncs_spotlight {
margin: 0px 0 0 11px;
padding: 0;
float: left;
width: 251px;
font-size: 110%;
background: url("/images/ncs_2008/ncs_spotlight_bg.jpg");
background-repeat: no-repeat;
}
.ncs_spotlight_content {
margin: 20px 0 0 20px;
padding: 0;
float: left;
width: 209px;
font-size: 60%;
}
.ncs_spotlight_content p {
margin: 10px 0 0 0;
}
.ncs_spotlight_content h1 {
margin: 0;
padding: 0;
color: #e75800;
font-size: 160%;
font-weight: bold;
font-family: Arial;
}
.ncs_spotlight_content h2 {
margin: 0;
padding: 15px 0 10px 0;
color: #e75800;
font-size: 140%;
font-weight: bold;
font-family: Arial;
}
.ncs_spotlight_content ul li {
margin: 0;
padding: 0 0 10px 0;
list-style: none;
}
.ncs_spotlight_content ul {
margin: 0;
padding: 0 0 10px 0;
list-style: none;
}
.ncs_stage {
margin: 0px 0 0 15px;
padding: 0;
float: left;
width: 670px;
background: url("/images/ncs_2008/ncs_spotlight_bg.jpg");
background-repeat: no-repeat;
}

.ncs_stage_top {
margin: 10px 0 0 20px;
padding: 0;
float: left;
width: 628px;
/*
NN-781
height: 45px; 
border-bottom: #fedb92 solid 1px;
*/
font-size: 55%;
background: url("/images/ncs_2008/ncs_stage_top_bg.gif");
background-repeat: repeat-x;
}
.ncs_stage_top_date {
margin: 10px 0 0 10px;
padding: 0;
float: left;
text-align: left;
}
.ncs_stage_top_access_content {
margin: 10px 0 0 10px;
padding: 0;
float: left;
text-align: left;
display: none;
}
.ncs_stage_top_print {
margin: 14px 0 0 0;
padding: 0;
float: left;
text-align: left;
}
.ncs_stage_top_search {
margin: 13px 0 0 0;
padding: 0 3px 0 0;
float: right;
text-align: right;
}
.ncs_stage_top_search input {
font-size: 120%;
}
.ncs_stage_content {
	margin: 30px 0 0 0;
	padding: 0 0 0 20px;
	float: left;
	width: 600px;
	font-size: 120%;
}

/* JEM edited margin for NN-1631 was 0 0 0 -5 */
.ncs_stage_content h1 {
margin: 0 0 0 0px;
padding: 0;
color: #e75800;
font-size: 160%;
font-weight: bold;
font-family: Arial;
}

/* JEM added for NFR-84 */
.ncs_stage_content h2 {
	margin:					8px 0px;
	padding:				0;
	color:					#5F2782;
	font-size:				140%;
	font-weight:			bold;
	font-family:			Arial;
}
.ncs_stage_content h3 {
	margin:					8px 0px;
	padding:				0;
	color:					#000000;
	font-size:				120%;
	font-weight:			bold;
	font-family:			Arial;
}
.ncs_stage_content h4 {
	margin:					8px 0px;
	padding:				0;
	color:					#545454;
	font-size:				110%;
	font-weight:			bold;
	font-family:			Arial;
}

h2.home {
	margin:					0px 0px 8px;
	padding:				0;
	color:					#E75800;
	font-size:				140%;
	font-weight:			bold;
	font-family:			Arial;
}
h3.home {
	margin:					0px 0px 8px;
	padding:				0;
	color:					#000000;
	font-size:				120%;
	font-weight:			bold;
	font-family:			Arial;
}
/* end JEM add */

.ncs_stage_content hr {
margin: 3px 0 12px 0;
padding: 0;
border: 0;
height: 0;
border-top: 1px solid #f9d4b6;
}
.ncs_stage_content p {
margin: 0 0 10px 0;
padding: 0;
}
.ncs_content_end {
margin: 0;
padding: 0;
float: left;
width: 22px;
background: url("/images/ncs_2008/ncs_spotlight_end.gif");
background-repeat: no-repeat;
}

/* NN-781 */
/*
.ncs_footer {
margin: 10px 0 0 0;
padding: 0 0 50px 0;
float: left;
width: 600px;
text-align: center;
}
*/
/* NN-781 */
.ncs_footer {
font-size:55%;
text-align: center;
background-color:#fff;
width: 732px; /* 732 = 973 (#ncs) - 241 (the width of the ncs_navigation) */
margin: 0 0 0 0;
padding: 0 0 20px 241px; /* corresponding to the width of the left nav */
}

.ncs_footer_printed_date {
/* NN-781 */
/*
margin: 10px 0 0 0;
padding: 0 0 20px 0;
float: left;
width: 600px;
text-align: center;
font-size: 160%; 
*/
display:none;
margin: 0;
padding: 0;
font-size:80%;
width: 100%;
float: left;
background-color:#fff;
}


.ncs_footer p {
margin: 0 0 5px 0;
padding: 0;
}
.hidden {
display: none;
visibility: hidden;
}

.PlaceHolderTitleBreadcrumb {
	display: none;
}
.ncs_header {
	margin: 0;
	padding: 0;
}



.fundingTable {
font-size: 8pt;
text-align:center;
}
.columnHeading {
 color: #FFFFFF;
 background-color: #ff9933;
 font-size: 8pt;
 font-weight: bold;
 text-align:center;
}
.columnSubHeading {
 font-size: 7pt;
 font-weight:bold;
 background-color:#f9e3bb;
 text-align:center;
}


.table1 {
margin: 0;
padding: 0;	
border: 1px solid #000;
}
.table1title {
padding: 10px;
color: #00339f;
}
.table1 td{
margin: 0;
padding: 5px;	
border: 1px solid #000;
}
.table1 th{
color: #FFF;
background: #000;
}

.skip {					
	font-size: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
	position: absolute;
	z-index: -1;	
}

.skip a {
	color: white;
}

/* The toolbar is the small row under the top navigation.  It will initially hold the font size adjustment buttons. */
.ncs_toolbar {
	float: left;
	color: #ed5d06;
	font-size: .80em;
	font-weight: bold;
	width: 96%;
	margin: 3px 0 3px 0;
	clear: both;
}

/* BSR override the group header to allow font sizes in dynamic pages to change on the fly */
.ncs_group_header {
	text-align: left;
	margin-bottom: 5px;
	clear: both;
	font-weight: bold;
}

/* New NCSTable definition added 6/4/2010 */
.ncstable
{
	border: 1px solid #000;
	border-collapse: collapse;
	color: #000;
}
.ncstable th {
	border: 1px solid #000;
	text-align:center;
	background-color: #CCC;
	vertical-align: middle;
	padding: 4px;
}
.ncstable td { 
	border: 1px solid #000; 
	padding: 4px;
	vertical-align: top; 
}

/* new definition added 11/5/2010 for spanish site */
.navigation-ncs_lang, a.navigation-ncs_lang:link, a.navigation-ncs_lang:visited, a.navigation-ncs_lang:active {
	font-weight:normal;
	color: #800080;
	font-size: 100%;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:underline;
}
span.navigation-ncs_lang {
	text-decoration:none;
}
.ncs_toolbar {
	width:96%;
}

/* JEM added for NN-1378 */
ul ul ul ul {
	list-style-image:			url("/images/ncs_sc_2008/menu-right.gif");
}
/* end JEM add */

