.clearthefloats {clear:both;}


.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

img { border:none}

img a { border:none}


/* the horizontal menu starts here */
div#listmenu {
	float:left;
	position:absolute;
	left:10px;
	top:59px;
	width:655px;
	/*	border-top:1px solid #4F85BB;
	border-bottom:1px solid #4F85BB;*/
	font-size:18px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	text-align:left;
	/*background-color:#970012;*/
	margin-top:0px;
	z-index: 45;
	height: 20px; display:none;
	}
div#listmenu ul {
	margin:0 0 0 0px;/* indents ul from edge of container - NOTE: diff value for IE in hacks below */
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#970012; /*sets the background of the menu items */
	/*border-right:0px solid #EDE06B;*/ /* creates dividing lines between the li elements */
	}
div#listmenu li:first-child {
	/*border-left:0px solid #4F85BB;*/ /*the first vertial line on the menu */
	}

div#listmenu li:hover { 
	background-color:#970012; /*sets the background of the menu items */
	}
div#listmenu a {
display:block;
	padding:1px 20px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#FFFFFF;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#F79F07;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:12em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	border-right:0; left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li { padding-top: 4px; padding-right:0px; padding-bottom:4px; padding-left:0px;
	width:100%; /* makes the list items fill the list container (ul) */
/*	border-left:1px solid #4F85BB; */

	border-bottom:1px solid #B93343;
	
	/* border-right:1px solid #4F85BB ;*/
	
	font-size:14px;
	}
div#listmenu ul li ul li:first-child {
	/*border-top:1px solid #4F85BB;*/ /*the top edge of the dropdown */
	/*border-left:1px solid #4F85BB;*/ /*the first vertial line on the menu */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	position:absolute; 
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:0px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:0px; /* IE doubles the given value above - why? */
	}

/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
/*	border-top:1px solid #4F85BB;*/
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#listmenu ul li ul li ul { 
  left:0px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:0px;
  } 
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
  left:10em;
} 

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */
	@media all and (min-width: 0px){
   body div#listmenu ul li ul {padding-bottom:100px;}
   body div#listmenu ul li ul li ul {padding-bottom:22px;}
   ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */

   }
/*end Opera hack */
/* END OF HACK ZONE */
/* the drop-down ends here */
/* END OF LIST-BASED MENU */







* {margin:0; padding:0; font-weight:normal;
}

body { text-align:center; background-color:#FFFFFF; color:#000000; font-weight:normal; /*background-image:url(../images/bkgrd-screen.jpg); background-position: top left; background-repeat: repeat; */  font-size:14px; font-family:Arial, Helvetica, sans-serif;
 }

div#container {	position:relative; min-width:900px;	max-width:900px; margin-left:auto; margin-right:auto; top: 0px;
}

div#content {position:relative; left:0px; top:0px; width:900px; 
}
 
div#tkw { position:absolute; left:0px; top:0px;	width:900px; z-index: 5;
}

div#logo { position:absolute; left:4px; top:4px;	width:207px; z-index: 50; height: 60px;
}


div#indexlogo { position:absolute; left:45px; top:17px;	width:207px; z-index: 50; height: 60px;
}

div#header { position:absolute;	left:0px; top:0px; width:900px;	height:120px; text-align:center; z-index: 25;
display:none;}

div#swash {	position:absolute; left:0px; top:480px;	width:900px; text-align:center; z-index: 30;
}

div#indexswash {	position:absolute; left:0px; top:480px;	width:900px; height:20px; text-align:center; z-index: 30;
}

div#slogan { position:absolute; left:156px; top:551px;	width:620px; height:46px; text-align:center; z-index: 25;
}


div#slogan a img{ border:none;
}

div#bottomnav {	position:absolute; left:10px; top:400px;	width:280px; height:30px; text-align:left; font-size:10px; z-index: 25;
}

div#bottomnav a { color:#970012;; text-decoration:none;
}

div#bottomnav a:hover { color:#F79F07; text-decoration:none;
}

div#address { position:absolute; left:10px; top:150px; width:310px; height:30px; text-align:left; font-size:12px; font-weight:bold; line-height:16px; z-index: 25;
}

div#address p { font-weight:bold;}

div#address a { color:#970012;; text-decoration:none;
}

div#address a:hover { color:#F79F07; text-decoration:none;
}
div#address img {display:none;}

div#entersite { position:absolute; left:716px; top:30px; width:152px; height:30px; text-align:left; font-size:18px; line-height:20px; z-index: 100; border:none;}

div#entersite a { color:#FFFFFF; text-decoration:none; border:none;
}

div#entersite a:hover { color:#F79F07;
}

div#indexbottomnav {	position:absolute; left:0px; top:983px; width:900px; height:30px; text-align:center; font-size:10px; z-index: 25;
}

div#indexbottomnav h2{	 font-size:13px;
}

div#indexbottomnav a { color:#970012;; text-decoration:none;
}

div#indexbottomnav a:hover { color:#F79F07; text-decoration:none;
}

div#indextext { position:absolute; top:600px; left:0px;	width:700px; padding-left:100px; padding-right:100px; text-align:left; color:#666666; background-image:url(../images/COMMON/main-bkgrd.jpg);
	
}

div#indextext a { text-decoration:none; color:#636500;}
div#indextext a:hover { color:#F79F07;}


div#leftphoto {	position:absolute; left:0px; top:104px;	width:300px; height: 500px;	z-index: 10; display:none;
}

div#screenbkgrd { position:absolute; left:0px; top:87px; width:900px; height: 500px; z-index: 10;
}

div#gallery { position:absolute; left:10px; top:140px; width:860px; height: 409px; z-index: 40;
}

div#gallery a { color:#636500; text-decoration:none;}

div#gallery a:hover { color:#F79F07;}



div#gallery img { margin:15px; 
}

div#gallery img a { border:none; 
}

div#gallery a img { border:none; 
}
div#features { position:absolute; left:0px;	top:105px; width:900px;	height: 495px; z-index: 10;
}

div#rollover { position:absolute; left:0px;	top:0px; width:900px; height: 650px; z-index: 10;
}

div#rightbkgrd { position:absolute;	left:300px;	top:110px; width:600px; height:495px; z-index: 5;
}

div#rightcolumn { position:absolute; left:0px; top:98px; width:900px; color:#000000; font-family:Arial, Helvetica, sans-serif; line-height:20px; text-align:left; z-index: 5; background:none;}

div#rightcolumn a { color:#970012; text-decoration:none;
}

div#rightcolumn a:hover { color:#970012;
}

div#rightcolumn p { margin-left:340px; margin-right:20px; margin-bottom:10px;
}



div#rightcolumn p img { float:left; padding-right:10px; padding-bottom:5px; display:none;}

div#rightcolumn hr { margin-left:320px;
}

div#rightcolumn ul {margin-left:380px; margin-right:40px; font-size:12px;
}

div#rightcolumn ul li ul {margin-left:20px;
}

div#rightcolumn h6 {margin-left:380px; margin-right:40px; font-size:12px;
}

div#rightcolumn h2 {margin-left:320px; color:#000000; font-size:14px; font-weight:normal; font-style:italic;
}

div#rightcolumn h1 { padding-bottom:10px; margin-top:0px; margin-left:320px; color:#000000; font-family:Georgia, "Times New Roman", Times, serif; font-size:20px; font-weight:normal;
}

div#rightcolumn form p { margin-bottom:5px; text-align:right; padding-right:200px;
}
.leftalignform {text-align:left; margin-left:320px; padding-right:0px}

