/***** Global Settings *****/
 
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font:100%/1.25 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(../images/bkg_tile.png);
	color:#484036
}
#page-inner {
	position:absolute;
	margin:0;
	padding:0;
	width:100%;
	background:url(../images/bkg.png) center top repeat-x;
}
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	padding:0 0 12px 0;
letter-spacing:;
	font:22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font:1.5em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font:1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
p, ul, ol {
	margin:0;
	padding:0 0 18px 0;
}
ul, ol {
	list-style:none;
	padding:0 0 18px 40px;
}
blockquote {
	margin:22px 40px;
	padding:0;
}
small {
	font-size:0.85em;
}
img {
	border:0;
}
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
/***** Links *****/
 
a, a:visited {
	color:#810081
}
/***** Forms *****/
 
form div {
	margin:0 0 8px 0;
	clear:right;
}
label {
	margin:4px 0 0 0;
	float:left;
	display:block;
	width:4em;
	font-weight:bold;
	padding-right:1.5em;
	vertical-align:middle;
}
form {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#616265;
}
form div.actions {
	margin-left:6em;
	padding-left: 1.5em;
}
.form_width {
	width:182px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}
#contact_form {
	margin:0 0 0 0px;
	padding: 0 0 20px 0;
	width:250px;
}
#contact_info {
	position:absolute;
	left: 329px;
	top: 221px;
	width: 268px;
	height: 323px;
	color:#616265;
}
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 18px 0;
	padding:0;
}
table tr td {
	padding:2px;
}
/***** Design *****/
 
#wrap {
	width:894px;
	margin:0 auto;
}
.main #wrap {
	text-align:center;
}
#kk_home_logo {
	margin:43px 0 0 0
}
/*** HORIZONTAL NAV ***/
#main_nav {
	width:692px;
	padding:0;
	height:24px;
	margin:78px 0 22px 107px
}
ul#main_nav li {
	height:24px;
	list-style:none;
	float:left;
	position:relative;
	text-align:left
}
li#n1 a, li#n2 a, li#n3 a, li#n4 a, li#n5 a, li#n6 a {
	height:24px;
	display:block;
	text-indent:-9999px;
	background:url(../images/menu_full.png)
}
li#n1 a {
	background-position:0 0;
	width:112px;
}
li#n1 a:hover {
	background-position:0 -24px;
}
li#n2 a {
	background-position:-112px 0px;
	width:125px;
}
li#n2 a:hover {
	background-position:-112px -24px;
}
li#n3 a {
	background-position:-237px 0px;
	width:133px;
}
li#n3 a:hover {
	background-position:-237px -24px;
}
li#n4 a {
	background-position:-370px 0px;
	width:99px;
}
li#n4 a:hover {
	background-position:-370px -24px;
}
li#n5 a {
	background-position:-469px 0px;
	width:99px;
}
li#n5 a:hover {
	background-position:-469px -24px;
}
li#n6 a {
	background-position:-568px 0px;
	width:124px;
}
li#n6 a:hover {
	background-position:-568px -24px;
}
#main_nav ul {
	position:absolute;
	padding:0;
	margin:0;
	top:-999em;
	width:147px;
	z-index:200;
	border:1px solid #797979
}
#main_nav ul li {
	float:none;
	padding:0;
	margin:0;
	z-index:200;
	height:37px;
	padding:0 7px;
	width:133px;
	background-color:#FFFFFF;
	display:block;
}
#main_nav ul li a {
	background-image:none;
	text-indent:0;
	color:#000;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:10px 0 12px 0;
	width:133px;
	display:block;
	height:12px;
	float:none;
	border-bottom:1px dotted #000;
	text-decoration:none
}
#main_nav ul li a.last {
	border:none;
}
#main_nav ul li a:hover {
	font-weight:bold
}
#main_nav ul li img {
	margin:0 6px -6px 0
}
#main_nav li:hover ul, /* this pure CSS hover is overridden by the .superfish rules below which are applied only when JavaScript is available. This way, the menu degrades to regular CSS dropdown when JavaScript is unavailable */ ul#main_nav li.sfHover ul /* this is the familiar IE6 hover support. With Superfish, all browsers use this rule when JS is available. This is because the JS needs to be able to control hide and reveal delays and animations without the pure CSS rule intruding. Note the tag selector ul.nav instead of just .nav - this gives it the most specificity of all and makes it trump all other positioning rules, including the .superfish overrides below */ {
	left:0px; /* position first submenu directly under parent li */
	top:24px; /* VARIABLE. This is calculated by adding 1em text height to top and bottom anchor element padding (original skin: .75em top + .75em bottom + 1em text height = 2.5em) */
	z-index:150;
}
/**** Very important ****/
/* this negates the pure CSS hovers so submenu remains hidden and JS controls when and how it appears. This is in turn is overridden by the .sfHover rules above as they have greater specificity */
/* notice there are three selectors here. You need three for a four tier menu system. If you had a five tier system you would copy the last selector of these three and paste it below to create a fourth selector and add another li just after the .superfish part. On the other hand if you only had a three tiered menu you could delete the third line here and save some file size.*/
.superfish li:hover ul, .superfish li li:hover ul, .superfish li li li:hover ul {
	top: -999em; /* hide submenu in screen-reader and search-engine friendly way */
}
#content_box {
	background:url(../images/content_bkg.png) no-repeat;
	width:890px;
	height:469px;
	margin:0;
	padding:4px;
}
#content {
	width:842px;
	height:308px;
	/*padding:10px 37px 60px 28px;*/
	margin:38px 0 0 0;
	padding:0 22px 0 22px;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
}
#logo {
	margin:-53px 0 0 246px;
	z-index:100;
}
#logo_home {
	width:568px;
	margin:111px 0 0 0;
	z-index:100;
}
#content_image {
	margin:3px 14px 8px 0px;
	float:left
}
#thumb_area {
	margin:60px 0;
	text-align:center
}
#thumb {
	float:left;
	margin:5px 0 5px 9px
}
.thumb {
	margin:0px 10px 10px 0px;
	border:1px solid #797979
}
.press_thumb {
	margin:0px 10px 10px 0px;
}
.thumb_hidden {
	display:none;
	position:absolute;
}
.main h1 {
	margin:16px 0 0 0;
	font:21px Garamond, Georgia, "Times New Roman", Times, serif;
}
#footer {
	text-align:center;
	font:10px Arial, Helvetica, sans-serif;
	color:#bce4e5;
	margin:15px 0 0 0;
}
#footer a {
	color:#bce4e5;
	text-decoration:none
}
#footer a:hover {
	color:#bce4e5;
	text-decoration:underline
}

#home_flash{
	margin:139px 0 0 0;
	
}

.main #footer{
	margin:16px 0 0 0;
}
/***** Global Classes *****/
 
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:960px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}

/****** FIX FIREFOX *******/
:-moz-any-link:focus {
 outline: none;
}
:focus {
	-moz-outline-style: none;
}
