div#sitemap {
	padding: 10px 10px 30px 10px;
	font-family: Arial,Helvetica,sans-serif;
}
div#sitemap h1 {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 2px solid #AC9B68;

	color: #AC9B68;
	font-size: 20px;
	font-weight: normal;
}
div#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#sitemap ul li {
	width: 220px;
	margin: 0 0 0 20px;
	display: block;
	float: left;
}
div#sitemap ul li a {
	font-weight: bold;
	color:#666666;
	padding: 0 10px 0 0;
	background-image: url('/images/sitemap-main-arrow.gif');
	background-position: right;
	background-repeat: no-repeat;
}

div#sitemap ul ul {
	width: 200px;
	float: left;
	display: block;
	margin: 5px 0 20px 0;
}

div#sitemap ul ul li {
	margin: 0;
	padding: 0 0 0 10px;
	display: list-item;
	line-height: 16px;
	background: 0 7px url('/images/sitemap-sub-arrow.gif');
	background-repeat: no-repeat;
}
div#sitemap ul ul li a {
	padding: 0;
	background-image: none;
	font-weight: normal;
	color: #666699;
}

/* CSS Document */

.sitemapList { /* BULLETED LISTS WITH BLUE CHEVRON BULLETS */
	margin: 0;
	padding: 0;
	margin-left: 1.5em;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: regular;
	line-height: 17px;
	color: #666; /* gray */ 
	text-decoration: none; }
	
.sitemapList a, .sitemapList a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: regular;
	line-height: 17px;
	color: #0000ff; /* blue */ 
	text-decoration: none; }
	
.sitemapList a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: regular;
	line-height: 17px;
	color: #0000ff; /* blue */ 
	text-decoration: underline; }
	
.subList {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: regular;
	line-height: 17px;
	list-style-type:none;
	color: #0000ff; /* blue */ 
	text-decoration: none; }
	
.subList a {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: regular;
	line-height: 17px;
	list-style-type:none;
	color: #0000ff; /* blue */ 
	text-decoration: none; }
.sitemapTitle { /* large page title above grey divider line */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt; 
	font-weight: regular;
	padding-left: 8px;
	padding-right: 10px;
	text-decoration: none; 
	color: #666; /* charcoal */ }
.sitemapTitle a, .sitemapTitle a:visited { /* large page title above grey divider line */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt; 
	font-weight: regular;
	padding-left: 8px;
	padding-right: 10px;
	text-decoration: none; 
	color: #666; /* charcoal */ }
.sitemapTitle a:hover { /* large page title above grey divider line */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt; 
	font-weight: regular;
	padding-left: 8px;
	padding-right: 10px;
	text-decoration: underline; 
	color: #666; /* charcoal */ }			


.video-sitemap {
	padding: 0;
	margin: 0;
	list-style: none;
}
.video-sitemap li {
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
}
.video-thumb {
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
.video-thumb img {
	width: 150px;
	border: 0;
}
.video-descr {
	margin: 0 0 0 160px;
}
.video-descr h2 {
	font-size: 16px;
	margin: 0 0 0 0;
}
.video-meta {
	color: gray;
	font-size: 10px;
	margin: 0 0 5px 0;
}
.video-meta a {
	color: black;
	text-decoration: underline;
}
.video-descr p {
	margin: 0;
}
.video-page {
	background-color: #E0E0E0;
	padding: 10px;
	margin: 0 0 10px 0;
	text-align: right;
	font-size: 16px;
}
.video-page a {
	margin: 0 4px;
	text-decoration: underline;
	color: darkBlue;
}
.video-page span {
	margin: 0 4px;
}
.video-page img {
	border: 0;
	vertical-align: middle;
}
.total-posts {
	float: left;
}
.video-pages {
	float: right;
}
