@charset "UTF-8";
@import "/main/css/format.css";

/************************************************************
 * EXTERNAL STYLESHEETS */
/* CSS Document Created for: www.census.gov web sites */
/* Original styles author: carollynn hammersmith, WSC/SSD*/
/* creation: 1 Oct. 2008*/
/* Updated: 4 February 2009 */

/* CSS FORMAT: CSS is laid out as html appears in the page, top to bottom, left to right */

/*Page Layout Styles --------------------------------------------------------------*/

/* Site Name & Masthead images */

#masthead
{
	background: #8E9EC2 url(/econ/indicators/img/slice.gif) repeat-x left center;
		color: #FFF; 
	/*8E9EC2= med. blue, slice color - fff=white. background color should be the same as the slice background color 
	/* Font color can be black if masthead is a light color */
}


div#masthead h1 /* Displays the 3 image masthead */
{
	height:80px;
	background: url(/econ/indicators/img/icon.jpg) no-repeat right top;
} 


/* top Nav - regular and dropdown */
#dropdown {
	margin: 0 auto;
	background-color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 4px solid #cdd5e6; /*495a8e = dk.blue - cdd5e6 = lt. blue. This is the color of the bottom border */
	padding: 5px 0 1px 1em;
}

/* top level Nav category that is selected is "grayed" out and unclickable, indicating what category the visitor is in. */
#dropdown li.selected {
background-color: #99cc99;  /*99cc99 lt. green, 495a83 dk. blue. This is the color of the bottom border*/
	padding: 2px 10px;  
	color: #000;   /*dk. grey. color of text in the top nav when the selection is unclickable*/
border: 1px solid #fff;  	
border-bottom: 2px solid;
border-color: #495a83 #495a83 #99cc99 #495a83;  /*dk. blue, dk. blue, lt. green, dk. blue */ 
text-decoration: none;} 

ul.rMenu li a
{color: #fff;	/* color of text in top nav */
	border-top: 1px solid #495a83;  /*dk.blue. non selected tab border */
	border-right: 1px solid #495a83;   /*dk. blue. non selected tab border */
	border-bottom: 1px solid #495a83;  /*dk. blue. same color as menu background non selected tab border */
	border-left: 1px solid #495a83;   /*dk. blue. non selected tab border */

}
ul.rMenu-ver {	border-top: solid 1px #495a83; } 

ul.rMenu li a
{
	padding: 2px 10px 3px;	/* 2px top, 3px bottom always seems to
							   provide the most visually balanced 
							   padding */
}
ul.rMenu li a:link,
ul.rMenu li a:hover,
ul.rMenu li a:visited,
ul.rMenu li a:active
{color: #fff;
	text-decoration: none;
}
ul.rMenu li.sfhover a:active,
ul.rMenu li:hover a:active
{
	color: #000;
	background-color: #99cc99;  /*99cc99=lt. green. active hover color - is different than the selected link, grayed out color */
}
ul.rMenu li
{
	background-color: #495a83;	/* dk. blue. default background color of menu items */
}
ul.rMenu li:hover,
ul.rMenu li.sfhover
{
	background-color: #99cc99;  /*99cc99=lt. green. background color for parent menu items. */
}
ul.rMenu li a:hover
{
	background-color: #cdd5e6;	/* cdd5e6=lt. blue. background color or top nav tab on hover */
	color: #000;  /*white. color of font on hover */
	border-bottom: 1px solid #cdd5e6;	/* cdd5e6=lt. blue. this needs to be the same as the hover background color */
}


/* Left -Column Styles-----------------------------------  */

.navcontainer ul
{
list-style-type: none;
padding: 0;
margin: 0;
width: 175px;
border: 1px solid #ccc;
border-width: 0 1px 1px 1px;
}

.navcontainer li
{
	padding: 3px 5px 2px 1.5em;
	border-top: 1px solid #ccc;
	background: url(/econ/indicators/img/on.gif) no-repeat 0.5em center;
	font-size: 90%;
	line-height: 1.4;
}

.navcontainer ul li a
{
	text-decoration: none;
	color: #00F;
}

.navcontainer ul li.selected  /*dbdbdb=lt. lt. grey. 333=dk. grey. This style grays out the selected link in the left nav */
{
	padding: 3px 0 2px 1.5em;
	text-decoration: none;
	color: #333;
	font-size: 90%;
	background-color: #DBDBDB;
}

.navcontainer ul li a:visited
{
	color: #909;
	text-decoration: underline;
}

.navcontainer ul li a:hover
{
	color: #900;
	text-decoration: underline;
}


/* Left-column and right-column styles --------------------------------------------*/
	
#left-column .hi-lite, #right-column .hi-lite{
	border:1px solid #ccc;
	padding:1em;
	margin: 10px 5px;
	line-height:130%;
	font-size:85%;
}

.hi-lite form, .hi-lite p    {margin-top:0;}
/* Middle column Content ------------------------------------------------------*/

#middle-column li {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

/* a864ab=dk. magenta. Decorative Boxes */

.hi-lite {
	border:2px solid #a864ab;
	padding:5px;
	margin:5px;
	line-height:130%;
}

/* a864ab=dk. magenta. Decorative Boxes */
h3.hi-litehead {
	display:inline;
	background-color:#fff;
	position:relative;
	top:-14px;
	padding: 0 4px;
	margin: 5px;
	font-weight:bold;
	text-align: center;
	color: #a864ab;
	font-size: 150%;

}

/* right column styles --------------------------------------------------------*/

#right-column .inside h3 { 
/************IMPORTANT***********/
/*DON'T change ANY of this style's values, Affects how IE 6 displays content.*/
padding: 0 ; 
margin: 0 ; 
font-size: 125%;}


/*Specialty styles -  if you have lots of pdf's you should use these styles in the footer section of the page */

.pdf {border-top: 1px solid #999; margin: 0 auto; padding: 0 10px; font-size: 80%; text-align: left;}

.pdf span {border: none;}

/* Custom CSS styles */
/* This is where site owners can add new css for their sites */
/* Table styles -------------------------------------------------------- */
.data 
{
	width: 60%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 2px 3px;
	margin: 0 auto;
}

td.even 
{
	background: #eee;
}
td.indent
{
	padding-left: 30px;	
}
.subhead {
        border-bottom: 1px solid #225e36;
        font-size: 120%;
}

.nostyle ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 175px;
        border: 0;
        border-width: 0 0 0 0;
}

.nostyle li {
        border-top: 0;
        background: url(../img/dot_hover.gif) no-repeat 0.5em top;
        background-position: 5px 5px;
        padding-top: 0
}

.tableview {
        border: thin solid #ccc;
        
}

.tableview td {
        padding: 3px 5px 2px 1.5em;
        border-right: thin solid #ccc;
        border-bottom: thin solid #ccc;
        line-height: 1.4;
}

.tableview2 {
        border: thin solid #ccc;
        
}

.tableview2 th {
        padding: 1px 1px 1px 1px;
        border-right: thin solid #ccc;
        border-bottom: thin solid #ccc;
        line-height: 1.4;
}

.tableview2 td {
        padding: 1px 1px 1px 1px;
        border-right: thin solid #ccc;
        border-bottom: thin solid #ccc;
        line-height: 1.4;
        text-align: center;
        font-size: 75%;
}

/* 'Tabs' styles -------------------------------------------------- */
#naicstabs ul {
                list-style: none;
                padding: 0;
                margin: 0;
    }

        #naicstabs li {
                float: left;
                border: 1px solid #495a83;
                border-bottom-width: 0;
                margin: 0 0.5em 0 0;
                text-align: center;
                background-color: #BBDDDD;
    }

        #naicstabs a {
                text-decoration: none;
                display: block;
                padding: 0.24em 1em;
                padding-bottom: 14px;
                padding-top: 2px;
                margin-bottom: -4px;
                color: #000000;
                font-weight: bold;
    }

        #naicstabs a:hover {
                background: #495a83;;
                color: #ffffff;
        }

        #naicstabs li:hover {
                background: #BDDLCC;
        }


        #naicstabs #selected a {
                position: relative;
                top: 1px;
                color: #FFFFFF;
                padding-bottom: 14px;
                padding-top: 2px;
                margin-bottom: -4px;
                /* font-weight: bold; */
                background-color: #495a83;
        }

        #naicstabcontent {
                border: 1px solid #FFFFFF;
                /* border-top: 4px solid #000000; */
                clear: both;
                padding: 0 0.5em;
                /* height: 425px; */
                /* overflow: auto; */
        }

        #naicstabs #selected {
                border-color: #000000;
                background-color: #495a83;
                position: relative;
                /* font-size: 110%; */
        }