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

body  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/bg_blue.gif);
	background-repeat:repeat;
	background-position:center;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #404040;
	
}
.line-height{
	line-height:1.2em;
	}
h1 {
	margin:0px;
	padding:0px;
	color:#523702;
	font-size:24px;
	}
h2 {
	margin:0px;
	padding:0px;
	color:#00747b;
	font-size:18px;
	}
.browntxt {
	color:#483201;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	}
.browntxtsml {
	color:#483201;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}
.red {
	color:#ab0007;
	}
.boldred {
	color:#ab0007;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-.1em;
	}
.bigred {
	color:#ab0007;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.bigred a{
	color:#ab0007;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	}
.bigred a:hover{
	color:#993300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.small {
	font-size:12px;
	}
.caption {
	font-size:10px;
	font-style:italic;
	line-height:1em;
	}
a img {
	border:0px;
	}
.fltlt{
	float:left;
	margin:0px 10px 10px 0px;
	}
.twoColFixLtHdr #container { 
	width: 838px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	padding:64px 0px 0px 608px;;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width:230px; 
	height:124px;
	background-image:url(images/hkn_header.jpg);
	color:#170b0a;
} 
.twoColFixLtHdr #header span{ 
	font-weight:bold; 
	font-size:23px;
}
.twoColFixLtHdr #header a{
	color:#170b0a; 
	font-weight:bold; 
	font-size:16px;
	text-decoration:none;
}
.twoColFixLtHdr #header a:hover{
	text-decoration:underline;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	background-image:url(images/rightbarright.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 326px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:712px;
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.twoColFixLtHdr #sidebar1C {
	background-image:url(images/rightbarrightC.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float: left; /* since this element is floated, a width must be given */
	width: 251px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:712px;
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.twoColFixLtHdr #sidebar1D {
	background-image:url(images/rightbarrightD.jpg);
	background-position:top;
	background-repeat:no-repeat;
	float:left;
	width: 251px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:1163px;
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 60px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/div_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
	height:669px;
	width:432px;
	float:right;
}
.twoColFixLtHdr #mainContentC { 
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 60px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	background-image:url(images/div_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
	height:669px;
	width:507px;
	float:right;
} 
.twoColFixLtHdr #mainContentD { 
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 60px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#FFFFFF;
	background-image:url(images/div_bg.jpg);
	background-position:right;
	background-repeat:repeat-y;
	height:1120px;
	width:507px;
	float:right;
} 
.twoColFixLtHdr #footer { 
	height:27px;
	width:512px;
	float:right;
	padding-top: 16px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/bottombar.jpg);
	background-position:right;
	background-repeat:no-repeat;
	font-size:10px;
	color:#7f86a2;
}
.twoColFixLtHdr #footerC { 
	height:23px;
	width:512px;
	float:right;
	padding-top: 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	padding-left:75px;
	background-image:url(images/bottombar.jpg);
	background-position:right;
	background-repeat:no-repeat;
	font-size:10px;
	color:#7f86a2;
}  
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.top-space{
	margin-top:5px;
	}
.bottom-space{
	margin-bottom:0px;
	border-bottom:1px solid #00747b;
	}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.navbtn {
	margin-left:83px;
	}
#navbtn1 {
	margin-top:7px;
	}
#navbtn2 {
	margin-top:8px;
	}
#navbtn3 {
	margin-top:8px;
	}
#navbtn4 {
	margin-top:8px;
	}
#navbtn5 {
	margin-top:8px;
	}
#navbtn6 {
	margin-top:8px;
	}
.pricing {
	width:383px;
	height:26px;
	margin-left:0px;
	padding:3px 8px 0px 8px;
	}
#pricing1 {
	margin-top:0px;
	background-image:url(images/flowerbg1.jpg);
	}
#pricing2 {
	margin-top:3px;
	background-image:url(images/flowerbg2.jpg);
	}
#pricing3 {
	margin-top:3px;
	background-image:url(images/flowerbg3.jpg);
	}
.ulpadding {
	margin-left:20px;
	margin-top:5px;
	}
.act-table td, .act-table th{
	padding:5px;
	}
.act-table td{
	width:165px;
	}