/* 	[ 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: #d7e9af;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
/* === [ header ] === */
#cHWrapper {
	position: relative;
	display: block;
	clear: both;
	padding: 0px;
	width: 100%;
	height: 162px;
	max-width: 1700px;
	background: url(/Templates/_images/cHWrapper-bkg.gif) no-repeat top left;
	z-index: 400;
}
	#cH {
		display: block;
		margin: 0px auto;
		width: 893px;
		height: 167px;
		background: url(/Templates/_images/cH-bkg.gif) no-repeat top right;
	}
	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			width: 150px;
			
		}
	/* === [ header banner ] === */
		#cS {
			position: relative;
			display: block;
			clear: none;
			float: right;
			width: 710px;
			height: 115px;
			margin: 8px 10px 0px 10px;
		}
	/* === [ main navigation ] === */
		#cN {
			clear: none;
			float: right;
			height: 20px;
			padding: 0px 40px 0px 0px;
			width: 680px;
			z-index: 500;
		}
	#outerWrapper3 {
		position: relative;
		display: block;
		clear: both;
		padding: 0px;
		width: 100%;
		max-width: 1700px;
	}
	#outerWrapper2 {
		display: block;
		margin: 0px auto;
		width: 893px;
		background: #eff6e0 url(/Templates/_images/cLS-bkg.jpg) no-repeat bottom left;
	}
		#mainWrapper {
			display: inline-block;
			width: auto;
		}
		* html #mainWrapper {
			height: 1%;
			display: block;
		}

/* === [ Home Banner ] ===*/
#cB {
	padding: 0px;
	margin: 0px 0px 0 0;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
	z-index: 20;
}

/* === [ Primary Container ] === */
#cPC {
	padding: 20px;
	min-height: 300px;
	z-index: 20;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 210px 0 230px;
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 0 24px 0 230px;
	}
	.home .layout2 #cPC /* 2 column - inside */
	{
		margin: 0 20px 0 230px;
		padding: 20px 20px 20px 30px;
	}
	.layout3 #cPC /* 2 column - home page */
	{
		margin: 0 210px 0 0;
	}
	.layout4 #cPC /* 1 column */
	{
		margin: 0 0 0 0;
	}

/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 215px;
	min-height: 300px;
	padding: 15px;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 190px;
	min-height: 300px;
	padding-top: 10px;
}
/* === [ Unique Nav  ] === */
#cTWrapper {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	max-width: 1700px;
	padding: 0px;
	background: url(/Templates/_images/cTWrapper-bkg.gif) no-repeat bottom right;
}
	#cT {
		display: block;
		margin: 0px auto;
		width: 893px;
		padding: 0px 0px 0px 0px;
		text-align: right;
		background: #eff6e0 url(/Templates/_images/cT-bkg.jpg) no-repeat bottom left;
	}
/* === [ copyRight ] === */
#cCWrapper {
	position: relative;
	display: block;
	clear: both;
	height: 73px;
	width: 100%;
	max-width: 1700px;
	background: url(/Templates/_images/cCWrapper-bkg.gif) no-repeat bottom right;
}
	#cC {
		width: 893px;
		margin: 0px auto;
		color: #6a747c;
		font-size: 85%;
		text-align: right;
		height: 73px;
		background: url(/Templates/_images/cC-bkg.gif) no-repeat bottom left;
	}	
#cC2  {
	padding: 16px 0px 0px 0px;
}
	#cC2 a {
		color: #6a747c;
		text-decoration: none;
	}
	#cC2 a:hover {
		color: #7ac142;
	}


/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS
{
	margin-left: -210px;
}
*:first-child+html #cRS 
{
	margin-left: -210px;
}

/* -----[ 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;
		}
}