/* Color and background specific CSS for news/info (red) */


#headertop {
	background:transparent url('../../_pics/headertoppic.gif') no-repeat top center; 
	}
#ba1 {
	background:transparent url('../../_pics/ba1.gif') no-repeat top center;
	}
#ba2 {
	background:transparent url('../../_pics/ba2.gif') no-repeat top center;
	}
#ba3 {
	height:761px;
	background:transparent url('../_pics/ba3_newsinfo.gif') no-repeat top center;
	}
#dropdown {
	height:812px;
	background:transparent url('../_pics/dropdownpic_newsinfo.jpg') no-repeat top center;
	}

#toplinks {
	background: transparent url('../_pics/toplinksbg_newsinfo.gif') no-repeat top center;
	}
#search{
	background: transparent url('../_pics/search_newsinfo.gif') no-repeat top center;
	}
#bottomlinks {
	background: transparent url('../_pics/bottomlinksbg_newsinfo.gif') no-repeat top center;
	}
#contentcopy p.release {
	color: #b20201; /*red*/
}

#contentcopy p.updated {
	color: #b20201; /*red*/
	}
#contentcopy a:link {
	color: #b20201; /*red*/
	}
#contentcopy a:visited {
	color: #770202; /*dark red*/
	}
#contentcopy a:hover {
	color: #770202; /*dark red*/
	border-bottom: 1px dashed #770202; 
	}

#contentcopy ul.checklist {
	list-style-image: url('../_pics/checkbox.gif');
}
#contentcopy h1 {
	color: #b20201; /*red*/
}
#contentcopy h2 {
	color: #b20201; /*red*/
}	
#infocontainertop {
	height:60px;
	background-image: url('../../_pics/moreinfotop.gif');
	}	
#infocontainermiddle {
	background: url('../../_pics/moreinfomiddle.gif') repeat-y;
	}
#infocontainermiddle a:link {
	color: #b20201; /*red*/
	}
#infocontainermiddle a:visited {
	color: #770202; /*dark red*/
	}
#infocontainermiddle a:hover {
	color: #770202; /*dark red*/
	border-bottom: 1px dashed #770202; 
	}
#infocontainerbottom {
	height:43px;
	background-image: url('../../_pics/moreinfobottom2.gif');
	}
#linkscontainertop {
	background-image: url('../_pics/featuredlinkstop_newsinfo.gif');
	}	
#linkscontainermiddle {
	background: url('../_pics/featuredlinksmiddle_newsinfo.gif') repeat-y;
	}	
#linkscontainermiddle ul li a:link {
	color: #b20201; /*red*/
	}
#linkscontainermiddle ul li a:visited {
	color: #770202; /*dark red*/
	}
.hrule {
	border-bottom: 1px solid #e38e1f;
	}
#linkscontainerbottom {
	background-image: url('../_pics/featuredlinksbottom_newsinfo.gif');
	}
	


/* for use later*/

#youarehere a:link {
	color: #b20201; /*red*/
	}
#youarehere a:visited {
	color: #770202; /*dark red*/
	}
#youarehere a:hover {
	color: #770202; /*dark red*/
	border-bottom: 1px dashed #770202; 
}


table.chart th.primaryheader {
	background:#b20201;
}

table.chart th.secondaryheader {
	background:#f5e6e5;
}




/*Demographics.php special styling for 3-level tables */

table.chart th.secondaryheader1stlevel, table.chart th.secondaryheader2ndlevel, table.chart th.secondaryheader3rdlevel, table.chart th.secondaryheader4thlevel {
	font-family:Georgia, serif;
	border-bottom: 1px solid #999999;
	color:#000000;
	font-style: normal;
	text-align:left;
	vertical-align:middle;
}

table.chart th.secondaryheader1stlevel {
	background:#ef9c9c;
	padding: 15px 10px;
}

table.chart th.secondaryheader2ndlevel {
	background:#f5c0c0;
	padding: 15px 10px 15px 25px;
}

table.chart th.secondaryheader3rdlevel {
	background:#fae1e1;
	padding: 15px 10px 15px 40px;
}
table.chart th.secondaryheader4thlevel {
	background:#fceeee;
	padding: 15px 10px 15px 55px;
}
