﻿/* @charset "utf-8"; */
/* CSS Document */

*
{
	font-family: Arial, Helvetica, sans-serif;
}

*
{
	margin: 0;
	padding: 0;
}

html, body, #wrapA
{
	height: 100%;
}

body > #wrapA
{
	height: auto;
	min-height: 100%;
}

#main
{
	width: 900px;
	margin: 0 auto;
}
/* must be same height as the footer */

/* CLEAR FIX*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */



/*-------------------- HEADER -------------------- */


#KHE_headerBG
{
	font-size: 11px;
	height: 85px;
	width: 100%;
	background-image: url( 'Images/KHE_Generic_header_bg.jpg' );
	background-position: center top;
	background-repeat: no-repeat;
	margin-bottom:24px !important;
}

.KHE_header
{
	margin: 0 auto;
	width: 900px;
}


.KHE_phone
{
	float: right;
	width: 300px;
	height: 77px;
}

.KHE_PhoneText, .KHE_PhoneText p
{
	text-align: right;
	padding: 20px 10px 0 0;
	color: #fff !important;
	font-size: 11px;
	line-height: 15px;
}

/* ----------end header ----------*/


/*-------------------- NAV SEARCH ROW -------------------- */

#KHE_NavSearchRow
{
	width: 900px;
	margin: 0 auto;
}
.KHE_MainNav
{
	width: 670px;
	float: left;
	margin-left: 7px;
}
/* ---------- Handled in the Top Nav css ----------
.KHE_MainNav ul{
	float: left;
	background-image: url(Images/KHE_MainNav_BG.gif);
	background-repeat:repeat-x;
	background-position: left top;
	display: block;
}

.KHE_MainNav li{
	color: #fff;
	text-transform: capitalize;
	font-size: 12px;
	font-weight: bold;
	float: left;
	border-right: 1px #468dad solid;
	height: 26px;

}

.KHE_MainNav a:link{
	color: #fff;
	text-decoration: none;
	display: block;	
	padding: 5px 14px 0 14px;

}

.KHE_MainNav a:active{
	color: #fff;
}

.KHE_MainNav a:visited{
	color: #fff;
	text-decoration: none;
	display: block;	
	padding: 5px 14px 0 14px;

}

.KHE_MainNav_selected{
	background-image:url('Images/KHE_MainNav_hover.gif');
	background-repeat:repeat-x;
	background-position: left top;
	display: block;
	height: 26px;

}


.KHE_MainNav a:hover{
	background-image:url('Images/KHE_MainNav_hover.gif');
	background-repeat:repeat-x;
	background-position: left top;
	display: block;
	height: 26px;
}

.li:hover ul, li.over ul {
	position:relative;
	display: none;
	background-color: #fff;
	border: 1px #333333 solid;

}

/* ----------end navigation ----------*/


.KHE_Search
{
	font-size: 11px;
	font-weight: bold;
	float: right;
	padding: 2px 15px 0 0;
	height: 26px;
}

.searchLabel
{
	color:#3C3C3C;
	display:block;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
	padding:0 0 0 6px;
}

.searchTextBox
{
	border:1px solid #7F9DB9;
	color:#000000;
	font-family:Tahoma;
	font-size:8pt;
	padding:1px 0;
	width:125px;
}

.KHE_Menu
{
	width:660px;
}

.KHE_SearchInput
{
	border: 1px #7f9db9 solid;
	width: 130px;
	height: 17px;
	display: inline;
	margin: 0 4px 0 4px;
}
.KHE_SearchSubmit
{
	background-image: url( 'Images/KHE_SearchSubmit_BG.gif' );
	background-repeat: no-repeat;
	background-position: left top;
	width: 17px;
	height: 17px;
	border: none;
	display: inline;
}
/* ----------end search ----------*/

/*-------------------- HERO BACKPACK ROW -------------------- */
#KHE_HeroBackRow
{
	width: 900px;
	height: 300px;
	padding: 15px 0 5px 0;
}


#KHE_FlashHero
{
	width: 680px;
	height: 300px;
	float: left;
	display: inline;
}


#sif, #SIF
{
	float:left;
	margin:5px 0 0 8px;
	padding:0;
	width:665px !important;
}

#sif h2.welcome, #SIF h2.welcome
{
	width:100% !important;
}


#KHE_BackPack, #KHE_BackPackKCE_Expand
{
	background-image: url(  'Images/KHE_Backpack_sample1.jpg' );
	background-position: left top;
	background-repeat: no-repeat;
	float:left;
	width: 204px;
	display: block;
	margin-left: 1px !important;
	margin-right: 0px !important;
	background-color:#DFE3E9;
	margin-bottom:1px;
}



/* ----------end hero backpack row ----------*/


/*-------------------- HOME PAGE CONTENT -------------------- */

#KHE_Content
{
	width: 900px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#KHE_PageTitle
{
	margin: 0;
	padding:10px 0 8px 15px;
}

#KHE_LeftContent
{
	width: 680px;
	height: auto;
	float: left;
	display: inline;
}

#KHE_RightContent
{
	width: 211px;
	height: auto;
	display: inline;
	float: right;
}

#KHE_RightPromos
{
	width: 213px;
	height: auto;
	float: right;
}


/* ----------end content ----------*/


#KHE_PageTitle h1
{
	font-size: 24px !important;
	color: #5f5e5e;
	font-weight: normal;
}

#StickyFooter, .push
{
	position: relative;
	min-height: 407px;
	clear: both;
	height: 4em;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}


/*-------------------- BREADCRUMB -------------------- */

#KHE_BreadCrumb_bg
{
	background-image: url(Images/KHE_Breadcrumb_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 32px;
	padding-right: 10px;
}

.KHE_BreadCrumb_flame
{
	width: 900px;
	height: 56px;
	margin: 0 auto;
	text-decoration: none;
}

.KHE_BreadCrumb_BG_Flame
{
	background-image: url(../Styles/images/KHE_Breadcrumb_flame.gif);
	background-position: top left;
	display: block;
	padding-left: 30px;
	padding-top: 7px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	height: 50px;
}


.KHE_BreadCrumb_txt a
{
	display: inline;
	color: #5F5E5E !important;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
}

.KHE_BreadCrumb_txt
{
	display: inline;
	color: #5F5E5E;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.KHE_BreadCrumb_txt a:link, KHE_BreadCrumb_txt a:visited
{
	text-decoration: none;
	color: #5F5E5E;
	font-size: 12px;
}

.KHE_BreadCrumb_txt a:hover
{
	text-decoration: underline;
}

#ctl00_FolderBreadcrumb1
{
	color: #5F5E5E;
	text-decoration: none;
}

#ctl00_FolderBreadcrumb1 a:link
{
	color: #5F5E5E;
	text-decoration: none;
}


/*-------------------- DOORMAT FOOTER -------------------- */

#KHE_Doormat_Footer_bg
{
	min-height: 319px;
	background-image: url(Images/KHE_Doormat_Footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #eaeaea;
}

.KHE_Doormat_Footer_txt
{
	width: 900px;
	margin: 0 auto;
	font-size: 11px;
	padding: 10px 0 0 0;
	min-height:314px;
}

.KHE_Doormat_Footer_txt UL
{
	list-style: none;
	float: left;
	padding: 0 13px 0 0;
	width: 200px;
	margin-right: 10px;
	border-right: 1px #c0c0c0 dotted;
	margin-bottom:20px;
}

.KHE_Doormat_Footer_txt li
{
	margin:0;
	padding:0;
	margin-top:20px;
}

.KHE_Doormat_Footer_txt h5 
{
	color:#5F5E5E;
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
}

.KHE_Doormat_Footer_txt li ul 
{
	margin-top:10px;
	border-right-width:0px;
}

.KHE_Doormat_Footer_txt p
{
	color:#5F5E5E;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

.KHE_Doormat_Footer_txt li li 
{
	background:url("Images/KHE_Doormat_Footer_arrow.gif") no-repeat scroll left 6px transparent;
	margin:0;
	padding:2px 0 5px 10px;
}

.KHE_Doormat_Footer_txt a, KHE_Doormat_Footer_txt a:visited
{
	color: #0351A2 !important;
	text-decoration: none;
}


.KHE_Doormat_Footer_txt a:hover
{
	text-decoration: underline;
}


.KHE_Doormat_Footer_subtitle
{
	color: #5F5E5E;
	font-size: 14px;
	font-weight: bold;
}



/*-------------------- FOOTER -------------------- */
#KHE_Footer
{
	background-image: url(Images/Footer_BG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 56px;
}

.KHE_FooterText
{
	color: #FFFFFF;
	font-size: 10px;
	padding: 10px 0 0 0;
	width: 900px;
	height: 46px;
	margin: 0 auto;
}

/*---------- end footer---------- */

/*-------------------- MICROPORTAL STYLES -------------------- */


#KHE_MP_HeroSearchRow
{
	width: 900px;
	height: 225px;
	padding-top: 0px;
	margin-bottom: 45px;
}

.KHE_MP_Hero
{
	width: 681px;
	height: 228px;
	float: left;
	display: inline;
}

.KHE_MP_Search
{
	width: 219px;
	float: right;
	height: 26px;
}

.KHE_MP_RequestInfo
{
	background-color: #dfe3e9;
	width: 204px;
	height: 50px;
	float: left;
	display: inline;
	margin: 10px 0 14px 0;
}

.KHE_MP_Login
{
	background-color: #dfe3e9;
	width: 204px;
	height: 115px;
	float: left;
	display: inline;
	text-align: center;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}

.KHE_MP_Login ul
{
	list-style: none;
	list-style-position: outside;
	line-height: 25px;
	text-align: center;
	padding-left: 0;
}

.KHE_MP_Login a
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #0351A2;
}

.KHE_MP_Login a:hover
{
	text-decoration: underline;
}

.KHE_MP_SearchTxt
{
	font-size: 11px;
	font-weight: bold;
	float: right;
	height: 26px;
	display: inline;
	vertical-align: middle;
}

.Brand_logo
{
    margin:30px 0 0 5px !important;
}

#SIFForm1C
{
	width:665px !important;
}

/*-------------------- KHEC POD RIGHT -------------------- */

#PodRight
{
	width: 210px;
	height: 290px;
	background-image: url(Images/KHEC_PodRight_BG.gif);
	margin: 0;
	padding: 0;
}

.PodTitle
{
	width: 205px;
	height: 25px;
	margin: 0;
	padding: 0;
}

.PodButton
{
	width: 202px;
	height: 64px;
	margin: 0 0 0 2px;
	padding: 0;
	cursor:pointer;
}

.PodImage
{
	margin: 0;
	padding: 10px 0 0 10px;
	width: 30px;
}

.PodHeadline
{
	color:#498200;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:15px 0 15px 0;
	width: 174px;
}

.PodAHref
{
	font-family: Arial;
	font-size: 11px;
	color: #373836;
	margin:0;
	padding:0;
}

.PodAHref:visited
{	
	color: #000000;
}

.PodSeparator
{
	height:1px;
	width: 204px;
	margin: 0;
	padding: 0;
}


.PodButton table:Hover
{
	background-image: url(Images/KHEC_PodRight_Hover.gif);	
}


/*-------------------- KHEC POD RIGHT -------------------- */

#MicroportalPodRight
{
	width: 210px;
	height: 195px;
	background-image: url(Images/Microportals_PodRight_BG.gif);
	margin: 0;
	padding: 0;
}

.MicroportalPodTitle
{
	width: 203px;
	height: 25px;
	margin: 0 0 0 2px;
	padding: 0;
}

.MicroportalPodButton
{
	width: 204px;
	height: 53px;
	margin: 0;
	padding: 0;
	cursor:pointer;	
}

.MicroportalPodImage
{
	margin: 0;
	padding: 8px 0 0 8px;
	width: 30px;
}

.MicroportalPodHeadline
{
	color:#498200;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:8px 0 8px 0;
	width: 174px;
}

.MicroportalPodAHref
{
	font-family: Arial;
	font-size: 11px;
	color: #373836;
	margin:0;
	padding:0;
}

.MicroportalPodSeparator
{
	height:1px;
	width: 204px;
	margin: 0;
	padding: 0;
}

.MicroportalPodButton table:Hover
{
	background-image: url(Images/KHEC_PodRight_Hover.gif);
}