﻿/*=======================================================================
	CONTROL: Content Default
-----------------------------------------------------------------------*/
.c-content-default
{
	
}

	.cb ul
	{
		margin: 1em 0 1.5em;
		padding-left: 40px;
		list-style: disc;
	}
	
		.cb ul li
		{
			line-height: 1.4;	
		}
	
			.cb ul li ul
			{
				margin: 0.2em 0;
				list-style: circle;	
			}

/***** **** *** ** *
 * Control:	Homepage
 * File:	controls/content/Homepage.ascx
 * Purpose:	To display the yield of the homepage. Please note that this is
 *			different than the Homepage layout and associated CSS.
 * ** *** **** *****/
.c-content-homepage
{
	
}