@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 */

/* SITE NAME AND MASTHEAD IMAGES */
#masthead {
	background: #666666 url(../img/slice.gif) repeat-x left center; /*changes background color and image of header*/
	color: #000; /*changes font color of header*/
	} 
div#masthead h1 {
	background: url(../img/icon.gif) no-repeat right top; /*changes 3-image masthead*/
	} 

/* TOP NAV */
#dropdown {
	margin: 0 auto;
	background-color: #CCCCCC; /* changes background color of navbar */
	font-family: Arial, Helvetica, sans-serif; 
	border-bottom: 4px solid #000000; /*This is the color of the bottom border */
	padding: 5px 0 1px 1em;
	}

#dropdown li.selected {
	background-color: #9dceea; /*changes background color of navbar when the selection is unclickable */
	padding: 2px 10px;  
	color: #000;  /*color of text in the top nav when the selection is unclickable */
	border: 1px solid #000; 
	border-bottom: 2px solid;	
	border-color: #000 #000 #9dceea #000; /* third color should match background-color */
	text-decoration: none;
	} 

ul.rMenu li a {
	background-color: #ffe6c5;/* changes background color of menu items */
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #666666; /*color should be same as navbar background*/
	border-left: 1px solid #000;
	padding: 2px 10px 3px;
	} 
	
ul.rMenu-ver {
	border-top: solid 1px #fff;
	}
	
ul.rMenu li a:link, ul.rMenu li a:hover, ul.rMenu li a:visited, ul.rMenu li a:active {
	color: #000; /* changes text color for nav bar */
	text-decoration: none; 
	}
	
ul.rMenu li:hover, ul.rMenu li.sfhover, ul.rMenu li.sfhover a:active, ul.rMenu li:hover a:active, ul.rMenu li a:hover {
	background-color: #4b809e; /* changes background color for nav bar during hover and active modes */
	color: #fff; /* changes text color for nav bar during hover and active modes */
	}
	
ul.rMenu li a:hover {
	border-bottom: 1px solid #4b809e; /*this needs to be the same as the hover background color */
	}

#dropmenudiv {
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height:18px;
	z-index:100;}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	background-color: #ffe6c5; /*this needs to be the same as the background color */
	color: #000; /*this needs to be the same as the text color */
	}

#dropmenudiv a:hover{ 
	background-color: #4b809e; /*this needs to be the same as the hover background color */
	color:#fff; /*this needs to be the same as the hover text color */
	}

/* LEFT COLUMN & RIGHT COLUMN */
.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/on.gif) no-repeat 0.5em center; /* changes the outline image */
	font-size: 90%;
	line-height: 1.4;
	}

.navcontainer ul li a {
	text-decoration: none;
	color: #00F;
	}

.navcontainer ul li.selected  {
	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 .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;
	}
	
#left-column .inside h3 { 
	padding: 0 ; 
	margin: 0 ; 
	font-size: 125%;
}

#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%;
}

/* MIDDLE COLUMN */
#middle-column li {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	}

.hi-lite {
	border:2px solid #4b809e;  /*changes color of index box border */
	padding:10px;
	margin: 20px 10px;
	line-height:130%;
	font-size:90%;
	}

h3.hi-litehead {
	display:inline;
	position:relative;
	top:-18px;
	background-color:#fff;
	padding: 0 4px;
	margin: 5px;
	font-weight:bold;
	text-align: center;
	color: #4b809e; /*changes text color of index box title */
	font-size: 150%;
	}

/*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;}
#middle-column {min-height:0px;}
h6 {margin: 5px 0px 5px 0px;}
