/* 	[ 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]--------------------------------------------------------------------- */



body
{
	background: #898a8c;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper
{
	position: relative;
	margin: 0px auto;
	width: 837px;
	padding:6px 21px 6px 21px;
	background-color: #FFFFFF;
}
	#mainWrapper {
		display: inline-block;
		background: url(/Templates/Hutchinson/_images/cLS_bkg.gif) no-repeat bottom left;
	}
	* html #mainWrapper {
		height: 1%;
		display: block;
	}

/* === [ header ] === */
#cH 
{
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	height: 110px;
	background: url(/Templates/Hutchinson/_images/cH_bkg.gif) no-repeat;
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: right;
			padding: 0px;
		}
	
	/* === [ header banner ] === */
		#cB 
		{
			padding: 0px;
			margin: 0px 0px 8px 0px;
		}

/* === [ top  ] === */
#cT {
	height: 20px;
	width: 100%;
	padding: 0px;
}

/* === [ main navigation ] === */
#cN 
{
	position: relative;
	height: 28px;
	width: 837px;
	background: #020306;
	height: 1%;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	z-index: 500;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
	display: block;
	z-index: 20;
}

/* === [ Primary Container ] === */
#cPC
{
	padding: 10px 10px 10px 10px;
	min-height: 300px;
	border: #00b4f1 1px solid;
	display: block;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0px 201px 0px 200px;
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 0px 0px 0px 200px;
		min-width: 607px;
	}
	.layout3 #cPC /* 2 column - home page */
	{
		margin: 0 200px 0 0;
	}
	.layout4 #cPC /* 1 column */
	{
		margin: 0 0 0 0;
	}


/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	margin-left: -100%;
	width: 191px;
	padding: 0px;
	min-height: 320px;
}
/* === [ Right Side Column ] === */
#cRS 
{
	float: right;
	margin-left: -100%;
	width: 191px;
}
/* === [ copyRight ] === */
#cC  
{
	color: #9e9e9e;
	font-size: 85%;
	padding: 10px 0px 4px 0px;
}


/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS
{
	margin-left: -192px;
}
*:first-child+html #cRS 
{
	margin-left: -192px;
}

/* -----[ 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;
		}
}