/*
	Style Index
	
	$0 - Includes
	$1 - Base Tag Styles 
	$2 - Wrappers 
	$3 - Sections 
	$4 - Content 
	$5 - Navigation 
	$6 - Other 
*/

/*  $0 - Includes *******************************************************************************************/
	@import url(/assets/includes/designradiance/cssframework.css);
	@import url(/templates/BasicSite01/Red01/red01.css);

	
/*  $1 - Base Tag Styles ******************************************************************************/



	
	
/*  $2 - Wrappers ******************************************************************************/
	.cWrapperMain	{
		width: 960px; margin: auto;
		border: 1px solid black;
	}
	
/*  $3 - Sections ******************************************************************************/
	.cSectionHeader { 

	}
	.cSectionFeature{ 

	}
	.cSectionSupport{ 
		width: 360px;
	}
	.cSectionMain	{ 
		width: 600px;
	}
	.cSectionFooter	{ 

	}
	.cSectionMenu	{ 
		background-color: black;
		height: 36px;
	}
		.cSectionMenu td { vertical-align: middle; padding: 0px 10px;}
	
/*  $4 - Content ******************************************************************************/
	
	.cContentMain {
		margin: 18px 30px 18px 30px;
		padding: 18px;
	}
		.cContentMain h1 {
			text-align: right;
			font-size: 18px; 
			font-weight: bold;
			line-height 18px;
			padding-top: 0px;
			padding-bottom: 0px;
			margin-bottom: 8px;
		} 
		.cContentMain h2 {
			font-size: 18px; 
			line-height 18px;
			padding-top: 0px;
		}
		.cContentMain h6 { text-align: right;}

		
	.cContentFeature {
		margin-left: 60px;
		margin-top: 25px;
	}
		
	.cContentSupport {
		
	}
		.cContentSupport .box {
			margin-right: 20px;
			margin-bottom: 20px;
			min-height: 120px;
			padding: 10px;
		}
			.cContentSupport .box img {
				float: left; display: block; margin-right: 8px; background-color: white; padding: 2px; border: 1px solid silver;
			}
			.cContentSupport .box h3 { 
				font-size: 14px; font-weight: bold;
				text-align: right;
				padding-bottom: 0px;
				margin-bottom: 12px;
			}
			.cContentSupport .box p { text-align: justify;}
	
	.cContentFooter {
		margin-top: 50px;
		min-height: 150px;
		background-color: #000000;
		color: white;
		text-align: center;
	}
		.cContentFooter h3 	{ }
		.cContentFooter p 	{ text-align: justify; }
		.cContentFooter td 	{ }
		
		
	.cContentBanner {
	}
		.cContentBanner h1 {
			color: #FFFFFF;
			text-align: right;
			margin-right: 40px;
		}

/*  $5 - Navigation ******************************************************************************/
	.cNavGlobal { 
		color: #FFFFFF;
	}
		.cNavGlobal ul { margin: 0px;}
		.cNavGlobal li { 
			display: inline;
			margin: 0px 10px; 
		}
		.cNavGlobal a {
			color: #FFFFFF;
			padding: 4px 10px; 
			font-size: 1.2em;
			font-weight: bold;
			border: 1px solid transparent;
		}
		.cNavGlobal a:hover {
			color: #EEFFAA;
			background-color: #333333;
			border: 1px inset #666666;
		}


	.cNavPage { 
		height: 120px; margin-bottom: 40px;
		font-size: 1.4em;
		text-align: right;
		padding-right: 80px;
		font-weight: bold;
		
	}
		.cNavPage li {
			font-size: 1.4em;
			line-height: 1.6em;
		}

/*  $6 - Other ***********************************************************************************/
	


		
		
		
		
