/* 	[ 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 - 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: #fff url(/Templates/ChrisJolly/_images/body.jpg) repeat-x top left;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper {
	position: relative;
	width: 100%;
}
#outer {
	position: relative;
	margin: 0px auto;
	width: 952px;
}
	#mainWrapper:after{
       content: "."; 
       display: block; 
       height: 0; 
       font-size: 0;           
       clear: both; 
       visibility: hidden;
    }
          #mainWrapper {
             display: inline-block;
             width: 100%;
             height: auto;
                }
    /* Hides from IE Mac \*/
    * html #mainWrapper {
       height: 1%; }
    #mainWrapper {
       display: block; }
    /* End hide from IE-mac */


/* === [ header ] === */
#cH {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	height: 538px;
	width: 952px;
	background: url(/Templates/ChrisJolly/_images/cH.jpg) no-repeat top left;
	z-index: 200;
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			padding: 0px;
			width: 358px;
			height: 132px;
		}
	
	/* === [ header banner ] === */
		#cT {
			display: block;
			padding: 0px;
			margin: 10px 0 10px 10px;
			float: right;
			width: 400px;
			height: 20px;
		}

/* === [ top  ] === */
#cB {
	display: block;
	clear: both;
	width: 952px;
	padding: 0px;
	height: 290px;
}

/* === [ main navigation ] === */
#cN {
	display: block;
	clear: both;
	height: 40px;
	margin: 1px 0 0 0;
	*margin: 0 0 0 0;
	z-index: 200;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC {
	padding: 20px;
	min-height: 300px;
	display: block;
	z-index: 20;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 218px 0 288px;
	}
	.home .layout1 #cPC /* 3 column layout */
	{
		margin: 0 218px 0 288px;
		padding: 20px 8px 20px 0;
		*padding: 20px 8px 20px 10px;
	}
	.layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 288px;
	}
	.layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0 200px 0 0;
	}
	.layout4 #cPC /* 1 column layout */
	{
		margin: 0 0 0 0;
	}


/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 288px;
	padding: 0px 10px 0 0;
	z-index: 40;
}
.home #cLS {
	background: url(/Templates/ChrisJolly/_images/cLS-home.gif) no-repeat bottom left;
	padding: 16px 10px 0 0;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 218px;
	padding-top: 10px;
	z-index: 40;
}
/* === [ TopLeft Side Column ] === */
#cTL {
}
/* === [ TopRight Side Column ] === */
#cTR {
}
/* === [ spare Container ] === */
#cS {
}

/* === [ footer ] === */
#cCwrapper {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	overflow: auto;
	background: #d4d6d4;
}
#cCinner {
	margin: 0 auto;
	width: 952px;
	padding: 25px 0 0 0;
}

#cF {
	clear: none;
	width: 782px;
	float: right;
}

/* === [ copyRight ] === */
#cC {
	color: #00301a;
	font-size: 1.1em;
	padding: 40px 0 10px 0;
	width: 170px;
	float: left;
	clear: none;
}
	#cC a {
		color: #00301a;
	}
	#cC a:hover {
		color: #666;
	}


/* -----[ IE6 ]------------------------------------------------------------------------------- */

* html #cRS {
	margin-left: -218px;
}
*:first-child+html #cRS {
	margin-left: -218px;
}

/* -----[ 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;
		}
}