

#home-panel
{
	height: 337px; width: 996px;
	background: #fff url("../images/home-panel.png") repeat-x left top;
}
#home-panel img { margin-top: 10px; }


.home-news {   }
.home-news ul { margin: 0; padding: 5px 5px 5px 25px; font-size: 11px;  }
.home-news a { color: #333 !important; }
.home-news a:hover { color:#f09400 !important; }


#home-left 
{
	float: left; border-right: dotted 1px #aaa;  width: 200px; height: 380px;  margin-right: 10px; margin-top: 5px;
	text-align: left;
}

#home-mid 
{
	float: left;  margin: 5px; padding: 0 10px 0 0; text-align: center;
}

#home-right 
{
	float: left; border-left: dotted 1px #aaa;  width: 200px; height: 380px;  margin-top: 5px;
	text-align: left;
}


.home-box { float: left; text-align: left; border: solid 1px #77a; height:200px; width:181px; margin: 0 3px 0 3px;}
.home-box-title { height:26px; background: #0873ba url("../images/white-arrow.gif") no-repeat 165px 8px; padding: 5px 0px 0 10px; }
.home-box ul { margin: 8px 5 5 12px; padding-left:15px; list-style-image: url("images/orange-bullet.gif");}
.home-box-title a { color: #fff !important; font-size: 13px; font-weight: bold; }

.home-box2
{
	margin-top: 5px; 
	clear: both; width: 555px; height:40px;
	border: solid 1px #77a; 
}
.home-box-wide 
{
	 clear: both; padding-top: 10px;
}
.side-panel-title { font-size: 14px; font-weight: bold; color: #777; padding: 5px 0 10px 10px;}
.side-panel-item { border-bottom: dotted 1px #ccc; vertical-align: bottom; padding: 10px 5px 5px 10px; }
.side-panel-item-last { padding: 10px 5px 5px 10px;}

