html { 
	min-height: 101%;
	margin-bottom: 1px;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	background-image: url(/images/bkg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
p, ul, ol, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1;
}
p {
	margin: 0;
	padding: 0 0 1.5em 0;
	line-height: 1.5em;
}
h1 {
}
h2 {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
a {
	color: #00825f;
	text-decoration: none;
}
a:hover {
	color: #666666;
        text-decoration: underline;
}
img {
	border: none;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
}



/* ************************************************** div#page ****************************** */
div#page {
	width: 930px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	background-color: #DEDEDE;
}



/* ************************************************** div#header ****************************** */
div#header {
	width: 920px;
	height: 99px;
	position: relative;
	overflow: visible;
	margin: 0 5px;
	padding: 0;
	color: #ffffff;
	background-color: #000000;
	background-image: url(/images/bkg_header.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#header h1 {
	position: absolute;
	left: -34px;
	top: 33px;
}
#header ul.nav {
	float: right;
	height: 70px;
	width: 584px;
	margin: 15px 20px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#header .nav li {
	float: left;
}
#header .nav a {
	display: block;
	height: 70px;
	text-indent: -5000px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
        outline: none;
}
#header .nav a:hover, #header .nav a.active {
	color: #FFF100;
	background-position: 0 -70px;
}
#header .nav a.about_kn {
	background-image: url(/images/nav_aboutkn.jpg);
	width: 167px;
}
#header .nav a.difference{
	background-image: url(/images/nav_kndifference.jpg);
	width: 138px;
}
#header .nav a.news{
	background-image: url(/images/nav_newsevents.jpg);
	width: 138px;
}
#header .nav a.contact_kn {
	background-image: url(/images/nav_contactus.jpg);
	width: 141px;
}



/* ************************************************** div#main ****************************** */
div#main {
	width: 920px;
	overflow: hidden;
	margin: 0 5px;
	padding: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
}



/* ************************************************** div#content ****************************** */
div#content {
	width: 586px;
	float: right;
	margin: 0;
	padding: 80px 0 0 0;
}
#content p {
	margin: 0 10px;
	padding: 0 0 1.5em 0;
	line-height: 1.5em;
	font-size: 12px;
}
#content ul {
	margin: 0 10px;
	padding: 0 0 1.5em 0;
	font-size: 12px;
}
#content li {
	margin: 0 0 0 20px;
	line-height: 1.5em;
}
#content h1 {
	margin: 0 10px;
	padding: 0 0 .2em 0;
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #00AB8B;
}
#content h2 {
	margin: 0 10px;
	padding: 0 0 .5em 0;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#content ul.subnav {
	margin: 0 10px;
	overflow: hidden;
	padding: 0 0 30px 0;
	text-align: left;
	font-family: "Trebuchet MS", Tahoma, Geneva, sans-serif;
	list-style-type: none;
}
#content .subnav li {
	float: left;
	margin: 0 8px 0 0;
	padding: 0;
	background-image: url(/images/bkg_content_subnav.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#content .subnav a {
	display: block;
	width: 138px;
	margin: 0;
	padding: 4px 0;
	text-align: center;
	color: #666666;
	font-size: 16px;
	background-image: url(/images/bkg_content_subnav.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
        outline: none;
}
#content .subnav a:hover, #content .subnav a.active {
	color: #000000;
	background-image: url(/images/bkg_content_subnav.gif);
	background-repeat: no-repeat;
	background-position: 0 -26px;
}
#content div.formcontainer {
        width: 460px;
        margin: 0;
        padding: 30px 0 0 0;
}
#content label {
	clear: both;
	float: left;
	display: inline;
	width: 130px;
	margin: 0 10px;
	padding: 0 0 1.5em 0;
	line-height: 1.5em;
	font-size: 12px;
	text-align: right;
	color: #666666;
}
#content .formfield {
	float: left;
	width: 300px;
	margin: 0 0 10px 0;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#content .formbutton {
	margin: 0 10px 0 0;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
formcontainer br {
        clear: both;
}



/* ************************************************** div#column ****************************** */
div#column {
	width: 319px;
	min-height: 620px;
	float: left;
	margin: 45px 0 0 15px;
	padding: 0 0 0 0;
	background-image: url(/images/bkg_column_landing.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#column a#tourlink {
	float: left;
	display: inline;
	width: 65px;
	height: 90px;
	margin: 16px 0 0 12px;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-indent: -5000px;
}
#column h3 {
	display: block;
	width: 250px;
	height: 70px;
	margin: 170px 34px 0 34px;
	padding: 0;
	text-indent: -5000px;
	background-image: url(/images/headline_column.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#column ul.nav {
	width: 280px;
	margin: 0 19px;
	padding: 0;
	list-style-type: none;
}
#column .nav li {
	width: 280px;
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#column .nav a {
	width: 280px;
	height: 61px;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	background-repeat: no-repeat;
	background-position: 0 0;
        outline: none;
}
#column .nav a:hover {
	background-position: -280px 0;
}
#column .nav li.franchinfo, #column .nav .franchinfo a {
	background-image: url(/images/sidenav_franchinfo.gif);
}
#column .nav li.franchsupport, #column .nav .franchsupport a {
	background-image: url(/images/sidenav_franchsupport.gif);
}
#column .nav li.applynow, #column .nav .applynow a {
	background-image: url(/images/sidenav_applynow.gif);
}
#column ul.nav ul.subnav {
	width: 246px;
	margin: 0 17px;
	padding: 0;
	list-style-type: none;
}
#column .nav .subnav li {
	width: 246px;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	border-top: solid 1px #898C91;
	background-image: none;
}
#column .nav .subnav li.first {
	border-top: none;
}
#column .nav .subnav a {
	width: 246px;
	height: auto;
	margin: 0;
	padding: 4px 0;
	color: #898C91;
	text-indent: 0;
	text-decoration: none;
	background-image: none;
}
#column .nav .subnav a:hover, #column .nav .subnav a.active {
	color: #000000;
	text-decoration: none;
	background-image: url(/images/bkg_column_subnav.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#column p.guarantee {
        padding: 25px 0;
        text-align: center;
}



/* ************************************************** div#footer ****************************** */
div#footer {
	width: 920px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
#footer ul.nav {
	margin: 0 auto;
	padding: 0 0 1.5em 0;
	font-size: 10px;
	list-style-type: none;
}
#footer .nav li {
	display: inline;
	margin: 0;
	padding: 0 2px 0 4px;
	font-size: 10px;
	border-left: solid 1px #999999;
}
#footer .nav li.first {
	border-left: none;
}
#footer a {
	color: #999999;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0 auto;
	padding: 0 0 1.5em 0;
	text-align: center;
	font-size: 10px;
	color: #999999;
}


