/* 	[ 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: #ffffff url(/Templates/JonesFee/_images/back.gif) repeat-y top left;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper2
{
	background: url(/Templates/JonesFee/_images/back_head.gif) repeat-y top right;
	position: relative;
	padding: 1px 0px;
	margin: 0px;
	min-height: auto;
	width: 997px;
}
	* html #outerWrapper2
	{
		width: 980px;
	}
#outerWrapper {
	position: relative;
	background-color: #FFFFFF;
	width: 950px;
	margin: 42px 0px 0px 42px;
	border: 6px solid #FFFFFF;
}
#outerBorder
{
	border: 1px solid #D1D2D4;
}

	#mainWrapper {
		display: inline-block;
		width: 100%;
	}
	* html #mainWrapper {
		height: 1%;
		display: block;
	}

/* === [ header ] === */
#cH {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	width: 960px;
	z-index: 100;
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			padding: 0px;
		}
	
	/* === [ header banner ] === */
		#cB {
			position: relative;
			display: block;
			padding: 0px;
			margin: 0px 44px 0 0;
			float: right;
			width: 642px;
			height: 128px;
			z-index: 100;
			background: #9cb226;
		}
		* html #cB {
			margin: 0px 20px 0 0;
			float: right;
		}
		

/* === [ top  ] === */
#cT {
	position: relative;
	display: block;
	clear: both;
	width: 642px;
	height: 128px;
	margin: 18px 0px 0px 272px;
	z-index: 20;
}
* html #cT {
	width: 646px;
}


/* === [ main navigation ] === */
#cN {
	position: relative;
	display: block;
	clear: both;
	background: #FFFFFF;
	width: 642px;
	float: right;
	margin: 0px 32px 0px 0px;
	z-index: 500;
	height: 30px;
}
.Home #cN {
	margin: 0px 44px 0px 0px;
}
* html #cN {
	width: 642px;
	margin: 0px 14px 0px 0px;
}

* html .Home #cN {
	margin: 0px 20px 0px 0px;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
}
#cPCInner {
	margin: 0px 15px 0px 273px;
	height: 1%;
	display: block;
}

/* === [ Primary Container ] === */
#cPC {
	padding: 18px 8px 35px 0;
	min-height: 300px;
	display: block;
	background: url(/Templates/JonesFee/_images/back_Line.gif) repeat-x bottom left;
	z-index: 20;
}
.Home #cPC {
	position: relative;
	display: block;
	height: 1%;
	width: 410px;
	float: left;
	clear: none;
	padding: 35px 25px 35px 0;
}
 .Home .layout2 #cPC {
		margin: 0px 0px 35px 0px;
	}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0px 260px 35px 273px;
	}
	.layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0px 35px 35px 273px;
	}
	.layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0px 260px 35px 0px;
		padding: 32px 0px 35px 0px;
	}
	.layout4 #cPC /* 1 column layout */
	{
		margin: 0px 0 35px 0;
	}
	#cTR {
		display: block;
		height: 1%;
		width: 176px;
		float: left;
		clear: none;
		margin: 35px 0px 0 0px;
		padding: 0 0 0 24px;
		background: url(/Templates/JonesFee/_images/back_Line.gif) repeat-y top left;
	}

#cLS
{
	float: left;
	margin-left: -100%;
	width: 253px;
	padding: 35px 0px 35px 0px;
}
	.layout2 #cLS
	{
		padding: 18px 0px 35px 0px;
	}
/* === [ Right Side Column ] === */
#cRS 
{
	float: right;
	margin-left: -100%;
	width: 200px;
	min-height: 200px;
	height: 100%;
	padding: 0px 35px 35px 0px;
}


/* === [ footer ] === */
#cF {
	clear: both;
}

/* === [ copyRight ] === */
#cC {
	position: relative;
	clear: both;
	font-size: 80%;	
	font-weight: bold;
	height: 37px;
	width: 628px;
	margin: 0px 0px 0px 322px;
	padding: 0px 0px 0px 14px;
	color: #FFFFFF;
	background: #9cb226;
}
.cFText {
		margin: 10px 0px 0px 0px;
		float: left;
		clear: none;
		display: inline;
	}	
	#cC a
	{
		color: #FFFFFF;
	}
	#cC a:hover
	{
		color: #FFFFFF;
	}
	.cFIcon {
		float: right;
		clear: none;
		display: inline;
	}
#cC2  
{
	position: relative;
	clear: both;
	font-size: 80%;
	width: 628px;	
	margin: 6px 0px 35px 336px;
	padding: 0px;
}
	#cC2 a
	{
		color: #666666;
	}
	#cC2 a:hover
	{
		color: #999999;
	}
/* -----[ IE6 ]------------------------------------------------------------------------------- */

* html #cRS {
	margin-left: -240px;
}
*:first-child+html #cRS {
	margin-left: -240px;
}

/* -----[ 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;
		}
}