/* 	[ 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.
		Currently there are three layout options available:
		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)*/

/* -----[ Main structure CSS]--------------------------------------------------------------------- */

* { margin: 0px;}

body
{
	background: #0079c2;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outer1 { 
	position: relative;
	margin: 0px auto;
	width: 998px;
	background: url(/Templates/Stellar/_images/wrapperLeft.gif) repeat-y top left;
}
#outer2 { 
	margin: 0;
	background: url(/Templates/Stellar/_images/wrapperRight.gif) repeat-y top right;
}
#outer3 { 
	position: relative;
	margin: 0px auto;
	width: 998px;
	height: 35px;
	background: url(/Templates/Stellar/_images/wrapperBottom.gif) no-repeat top left;
	z-index: 0;
}
#outerWrapper
{
	position: relative;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	width: 918px;
	z-index: 20;
}
#mainWrapper 
{
	display: inline-block;
	background: #FFFFFF url(/Templates/Stellar/_images/back_cPC.gif) repeat-x top right;
	border-top: #b9babb 1px solid;
	border-bottom: #000 10px solid;
	width: 918px;
	padding: 30px 0px 30px 0px;
	z-index:50;
}
* html #mainWrapper 
{
	height: 1%;
}
* html #mainWrapper 
{
	display: block;
}

/* === [ main navigation ] === */
#cNWrapper 
{
	position: relative;
	clear: both;
	background: #FFFFFF;
	margin: 0px auto;
	border-bottom: 2px solid #003161;
	background: url(/Templates/Stellar/_images/back_cN.gif) repeat bottom left;
	width: 918px;
	height: 34px;
}
	#cN {
		float: right;
	}

/* === [ header ] === */
#cHWrapper 
{
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	margin: 0px auto;
}
#cH 
{
	margin: 0px auto;
	width: 918px;
	background: url(/Templates/Stellar/_images/back_cH.gif) repeat-x top left;
	height: 114px;
}

	/* === [ header - logo ] === */
		#cH .cLogo
		{
			float: left;
			padding: 0px 0px 0px 0px;
		}
		/* === [ header banner ] === */
		#cB 
		{
			padding: 0px;
			margin: 12px 14px 0px 0px;
			float: right;
			width: 557px;
			display: block;
		}

/* === [ footer ] === */
#cF
{
	clear: both;
	padding: 0;
	background: url(/Templates/Stellar/_images/back_cF.gif) no-repeat top left;
	height: 62px;
}

/* === [ copyRight ] === */
#cC  
{
	padding: 0px 30px 20px 30px;
	font-size: 85%;
	margin: 0px auto;
	width: 918px;
	color: #FFFFFF;
	line-height: 1.6em;
	text-align: right;
}
	#cC a
	{
		color: #FFFFFF;
	}
	#cC a:hover
	{
		color: #fff;
	}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
}
/* === [ Primary Container ] === */
#cPC
{
	padding: 0px 30px;
	min-height: 300px;
	z-index: 100;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 240px 0 296px;
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 0 20px 0 296px;
	}
		* html .layout2 #cPC /* 2 column - inside */
		{
			margin: 0 20px 0 276px;
		}
	.layout3 #cPC /* 2 column - home page */
	{
		margin: 0 240px 0 20px;
	}

/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	margin-left: -100%;
	width: 236px;
	padding: 0px 30px 30px 30px;
	border-right: #b9babb 1px solid;
}
/* === [ Right Side Column ] === */
#cRS 
{
	float: right;
	margin-left: -100%;
	margin-right: 20px;
	padding: 0px;
	width: 200px;
}
	* html #cRS 
	{
		margin-right: 0px;
	}
/* === [ TopLeft Side Column ] === */
#cS
{
	background: #003366;
	width: 918px;
	padding: 10px 0 0 0;
}
/* === [ TopRight Side Column ] === */
#cTR 
{
}
	.layout2 #cTR /* 2 column - Home */
	{
		margin: 0 20px 0 310px;
	}
		* html .layout2 #cTR /* 2 column - Home */
		{
			margin: 0 20px 0 310px;
		}

/* -----[ HACKS ]------------------------------------------------------------------------------- */

* html #cRS
{
	margin-left: -220px;
}
*:first-child+html #cRS 
{
	margin-left: -220px;
}

/* -----[ 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;
		}
}