@charset "utf-8";
/* Stylesheet for KCC Missions */

html {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	padding: 0;
	margin: 0;
}

div#menu {
	display: none;
}

div.header {
	display: none;
}

div.shadow {
	width: auto;
	z-index: 0;
	background: #fff;
}

div.wrapper {
	width: auto;
	background: #ffffff;
}

div#content {
	width: auto;
	padding: 0 25px 30px 25px;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
}

div.footer {
	height: 94px;
	width: auto;
	margin: 0 auto;
	background: url('../images/shadow-bottom.png') top center no-repeat;
	text-align: center;
	color: #bbb;
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
}

div#mission-bio-panels {
	width: auto;
	background: #224055;
	margin: 18px 0 0 -10px;
	padding: 7px 0 1px 0;
	-moz-border-radius: 8px;
}

div#mission-bio-panels div {
	width: auto;
	border: solid 1px #aaa;
	margin: 0 auto 6px auto;
	background: #fff;
}

div.CollapsiblePanelTab {
	width: auto;
}
