@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: 31 March 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: #333 url(/history/img/slice.gif) repeat-x left center;
	color: #FFF; 
	
}

/* Displays the 3 image masthead */
div#masthead h1 {
	background: url(/history/img/icon.jpg) no-repeat right top;} 


/* top Nav - regular and dropdown - NOTE - THESE COLORS ARE THE STANDARD ECON COLORS AND CAN BE CHANGED TO SUIT YOUR SITES NEEDS */
#dropdown {
	margin: 0 auto;
	background-color: #eee; /*changed from #eee or your custom color per usability test March 2009*/
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 4px solid #5b80a8; /*This is the default 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: #5b80a8;  	 /*This is the color of the bottom border #7F275A */
padding: 2px 10px;  
color: #FFF;  /*color of text in the top nav when the selection is unclickable */
border: 1px solid #fff; 	
border-bottom: 2px solid #5b80a8;
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 */
	border-bottom: 1px solid #9F2770; /*same color as menu background */
	border-left: 1px solid #7B8999; /*several shades lighter than the background */

}
ul.rMenu-ver {	border-top: solid 1px #5b80a8;	}

ul.rMenu li a
{
	padding: 2px 10px 3px;	/* Do not change this! */
}
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;
	background: #5b80a8;  /* BF83A6 active hover color - is different than the selected link, grayed out color */
}
ul.rMenu li
{
	background: #db4105;	/* default background color of menu items */
}
ul.rMenu li:hover,
ul.rMenu li:focus,
ul.rMenu li.sfhover
{
	background-color: #5b80a8;	/* background color for parent menu items. */
}
ul.rMenu li a:hover,
ul.rMenu li a:focus {
	background-color: #5b80a8; /* BF83A6 background color or top nav tab on hover */
	color: #fff;  /*color of font on hover */
	border-bottom: 1px solid #5b80a8; /*this needs to be the same as the hover background color */
}

ul.rMenu-hor li.rMenu-expand a {
	background: url(/history/img/down.gif) no-repeat 95% 50%;
}

/* 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(/history/img/on.gif) no-repeat 0.5em center;
	font-size: 90%;
	line-height: 1.4;
}

.navcontainer ul li a {
	display: block;
	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: #d5e4fa; /*EFD1E3;*/
}

.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 {
	border: 2px solid #db4105;
	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;
	color: #466484;
	font-size: 150%;
}

/* right column styles --------------------------------------------------------*/

#left-column .inside h3 { 
/************IMPORTANT***********/
/*DON'T change ANY of this style's values, Affects how IE 6 displays content.*/
padding: 0 ; 
margin: .5em 0 ; 
}

/* Custom CSS styles */
/* This is where site owners can add new css for their sites */

/* ------------- Fastfact styles - created by Carolyn Stewart */

.fastfact {
	border: 2px solid #003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	width: 80%;
	margin: 0 auto;
}

.fastfact th, .fastfactpop th {
	background-color:#D0DEF2; 
	font-size:90%;
        font-weight: bold;
	border: 1px solid #003366;
	padding: 2px 2px 2px 10px;
	text-align: right;
}

.fastfactpop th, .fastfactpop td {text-align:center;}

.fastfact td, .fastfactpop td{
	border: 1px solid #B6CBEB;
	padding:2px 5px;
}

.fastfactpop {
	border: 2px solid #003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	width: 60%;
	margin: 0 auto;
text-align: center;
}

.fastfact caption, .fastfactpop caption {
	font-size: 150%; 
font-weight: bold;
	padding: 2px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

/* Photo Captions - by Carolyn Stewart */
.caption {
	font-style: italic;
	font-size: 75%;
	text-align:center;
}

.rightStyle, .rightOrangeBox {
width:150px; 
padding: 10px; 
margin: 0 0 10px 0;
}
.rightStyle {background-color: #d5e4fa; border: 1px solid #FFB584; }
.rightOrangeBox {background-color:#FFDDC6; border: 1px solid #B3E7FF;}

.rightStyle h3, .rightOrangeBox h3 {
	margin: 0;
	padding:0;
}
.rightStyle p, .rightOrangeBox p  {padding-left: 10px;}

.bord a:link, .bord a:visited {color: #fff; background-color: #db4105;}

#middle-column .inside li {padding: 7px;}

/*FastFacts & Pop Culture Styles */

h3.pop {
	margin: 0 auto;
	padding:0;
	color: #F63;
	font-size: 375%;
	border: 1px solid #ccc;
	border-width: 1px 1px 5px 1px;
	border-color: #ccc #ccc #f63 #ccc;
	width: /*575px*/ 90%;
	letter-spacing: -.07em;
	background-color: #005473;
	text-align: center;
}
#popCulture {
	margin: 0 auto 20px auto;
	width: /*575px*/ 90%;
	font-size: 90%;
	font-family:"Trebuchet MS", "Times New Roman", sans-serif;
	border: 1px solid #ccc;
	margin: 0 auto;
	background-color: #EBEBEB;
}
#popCulture ul {
	padding: .25em;
	margin: 0;
}
#popCulture li {
	margin: 0 0 0 2em;
	padding: 0;
}
#popCulture p {
	text-align:center;
	padding: 0 1em;
	color: #005473;
	font-size: 150%;
	margin: 0;
	font-weight: bold;
}
#popCulture img {
	border:1px solid #182A45;
}
.white {
	color: #fff;
	font-weight: bold;
}
table.fastFacts {
	margin: 2em auto;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 80%;
	width: /*575px*/ 90%;
	font-size: 70%;
	text-align: left;
}
td.facts {
	background-color: #005473;
	padding: 0;
	border-bottom: 3px solid #f63;
}
.fastFacts h4 {
	font-weight:bold;
	text-align: center;
	font-size: 120%;
	color: #fff;
	padding: .25em;
	margin: 0;
}
th.pop {
	border-bottom: 1px solid #ccc;
	padding: .25em;
	width: 49%;
	text-align:left;
}
th.popBlue {
	border-bottom: 1px solid #ccc;
	padding: .25em;
	width: 49%;
	text-align:left;
	background-color: #d5e4fa;
}
td.info {
	width: 15%;
	padding-left: .25em;
	border-bottom: 1px solid #ccc;
}
td.infoBlue {
	width: 15%;
	padding-left: .25em;
	border-bottom: 1px solid #ccc;
	background-color: #d5e4fa;
}
td.divider {
	background-color: #fff;
	width: 1%;
	border: 1px solid #ccc;
	border-color: #fff #ccc;
}
.ranking {
	background-color: #d5e4fa;
	text-align: center;
	color: #000;
	width: 6%;
}
.ranking_pop {
	background-color: #d5e4fa;
	text-align: center;
	color: #000;
	width: 13%;
}
.topten {
	text-align: center;
	padding: .25em;
	width: 6%;
	border-bottom: 1px solid #ccc;
}
.topten_pop {
	text-align: center;
	padding: .25em;
	width: 13%;
	border-bottom: 1px solid #ccc;
}
.other {
	padding: .25em .25em .25em 1em;
}
.mod_php_lightbox_download_selected

{

background-color: #ff3300;

background-image: none;

background-repeat: repeat;

background-attachment: scroll;

background-position: 0% 0%;

}
