/*
	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);

	
/*  $1 - Site Structure Styles ******************************************************************************/
		
	
/*  $2 - Wrappers ******************************************************************************/
	.cWrapperTop	{
		 
	}

	.cWrapperBottom { 
		background: #FFFFFF url(bg_footer_white02.png) center top repeat-x;
		padding-bottom: 100px;
	}
	

/*  $3 - Sections ******************************************************************************/
	.cSectionHeader { 
		height: 90px;  
		width: 960px; margin: auto;
	}
	.cSectionFeature{ 
		width: 960px; margin: auto;
		height: 100px;
	}
	.cSectionMain	{ 
		width: 960px; margin: auto;
		height: 300px;
	}
	.cSectionFooter	{ 
		width: 960px; margin: auto;
		height: 180px; 
	}
	
/*  $4 - Content ******************************************************************************/
	
	.cContentMain {
		margin: 20px;
		
	}
		
		.cContentMain h3 {
			margin-top: 20px; 
			padding-bottom: 4px;
			border-bottom: 1px solid #888888;
			margin-bottom: 10px;
			}
		
		/* cContentMain behaves differently depending on where it lies */
		.cWrapperTop .cContentMain {
			/* In the Top Wrapper */ 
			color: white;
		}
		
		
		.cWrapperBottom .cContentMain {
			/* In the Bottom Wrapper */ 
			color: #333333;
		}
		
		
		
	.cContentFeature {
		color: white; 
		text-align: center;
		padding-top: 8px;
		
	}
		.cContentFeature h2 { font-size: 1.4em; padding: 0px;}
	
	.cContentSupport {
		width: 300px;
	}
	.pageType_Homepage .cContentSupport { color: white; }  /* Different color for Home Page */
	
		.cContentSupport img {margin: 4px;}
		.cContentSupport h3 {
			text-align: right;
			padding-right: 10px;
			padding-bottom: 4px;
			border-bottom: 1px solid #888888; 
		}
		.cContentSupport dl { margin: 10px; }
		.cContentSupport dt { margin-top: 10px; }
		.cContentSupport dd { margin-left: 20px; }
	
	.cContentFooter {
		padding: 10px;
	}
		.cContentFooter .box {
			margin: 10px;
			padding: 10px;
		}



	.cContentBanner {
		width: 400px;
		text-align: right;
		padding: 10px;
	}
		.cContentBanner h1 { font-size: 1.8em; font-weight: bold; padding-bottom: 0px;}
		.cContentBanner h4 { padding: 0px; }

/*  $5 - Navigation ******************************************************************************/
	.cNavGlobal { margin-top: 60px;	}
		.cNavGlobal li { 
			display: inline;
			margin: 0px 10px; 
		}
		.cNavGlobal a {
			padding: 4px 10px; 
			font-weight: bold;
			border: 1px solid transparent;
		}
		.cNavGlobal a:hover {
			background-color: #DDDDDD;
			border: 1px inset #CCCCCC;
		}


/*  $6 - Other ***********************************************************************************/
	

