@charset "utf-8";
@import url("fonts_and_extras.css");
/* CSS Document */

*{margin:0; padding:0;}

body{
	background-image:url(../image_pres/body_bg.png);
	background-repeat:repeat-x;
	margin:0;
	padding:0;

	}
	
#wide_wrapper{
	clear:both;
	margin:0 auto;
	width: 1300px;
	position:relative;
	padding:0;
	}

#wrapper{
	width:980px;
	margin:0 auto;
	overflow:hidden;
	}

#left,#navigation,#contact,#links{width:290px;}
	#left{
	height:auto;
	float:left;
	}

	#navigation{
		height:407px;
		background:url(../image_pres/logomark.png);
		background-repeat:no-repeat;
		position:relative;
		}
		#kplogo{
		position:absolute;
		top:20px;
		left:155px;
		}
	
	#contact{
		height:140px;
		background-image:url(../image_pres/callout_highlight.png);
		background-repeat:no-repeat;
		}
		.map{
		margin:30px 10px 0 0;
		float:left;
		}
		.address{
		width:170px;
		float:right;
		margin:30px 0 0 0;
		}
		.phone{
		margin:10px 0 0 50px;
		float:left;
		clear:both;
		}
	
#links{
	background:#191919;
	position:relative;
	}
	#mission{
	color:#e2bce7;
	padding:30px;
	background:url(../image_pres/mission_bg.png) no-repeat;
	position:absolute;
	left: 296px;
	top: 14px;
	width: 323px;
	height: 341px;
	}
	.testimonials, blockquote{
		padding:10px;
		}

#right{
	width:690px;
	float:left;
	}

#header,#feature,#callout,{width:690px;}

#header{
	height:115px;
		}
		#header_tabs{
		height:28px;
		width:465px;
		position:relative;
		top:87px;
		left:220px;
		overflow:hidden;
		}
	
#feature{
	height:292px;
	background-image:url(../image_pres/feature_bg2.png);
	background-repeat:repeat;
	}

	
#callout{
	height:140px;
	}
	
#content{
	height:auto;
	background:#FFF;
	padding:15px 0px 0px 15px;
	overflow:hidden;
	position:relative;
	}
#jobs{
	height:700px;
	}
	
	
#column_wrap{
	overflow:hidden;
	}
	.left3column,.mid3column,.right3column{
		float:left;
		width:30%;
		padding:20px 10px 10px 10px;
		list-style-type:none;
		}
	.left2column, .right2colum{
		float:left;
		width:48%;
		padding:9px;
		}
	.left23column{
		width:64%;
		padding: 9px;
		float:left;
		}
	.onecolumn_blue{
		background:#eeeeee;
		padding:10px;
		clear:both;
		margin:15px auto;
		border:1px solid #eeeeee;
		overflow:hidden;
		}
	#utilities,#Miscellaneous,#brochures{
		}
	
#footer{
	height:100px;
	background:#000;
	clear:both;
	}
	.active{
	height:62px;
	padding:0 20px 0 20px;
	width:980px;
	margin:0 auto;
	background:url(../image_pres/active_bg.png);
	background-repeat:repeat-x;
	overflow:hidden;
	}

