/*============================================================================
 * Site Maps Style Sheet
 *============================================================================*/

#divMain #tblLayout {
	width: 450px;
	margin: 0 0 10px 40px;
}
#divMain #tblLayout td {
	vertical-align: top;
}

#divMain .heading {
	display: block;
	margin:20px 20px 5px 0;
	padding-bottom: 5px;
	font-weight: bold;
    text-decoration: none;
    color: #000;
	border-bottom: solid 1px #BEC3C5;
}

#divMain .sub-heading {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

ul.local-links 
{
    margin:0;
	padding-left: 0;
	list-style-type: none;
}
ul.local-links li a 
{
	text-decoration: none;
	padding:0 0 2px 8px;
	background-image:url(/vp/images/b09/common/bullet/bullet1.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
}
ul.local-links a:hover 
{
	text-decoration: underline;
}

#divMain a.heading:hover
{
    text-decoration: underline;
}

/*----------------------------------------------------------------------------
 * Feature Control Style overrides (requires high specificity)
 *----------------------------------------------------------------------------*/
#divFeaturesPanel
{
	width: 759px;
}


