
.organisation {
	background-color: rgb(237, 231, 214);
}

.organisation .logo
{
   width: 30%;
}
	
.organisation .details
{
    width: 68%;
}

.organisation .details .links, 
.organisation .details .links a,
.organisation .details .metrics-header
{
	color: rgb(45, 88, 140);
}



/***************************************************/

/*Make position:fixed work in IE6!*/ 
.fixed-top    /* position fixed Top    */
{
	position:fixed;
	bottom:auto;
	top:0px;
}

.fixed-bottom /* position fixed Bottom */
{
	position:fixed;
	bottom:0px;
	top:auto;
}

.fixed-left   /* position fixed Left   */
{
	position:fixed;
	right:auto;
	left:0px;
}

.fixed-right  /* position fixed right  */
{
	position:fixed;
	right:0px;
	left:auto;
} 

html 
{
	overflow: hidden;
}

#header
{
/*	position: fixed;
	top: 0%;*/
	width: 100%;
}

#content
{
	position: relative;
	top: 80px;
	overflow: auto;
	width: 100%;
	height: 100%;
}

#content .container
{
	overflow: visible;
}

#framework .page,
#framework .page-image
{
	padding-left: 0px;
	padding-right: 0px;
}

#framework .thumbs
{
	padding: 10px;
}

#framework .odd
{
	padding-left: 20px;
	padding-right: 0px;
}

#framework .even
{
	padding-left: 0px;
	padding-right: 20px;
}

#footer
{
/*	position: fixed;
	top: 100%; */
	width: 100%;
}

.navigation
{
}

.navigation .block-item
{
	top: 0px;
}

/**********************************************************/
/*	Tabs
/**********************************************************/	

	
	.tabs
	{
		height: 32px;
		line-height: 32px;
	}
	
	.tabs a
	{
		text-decoration: none;
		color: rgb(45, 88, 140);
		font-style: normal;
	}
	
	.tabs a:hover
	{
		text-decoration: underline;
	}
	
	.tabs .tab-off-first,
	.tabs .tab-off-end,
	.tabs .tab-off-last
	{
		background: url(images/tab_end.gif) no-repeat;
		height: 32px;
		width: 10px;
		float: left;
	}

	.tabs .tab-off-mid
	{
		background: url(images/tab_off_mid.gif) repeat-x;
		height: 32px;
		float: left;
		padding: 0px 30px;
	}
	
	.tabs .tab-on-first,
	.tabs .tab-on-left,
	.tabs .tab-on-right,
	.tabs .tab-on-last
	{
		background: url(images/tab_end.gif) no-repeat;
		height: 32px;
		width: 10px;
		float: left;
	}
	
	.tabs .tab-on-mid
	{
		background: url(images/tab_on_mid.gif) repeat-x;
		height: 32px;
		float: left;
		padding: 0px 30px;
		font-weight: bold;
	}

