﻿

/* RESET FROM MAIN */

#col2 ul, #col2 ol, #col2 dl, #col3 ul, #col3 ol, #col3 dl
{
	padding:0;
}


/* END RESET */

.col1_cont, .col3_cont
{
}

.col2_cont
{
	margin-top:20px;
}

#col2 .sitemap_cont
{
	padding:20px 0 0 0;
}



#col2 #tree, #col2 #tree * {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	cursor: default;
}

#col2 #tree {
	margin: 150px 20px 50px 20px;
	display:block;
}

#col2 #tree a {
	text-decoration: none;
	color: #000;
	padding-left: 20px;
	background: url("/web/design/img/folder.gif") center left no-repeat;
	line-height:20px;
	cursor:pointer;
}

#col2 #main #tree a:hover
{
	color:#736C00;
}

#col2 #tree, #col2 #tree dl {
	background: url("/web/design/img/vdot.gif") 8px 0px repeat-y;
	margin-top:0px;
}

#col2 #tree dt {
	padding: 1px 0px;
	font-weight:bold;
	font-size:14px;
	background:#fff;
}

#col2 #tree dd 
{
	margin:0px;
	padding: 1px 0px 1px 19px;
	background-image: url("/web/design/img/corner.gif");
	background-position: 8px 0px;
	background-repeat: no-repeat;
	zoom: 1; /* IE hasLayout fix, should be moved to a conditional comment: http://zoffix.com/css/ie/haslayout.shtml */
}

#col2 #tree dt, #col2 #tree dd.last, #col2 #tree dd.pluslast, #col2 #tree dd.minuslast {
	
	
}

#col2 dt.maindt
{
	text-indent:10px;
	height:24px;
	line-height:24px;
}

/* Folder settings */
#col2 #tree dd.minus, #col2 #tree dd.plus, #col2 #tree dd.minuslast, #col2 #tree dd.pluslast {
	background-position: 4px 0px;
	padding: 0px 0px 0px 19px;
}	

#col2 #tree dd.minus { background-image: url("/web/design/img/mapminus.gif"); }
#col2 #tree dd.plus {	background-image: url("/web/design/img/mapplus.gif"); }
#col2 #tree dd.minuslast { background-image: url("/web/design/img/mapminus.gif"); }
#col2 #tree dd.pluslast { background-image: url("/web/design/img/mapplus.gif"); }
#col2 #tree dd.plus dd, #tree dd.pluslast dd { display: none; }

#col2 span.ddHdr
{
	padding-left:20px;
	display:block;
	float:left;
}

#col2 #tree a.expandBtn
{
	text-decoration:none;
	float:right;
	font-weight:bold;
	float:right;
	margin:0 60px 0 0;
	line-height:24px;
	background:none;
}

#col2 #tree a.expandBtn:hover
{
	color:#ccc;
}

/* IE6 HACKS FOR CRUMBS */

/*.breadCrumbs
{
	padding-left:0 !important;
	padding-left:8px;
}*/

