@CHARSET "UTF-8";


/*======== Assessment Panel =======*/
div#assessment-top-banner {
	width: 820px;
	height: 150px;
}

ul#assessment-navigations {
	position: relative;
	margin: 0;
	padding: 0;
	width: 820px;
	height: 40px;
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #E5E5E5;
}

ul#assessment-navigations > li {
	float: left;
	display: block;
	width: 410px;
	height: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

ul#assessment-navigations > li > a {
	display: block;
	width: 410px;
	height: 28px;
	padding-top: 12px;
	color: #cccccc;
	font-size: 10px;
	text-transform: uppercase;
}

ul#assessment-navigations > li > a.selected {
	color: #000;
	height: 26px;
	border-bottom: 2px solid #000;	
}

div#about-council-holder {
	padding-right: 20px;
}

div#about-international-holder {
	padding-right: 20px;
	margin-bottom: 30px;
}

div#about-council-holder > p {
	margin-bottom: 50px;
}

div.council-members-holder {
	overflow: hidden;
	zoom: 1;
}

div.council-members-left {
	float: left;
	display: block;
	width: 390px;
	margin-right: 20px;
}

div.council-members-right {
	float: left;
	display: block;
	width: 390px;
}
	
section.council-member {
	/*padding-bottom: 50px;*/
}
		
div.council-member-top {
	position: relative;
	display: block;
	width: 390px;
	height: 110px;
	margin-bottom: 20px;
	overflow: hidden;
	zoom: 1;
}
			
div.council-member-image {
	float: left;
	width: 110px;
	height: 110px;
}
			
div.council-member-info {
	position: relative;
	float: left;
	width: 280px;
	height: 110px;
}
				
div.council-member-info > header {
	position: relative;
	width: 260px;
	height: 110px;
	padding-left: 20px;
}

div.council-member-info > header > h3 {
	border: none;
	font-size: 20px;
	margin: 0 0 5px 0;
	padding: 0;
}

div.council-member-info > header > p {
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 1.0;
}

div.council-member-info > div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 280px;
	height: 25px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

a.council-read-link {
	display: block;
	width: 260px;
	height: 20px;
	padding-left: 20px;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
	background-image: url(../../img/about/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
}

a.council-read-link:hover {
	color: #fff;
	background-color: #000;
	
	background-image: url(../../img/about/arrow_down_on.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
}

a.council-read-close-link {
	display: block;
	width: 260px;
	height: 20px;
	padding-left: 20px;
	padding-top: 6px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
	background-image: url(../../img/about/arrow_up.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
}

a.council-read-close-link:hover {
	color: #fff;
	background-color: #000;
	
	background-image: url(../../img/about/arrow_up_on.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	-webkit-background-size: 10px 6px;
	background-size: 10px 6px;
}

p.council-profile {
	visibility: hidden;
	margin: 0;
	padding: 0;
}