/*********************************************************************/
/****************** PROJECT GREEN OCTOBER *************************/
/********************** Sitemap Page ****************************/
/********************************************************************/

/* GLOBALS */
body {color:#666666; font-size:12px; font-weight:normal;}
a {color:#666666;}
a:hover {color:#666666;}

/* HEADINGS */
h1 {color:#000000; line-height:18px; font-size:18px; !important;}
h2 {color:#E3E3E3 !important; font-size: 16px !important;}
h2 .title {color:#000000;}
h3 {color:#000000; !important;}

/* LINK BACKS */
#hnbw-header {text-align:left;}
#hnbw-footer {text-align:left;}
#hnbw-header div.linkbacks, #hnbw-footer div.linkbacks {color:#222;}
#hnbw-header div.linkbacks a, #hnbw-footer div.linkbacks a {color:#222;}

/* TEXT MODIFIERS */
.highlightColor {color:#BED93C !important;}

/* SITEMAP CONTAINERS */
.hnbw-content-vehicle-sitemap
{
}
	.hnbw-content-vehicle-sitemap .sitemap-wrapper
	{
		margin: 0 auto;
		border: 2px solid #CBCBCB; 
		text-align: left;
		width: 675px; 
	}
		.hnbw-content-vehicle-sitemap .sitemap-wrapper .location-information
		{
			font-size: 12px; 
			font-weight: bold; 
			line-height: 14px; 
			margin: 0px 5px 10px 5px; 
			clear: both;
		}
		.hnbw-content-vehicle-sitemap .sitemap-wrapper .entire-vehicle-list
		{
			font-size: 12px; 
			float: left; 
			width: 60%;
			margin: 5px 5px 5px 5px;
		}
		.hnbw-content-vehicle-sitemap .sitemap-wrapper .categorized-vehicle-list
		{
			font-size: 12px; 
			float: left; 
			width: 26%; 
			margin: 5px 5px 5px 5px;
		}
