@charset "utf-8";
/* CSS Document */
/* --------------------css for allCCL Statewide pages, as needed-------------------*/
#TPsw {/*KB holds tabbed panels spry data*/
	/* [disabled]width: 850px; */
	/* [disabled]height: 600px; */
	clear: both;
	overflow: auto;
}
#lowertxt {/*KB text appears below 2 different tables in 2 different tabs.*/
	clear: both;
	margin-top: 0px;
	/* [disabled]height: 100px; */
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/*-------------------specific to Agriculture Statewide-------------------------*/
#ag_menuContainer {/*KB holds top grey box with links*/
	height: 180px;
	background-color: #F4F4F4;
	border: medium solid #B7B7B7;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 15px;
	margin-top: 20px;
	padding-left: 10px;
}
/*-----------------to color bullets in each menuContainer (effect only these bullets by putting in specific div)--------------------*/
#ag_menuContainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#ag_menuContainer li {
	padding-left: 1em;
	text-indent: -1.5em;
}

#ag_menuContainer li:before {
	content: "•  ";
	color: #34B5D0; /* or whatever color you prefer */
}
/*--------------------end bullet color css---------------------------------------------------------------------*/
#ag_maps {
	width: 273px;
	margin: 0px;
	width: 370px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#ag_tables {
	/* [disabled]width: 262px; */
	/* [disabled]float: left; */
	/* [disabled]margin-top: 33px; */
}
#ag_charts {
	width: 350px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 10px;
}
#ag_toptext {
	/* [disabled]height:50px; */
}

/*-------------------specific to Forest Frag Statewide-------------------------*/
#ff_menuContainer {/*KB holds top grey box with links*/
	height: 230px;
	background-color: #F4F4F4;
	border: medium solid #B7B7B7;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 20px;
	padding-left: 10px;
}
/*-----------------to color bullets in each menuContainer (effect only these bullets by putting in specific div)--------------------*/
#ff_menuContainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#ff_menuContainer li {
	padding-left: 1em;
	text-indent: -1.5em;
}

#ff_menuContainer li:before {
	content: "•  ";
	color: #34B5D0; /* or whatever color you prefer */
}
/*--------------------end bullet color css---------------------------------------------------------------------*/
#ff_maps {
	width: 273px;
	margin: 0px;
	width: 230px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#ff_tables {
	width: 262px;
	float: left;
	margin-top: 33px;
}
#ff_charts {
	width: 210px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#ff_toptext {
	float: left;
	width: 400px;
}
/*-------------------specific to Riparian Statewide-------------------------*/
#rip_menuContainer {/*KB holds top grey box with links*/
	height: 230px;
	background-color: #F4F4F4;
	border: medium solid #B7B7B7;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 15px;
	margin-top: 20px;
	padding-left: 10px;
}
/*-----------------to color bullets in each menuContainer (effect only these bullets by putting in specific div)--------------------*/
#rip_menuContainer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#rip_menuContainer li {
	padding-left: 1em;
	text-indent: -1.5em;
}

#rip_menuContainer li:before {
	content: "•  ";
	color: #34B5D0; /* or whatever color you prefer */
}
/*--------------------end bullet color css---------------------------------------------------------------------*/
#rip_maps {
	width: 273px;
	margin: 0px;
	width: 250px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#rip_tables {
	width: 262px;
	float: left;
	margin-top: 33px;
}
#rip_charts {
	width: 222px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#rip_toptext {
	/* [disabled]height:50px; */
/*-------------------specific to Land Cover Statewide-------------------------*/
}
#lc_menuContainer {/*KB holds top grey box with links*/
	height: 160px;
	background-color: #F4F4F4;
	border: medium solid #B7B7B7;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 10px;
}
#lc_maps {
	width: 273px;
	margin: 0px;
	width: 530px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#lc_imageWrapper {
	height: 100px;
}
#lc_townImage {
	width: 100px;
	float: left;
	height: 70px;
	padding: 5px;
	margin-left: 20px;
}
#lc_chartImage {
	width: 100px;
	padding: 5px;
	height: 70px;
	float: left;
	margin-left: 50px;
}
#lc_stateImage {
	width: 100px;
	height: 70px;
	padding: 5px;
	float: left;
	margin-left: 70px;
}
.bodyNav {
	height: 50px;
}
#lc_toptext {
	height:100px;
	float: left;
	width: 350px;
	margin-top: 20px;
}
/*-----------------to color bullets in each menuContainer (effect only these bullets by putting in specific div)--------------------*/
#lc_toptext ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#lc_toptext li {
	padding-left: 1em;
	text-indent: -1.5em;
}
#lc_toptext li:before {
	content: "•  ";
	color: #34B5D0; /* or whatever color you prefer */
}
/*--------------------end bullet color css---------------------------------------------------------------------*/
#lc_tabtitle {
	height:30px;
	margin-left: 50px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#lc_table {
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 100px;
	margin-bottom: 10px;
	height: 430px;
}
