@charset "utf-8";


.organisations #body .content #banner { /* Banner is 12 columns across using 20 pixel gaps based on a 12 column, 20 pixel gap/gutter */
	height:170px;
	background:transparent url('images/banner_organisations.jpg') no-repeat top left;		
}


.org .icon {
	height:51px;
	width:51px;
	background:transparent url('images/icon_cyclegray.gif') no-repeat top left;			
	float:left;
	margin-right:10px;
	display:inline-block;
}
.org .txt {
	float:left;
	width:220px;
	display:inline-block;
}
.org .txt .orgtotalstaff {
	font-size:0.9em;
}
.org .txt .orgname {
	font-weight:bold;
}
.org .txt div.orgtotalstaff {
	display:none;
}

.org {
	border-bottom:dotted 1px #999999;
	margin-bottom:12px;
	height:60px;
}

.orglist {
	width:300px;
	/*afloat:left;*/
	display:inline-block;
	margin-top:28px;
}

.orgoptions {
	display:inline-block;
	width:125px;
	float:left;
	padding-right:10px;
}
.orgoptions h3 {
	margin-bottom:2px;
}
.orgoptions h3 img{
	display:none;
}

.orgoptions a,.orgoptions a.sel {
	cursor:pointer;
	display:block;
	margin-bottom:3px;
	text-align:center;
	color:#ffffff;
	text-decoration:none;
	padding:2px;
	font-weight:bold;
	font-size:0.9em;	
	background:#ababab url('images/butbg_gray.gif') repeat-x top left;
	border:solid 1px #999999;
}
.orgoptions a.sel {
	background:#faaf3b url('images/butbg.gif') repeat-x top left;
	/*background:transparent url('images/butbg.gif') repeat-x top left;		*/
	color:#ffffff;
	border:solid 1px #f37c18;	
}
.orgoptions a:hover {
	background:#faaf3b url('images/butbg_orange.gif') repeat-x top left;
}