/* Color and background specific CSS for main (brown) */


#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:800px;
	background:transparent url('../_pics/ba3_main.gif') no-repeat top center;
	}
#dropdown {
	height:800px;
	background:transparent url('../_pics/dropdownpic_main.jpg') no-repeat top center;
	}

#toplinks {
	background: transparent url('../_pics/toplinksbg_main.gif') no-repeat top center;
	}
#search{
	background: transparent url('../_pics/search_main.gif') no-repeat top center;
	}
#bottomlinks {
	background: transparent url('../_pics/bottomlinksbg_main_nosidebar.gif') no-repeat top center;
	}
#bottomlinks_nosidebar {
	background: transparent url('../_pics/bottomlinksbg_main_nosidebar.gif') no-repeat top center;
	}
#contentcopy p.updated, #contentcopy p.caption {
	color: #9a6e04; /*brown*/
}
#contentcopy a:link {
	color: #9a6e04; /*brown*/
	}
#contentcopy a:visited {
	color: #7d5b3a; /*dark brown*/
	}

#contentcopy .readmore a:hover {
	color: #7d5b3a; /*dark brown*/
	border-bottom: 1px dashed #a98900; 
	}
	
#contentcopy ul.checklist {
	list-style-image: url('../_pics/checkbox.gif');
}
#contentcopy h1 {
	color: #9a6e04; /*brown*/
}
#contentcopy h2 {
	color: #9a6e04; /*brown*/
}	
#infocontainertop {
	height:60px;
	background-image: url('../../_pics/moreinfotop.gif');
	}	
#infocontainertopindex {
	height:60px;
	background-image: url('../../_pics/cityhappeningstop.gif');
	}	
#infocontainermiddle {
	background: url('../../_pics/moreinfomiddle.gif') repeat-y;
	}
#infocontainermiddle a:link {
	color: #9a6e04; /*brown*/
	}
#infocontainermiddle a:visited {
	color: #7d5b3a; /*dark brown*/
	}
#infocontainermiddle a:hover {
	color: #7d5b3a; /*dark brown*/
	border-bottom: 1px dashed #a98900; 
	}
#infocontainerbottom {
	height:43px;
	background-image: url('../../_pics/moreinfobottom2.gif');
	}
#linkscontainertop {
	background-image: url('../_pics/featuredlinkstop_main.gif');
	}	
#linkscontainermiddle {
	background: url('../_pics/featuredlinksmiddle_main.gif') repeat-y;
	}	
#linkscontainermiddle ul li a:link {
	color: #9a6e04; /*brown*/
	}
#linkscontainermiddle ul li a:visited {
	color: #7d5b3a; /*dark brown*/
	}
.hrule {
	border-bottom: 1px solid #7d5b3a;
	}
#linkscontainerbottom {
	background-image: url('../_pics/featuredlinksbottom_main.gif');
	}
	


/* for use later*/

#youarehere a:link {
	color: #9a6e04; /*brown*/
	}
#youarehere a:visited {
	color: #7d5b3a; /*dark brown*/
	}
#youarehere a:hover {
	color: #7d5b3a; /*dark brown*/
	border-bottom: 1px dashed #a98900; 
}



table.chart th.primaryheader {
	background:#7d5b3a;
}

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