/* 	[ 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]--------------------------------------------------------------------- */

* { -moz-outline-style: none;
	outline-syle: none;
	outline-width: 0px;
	outline-color: -moz-use-text-color;
	margin: 0px;
}

body {
	background: #ffffff url(/Templates/_images/body.gif) repeat-x top left;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper {
	position: relative;
	margin: 0px auto;
	width: 962px;
	padding: 0 7px;
}
	#mainWrapper:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
    }
    #mainWrapper {
		display: inline-block;
		width: 100%;
		height: auto;
		padding: 7px;
		background: #FFFFFF url(/Templates/_images/mainwrap.gif) no-repeat top left;
    }
    /* Hides from IE Mac \*/
    * html #mainWrapper {
       height: 1%; }
    #mainWrapper {
       display: block; }
    /* End hide from IE-mac */
	
/* === [ header ] === */

#cHwrapper {
	margin: 0px auto;
	width: 985px;
	padding: 0;
}
#cH {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	height: 118px;
	z-index: 200;
}

/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			padding: 0px;
			width: 287px;
			clear: none;
		}
	/* === [ header banner ] === */
		#cT {
			position: relative;
			display: block;
			padding: 0px;
			margin: 10px 0 10px 0;
			float: right;
			width: 590px;
			clear: none;
			z-index: 1000;
		}

/* === [ top  ] === */
#cB {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	padding: 0;
	float: left;
}

/* === [ main navigation ] === */
#cN {
	clear: none;
	float: right;
	width: 650px;
	height: 39px;
	margin-top: 31px;
	z-index: 200;
	background: url(/Templates/_images/cN-right.gif) no-repeat top right;
}


/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC {
	padding: 60px 20px 20px 65px;
	display: block;
	background-color: #FFFFFF;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 200px 0 180px;
	}
	.layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 237px;
		border: #dfdfe0 1px solid;
		padding: 60px 40px 20px 65px;
	}
	.layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0 200px 0 0;
	}
	.layout4 #cPC /* 1 column layout */
	{
		margin: 0 0 0 0;
		padding: 0px;
	}
	#cA {
	padding: 0px 20px 20px 65px;
	display: block;
	background-color: #FFFFFF;
}
	.layout2 #cA /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 237px;
	}


/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 230px;
	padding: 0px;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 200px;
	padding-top: 10px;
}
#cSWrapper:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
    }

#cSWrapper {
	display: inline-block;
	width: 942px;
	height: auto;
	clear: both;
	padding: 0px 0 10px 16px;
	margin-top: 5px;
	background: #f3f3f3 url(/Templates/_images/cSwrap.gif) repeat-x top left;
}
#cS {
	width: 430px;
	float: left;
	clear: none;
	margin-right: 20px;
	padding-top: 15px;
	display: inline;
}
/* === [ TopLeft Side Column ] === */
#cTL {
	width: 240px;
	float: left;
	clear: none;
	padding-top: 15px;
	display: inline;
}
/* === [ TopRight Side Column ] === */
#cTRT {
	width: 239px;
	float: right;
	clear: none;
	display: inline;
	padding-bottom: 20px;
	background: url(/Templates/_images/cTRT.gif) no-repeat bottom right;
}
/* === [ TopRight Side Column ] === */
#cTR {
	width: 215px;
	float: right;
	clear: none;
	padding-top: 10px;
	margin-right: 10px;
	display: inline;
}

/* === [ footer ] === */

#cFwrapper {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #525054 url(/Templates/_images/cFwrap.gif) repeat-x top left;
}
#cFinner {
	position: relative;
	margin: 0px auto;
	width: 944px;
	display: block;
	padding: 70px 0 0 0;
	clear: both;
	height: 1%;
	margin-bottom: -1px;
}
#cF {
	width: 690px;
	float: left;
	clear: none;
	display: inline;
}
#cFR {
	width: 250px;
	float: right;
	min-height: 200px;
	clear: none;
	display: inline;
}
#cFBwrapper {
	clear: both;
	display: block;
	float: none;
	text-align: right;
	height: 65px;
	padding: 0;
	width: 585px;
	margin-top: 30px;
	margin-left: 380px;
	background: url(/Templates/_images/cFB-right.gif) no-repeat bottom right;
}
#cFB {
	text-align: right;
	height: 65px;
	width: auto;
	margin: 0 18px 0 0;
	background: url(/Templates/_images/cFB-left.gif) no-repeat bottom left;
}

/* === [ copyRight ] === */
#cC {
	position: relative;
	margin: 0px auto;
	width: 976px;
	color: #666;
	font-size: 0.9em;
	padding: 10px 0;
}
	#cC a {
		color: #666;
	}
	#cC a:hover {
		color: #000;
	}


/* -----[ IE6 ]------------------------------------------------------------------------------- */

* html #cRS {
	margin-left: -200px;
}
*:first-child+html #cRS {
	margin-left: -200px;
}

/* -----[ 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;
		}
}


/*-- [For the lite editor] -------------------------------------------------------------------------*/

    .reTool .LSImageUpload {
        background-position: -366px -6px;
    }   
    .reTool .LSDocumentUpload {
        background-position: -186px -6px;
    }   
    .reTool .LSCreateExternalLink {
        background-position: -666px -6px;
    }   
