/*-----------------------------------------------------------------------------
Disciple Design Style Sheet 

version:   2.0
author:    Jason Garvey
website:   http://www.discipledesign.net/
-----------------------------------------------------------------------------*/

/* =sitemap
-----------------------------------------------------------------------------*/
li {
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	color: #666666;
	}

li a:link {
	text-decoration:none;
	color: #666666;
	}

li a:visited {
	text-decoration:none;
	color: #666666;
	}

li a:hover{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;	
	}

li a:active {
	text-decoration:none;
	color: #666666;
	}

.sitemapsubheader {
	font-size: 12px;
	color: #E68F00;
	font-weight:bold;
	margin-left: -8px;
	}

.sitemapsubheader a:link {
	text-decoration:none;
	color: #E68F00;
	}

.sitemapsubheader a:visited {
	text-decoration:none;
	color: #E68F00;
	}

.sitemapsubheader a:hover{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	}
	

.sitemapsubheader a:active {
	text-decoration:none;
	color: #E68F00;
	}
	
/* =
-----------------------------------------------------------------------------*/


/* =
-----------------------------------------------------------------------------*/
