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

/* Zeroing out margins and Padding*/

html, body {
	padding:0px;
	margin:0px;
	border:0px;
}

/* Basic Centreing Styling*/

body {
	margin:10px 0px; padding:0px;
	text-align:center;
	}
	
#wrapper {
	position:relative;
	width:1024px;
	height: 1200px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	background: url(../images/backgrounds/background_wrapper.png);
	}
	
	
/* Body Background Style*/
body {
	background:url(../images/pumpkins_new-back.jpg);
}



/* Font Styling*/

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size:24px;
	text-align: left;
	}
h2 {
	font-size:18px;
	color: #993300;
	text-align: left;
	margin-bottom:3px;
	z-index: 5;
	
	}
h3 {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #996600;
	margin-bottom:3px;
	}
h4 {
	font-size:14px;
	}	
		
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #990000;
	text-align: left;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 5px;	
	}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: oblique;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 2px;
}






/* Content Layout*/

#navigation {
	position:absolute;
	padding-top: 150px;
	top:37px;
	left: 5px;
	width:250px;
	height: 750px;
	background:url(../images/backgrounds/nav_bgd3.png);
	background-repeat:no-repeat;
	background-position:top;
	z-index:2;
}

/* Logo Image at top of Navigation*/

#branding {
	position: absolute;
	background-image: url(../images/2011_kpf_logo_sml.png);
	width:198px;
	height:177px;
	top: 25px;
	left:35px;
	z-index:3;
	background-repeat:no-repeat;
}
	

#navigation ul {
	padding-top: 4px;
	list-style-type:none;
	}	

#navigation li {
	padding-top: 3px;
	padding-left: 15px;
	
	}

/*SubContent Stlying */

#sub_content {
	position: absolute;
	top: 45px;
	right: 14px;
	width: 208px;
	height: 350px;
}

.subcontenthead {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #996633;
	background-image: url(../images/backgrounds/Scroll.png);
	text-align: center;
	background-repeat: no-repeat;
	height: 38px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-position: center top;
	padding-top: 10px;

}

#sub_content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #400000;
	margin-left: 6px;
	margin-right: 6px;
	text-align:center;
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}


#sub_content ul {
		list-style-type:none;
		}
		
#sub_content a {
	color:#000000;
	list-style-image:none;
	padding-left: 30px;
	font-weight:bold;
	}
#sub_content a:hover {
	color: #990033;
	font-weight:bold;
	background-image: url(../images/backgrounds/leafsub.gif);
	padding-left: 30px;
	background-repeat:no-repeat
	}











/* Main Content*/

#content  {
	width:1024px;
	height: 1150px;
	margin-left: auto;
	margin-right: auto;
	border:double;
	border-color:#300;
	
}

#main_content {
	position: absolute;
	top:35px;
	left: 260px;
	width: 573px;
	height: 615px;
	z-index: 10;
	
}
	
/*Page Info Styling*/

#page_info{
	position: absolute;
	width: 150px;
	height: 82px;
	left: 45px;
	top: 540px;
	z-index:8;
}

#page_info p {
	font-size:12px;	
	text-align: center;
	color: #FFF;
	z-index: 6;
	
}





/* Links Stlyes*/




a:link {
	color: #FFFFFF;
	text-decoration: none;
	list-style-image: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	list-style-image:none;
}
a:visited {
	color: #999999;
	text-decoration: none;
	list-style-image:none;
}


#navigation a:link {
	color: #FFFF99;
	text-decoration: none;
	list-style-image:none;
	padding-left: 35px;
}

#navigation a:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration:none;
	list-style-image: none;
	background-image: url(../images/leaf_h.gif);
	background-repeat:no-repeat;
	padding-left: 35px;
	
}

#navigation a:visited {
	padding-left:35px;
	}


/*content_main Links Styles*/

#main_content a:link {
	color:#FF0000;
	}
#main_content a:hover {
	font-weight:bold;
	}




/* Background Graphic Item Styles*/

#image2 {
	position:absolute;
	width: 186px;
	height:187px;
	background-image:url(../images/backgrounds/pumpkinslowgif.gif);
	top: 55px;
	left: -145px;
	z-index: 0;
}
	
#image3 {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	bottom: -25px;
	background-image: url(../images/backgrounds/bottom_vines.png);
	background-repeat:no-repeat;
	width: 1078px;
	height: 386px;
	background-position:top;
	z-index:1;
	left: -8px;
}

#image4 {
	position:absolute;
	width: 175px;
	height:175px;
	background-image:url(../images/backgrounds/nav_vines.png);
	left: 45px;
	top: 764px;
	z-index:1;
	left: 34px;
}

#image5 {
	position:absolute;
	width:175px;
	height:175px;
	background-image:url(../images/backgrounds/right_side_vines.png);
	right: -125px;
	top: 533px;
	z-index:-2;
}

#extra1 {
	position: absolute;
	width:175px;
	height:175px;
	background-image: url(../images/backgrounds/top_right_vines.png);
	top:-35px;
	right:-152px;
}
.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.image {
	padding-right: 10px;
	padding-top: 10px;
}

