/* 	[ 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
{
	margin: 0px 15px;
	background: #026CA5;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper
{
	position: relative;
	margin: 0px auto 20px auto;
	width: 960px;
	background-color: #F4F7FA;
}
	#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 */
/* === [ top  ] === */
#cT {
	position: relative;
	display: block;
	clear: both;
	height: 1%;
	width: 100%;
	padding: 0px;
	text-align: right;
}

/* === [ header ] === */
#cH 
{
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	height: 1%;
	background: #FFFFFF url(/Templates/_images/back_cT.jpg) repeat-x bottom right;
	border: 2px solid #FFFFFF;
}

	/* === [ header - logo ] === */
		#cH .cLogo
		{
			float: left;
			width: 260px;
			clear: none;
			padding: 0px;
		}
	
	#cH .cLogo2
		{
			float: left;
			clear: none;
			width: 167px;
			padding: 0px;
		}
		#cH .cLogo2B
		{
			width: 330px;
			padding: 0px;
		}
/* === [ main navigation ] === */
#cN 
{
	position: relative;
	display: block;
	clear: both;
	height: 1%;
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #FFFFFF;
	background: url(/Templates/_images/back_cN.gif) repeat bottom;
	z-index: 2000;
}

/* === [ Banner banner ] === */
#cB {
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	background: #026CA5 url(/Templates/_images/back_cHomeB.gif);
}
/* === [ Banner banner ] === */
#cS {
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC
{
	min-height: 300px;
	background: url(/Templates/_images/back_cF.jpg) repeat-x top;
	padding: 15px 15px 50px 15px;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 175px 0 239px;
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 0 0 0 239px;
	}
	.layout3 #cPC /* 2 column - home page */
	{
		margin: 0 175px 0 0;
	}
	.layout4 #cPC /* 1 column */
	{
		margin: 0 0 0 0;
	}


/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	margin-left: -100%;
	background: url(/Templates/_images/back_cF.jpg) repeat-x top;
	padding: 22px 15px 15px 15px;
	width: 209px;
}
/* === [ Right Side Column ] === */
#cRS 
{
	float: right;
	margin-left: -100%;
	width: 145px;
	background: url(/Templates/_images/back_cF.jpg) repeat-x top;
	padding: 22px 15px 15px 15px;
}

/* === [ footer ] === */
#cF
{
	position: relative;
	font-size: 85%;
	clear: both;
	padding: 10px 10px;
	background: #F4F7FA url(/Templates/_images/back_cF.jpg) repeat-x top left;
	border: 2px solid #FFFFFF;
	border-bottom-style: none;
}

/* === [ copyRight ] === */
#cC  
{
	position: relative;
	clear: both;
	display: block;
	font-size: 85%;
	padding: 0px 10px 10px 10px;
	background: #F4F7FA;
	border: 2px solid #FFFFFF;
	border-top-style: none;
}
	#cC a
	{
	}
	#cC a:hover
	{
	}


/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS
{
	margin-left: -175px;
}
*:first-child+html #cRS 
{
	margin-left: -175px;
}

/* -----[ 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, #cF, #cC {
		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;
		}
}