@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 */
#page-container {
        background: #fff;
        margin: 0 ;                                             /* horizontal margins */
        min-width: 1000px !important;
}

#masthead h1 {
        background: none !important;
        position: relative;
        color: #1c265e !important;
        font-family: Helvetica, Arial, sans-serif;
    padding: 0;
        *font-size: 180%;
}

#breadcrumbs {
        margin-top: .75em;
        *margin-top: .5em;
        margin-bottom: 0;
        display: block;
        left: 1px;
        font-size: 10px;
    padding: .5em 0 .5em 2em;
        line-height: auto;
        border-top: 1px solid #000;
        background-color: #D7D7D7;
}

#breadcrumbs #dropdown {
        margin: 0 0 0 -1em !important;
}

#breadcrumbs div#trail {
        margin-top: 4px;
        margin-left: 8px;
        position: relative;
}

/* 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 #5a6775 or your custom color per usability test March 2009*/
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 4px solid #762989; /*#175F39*/; /*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: #762989; /*#175F39*/;  	 /*This is the color of the bottom border */
	padding: 2px 10px;  
	color: #FDFDFD;  /*color of text in the top nav when the selection is unclickable */
	border: 1px solid #fff; 	
	border-bottom: 2px solid #762989; /*#175F39*/;
	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 #5a6775; /*same color as menu background */
	border-left: 1px solid #7B8999; /*several shades lighter than the background */
}

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

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: #000;
	background-color: #9499CD; /* active hover color - is different than the selected link, grayed out color */
}

ul.rMenu li {
	background-color: #5a6775;	/* default background color of menu items */
}

ul.rMenu li:hover,
ul.rMenu li:focus,
ul.rMenu li.sfhover {
	background-color: #9d443c;	/* background color for parent menu items. */
}

ul.rMenu li a:hover,
ul.rMenu li a:focus {
	background-color: #9499CD; /*#7EA879;*/ /* background color or top nav tab on hover */
	color: #000;  /*color of font on hover */
	border-bottom: 1px solid #9499CD; /*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(/newsroom/img/dot.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, .navcontainer ul li:hover.selected  /*This style grays out the selected link in the left nav */
{
	text-decoration: none;
	color: #333;
	background-color: #CBDFB5;
}

.navcontainer ul li a:visited {
	color: #909;
}

.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 */

#left-column .hi-lite {
	border: 1px solid #762989;
	padding: 10px;
	margin: 20px 10px;
	line-height: 90%;
}

/* Decorative Boxes */
#left-column .hi-lite h3.hi-litehead {
	display:inline;
	position:relative;
	top: -18px;
	background-color:#fff;
	padding: 0 4px;
	margin: 10px 5px;
	font-weight:bold;
	text-align: center;
	color: #762989;
	font-size: 150%;
}

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

#left-column .inside h3, #right-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 */
h2.index {
    color: #036;
    font-size: 140%;
    line-height: 140%;
    margin: 0 0 20px 0;
    padding: 5px;
    text-align: center;
    border-bottom: 1px dotted #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Style for Main index page */

#Index_Left_Content h6, #Index_Middle_Content h6, #Index_Right_Content h6 {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
    font-size: 100%;
    margin: 1px 0;
}

ul.news, ul.data, ul.broadcast {
    list-style: none outside;
    padding: 0;
    margin: 10px;
}

li.news, li.data, li.broadcast {
    padding: 5px 0;
}

/* Style for Releases index page */

#Releases_Left_Content h6, #Releases_Middle_Content h6 {
    color: #666666;
    text-decoration: none;
    border-bottom: 1px dotted #ccc;
    font-size: 100%;
    margin: 1px 0;
}
/*
#right-column {
    width: 37%;
    text-align: left;
    vertical-align: top;
    padding: 10px;
    background: #E8E9F4;
    font: normal 85%/200% Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    border: 1px solid #999;
}
*/
.righttitle {
    color: #666;
    font-weight: bolder;
    font-size: 87%;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .2em;
}
.righttitlered a {
    color: #F00;
    font-size: 47%;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.xml {
    background: url(/main/img/xml.gif) no-repeat left center;
    text-indent: 40px;
    padding: 0;
    margin: 0;
}


p.navR {
    font: normal 87%/70% Arial, Helvetica, sans-serif;
    color: #000;
}

a, a:link,  a:active, a:visited {text-decoration: none;}
a:hover, a:focus {text-decoration: underline;}

/* Styles for RSS Feed Link */
#menuxml {
    text-align: right;
    float: right;
    background: url(/main/img/xml.gif) no-repeat -5px 22px;
    vertical-align: baseline;
    padding: 0.25em 5em 0 0;
    line-height: 140%;
    margin: 0;
}

#content, #entry {
    padding: 5px 15px;
    margin: 0 50px 10px 0;
}

#content h2, #page h2 {
    color: #003366;
    font-size: 160%;
    margin: 0;
    padding: 5px 0 15px 0;
    line-height: 140%;
}


/* Category + Date Archive Styles */
.yr {
    color: #333;
    font-size: 110%;
    text-align: left;
    font-weight: bold;
    margin: 5px 0;
    border: none;
}

ul.month {
    padding: 0  15px 10px  0;
    margin: 0;
    border: 0 none;
}

li.month {
    list-style-position: outside;
    list-style-type: none;
    padding: 3px 0;
}


/* styles for entries */
#entry h2#forrelease {
	font-size: 130%;
    margin-bottom: 1em;
}

#entry h2#embargodate {
	font-size: 130%;
    margin-bottom: 1em;
    color: #F00;
}

span#embargodate {
    color: #F00;
}

#entry #title {
    font: bold 150% Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000;
	text-decoration: none;
	margin-bottom: 1em;
    width: 75%;
}

#entry #subtitle {
    font: italic bold 130% Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000;
	text-align: left;
    padding: 0;
    margin-top: -1.25em;
	margin-bottom: .75em;
    width: 75%;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.blueredline {
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}

#entry h3 {
	text-align: left;
	font: bold 130%;
}

#entry h4 {
	text-align: left;
	font-size: 110%;
}

#entry h5 {
	text-align: left;
	font-size: 100%;
}

#entry .pr_info {
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	float: right;
	margin: 4em -50px 1em 2em;
	width: 190px;
}

#entry .pr_header {
	height: 24px;
	padding: 5px 5px 0 10px !important;
	font-size: 100% !important;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background: url(/newsroom/img/bkgRightBoxTitleBar.gif) top left repeat-x;
}

#entry .pr_content {
	padding: 10px;
}

#entry .pr_content p {
        margin-top: 4px;
	line-height: 1.4;
	font-size: 90%
}

#entry .pr_links {
	border-top: 1px solid #cdcdcd;
        padding-top: 6px;
	line-height: 1.4;
	font-size: 90%
}

#entry .pr_content ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 85%
}

#entry .pr_content li {
	padding: 2px 0;
	margin: 0;
}

#entry #ShareButton {
	margin: 1em -40px 1em 1em;
	float: right;
}

/* Styles for Media Advisories */
#entry .media_advisory {
	width: 100%;
}

#entry .media_advisory_title {
	width: 190px;	
	margin: 0;
	padding: 15px 0;
	position: relative;
	left: 0;
	font-weight: bold;
	vertical-align: top;
}

#entry .media_advisory_content {
	margin: -30px 0 0 200px;
	vertical-align: top;
}

/* to add space between bullets */
#middle-column #entry ul li.bullet {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}

#X {
	text-align: center;
	padding: 0.75em 0 1.5em 0;
}

#editorNote {
	font-weight: bold;
	font-size: 90%;	
}

#minority_links img.photo {
    border: 6px double #ccc;
    padding: 2px;
}


/* Styles for Contact Page */
#contact {
    width: 100%;
	padding: 0;
	margin: 5px;
    text-align: center;
    font-size: 120%;
}

#contact #left_col {
    float: left;
    width: 30%;
    padding: 20px 5px;
}

#contact #middle_col {
    float: left;
    width: 30%;
    padding: 20px 0;
}

#contact #right_col {
    float: right;
    width: 30%;
    padding: 20px 50px 20px 0;
    white-space: nowrap;
}


/* Styles for Facts for Features */
#ffse {
    padding: 15px 15px 0 15px;
    margin: 15px 50px;
}

#ff_info {
	background-color: #ffffff;
	float: right;
	margin: 10px 50px 10px 10px;
	width: 190px;
}

#ffse h2 {
	color: #000;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
    clear: both;
    margin: 0;
    padding: 25px 0;
}

#ffse h3 {
	text-align: center;
    font-size: 130%;
    padding: 1em;
    margin: 0;
}

#ffse h4 {
    font-size: 120%;
    margin: 0;
    padding: 0;
}

#ffse table {
    padding-bottom: 25px;
    clear: both;
}

#ffse p {
    margin: 0 0 20px 0;
}

#ffcol {
    padding-bottom: 25px;
    clear: both;
}

#ffcol ul li {
    padding: 0;
    margin: 0;
}

#ffse #ff_col_left {
    float: left;
    width: 45%;
    list-style-type: none;
    padding: 0 1em 1em 0;
    margin: 0;
}

#ffse #ff_col_right {
    float: right;
    width: 45%;
    list-style-type: none;
    padding: 0 1em 1em 1em;
    margin: 0;
}

/** Styles for News Conferences **/

h2#conf_title, h2.conf_title {
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    line-height: 1.5;
}


h3#conf_subtitle {
    font-family: "Times New Roman", Times, serif;
    font-size: 140%;
    text-align: center;
}

#conf_text {
    text-align: center;
    border-top: 2px solid #762989;
    padding-top: 2em;
    margin-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

#conf_text ul {
    font-size: 110%;
    font-weight: bold;
}

#conf_text .note {
    font-size: 100%;
    font-weight: normal;
}


/** styles for minority link pages **/
.rightside {
    padding: 0;
    line-height: 140%;
    margin: -100px 0 10px 0;
    width: 30%;
    float: right;
}
.rightside h3 {
    margin: 5px 0;
}

#middle-column .rightside ul, #middle-column .rightside ul li {
    font-size:  110%;
    padding: 0;
    margin:  0 10px;
}

#middle-column h2.h2withphoto {
    margin: 10px 0 0 175px;
}

table.minority th {
	background-color: #5b63b3;
    color: #FFF;
    font-size:  130%;
    vertical-align: middle;
    text-align: center;
    height: 50px;
}

#middle-column table.minority td ul ul li {
    padding: 0;
    margin:  0;
}

table.minority td #colsplit {
    vertical-align: top;
    width: 80%;
}

table.minority td #colsplit ul.leftcolsplit {
    width: 30%;
    float: left;
    margin: 0 0 0 25px;
}

table.minority td #colsplit ul {
    margin: 10px 0;
    padding: 0;
}

table.minority td #colsplit ul.rightcolsplit {
    width: 30%;
    float: right;
}

/* Tipsheet Styles */
#content, #tipsheet {
    padding: 5px 15px;
    margin: 0 50px 10px 50px;
}

#tipsheet h2 {
    text-align: center;
    font: bold 200% "Times New Roman", Times, serif;
    padding: 5px 0 0 0;
    margin: 0;
}

#tipsheet p.sm_header {
    font: normal 95% "Times New Roman", Times, serif;
    text-align: center;
}

#tipsheet h3 {
    text-align: center;
    font-weight: bold;
    font-size: 175%; 
    color: #000;
    margin: 25px 0 0 0;
    padding: 25px 0 0 0;
}

#tipsheet .date {
    font-weight: bold;
    font-size: 95%;
    text-align: center;
}

#tipsheet h4 {
    font-weight: bold;
    font-size: 160%; 
    color: #000;
}

#tipsheet h5 {
    font-weight: bold;
    font-size: 130%; 
    color: #000;
    margin: 0;
    padding: 0;
}

#tipsheet #ts_note {
    text-align: left;
    font-weight: bold;
    border-top: 1px solid #999;
    margin: 25px 0;
    padding: 20px 0 0 0;
}

#tipsheet .left {
	float: left;
	width: 40%;	
	margin: 0;
	padding: 15px 0px;
	border: 0px none;	
	position: relative;
	left: 0px;
    font-weight: bold;
}

#tipsheet .right {
	float: right;
	width: 40%;
	margin: 0;
	padding: 15px 0px;
	border: 0px none;	
    font-weight: bold;
    text-align: right;
}

.green_box {
	background-color: #CCFFCC;
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding: 0 8px 8px 8px;
}

.green_box h4.box_head {
    text-align: center;
}

fieldset {
    margin-bottom: 1em;
}

/* CSS for video display */
#videoplayer {visibility:hidden}
#vidblock{
width:500px;
height:287px;
background:url("http://2010.dev.ssd.census.gov/mediacenter/img/vid-backdrop.png") no-repeat center -30px;
margin: 0 auto;
/*margin-bottom:10px;*/
}
.aligncenter{text-align:center;}
.whitetxt{/*color:#fff !important;*/ text-align: center; margin: 0 auto;}

.skiplink a, .skiplink a:hover, .skiplink a:visited {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skiplink a:active, .skiplink a:focus {
    position: static;
    width: auto;
    height: auto;
}

/************************
 TOOL STYLES
************************/
/* TOOL BAR STYLES */
#toolbar{
   margin-bottom:20px;
   font-size:.8em;
}
/*
/* ADD THIS STYLES */
#addthis{
width:600px;
}
.addthis_default_style a:hover{
color:#273c70 !important;
}
.addthis_separator{
color:#666;
}

#entry .shareable {
	margin: 1em -40px 1em 1em;
	float: right;
}
*/

/*  NEW STYLES to match with CQ5 styles */

body {
    font: normal 9px Arial,sans-serif !important;
    min-width: 960px;
}
#page-container {
    border: 0 none !important;;
}
.grid_content_headerTitles {
    color: #1C6C96 !important;
    width: 960px;
    background-image: url("https://www.census.gov/etc/designs/census/images/details-divider-title.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 0;
    margin-left: 40px;
    margin-top: 10px;
    border: 0 none;
    font-size: 100%;
    padding: 0 0 1em 0;
}
#masthead h1 {
    border: 0 none !important;
    font-size: 150% !important;
    margin: 0 !important;
    padding: 0 !important;
}
#masthead h1 a {
    font-size: 150% !important;
    text-decoration: none;
}
#masthead h1 a:visited {
	color: #4f3a74 !important;
}
#masthead h1 a:hover,
#masthead h1 a:focus {
	color: #0A79A2 !important;
	text-decoration: underline;
}
#source-order-container {	
    margin: 0;
    padding: 0;
}
#outer-column-container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative;
}
.grid_navInnerLandingLinks {
    margin-left: 0;
    margin-right: 0;
}
.wrapper .grid_navInnerLandingLinks ul {
	display: inline-block;
	zoom:1;
	line-height:25px;
	margin: 0;
	border: 0 none;
	outline: medium none;
	padding: 0;
	list-style: square outside none;
    width: 150px;
}
.grid_navInnerLandingLinks ul li {
    width: auto;
    list-style: none inside none;
    margin: 0px;
	width: 136px;
}
.grid_navInnerLandingLinks li {
    border-bottom: thin dotted rgb(207, 207, 207);
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: small;
    list-style-position: outside;
	display: list-item;
	margin: 0px;
	font: 13px/1.5 Arial,Verdana,sans-serif;
}
*+html .wrapper .grid_navInnerLandingLinks ul li{
	line-height:25px;
}
#left-column li a {
	text-decoration: none;
}
#left-column li a,
#left-column li a:hover,
#left-column li a:focus {
	color:#333 !important;
	background-color: #FFF !important;
}
#left-column li a:hover,
#left-column li a:focus {
	text-decoration: underline;
}
#left-column .grid_navInnerLandingLinks li .active {
	font-weight: bold;
	color: #050e3a;
}
#middle-column {
    background-color: #FFFFFF;
    display: inline-block;
    height: auto;
    margin-top: 0;
    border: 0 none;
    font-size: 100%;
    padding: 0;
}
#middle-column .inside {
	width: auto;
    margin: 0;
    padding: 0;
}