/* 	[ 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;
}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper {
	position: relative;
	margin: 0px auto;
	width: 955px;
	background-color: #FFFFFF;
}
	#mainWrapper:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
    }
    #mainWrapper {
		display: inline-block;
		width: 100%;
		height: auto;
		margin-top: 27px;
    }
    /* Hides from IE Mac \*/
    * html #mainWrapper {
       height: 1%; }
    #mainWrapper {
       display: block; }
    /* End hide from IE-mac */

#RequestFormIframe {
	padding: 0px 0px;
}
/* === [ header ] === */
#cH {
	position: relative;
	display: block;
	padding: 0px;
	clear: both;
	min-height: 100px;
	width: 955px;
	background: url(/Templates/_images/cH.gif) no-repeat top left;
	z-index: 200;
}

	/* === [ header - logo ] === */
		#cH .cLogo {
			float: left;
			padding: 0px;
			width: 304px;
			clear: none;
			display: inline;
		}
	
	/* === [ header banner ] === */
		#cT {
			padding: 7px 0px 6px 0;
			margin: 43px 0 15px 0;
			float: right;
			/*background: url(/Templates/_images/cT.gif) no-repeat top right;*/
			width: 384px;
			height: 66px;
			clear: none;
		}

/* === [ top  ] === */
#cB {
	display: block;
	clear: both;
	float: left;
	padding-bottom: 30px;
	margin: 0 11px 0 0;
	background: url(/Templates/_images/cB-imgBttm.gif) repeat-x bottom left;
}

/* === [ main navigation ] === */
#cNwrapper {
	background: url(/Templates/_images/secondnav.gif) no-repeat bottom left;
}
#cN {
	position: relative;
	display: block;
	clear: both;
	z-index: 200;
}
#cNB {
	position: relative;
	display: block;
	clear: both;
	z-index: 20;
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	float: left;
	width: 100%;
}
#cPCinner {
	border-right: #cbd8e3 1px solid;
	margin: 0 226px 0 0;
}
#cTabTop {
	position: relative;
	display: block;
	clear: both;
	margin: 0 241px 20px 0 ;
}

/* === [ Primary Container ] === */
#cPC {
	padding: 30px;
	min-height: 100px;
	display: block;
}
	.layout1 #cPC /* 3 column layout */
	{
		margin: 0 200px 0 180px;
	}
	.layout2 #cPC /* 2 column layout (left column #cLS) */
	{
		margin: 0 0 0 180px;
	}
	.home .layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0 0 0 0;
		padding: 0px 0px 20px 0;
		border: none;
	}
	.layout3 #cPC /* 2 column layout (right column #cRS) */
	{
		margin: 0 241px 20px 0;
		border: #cbd8e3 1px solid;
	}
	.layout4 #cPC /* 1 column layout */
	{
		margin: 0 0 0 0;
	}
	
#RequestFormIframe #cPC {
	padding: 20px;
}


/* === [ Left Side Column ] === */
#cLS {
	float: left;
	margin-left: -100%;
	width: 180px;
	padding: 10px;
}
/* === [ Right Side Column ] === */
#cRS {
	float: right;
	margin-left: -100%;
	width: 214px;
	padding: 4px 0px 30px 0px;
	min-height: 633px;
	background: url(/Templates/_images/cRS.gif) no-repeat top right;
}
.home #cRS {
	width: 194px;
	padding: 4px 10px 30px 10px;
}

/* === [ footer ] === */

#cFWrapper {
	background: #002555 url(/Templates/_images/cF.gif) repeat-x top left;
}
#cFWrap2 {
	background: url(/Templates/_images/cF-2.gif) no-repeat top left;
}
#cFinner:after {
		content: ".";
		display: block;
		height: 0;
		font-size: 0;
		clear: both;
		visibility: hidden;
    }
#cFinner {
	position: relative;
	margin: 0px auto;
	width: 955px;
	display: block;
	padding: 45px 0 20px 0;
	text-align: center;
}
#cF {
	clear: both;
	
}

/* === [ copyRight ] === */
#cC {
	color: #619fda;
	font-size: 0.9em;
	padding: 10px 0;
}
	#cC a {
		color: #fff;
		text-decoration: none;
	}
	#cC a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

/* ========================================= [ CONTENT TABS ] ================================================================ */
	
	/* Surrounding DIVs */
#panelContainer {
	margin: 0px 0 0 0;
	padding: 0px;
	position: relative;
}

#cTabs {
	margin: 0px 0 0 0;
	padding: 0px;
	position: relative;
}
	/* 3 column layout - Must match cPC */
	.layout3 #panelContainer {
		margin: 0px 241px 30px 0;
		padding: 30px;
		border: #cbd8e3 1px solid;
	}

.layout3 #cTabs {
		margin: 20px 241px 0 -40px;
	}
/* Surrounding DIV */
#tabContainer {
}

/* List Styles */
#tabContainer ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#tabContainer li {
	float:left;
	padding: 0px;
	margin: 0px 0px 0 0;
	list-style-type: none;
}
#tabContainer ul li {
	float:left;
	padding: 0px 0 0 0;
	margin: 0px 0 0 0px;
	list-style-type: none;
}
#tabContainer li a {
	text-decoration: none;
}
	#tabContainer li a span {
		display: block;
		color: #436077;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		width: 106px;
		background: url(/Templates/_images/Tabs-off.gif) no-repeat bottom center;
		cursor: default;
		text-align: center;
		padding: 5px 2px 3px 2px;
	}
	
	#tabContainer li a.tabs_on span {
		background: url(/Templates/_images/Tabs-on.gif) no-repeat bottom center;
		text-align: center;
		padding: 5px 2px 3px 2px;
		cursor: default;
		color: #FFFFFF;
	}
	

/* ========================================= [ END CONTENT TABS ] ================================================================ */

/* -----[ IE6 ]------------------------------------------------------------------------------- */

* html #cRS {
	margin-left: -214px;
}
*:first-child+html #cRS {
	margin-left: -214px;
}

/* -----[ 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;
		}
}
