@charset "UTF-8";
/* CSS Document */

		#bottom_container {
				clear: both;
				width: 825px;
				margin-left:auto;
				margin-right:auto;
			}

		h1 span {
				color: #ffffff;
				font-size: 20px;
				font-weight: normal;
				margin: 5px 5px 5px 0;
				text-align: left;
			}

		.description {
			font-size: 12px;
			line-height: 18px;
			color: #ffffbe;
			padding: 5px 0 15px 0;
		}	

		pre {
		  	font-size: 11px;
		  	padding: 10px;
		  	background: #000000;
		  	overflow: auto;
			margin: 10px 0 10px 0;
		}

		code {
		  	color: #ffffff;
		  	background: #000000;
		  	font-family: Monaco, Courier, monotype;
		}
			
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 805px;
			background: #E9E8E3;
			padding: 0 10px 0 10px;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			color: #000000;
			border: 1px solid #CCCCCC;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background: url(../images/north_kc_history/active_btn.jpg) repeat-x;
			color: #ffffff;
			border: 1px solid #C80A0A;
		}
		
		.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
			font-size:10pt;
				line-height: 12pt;
				padding: 5px 10px 0 10px;
			}

