/* Theme text color for links and headlines in this section */
h1, h2, h3, h4, h5,
#bodyContainer a, #bodyContainer a:hover, #bodyContainer a.activeMain:visited,
#menuContainer a.activeMain, #menuContainer a.activeMain:visited,
#menuContainer a.activeSub, #menuContainer a.activeSub:visited,
#footer,
#menuContainer ul ul a,
#menuContainer ul ul a:visited,
span.templateColor {
	color: #CA0A7A;
}

#bodyContainer ul {
	/* list-style-image: url(/resources/images/arrow_default.gif); */
}

/* theme background for this section */
#templateBox {
	background: #ECF0F9;
}

#menuContainer ul ul li {
	list-style-image: url(/resources/images/hyphen_magenta.gif);
}

h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 1.2em;
}


	.sowfCategory {
		width: 270px;
		padding-bottom: 20px;
	}
	#bodyContainer ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	.sowfCategory li {
		margin: 0px;
		padding: 0px;
		margin-bottom: 7px;
		padding-bottom: 7px;
		border-bottom: 1px solid gray;
		color: #6A7179;
	}
	.sowfCategory h2 {
		font-size: 14pt;
		text-transform: uppercase;
		margin-top: 7px;
		margin-bottom: 0px;
	}
	
	.sowfCategory h3 {
		margin-bottom: 7px;
		padding-bottom: 7px;
	}
	
	
	.right {
		float: right;
	}
	
	#bodyContainer .sowfCategory a {
		text-decoration: none;
	}
	#bodyContainer .sowfCategory a:hover {
		text-decoration: underline;
	}
	
	#sowfHighlights h2, #sowfHighlights a, #sowfHighlights a:hover {
		color: #2fbcdf;
	}
	#sowfShowcase h2, #sowfShowcase a, #sowfShowcase a:hover {
		color: #cd010b;
	}
	#sowfHookUp h2, #sowfHookUp a, #sowfHookUp a:hover {
		color: #65af25;
	}	
	
	#sowfLocalScene h2, #sowfLocalScene a, #sowfLocalScene a:hover {
		color: #f07700;
	}	
	#sowfNextSteps h2, #sowfNextSteps a, #sowfNextSteps a:hover {
		color: #ca0a7a;
	}	
	#sowfLinks h2, #sowfLinks a, #sowfLinks a:hover {
		color: #4055d1;
	}	
	#sowfBehindScene h2, #sowfBehindScene a, #sowfBehindScene a:hover {
		color: #0f777f;
	}

	#sowfYouthProviders h2, #sowfYouthProviders a, #sowfYouthProviders a:hover {
		
		color: #6c2996;
	}					
	
	#sowfHighlights h3 { border-bottom: 1px solid #2fbcdf; }
	#sowfShowcase h3 { border-bottom: 1px solid #cd010b; }
	#sowfHookUp h3 { border-bottom: 1px solid #65af25; }
	#sowfLocalScene h3 { border-bottom: 1px solid #f07700; }
	#sowfNextSteps h3 { border-bottom: 1px solid #ca0a7a; }
	#sowfLinks h3 { border-bottom: 1px solid #4055d1; }
	#sowfYouthProviders h3 { border-bottom: 1px solid #6c2996; }
	#sowfBehindScene h3 { border-bottom: 1px solid #0f777f; }
			
	.sowfCategory h3 {
		color: #6A7179;
		margin-top: 0px;
	}
	
	#columnLeft {
		float: left;
	}
	#columnRight {
		float: right;
	}
	
.itemSeparator {
	border: 1px solid #f0f0f0;
	margin-top: 20px;
}
