/* 	[ 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]--------------------------------------------------------------------- */

* {
margin: 0;
padding: 0;
list-style: none;
}

a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}

body {
	background: #fff url(/Templates/_images/body_bg.jpg) repeat-x;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
	line-height: 16px;
	color: #808080;
}

p {
	margin: 0 0 22px;
}

a {
	text-decoration: underline;
	color: #ab882f;
}
a:hover { 
	text-decoration: none;
}

a img {border: none}

/* -----[ STRUCTURE]------------------------------------------------------------------------------ */

/* === [ wrappers to set width ] === */
#outerWrapper {
	width: 900px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	background: white;
}
	#wrapper {
		width: 800px;
		margin: 17px 50px;
	}
	#mainWrapper {
		clear: both;
	}
	
	/** html #mainWrapper {
		height: 1%;
		display: block;
	}*/

/* === [ header ] === */
#cH {
	margin-bottom: 15px;
}

	/* === [ header - logo ] === */
		#cH .cH_left {
			width: 64px;
			height: 79px;
			float: left;
		}
		#cH .cH_right {
			width: 736px;
			height: 79px;
			float: left;
			text-align: right;
			position: relative;
		}
			#searchBar {
				width: 198px;
				float: right;
				margin-top: 10px;
			}
		
/* === [ main navigation ] === */
#cN {
	
}

/* === [ Primary Container Wrapper ] === */
#cPCWrapper {
	
}

/* === [ Primary Container ] === */
#cPC {
	
}

.layout1 {
	
}
.layout2 {
	
}
	.layout2 #contentLeft {
		float: left;
		width: 258px;
		margin: 0 42px 0 90px;
	}
	.layout2 #contentRight {
		width: 410px;
		float: left;
	}
		.panels {
			margin-top: 10px;
		}
		
.layout3 {
	margin: 25px 0 0;
}
	.layout3 #contentLeft {
		width: 200px;
		float: left;
		margin-right: 45px;
	}
	.layout3 #contentMid {
		width: 310px;
		float: left;
		margin-right: 45px;
	}
	.layout3 #contentRight {
		width: 200px;
		float: left;
	}

.layout4 {
	
}
	.layout4 #contentLeft {
		float: left;
		width: 371px;
		margin: 0 90px;
	}
	.layout4 #contentRight {
		width: 247px;
		float: right;
		margin-right: 2px;
	}

.layout5 {
	
}
	.layout5 #contentLeft {
		float: left;
		width: 445px;
		margin: 0 31px 0 90px
	}
	.layout5 #contentRight {
		width: 232px;
		float: right;
	}

#spareContainer {
	margin: 8px 0;
}
#spareContainer2 {
	clear: both;
}

.paddedLeft  {
	margin-left: 90px !important;
}
	.paddedLeft h1 {
		padding-top: 8px;
	}

/* === [ footer ] === */
#footer {
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
	#footer .footer_left {
		text-align: right;
		float: left;
	}
		#footer_nav li {
			float: left;
			border-right: 1px solid #808080;
			line-height: 9px;
		}
		#footer_nav li.first a {
			padding-left: 0;
		}
		#footer_nav li.last {
			border-right: none;
		}
			#footer_nav li a {
				padding: 0 8px;
				color: #808080;
				font-size: 9px;
				line-height: 9px;
				text-decoration: none;
			}
			#footer_nav li a:hover {
				color: #ab882f;
				text-decoration: underline;
			}
	#footer .footer_right {
		font-weight: bold;
		float: right;
		width: 140px;
		text-align: right;
		font-size: 9px;
		line-height: 9px;
	}


.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
    }
	
   .clearfix 
   {
       display: inline-block;
   } 

    /* Hides from IE Mac \*/
    * html .clearfix 
    {
        height: 1%;
    }
   .clearfix 
   {
       display:block;
   }
    /* End Hack */ 


/* -----[ 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;
    }   
