/*******************************************
g_navigation: or "guides section navigation
used in Guides Section
*******************************************/


.Sidebar a.title{
	display:block;
	text-decoration:none;
	padding:3px 0 3px 4px;
	color:#FFFFFF;
	background:#3e556D;
	border-bottom:1px solid red;
	border-left:2px solid #6f5830;
	font-weight:bold;
	margin:0;
	font-size:10px;
}


.Sidebar a.here{
	color:black;
	display:block;
	text-decoration:none;
	padding:6px 0 6px 4px;
	background:#BDB76B;
	border-bottom:1px solid silver;
	border-left:2px solid #6f5830;
	font-weight:bold;
	margin:0;
	font-size:10px;
	color:#666666;
	line-height:11px;
}



.Sidebar  a.here:hover {
 	color:#000000;
 	border-left:2px solid #6f5830;
 	}
.Sidebar   a.here:visited{
 	color:#000000;
 	}

.Sidebar  a.section{
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#444444;
	background:#7AA4AF;
	border-bottom:1px solid #FFFFCC;
	border-left:2px solid silver;
	padding:6px 0 6px 4px;
	font-size:10px;
	line-height:11px;
}

.Sidebar  a.section:hover{
	background:#BDB76B;
	color:#000000;
	 border-left:2px solid #6f5830;
	}
	
	
.Sidebar  a.subsection{
	display:block;
	padding:0px 0 3px 3px;
	text-decoration:none;
	color:#4D4A43;
	color:#000000;
	background:#efefef;
	border-bottom:1px solid silver;
	border-left:2px solid silver;
	margin:0;
	font-size:10px;
	}
.Sidebar  a.subsection:hover{
	background:#BDB76B;
	border-left:2px solid silver;
	color:black;
	border-bottom:1px solid silver;
	 border-left:2px solid #6f5830;
	}
.Sidebar   a.subsection:visited{
 	color:#000000;
 	}


.Sidebar  a.subsection_last{
	display:block;
	padding:0px 0 9px 3px;
	text-decoration:none;
	color:#4D4A43;
	background:#efefef;
	border-bottom:1px solid #FFFFCC;
	border-left:2px solid silver;
	margin:0;
	font-size:10px;
	}
.Sidebar  a.subsection_last:hover{
	color:#FFFFCC;
	background:#a18835;
	}
	
/******************Spanners**************
"g-spanner" is the blue-green spanner found in the guides section.
td.divider is the horizontal line between sections on the guides index
the additional link styles are for the tabs beneath each section.
****************************************/

.g_spanner{
display:block;
margin:0 0 5px 0;
padding:2px 0 3px 5px;
font-family:verdana,ariel;
color:#FFFFFF;
font-size:11px;
line-height:11px;
background-color:#333366;
background-color:#406970;
border:1px solid black;
font-weight:bold;
}

td.divider{
	margin-bottom:3px;
	border-bottom:1px solid #666666;
	}

a.guides_here{
	color:red;
	}	

/*****************************************
Unordered List styles for the subcategories of the guides
*****************************************/
#guideSubList {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}

#guideSubList ul {
	margin: 0px;
	padding: 0px;
	width:430px;
}

#guideSubList li {
	display:inline;

}
#guideSubList a{
	color:navy;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	margin: 0px;
	padding: 2px 5px 2px 12px;
	text-decoration: underline;
	background-image: url("../images/sm_grey_square.gif");
	background-repeat:no-repeat;
	background-position:3px 7px;

}



#guideSubList a:hover, a:active {
	color: red;

}
.shim{
    height:300px;
    float:right;
    width:1px;
    /*See http://www.greywyvern.com/code/min-height-hack.html for explanation*/
  }
