/*--------------------------------------------- Unique to Home Page --------------------------------------------*/
.BoxLandUse{color:#0070e3;
	float:left;
	margin:0 15px 10px 0;
	width:217px
}
.BoxLandUse ul{margin:5px 0 20px 5px;
	padding:0 0 0 15px
}
.BoxLandUse li{list-style:square;
	margin:0 0 5px 0;
	padding:0 0 0 3px;
}

.BoxTransport{color:#0070e3;
	float:left;
	margin:0 15px 10px 0;
	width:217px
}
.BoxTransport ul{margin:5px 0 20px 5px;
	padding:0 0 0 15px
}
.BoxTransport li{list-style:square;
	margin:0 0 5px 0;
	padding:0 0 0 3px;
}

.BoxDevelop{color:#0070e3;
	float:right;
	margin-bottom:10px;
	width:217px
}
.BoxDevelop ul{margin:5px 0 20px 5px;
	padding:0 0 0 15px
}
.BoxDevelop li{list-style:square;
	margin:0 0 5px 0;
	padding:0 0 0 3px;
}

.BoxNews{width:auto}
.BoxNews p{margin-top:0}

.UpdatedLast{color:#999999;
	float:right;
	font-size:0.7em;
	font-weight:bold;
	padding:0 0 10px 0;
	text-align:right;
	width:25%
}

/*--------------------------------- For News Scroll -------------------------------------*/

#home-news-scroll{height:300px;
	margin-bottom:10px;
	width:100%
}

.home-news-story{height:300px;
	width:100%
}

.hide{display:none}

ul#home-news-btns{background-color:#fdfaf5;
	color:#ffffff;
	filter:alpha(opacity=85);
    opacity:0.85;
	margin:-66px 0 0 1px;
	padding:0;
	position:absolute;
	width:679px;
	z-index:50;
}

ul#home-news-btns li{display:inline;
	float:left;
	font-size:1.0em;
	font-weight:bold;
	list-style:none;
	list-style-type:none;
	margin:0;
	width:33.3%;
	z-index:50;
}

ul#home-news-btns li a{display:block;
	height:48px;
	padding:7px 0 10px 15px;
	text-decoration:none
}

ul#home-news-btns li a.active{background:url(/planning/images/bgNewsActive.jpg) bottom left repeat-x;
}