@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
{
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */
	/* background: #bc441f url(../img/slice.gif) repeat-x left center; color: #FFF; <-ORIGINAL */
	background: #832631 url(../img/slice.gif) repeat-x left center; color: #FFF; /* (Red) */
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */ 
	/*background color should be the same as the slice background color 
	- default is econ orange, default images are the econ images */
	/* Font color can be black if masthead is a light color */
}

div#masthead h1 /* Displays the 3 image masthead */
{
	height:80px;
	background: url(../img/icon.jpg) no-repeat right top;
} 

/* Top Nav - regular and dropdown */
#dropdown 
{
	margin: 0 auto;
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */
	/* background-color: #5a6775; <- ORIGINAL */
	/* background-color: #043465; (Blue) */
	background-color: #EEE; /* Background color for tabs (Light Gray) */
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	font-family: Arial, Helvetica, sans-serif;
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */
	/* border-bottom: 4px solid #bea043; This is the color of the bottom border <- ORIGINAL */
	border-bottom: 4px solid #832631; /* This is the color of the bottom border (Red) */
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	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 
{
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */
	/* background-color: #bea043; This is the color of the bottom border <- ORIGINAL */
	background-color: #832631; /* This is the color of the menu background for an inactive link (Red) */
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	padding: 2px 10px; 
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */ 
	/* color: #333;  Color of text in the top nav when the selection is unclickable <- ORIGINAL */
	color: #fff;  /* Color of text in the top nav when the selection is unclickable */
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	border: 1px solid #fff; 
	border-bottom: 2px solid;
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */ 
	/* border-color: #D8C58B #D8C58B #bea043 #D8C58B; <- ORIGINAL */
	border-color: #7B8999 #7B8999 #832631 #7B8999;
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	text-decoration: none;
} 

ul.rMenu li a
{
	color: #fff;	/* Color of text in top nav */
	border-top: 1px solid #7B8999;  /* Several shades lighter than the background */
	border-right: 1px solid #7B8999; /* Several shades lighter than the background */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */ 
	/* border-bottom: 1px solid #5a6775; Same color as menu background <- ORIGINAL */
	border-bottom: 1px solid #043465; /* Same color as menu background (Blue) */
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	border-left: 1px solid #7B8999; /* several shades lighter than the background */
}

ul.rMenu-ver {	
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */ 
	/* border-top: solid 1px #5a6775; <- ORIGINAL */	
	border-top: solid 1px #832631; /* (Red) */
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
}

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:focus,
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,
ul.rMenu li:focus a:active
{
	color: #fff;
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */
	/* background-color: #9d443c; Active hover color - is different than the selected link, grayed out color <- ORIGINAL */
	background-color: #832631;  /* Active hover color - is different than the selected link, grayed out color (Red) */
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
}

ul.rMenu li
{
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */
	/* background-color: #5a6775; Default background color of menu items <- ORIGINAL */
	background-color: #043465; /* Default background color of menu items (Blue) */
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */	
}

ul.rMenu li:hover,
ul.rMenu li:focus,
ul.rMenu li.sfhover
{
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */
	/* background-color: #9d443c; Background color for parent menu items. <- ORIGINAL */
	background-color: #832631;	/* Background color for parent menu items. (Red) */
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */	
}

ul.rMenu li a:hover,
ul.rMenu li a:focus
{
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */
	/* background-color: #9d443c; Background color or top nav tab on hover <- ORIGINAL */
	background-color: #832631; /* Background color or top nav tab on hover (Red) */
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */	
	color: #fff;  /*color of font on hover */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */
	/* border-bottom: 1px solid #9d443c; This needs to be the same as the hover background color <- ORIGINAL */
	border-bottom: 1px solid #832631; /* This needs to be the same as the hover background color (Red) */
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */	
}

/* 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(../img/dot_hover.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  /* 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:hover, .navcontainer ul li a:hover,
.navcontainer ul li:focus, .navcontainer ul li a:focus
{
	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;
}

/* Decorative Boxes */
.hi-lite {
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */
	/* border:1px solid #f48624; <- ORIGINAL */
	border:1px solid #043465; /* Border for boxes (Blue) */
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	padding:5px;
	margin:5px;
	line-height:130%;
}

/* Decorative Boxes */
h3.hi-litehead 
{
	display:inline;
	position:relative;
    top:-14px;
	background-color:#fff;
	padding: 0 4px;
	margin: 5px;
	font-weight:bold;
	text-align: center;
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----GOVS CHANGE START----- */
	/* color: #5a6775; <- ORIGINAL */
	color: #043465; /* (Blue) */
	/* ----GOVS CHANGE END----- */
	/* ----------------------------------------------------------------------------------------------------- */
	/* ----------------------------------------------------------------------------------------------------- */
	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 */

/* ----------------------------------------------------------------------------------------------------- */
/* ----GOVS ADDITIONS - START---- */

/* List styles --------------------------------------------------------- */
.def_list_style 
{
     margin: 10px;
     padding: 10px;
}

.def_list_style li 
{
     padding: 5px;
}

.multi_column
{
     margin: 0; 
	 padding: 0; 
	 float:left;  
	 width: 50%
}

/* Div styles ---------------------------------------------------------- */
.letter_style 
{
     padding-left: 5px;
     font-size:150%
}

/* Table styles -------------------------------------------------------- */
.data 
{
	width: 60%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 2px 3px;
	margin: 0 auto;
}

td.even 
{
	background: #eee;
}

/* 'What's New' styles -------------------------------------------------- */
.whatsnew
{
	color:#ffffff; 
	background-color:#043465; 
	height:20px; 
	padding-top:5px; 
	font-weight:bold
}

/* Main 'Contact Us' styles -------------------------------------------------- */
.contactus
{
	text-align:left; 
	width:33%
}
/* ----GOVS ADDITIONS - END----- */
/* ----------------------------------------------------------------------------------------------------- */