/******** Dark Background ********/
	html,
	#header,
	#footer,
	#topNav ul,
	#mainContent>h1,
	#sideBar1>h2, #sideBar2>h2
	{ background-color: #000; color: #ccc; }

	#topNav ul { background-color: #030303; opacity: .95 }

/******** Light Background ********/
	body,
	#content, #mainContent,#sideBar1,#sideBar2, #mainContent h3
	{ background-color: #fff; color: #333;}


/******** Border Styles ********/
	#topNav>li>ul {
		border: 2px solid #162123;
		border-top: none;
	}
	
/******** Navigation Styles ********/

	/* == Subnav item hover */
	#topNav>li>ul>li.hover,
	#topNav>li:hover>ul>li:hover { background: #0c1014; }
/******** Inherited Styles ********/
	a, 
	a:link,
	a:visited,
	a:active
	{ color: inherit; }
	
/******** White ********/
	#subtitle,
	#topNav a:hover,
	#topNav li.hover>a,
	#catchPhraseImages li h2,
	#catchPhraseImages li p,
	#content h1,
	#content h2
	{ color: #fff; }
	
/******** Other colors ******/
    #testimonialsList p.source { color: #999; }
/******** Blue Links ********/
	#content a {
		color: #336699;
	}
	#content a.current,
    #content li.current>a{
		color: #666;
	}
