/* Stylesheet for governance pages */

@import url('/parts/style-mobile.css') (max-width: 480px);

#topmenu a[href="/governance/"] {
	background: orange url(/parts/topmenu-hover.jpg) top repeat-x;
	}

#logobar {
	width: 490px;
	height: 140px;
	margin: auto;
	}
	#logobar a {
		width: 64px;
		height: 64px;
		padding: 3px;
		float: left;
		}
		#logobar a:nth-child(8) {
			margin-left: 35px;
			}
	#logobar img {
		width: 60px;
		height: 60px;
		background: #fff;
		padding: 2px;
		}

.signature {
	width: 50%; 
	float: left; 
	padding-top: 4em;
	}

#personnel li {
	clear: right;
	}
#personnel img {
	width: 75px;
	height: auto;
	margin-bottom: 10px;
	}
#personnel li:first-line {
	font-weight: bold;
	}
