/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ SITEMAP  ]--------------------------------------------------------------------- */

/* 
		Do not change class names. Alter attributes as required.
*/

#cPC ul.SitemapUL {
}
#cPC ul.SitemapUL ul {
}
#cPC ul.SitemapUL ul b, ul strong {
	font-weight: bold;
}
#cPC ul.SitemapUL li {
	font-size: 95%;
	font-weight: bold;
}
#cPC ul.SitemapUL li li {
	font-weight: bold;
	list-style-type: square;
}
#cPC ul.SitemapUL li li li {
	list-style-type: circle;
	font-weight: normal;
}
#cPC ul.SitemapUL li li li li {
	list-style: none;
}
#cPC ul.SitemapUL li li li li li li {
	display: none;
}
#cPC ul.SitemapUL li a {
	text-decoration: underline;
}
#cPC ul.SitemapUL li a:visited {
	text-decoration: none;
}
#cPC ul.SitemapUL li a:hover {
	text-decoration: underline;
		color: #66cc00;
}
#cPC ul.SitemapUL li li a {
	text-decoration: underline;
}
/* -----[ Contegro 3.8 Version Update to Sitemap Module ]------------------------------------- */
/* -----[ Addition of Alpha Sitemap ]------------------------------------------------ */

/* === [ ALPHA SITEMAP ] === */

.AlphaSiteMap {
	position: relative;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	clear: both;
}

/* === [ Letter Navigation ] === */
.AlphaLetters {
	position: relative;
	clear: both;
	margin: 0px 0px 10px 0px;
}
.AlphaLetters span {
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	color: #CCCCCC;
	text-decoration: none;
	padding: 0px 0px;
	margin: 5px 0px;
	border-right: 1px solid #666666;
}
	.AlphaLetters span.clearfix {
		padding: 0px;
		display: block;
		clear: both;
		color: #FFFFFF;
		text-decoration: none;
		background: none;
		padding: 0px;
	}
.AlphaLetters .Letter {
	color: #333333;
	text-decoration: none;
}
	.AlphaLetters .Letter a:visited, 
	.AlphaLetters .Letter a:link, 
	.AlphaLetters .Letter a:active {
		padding: 5px 8px;
		color: #333333;
		text-decoration: none;
	}
	.AlphaLetters .Letter a:hover {
		color: #333333;
		text-decoration: underline;
	}

.AlphaLetters .InactiveLetter {
	color: #CCCCCC;
	text-decoration: none;
	padding: 0px 8px;
}
 
/* === [ Letter Groups - Default is setup for 3 columns ] === */
.AlphaGroup {
	width: 32%;
	float: left;
	clear: none;
	min-height: 150px;
	margin: 0px 0px 30px 0px;
}

/* === [ Individual Letter Groups ] === */
.LetterBlock {
}

/* === [ Letter Header ] === */
.LetterHeader {
	font-size: 140%;
	margin: 10px;
	border-bottom: #EFEFEF 1px solid;
	padding: 0px;
}
	.LetterHeader a {
	}

/* === [ Sitemap List ] === */
#cPC .LetterBlock ul {
	line-height: 1.4em;
}
#cPC .LetterBlock ul li {
	font-size: 12px;
}
	#cPC .LetterBlock ul li a {
		text-decoration: none;
	}

