@charset "utf-8";
/* CSS Document */

/* ---------------------------------------------------- */
/*    GLOBAL STYLES - APPLIES TO ALL SCREEN SIZES       */
/* ---------------------------------------------------- */


/* ---------------------- REDEFINE TAG DEFAULTS ------------------------------ */
body {
	background-color: #ffffff;
/*	background-image:url(images/kf_bg.png);
	background-position: center top;
	background-repeat: repeat-y;
*/	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	height:auto;
	max-width:100%;
}

video {
	height:auto;
	max-width:100%;
}

audio {
	height:auto;
	max-width:100%;
}

hr {
	height:1px;
	color:#000;
	width:100%;
}

li {
	padding-bottom: 3px;
}




a, a:visited {color:#00F; text-decoration: underline;}

a:hover {color:#F00; text-decoration: underline;}

h1 {font-size:30px; margin: 0px 0px 0px 0px;}

h2 {font-size:26px; margin: 0px 0px 0px 0px;}

h3 {font-size:22px; margin: 0px 0px 0px 0px;}

h4 {font-size:18px; margin: 0px 0px 0px 0px;}

h5 blockquote {font-size:16px; margin: 0px 0px 0px 0px;}

h6 {font-size:14px; margin: 0px 0px 0px 0px;}

p {
	font-size:16px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}


/* ---------------------- CONTAINERS ------------------------------ */

#Header {
	width:940px;
	width:100%;
	max-width: 100%;
	text-align: center;
	background-image:url(images/kf_logo_v1_background.jpg);
	background-repeat: repeat-x;
	background-size:contain;
	padding-bottom: 5px;
}
#Header a, #Header a:visited {
	padding: 10px;
	display: inline-block;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFF;
}
#Header a:hover {
	color: #FF0;
}


#Content {
	max-width: 820px;
	padding-top: 10px;
}


#ContactBox {
	width: 90%;
}

#HorizontalList span {
	display: inline-block;
}

#Footer {
	max-width: 820px;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
}
#Footer span {
	display: inline-block;
}



/* -------------------- testimonial styles --------------------------------------*/

.TestimonialBox {
	width:100%;
}
.TestimonialComment {
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: block;
}
.TestimonialSignature {
	margin-top: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 30px;
	display: block;
	font-weight: bold;
	font-style: italic;
}



.SmallText {
	font-size: 12px;
}

.NormalHeadline {
	font-size: 18pt;
}
