/* 	[ 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]--------------------------------------------------------------------- */

* { margin: 0px; padding: 0px; }

body
{
	background:#FFFFFF url(/Templates/_images/back.gif) repeat-x scroll center top;
	font-family:Tahoma;
	font-size:11px;
	color:#000;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */
#mainWrapper {
	border-left:1px solid #DCEDF6;
	border-right:1px solid #DCEDF6;
	float:left;
	width:914px;
	background-color:#fff;
}
	.layout2 {
		width:915px;
	}
	
	.layout2 div#cPC {
		background:transparent url(/Templates/_images/inside-top-right.jpg) no-repeat scroll right top;
		margin:0 0 0 235px !important;
		padding-right:10px;
		padding-top:40px;
		width:650px;
	}
	
.layout2 div#cLS {
	background:transparent url(/Templates/_images/inside-top-left.jpg) no-repeat scroll  0 0;
	padding:0px;
	width:224px;
}
.layout2 .cLS-content {
	background:#DCEDF6;
	margin-top:60px;
	padding:15px;
	text-align:center;
	height:100%;
	float:left;
}
.layout2 .cLS-footer {
	background:#DCEDF6 url(/Templates/_images/left-bg.jpg) no-repeat scroll center bottom;
	height:128px;
	width:224px;
	float:left;
}
/* === [ wrappers to set width ] === */
#outerWrapper
{
	position: relative;
	margin: 0px auto;
	max-width:915px;
	min-width:760px;
	width: expression( document.body.clientWidth <= 780 ? "760px" : document.body.clientWidth > 915 ? "915px" : "100%" );
	/* Use set width for fixed */
	/* width: 760px; */
	background-color: none;
}
	#mainWrapper 
	{
		display: inline-block;
	}
		#mainWrapper a, #mainWrapper a:visited {
			color:#00225d;
			text-decoration:underline;
			font-weight:bold;
		}
		#mainWrapper a:hover {
			text-decoration:none;
			border:0px none !important;
		}
		#mainWrapper a.more {
			background:transparent url(/Templates/_images/link-arrow.gif) no-repeat scroll right 6px;
			border-bottom:1px solid;
			padding-right:18px;
			text-decoration:none;
		}
		
	* html #mainWrapper 
	{
		height: 1%;
		display: block;
	}

/* === [ header ] === */
#cH 
{
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	min-height: 100px;
	min-width: 760px;
	border-bottom: 1px solid #FFFFFF;
}

	/* === [ header - logo ] === */
		#cH .cLogo
		{
			float: left;
			padding: 0px;
		}
	
	/* === [ header banner ] === */
		#cB 
		{
			padding: 0px;
			margin: 10px;
			float: right;
		}
.cLogo {
	float:left;
	height:79px;
	margin-top:15px;
}
/* === [ top  ] === */
.wtop {
	background:#000000 url(/Templates/_images/top-bg.jpg) no-repeat scroll left top;
	border-bottom:1px solid #FFFFFF;
	height:100px;
	margin-bottom:5px;
}
#cT {

}


/* === [ main navigation ] === */
#cN 
{
	background:transparent url(/Templates/_images/nav-bg.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	clear:both;
	float:left;
	height:auto;
	margin:0 0 5px;
	padding:0;
	width:100%;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper
{
	float: left;
	width: 100%;
}

/* === [ Primary Container ] === */
#cPC
{
	padding: 20px;
	min-height: 300px;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 200px 0 180px;
	}
	.layout2 #cPC /* 2 column - inside */
	{
		margin: 0 0 0 180px;
	}
	.layout3 #cPC /* 2 column - home page */
	{
		margin: 0 200px 0 0;
	}
	.layout4 #cPC /* 1 column */
	{
		margin: 0 0 0 0;
	}


/* === [ Left Side Column ] === */
#cLS
{
	float: left;
	margin-left: -100%;
	width: 180px;
	padding: 10px;
}
/* === [ Right Side Column ] === */
#cRS 
{
	width: 200px;
	clear:right;
	float:right;
	margin-left:-100%;
	padding-top:10px;
	position:relative;
	right:0px;
	
}
*:first-child+html #cRS {
	right:24px !important;
}

/* === [ TopLeft Side Column ] === */
#cTL
{
}
/* === [ TopRight Side Column ] === */
#cTR 
{
}
/* === [ spare Container ] === */
#cS
{
}

/* === [ footer ] === */
#cF
{
	clear: both;
}

/* === [ copyRight ] === */
#cC  
{
	color: #000000;
	font-size: 80%;
	padding: 10px 0;
	background: #999999;
}
	#cC a
	{
		color: #333333;
	}
	#cC a:hover
	{
		color: #FFFFFF;
	}


/* -----[ HACKS ]------------------------------------------------------------------------------- */

* 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;
		}
}

	

div#cPC {
	background:transparent url(/Templates/_images/top-middle.png) no-repeat scroll right top;
	margin:0 0 0 235px !important;
	padding-right:10px;
	padding-top:40px;
	width:426px;
}

div#cLS {
	background:transparent url(/Templates/_images/left-top.jpg) no-repeat scroll  0 0;
	height:100%;
	padding:0px;
	width:224px;
}
.cLS-content {
	padding-left:30px;
	padding-top:40px;
}
div#cRS {
	background:transparent url(/Templates/_images/right-top.jpg) no-repeat scroll right top;
	padding:0px;
	width:224px;
}
.cRS-content {
	border-left:1px solid #DCEDF6;
	padding:0 10px;
	height:300px;
	margin-top:80px;
}
div#cF {
	background:transparent url(/Templates/_images/footer-bg.jpg) no-repeat scroll right top;
	height:122px;
	padding:0px;
	width:916px;
}

#cC {
	background:transparent none repeat scroll 0 0;
	color:#0099CC;
	font-size:96%;
	line-height:19px;
	padding:10px 0;
}
#cC a,#cC a:visited {
	color:#0099CC;
}
#cC a:hover {
	text-decoration:none;
}


.logout {
	margin-bottom:120px;
}
