/*
	| KINETIC RESEARCH
	|
	| ===== RESET =====
*/
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 {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
/* table cellspacing="0" in HTML */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
	| ===== PAGE =====
*/
body  {
	background: #F2F2F2 url(images/KR_backscreen.gif) top center fixed no-repeat;
}
#container {
	background: #FFF;
	border: 1px solid #000;
	color: #000;
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	margin: 0 auto;
	position: relative;
	width: 980px;
}
/*
	===== SELECTORS =====
*/
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 10px 0;
}
h1 {
	color: #E46F20;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}
h2 {
	color: #E46F20;
	font-size: 24px;
	line-height: 30px;
}
h3 {
	color: #E46F20;
	font-size: 20px;
	line-height: 30px;
}
h4 {
	color: #19A0DA;
	font-size: 18px;
	line-height: 20px;
}
h5 {
	color: #19A0DA;
	font-size: 16px;
	line-height: 20px;
}
h6 {
	color: #19A0DA;
	font-size: 14px;
	line-height: 20px;
}
p {
	margin: 10px 0;
}
/*
	===== HEADER =====
*/
#header {
	background: transparent url(images/banner.gif) right scroll no-repeat;
	border-bottom: 2px solid #E46F20;
	position: relative;
	width: 980px;
}
#logo {
	padding: 20px 30px;
}
#logo img {
	border: none;
}
#header-tagline {
	color: #000;
	font-size: 38px;
	left: 264px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 34px;
}
#header-tagline2 {
	color: #E46F20;
	font-size: 24px;
	left: 305px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 70px;
}
/*
	===== CONTENT =====
*/
#content {
	border-top: 1px solid #FFF;
	min-height: 620px;
	padding: 0 20px 20px 20px;
	position: relative;
}
.leftbox {
	border: 0px dotted #F00;
	clear: left;
	float: left;
	position: relative;
	width: 450px;
}
.rightbox {
	border: 0px dotted #F00;
	clear: right;
	margin-left: 485px;
	position: relative;
	width: 450px;
}
.leftpic {
	float: left;
	margin-right: 20px;
}
.rightpic {
	float: right;
	margin-left: 20px;
}
.clearfloat {
	clear: both;
	font-size: 1px;
	height: 1px;
    line-height: 1px;
}
.text-justify {
	text-align: justify;
}
.link {
	font-weight: bold;
	font-size: 16px;
	line-height: 27px;
	margin: 10px 0;
}
.link img {
	padding-right: 10px;
	text-decoration: none;
}
.link a {
	padding: 3px 6px;
	text-decoration: underline;
}
.link a:link {
	border: 1px solid #FFF;
	color: #19A0DA;
}
.link a:visited {
	border: 1px solid #FFF;
	color: #19A0DA;
}
.link a:hover {
	border: 1px solid #E46F20;
	background-color: #F2F2F2;
	color: #000;
}
.link a:active {
	border: 1px solid #E46F20;
	background-color: #E5E5E5;
	color: #000;
}
.indent {
	padding-left: 12px;
}
.nomargin {
	margin: 0;
}
.picborder {
	border: 2px solid #E46F20;
}
/*
	===== Footer =====
*/
#footer {
	background-color: #F2F2F2;
	border-top: 2px solid #E46F20;
}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer li {
	float: left;
	position: relative;
}
#footer a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 10px 0;
	text-decoration: underline;
	text-align: center;
	width: 100px;
}
#footer a:link {
	color: #19A0DA;
}
#footer a:visited {
	color: #19A0DA;
}
#footer a:hover {
	color: #000;
}
#footer a:active {
	color: #000;
}
#footer p {
	color: #E46F20;
	font-weight: bold;
	margin: 0;
	padding: 10px 30px 10px 0;
	text-align: right;
}
#copyright {
	background-color: #E46F20;
	color: #FFF;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
}
#youtube {
	border: 1px solid #000;
}