/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ TEMPLATE ]-------------------------------------------------------------------------- */

/*
		Do not change class names or Container ID's. Alter attributes as required.
*/

/*
		The table structure below is compliant with the current W3C standards. 
		The layout technique that is used is will allow for a liquid centre and fixed sides. 
		
		--Width 
		The fluid width can be modified on the id called #outerWrapper.
		To set a fixed width - delete max-width, min-width, width: expression and add a width value.
		
		--Layouts
		The layouts can be set by changing the class on the main content wrapper.
		1.	Layout 1 - Default 3 column layout
		2.	Layout 2 - 2 column layout (left column #cLS)
		3.	Layout 3 - 2 column layout (right column #cRS)
		4.	Layout 4 - 1 column layout */


/* -----[ Main structure CSS]--------------------------------------------------------------------- */

* { margin: 0px;}

body
{
	background: #D4D5DB url(/Templates/_images/back.gif) repeat-x top right;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper
{
	position: relative;
	margin: 0px auto;
	width: 911px;
}
	#borderWrapper 
	{
		background: #FFFFFF;
		border: 1px solid #01006D;
	}
	#mainWrapper 
	{
		display: inline-block;
		background: #FFFFFF;
		border-bottom: 5px solid #D4D5DB;
		width: 909px;
	}
	* html #mainWrapper 
	{
		height: 1%;
		display: block;
	}



/* === [ header ] === */
#cH {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	height: 1%;
	background: #FFFFFF url(/Templates/_images/back_cH.gif) no-repeat top left;
	border-left: 1px solid #01006D;
	border-right: 1px solid #01006D;
	z-index: 200;
	width: 909px;
	float: left;
	}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			padding: 18px 0px 0px 0px;
			width: 148px;
		}
	/* === [ main navigation ] === */
		#cN {
			margin: 18px 0px 0px 78px;
			display: block;
			background: #ebebef;
			float: right;
			width: 682px;
		}
	
	/* === [ header banner ] === */
		#cB {
			padding: 0px;
			margin: 10px 10px 0px 0px;
			float: right;
			width: 486px;
			height: 60px;
			background: url(/Templates/_images/back_cB.gif) no-repeat top right;
		}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
	z-index: 20;
}
/* === [ Primary Container ] === */
#cPC {
	padding: 20px;
	float: left;
	min-height: 300px;
	z-index: 20;
}
.Content {
	position: relative;
	clear: both;
	display: block;
}
	.layout1 #cPC /* 3 column Default */
	{
		margin: 0px 226px 0px 0px;
	}
	.layout2 #cPC /* 2 column - left */
	{
		margin: 0px;
	}
	.layout3 #cPC /* 2 column - right */
	{
		margin: 0px;
	}
	.layout4 #cPC /* 3 column home */
	{
		margin: 0px 226px 0px 0px;
	}
			/* === [ Graphic Wrapper - same action as cPC] === */
			
			#cGraphicWrapper {
				background: #FFFFFF url(/Templates/_images/back_cGraphicWrapper.jpg) no-repeat top right;
				border-bottom: 5px solid #e1e2e7;
				height: 1%;
			}
				.layout1 #cGraphicWrapper /* 3 column Default */
				{
					margin: 0px 0px 0px 226px;
					border-left: 1px solid #FFFFFF;
				}
				.layout2 #cGraphicWrapper /* 2 column - left */
				{
					margin: 0px 0px 0px 226px;
					border-left: 1px solid #FFFFFF;
				}
				.layout3 #cGraphicWrapper /* 2 column - right */
				{
					margin: 0px 226px 0px 0px;
					border-right: 1px solid #FFFFFF;
				}
				.layout4 #cGraphicWrapper /* 3 column - Home */
				{
					margin: 0px 0px 0px 226px;
					border-left: 1px solid #FFFFFF;
				}
		
		/* === [ Content Wrapper - same action as cGraphicWrapper] === */
	
		#cContentWrapper {
			height: 1%;
		}
					.layout1 #cContentWrapper /* 3 column Default */
					{
						margin: 0px 0px 0px 226px;
					}
					.layout2 #cContentWrapper /* 2 column - left */
					{
						margin: 0px 0px 0px 226px;
					}
					.layout3 #cContentWrapper /* 2 column - right */
					{
						margin: 0px 226px 0px 0px;
					}
					.layout4 #cContentWrapper /* 3 column - Home */
					{
						margin: 0px 0px 0px 226px;
					}
				/* === [ Spare Container ] === */
					#cS {
						padding: 0px;
						float: left;
						width: 455px;
					}
						.layout4 #cS /* 3 column layout */
						{
							width: 681px;
						}
					/* === [ TopRight Side Column ] === */
					#cTR {
						float: right;
						margin-left: -100%;
						width: 226px;
						border-top: 14px solid red;
					}


/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	margin-left: -100%;
	width: 226px;
}
/* === [ Right Side Column ] === */
#cRS 
{
	float: right;
	margin-left: -100%;
	width: 223px;
	}

/* === [ top  ] === */
#cT {
	padding: 4px 0px;
	background: #e1e2e7;
	text-align: right;
}

/* === [ footer ] === */
#cF
{
	clear: both;
}

/* === [ copyRight ] === */
#cC  
{
	color: #010062;
	font-size: 85%;
	line-height: 1.6em;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}
	#cC a
	{
		color: #010062;
	}
	#cC a:hover
	{
		color: #FFFFFF;
	}


/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS
{
	margin-left: -226px;
}
*:first-child+html #cRS 
{
	margin-left: -226px;
}
* html #cTR
{
	margin-left: -226px;
}
*:first-child+html #cTR 
{
	margin-left: -226px;
}


/* -----[ Clearings ]-------------------------------------------------------------------------- */
.clearLeft,
.clear
{
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clearLeft {
	clear: left;
}
.clear {
	clear: both;
}

/* -----[ Printing ]-------------------------------------------------------------------------- */

@media print {
	body {
		font-size: 12pt;
	}
	#cRS, #cLS, #cTL, #cS, #cT, #cB, #cH, #cN {
		display: none;
	}
	#cPC {
			margin: 0px;
			padding: 0px 0px 20px 0px;
			border-top-style: none;
			border-left-style: none;
		}
		.layout1 #cPC /* 3 column layout */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
		.layout2 #cPC /* 2 column - left */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
		.layout3 #cPC /* 2 column - right */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
		.layout4 #cPC /* 1 column */
		{
			margin: 0px;
			padding: 0px 0px 20px 0px;
		}
}