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

/* Reset 
----------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}


body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color:#7f6d7d;
	font-size: 62.5%;
	color: #330033;
}


/* h1, h2,h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, b, i, u, strike {  */
h1,h2,h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong,  u, strike {
	font-style: normal;
	line-height: 1.125;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
}
p	{
	font-size: 1.4em;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	font-weight: bold;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.4em;
	font-style: italic;
	text-align: center;
}
h6 {
	font-size: 1.1em;
	font-style: normal;
	text-align: center;
}
ol		{
	list-style:none;
	font-size: 1.2em;
}
ul		{
	list-style:circle;
	font-size: 1.2em;
}
a:link 	{
	color: #330033;
	font-size: inherit;
	text-decoration: none;
}
 a:visited	{
	color: #330033;
	font-size: inherit;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: none;
	background-color: #bfa4bb;
}


		  

/* Global 
------------------------------------------------------------- */




/* Containers 
------------------------------------------------------------ */

#wrapper 			{
	width: 67.1em;
	margin: auto;
	font-size: 1.2em;
	background-color: #fcfefc;
	}
#content-wrapper 	{
	padding: 0em;
	margin: 0em 3em 3em 3em;
	float:left;
}
#heading {
	background-image: url(images/KF_header.gif);
	height: 18.5em;
}
#header-text {
	height: 19em;
	width: 50em;
	line-height: 1;
	left: 0em;
	top: 0em;
	text-align: center;
	margin-left: 12em;
	/* padding-top: .5em; */
}
.header {
	font-family: Candara, Verdana, "Helvetica Neue *", Arial, sans-serif;
	font-size: 2.4em;
	text-align: center;
	font-weight: normal;
}
.header-phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	left: 11em;
}
.header-address {
	font-size: 1.4em;
	text-align: center;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.header-slogan {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	font: Arial;
}



#navcontainer {
	clear:both;
	width:100%;
	background-color:#bfa4bb;
	margin-bottom:0em;
	padding:1em 0;
	overflow: visible;
	height: 2.5em;
	margin-top: oem;
}
#navcontainer-inner {
	clear:both;
	width:54%;
	overflow: visible;
	margin-top: 0em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: oem;
}
#footer		{
	clear:both;
	width:100%;
	background-color:#bfa4bb;
	margin-bottom:0em;
	padding:1em 0;
	color: #ffffff;
}
#right		
	{
	background-image: url(images/KF_header.gif);
}
	
.imgFloatLeft {
	margin-right: 1em;
	float: left;
}
.centerMiddle {
	text-align: center;
	vertical-align: middle;
}

.imgFloatRight {
	margin-left: 1em;
	float: right;
}




/* General Classes 
------------------------------------------------------- */

.bdr-thin-bottom-white { border-bottom:.1em #fff solid; }
.bdr-thick-bottom-white { border-bottom:.2em #fff solid; }

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: .1em;
	line-height: 0em;
}
ul#navlist {
	list-style:none;
/*	margin-left:auto; */
/*	margin-right:auto; */
}
}

ul#navlist a
{
	font-weight: normal;
	text-decoration: none;
	color: #330033;
	text-transform: capitalize;
}

ul#navlist, ul#navlist ul, ul#navlist li
{
margin: 0em;
padding: 0em;
list-style-type: none;
}

ul#navlist li {
	float: left;
	color: #330033;
	font-size: 1.2em;
	padding: .5em;
}

ul#navlist li a
{
	color: #FFF;
	background-color:#bfa4bb;
	float: left;
}
ul#navlist li a:hover, ul#navlist li a:active{
	background-color:ffdbfa;
	color: #330033;
	font-size: inherit;
	float: left;
}
.gray {
	color: #333;
	font-size: 2em;
	font-family: Verdana, "Helvetica Neue *", Arial, sans-serif;
	text-indent: 20;
	position: absolute;
	left: 10em;
	font-weight: bold;
	text-align: center;
	width: 80em;
	top: 13.2em;
}