/* 	[ 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: 0px; }

body {
        background: #8e8d8e url('/Templates/_images/bg.gif') repeat-y top;
}

a img{
	border:none;
}

#mainWrapper{
    width:846px;
    position: relative;
    margin: 0 auto 0;
}

#cH{
    width: 100%;
    position: relative;
	background:#fff url('/Templates/_images/cH-bckg.gif') repeat-x top;
}

#cLogo{
    position: absolute;
    top: 0px;
    left:  0px;
}

#cB{
    position: relative;
    width: 412px;
    min-height:101px;
    margin-top: 8px;
    margin-right:0px;
    margin-left:auto;
    clear:both;
}

.leadershipnz #cB, .index #cB, .onecol #cB{
	background: url('/Templates/_images/cBanner.gif') no-repeat top right;
}

.forum #cB{
	background: url('/Templates/_images/forum-hdr.gif') no-repeat top right;
}

.skillsbank #cB{
	background: url('/Templates/_images/skillsbank-hdr.gif') no-repeat top right;
}

.programme #cB{
	background: url('/Templates/_images/leadership-programme-hdr.gif') no-repeat top right;
}

#cNWrapper{
    position: relative;
    margin: 0px 0px 0;
    text-align: center;
    font-size:120%;
}

#cN_left{
    width: 24px;
    min-height: 45px;
    background: url('/Templates/_images/nav_left.gif');
    clear: left;
    float: left;

}

#cN{
    background: url('/Templates/_images/nav.gif') repeat-x;
    min-height: 30px;
    margin: 0 23px 0 0;
    padding-top: 10px;
    clear: none;
}

#cN_right{
    position: absolute;
    width: 35px;
    min-height:45px;
    background: url('/Templates/_images/nav_right.gif');
    top: 0px;
    right: 0px;
}

#contentWrapper{
    position: relative;
    clear: both;
}

#leftwrapper{
    width:570px;
    position: relative;
    float: left;
    padding-left:33px;
	}


#cT{
     min-height:0px;
     padding:0 0 35px 0;
     width:570px;
}
.content #cPC{
    width: 589px;
    margin: 0 auto 0;
    padding: 0 20px 0 0;
}

.onecol #cPC{
	width: 776px;
    margin: 0 auto 0;
    padding: 0 20px 0 0
}

#rightwrapper{
    position: relative;
    width: 220px;
    float: right;
    padding-right:10px
}
#cTR{
	min-height:0px
}

#cRS-top{
	height:7px;
	background:url('/Templates/_images/cRS-top-btm_03.gif') left top no-repeat;
}


#cRS{
    background-image:url('/Templates/_images/cRS-bcgk_07.gif');
    padding: 0 2px 0 7px;
    margin-bottom: 2px;
}

#cRS .PageList, #cRS .DocumentLibraryDocumentList, #cRS .CategoryList{
/*	padding:0 0 20px 0;*/
}


#cRS-btm{
	height:7px;
	background:url('/Templates/_images/cRS-top-btm_06.gif')  left top no-repeat;
}



.onecol #cRS{
	position:absolute;
	visibility:hidden;
	overflow:hidden;
	
}

.index #cRS{
	background-image:url('/Templates/_images/cRS-bcgk_07.gif');
	margin-top:2px;
}

.forum #cRS{
	background-image:url('/Templates/_images/cRS-forum-bcgk.gif');
	margin-top:10px;
}



.skillsbank #cRS{
	background-image:url('/Templates/_images/cRS-skillsbank-bcgk.gif');
	margin-top:10px;
}

.programme #cRS{
	background-image:url('/Templates/_images/cRS-programme-bcgk.gif');
	margin-top:10px;
}

#cF{
    position:relative;
    width: 846px;
    min-height: 145px;
    clear: both;
	margin: 0 auto 0;
}

#cC{
    position: relative;
    width: 846px;
    clear: both;
    margin: 8px auto 0;
    color: #9c9c9c;
    text-align:center;
}



/* -----[ Printing ]-------------------------------------------------------------------------- */

@media print {
	body {
		font-size: 12pt;
	}
	#cRS, #cLS, #cTL, #cS, #cT, #cB, #cH, #cN {
		display: none;
	}


/*-- [For the lite editor] -------------------------------------------------------------------------*/

    .reTool .LSImageUpload {
        background-position: -366px -6px;
    }   
    .reTool .LSDocumentUpload {
        background-position: -186px -6px;
    }   
    .reTool .LSCreateExternalLink {
        background-position: -666px -6px;
    }   