#sitemap
{
	padding:10px;
	border-left:1px solid #BBDD7D;
	border-right:1px solid #BBDD7D;
}
#sitemap .mainLists
{
	display:table;
	padding:10px 10px 0;
	font-size:11px;
	background:#EFEFEF;
	width:97.4%;
	height:1%;
}
#sitemap .mainLists LI
{
	float:left;
	padding:0 0 10px 10px;
	background:url(../images/icon-06.gif) no-repeat 0 5px;
	width:31%;
}
#sitemap .listItems
{
	margin-top:10px;
	padding:0 10px;
	font-size:11px;
}
#sitemap .listItems H2
{	
	margin:10px 0;
	padding-bottom:5px;
	font-size:11px;
	border-bottom:1px solid #A7A6AA;
}
#sitemap .listItems LI
{
	padding:0 0 5px 10px;
	line-height:1.5;
	background:url(../images/icon-06.gif) no-repeat 0 5px;
}

#categories 
{
	padding:10px;
	border-left:1px solid #BBDD7D;
	border-right:1px solid #BBDD7D;
	height:1%;
}
#categories H2
{
	margin-bottom:10px;
	font-size:14px;
	padding-bottom:5px;
	color:#7DB615;
	border-bottom:2px solid #7DB615;
}
#categories .box
{
	margin-bottom:10px;
}
#categories .lists
{
	margin-bottom:10px;
}
#categories .lists LI
{
	padding-left:10px;
	line-height:2;
	width:32%;
	float:left;
}
#categories .lists LI UL 
{
	margin-left:10px;
}
#categories .lists LI UL LI
{
	background:url(../images/icon-06.gif) no-repeat 0 10px;
}
#categories .lists LI UL LI UL LI
{	
	background:url(../images/icon-07.gif) no-repeat 0 12px;
}

#archives
{
	padding:10px;
	border-left:1px solid #BBDD7D;
	border-right:1px solid #BBDD7D;
	height:1%;
}
#archives .leftNav 
{
	float:left;
	width:179px;
}
#archives .leftNav UL
{
	border-top:1px solid #CECECE;
}
#archives .leftNav LI
{
	border-top:1px solid #FFF;
	border-right:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #CECECE;
}
#archives .leftNav LI A
{	
	display:block;
	padding:5px 10px;
	font-weight:bold;
	background:#E9E9E9;
}
#archives .rightContent 
{
	float:right;
	width:560px;
}
#archives .rightContent H2
{
	margin-bottom:10px;
	font-size:12px;
	padding-bottom:5px;
	color:#7DB615;
	border-bottom:2px solid #7DB615;
}
#archives .rightContent H3
{
	margin-bottom:10px;
	font-size:12px;
}
#archives .rightContent .box
{
	margin-bottom:10px;;
}

#pageNav
{
	padding:10px 0;
	border-top:1px dashed #DEE6D4;
	border-bottom:1px dashed #DEE6D4;
	text-align:center;
	height:1%;
}
#pageNav STRONG,
#pageNav SPAN,
#pageNav A
{
	margin-right:5px;
	padding:3px 5px;
	display:-moz-inline-box;
	display:inline-block;
}
#pageNav SPAN EM,
#pageNav A EM
{
	font-size:14px;
}
#pageNav STRONG
{
	border:0;
}
#pageNav SPAN
{
	color:#AAA;
}
#pageNav A
{
	border:1px solid #DDD;
	color:#1370AB;
}
#pageNav A:hover
{
	border:1px solid #000;
	color:#FFF;
	background:#36AEF0;
	text-decoration:none;
}
#pageNav .on
{
	color:#F60;
	font-weight:bold;
}
