html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins { text-decoration: none;}
del {	text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

/* -------------------------------------------------------------- */

body {
	background-image: url(/images/bkg-grad.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	color: #E35C02;
	text-decoration: none;
}

a:hover {
	hover: #cc0000;
	text-decoration: underline;
}

#myjquerymenu {
	width: 400px;
	height: 27px;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	float: right;
}

.jquerycssmenu{
	font-family: Calibri, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.jquerycssmenu ul{
	margin: 0;
	padding: 0px;
	list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	padding: 7px 7px 7px 7px;
	margin-right: 20px; /*spacing between tabs*/
	border-bottom-width: 0;
	color: #999999;
	text-decoration: none;
}

.jquerycssmenu ul li a:hover{
	color: #ffffff;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border: 1px solid #000000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	font-weight: bold;
	width: 130px; /*width of sub menus*/
	background: #333333;
	color: #999999;
	padding: 5px 10px;
	margin: 0;
	border-bottom: 1px solid #3f3f3f;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
	background: #000000;
	color: #ececec; 
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 7px;
	right: 5px;
}

.rightarrowclass{
	position: absolute;
	top: 5px;
	right: 5px;
}


/* -------------------------------------------------------------- */

h2.head {
	margin-top: 15px;
}

#main {
	clear: both;
	width: 820px;
	margin: 30px auto 0px auto;
}

.header {
	height: 25px;
	margin-bottom: 20px;
}
.mastlogo {
	width: 330px;
	height: 25px;
	background-image: url(/images/ks-logo.jpg);
	float: left;
}

.content {
	clear: both;
	margin-top: 10px;
}

#splash {
	clear: both;
	width: 820px;
	height: 470px;
	background-color: #e6e6e6;
	border: 1px solid #ffffff;
}

#movie-container {
	margin: 10px;
	width: 800px;
	height: 450px; 
	background-color: #ffffff;
	border: 1px solid #999999;
}

div.body {
	margin: 20px 50px 20px 50px;
}

div.splash {
	clear: both;
	background-color: #ffffff;
	width: 640px;
	padding: 15px;
}

#main div.entry {
	clear: both;
	background-color: #efefef; 
	width: 640px;
	padding: 15px;
}

#left-column {
	width: 450px;
	padding: 0px 20px 0px 0px;
	float: left;
	border-right: 1px dotted #cccccc;
}

#right-column {
	width: 150px;
	float: right;
}

.para {
	color: #333333;
	font-size: 10pt;
	line-height: 140%;
	margin-bottom: 15px;
}

.name {
	color: #333333;
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 5px;
}

.subhead {
	color: #666666;
	font-weight: normal;
	font-size: 11pt;
	margin-bottom: 20px;
}

.navstrip {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
	height: 26px;
}

.nav2-prev, .nav2-next  {
	color: #999999;
	background-color: #e6e6e6;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	display: inline;
	float: left;
}


 a.nav2-prev:hover, a.nav2-next:hover  {
	color: #333333;
	background-color: #dbd8d5;
	text-decoration: none;
}

.nav2-prev-off, .nav2-next-off {
	color: #cccccc;
	padding: 5px 15px 5px 15px;
	background-color: #e6e6e6;
	text-decoration: none;
	display: inline;
	float: left;
}

.nav2-prev, .nav2-prev-off {
	margin-right: 10px;
}

.techlist-box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 140%;
	margin-bottom: 10px;
}

.tech-components {
	font-weight: bold;
	color: #666666;
	background-color: #cfcfcf;
	padding: 5px 10px;
	margin-bottom: 1px;
}

.techitem {
	background-color: #ffffff;
	padding: 5px 10px;
	margin-bottom: 1px;
}