/*
	Style Index
	
	$0 - Includes
	$1 - Site Structure 
	$2 - Wrappers 
	$3 - Sections 
	$4 - Content 
	$5 - Navigation 
	$6 - Other 
*/

/*  $0 - Includes *******************************************************************************************/
	@import url(/assets/includes/designradiance/cssframework.css);
	@import url(positioning.css);

	
/*  $1 - Site Structure Styles ******************************************************************************/

	body  {
		margin: 0; 
		padding: 0;
		text-align: center; 
		color: #000000;
	}
	
	
	#container {
		margin: 0 auto; 
		text-align: left; 
	}

	#container { 		margin-top: 30px; }
	#container strong { padding: 0 2px;}
	
	#footer 			{ padding: 0 10px; margin-top: 40px; } 
	#footer p 			{ margin: 0; 	padding: 10px 0; }
	#header 			{ padding: 0 0px; margin-bottom: 0px; 	} 
	#header p 			{ margin: 0px; padding: 0px; }
	#header img 		{ }
	


/*  $5 - Navigation ******************************************************************************/
	.cNavPage { text-align: right; }
	.cNavPage ul { margin-right: 20px; }
	.cNavPage li {	margin-bottom: 1.5em; font-size: 1.1em; }
	
	.cContentMain 		{ padding-left: 1em; }
	.cContentMain h3 	{ margin-left: .5em; }
	.cContentMain h4 	{ margin-left: 1em; }
	.cContentMain h5 	{ margin-left: 1em; }
	.cContentMain h6 	{ margin-left: 1em; }
	.cContentMain p 	{ margin-left: 1em; }
	.cContentMain ul 	{ margin-left: 3em;  list-style-type: circle; }
	.cContentMain li	{ margin-bottom: .5em;}

	.cContentBanner 	{  }
	.cContentBanner h1 	{		margin: 0; 	padding: 0px; line-height: 1em;  	}
	
	.cSiteLogo img		{ margin: 0px; }
	.cSiteLogo { padding: 10px; }
	
	.cNavGlobal 		{ font-size: 1em; text-align: right; vertical-align: bottom;}
	.cNavGlobal ul		{ margin: 4px; }
	.cNavGlobal	a		{ color: #666666; }
	.cNavGlobal a:hover { color: #999999; }

	.cNavPage .box {
		border: 1px solid silver;
		margin: 10px 2px;
		padding: 1px;
		text-align: left;
	}
	.cNavPage ul {
		margin: 0px; padding: 0px;
		list-style: none;
		list-style-type: none;
	}
	.cNavPage li { 
		list-style: none;
		list-style-type: none;
		background-color: silver; color: white;
		padding: 5px 10px; margin: 0px;
		border-bottom: 1px solid silver;
		font-size: .9em; font-weight: bold; font-family: Century Gothic,Verdana,Arial,Sans-Serif;
	}
	.cNavPage h4 { 
		padding: 5px 10px; 
		background-color: gray; color: white; 
		font-size: 1.1em; font-weight: bold; font-family: Century Gothic,Verdana,Arial,Sans-Serif;
	}
	.cNavPage a { 
		text-decoration: none; 
		color: white;
	}
	.cNavPage a:hover {text-decoration: underline}


	.cContentSupport {
		margin-left: 	5px; 
		margin-right: 	5px;
		margin-top: 	1em;
	}	
	
	.cNavGlobal { }

		.cNavGlobal li { 
			display: inline;
			margin: 0px 10px; 
		}
		
		.cNavGlobal a {
			padding: 4px 10px; 
			font-size: 1.2em;
			font-weight: bold;
			border: 1px solid transparent;
		}
		.cNavGlobal a:hover {
		}


	
/*  $2 - Layout ******************************************************************************/
