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

body {
	background: url(../images/background.jpg) rgb(51,51,51) top left;
	margin: 0;
	padding: 0;
	font: 12px/1.5 Arial, Verdana, Geneva, Helvetica, sans-serif;
	color: rgb(0,0,0);
}

a:visited {
	color: rgb(255,255,255);
}

a img {
	border: none;
}

.stretch {
	clear: both;
}

#container {
	width: 981px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	width: 981px;
	height: 250px;
}

#header_top {
	width: 925px;
	height: 50px;
	padding-top: 20px;
	padding-right: 25px;
	padding-left: 31px;
	background: url(../images/header_top_ds.png) top left no-repeat;
}

#header_top a, #header_top img{
	float: left;
}

#header_slideshow {
	width: 925px;
	height: 180px;
	padding-right: 25px;
	padding-left: 31px;
	background: url(../images/body_ds.png) top left repeat-y;
}

#slideshow {
	width: 925px;
	height: 180px;
}

#slideshow img {
	padding: 0px;
	border: none;
	width: 925px;
	height: 180px;
	display: none;
}

#content {
	width: 925px;
	padding-right: 25px;
	padding-left: 31px;
	background: url(../images/body_ds.png) top left repeat-y;
}

#content_left {
	width: 737px;
	float: left;
	background: rgb(255,255,255);
}

#content_right {
	width: 188px;
	float: left;
	background: rgb(255,255,255);
}

#nav_main {
	width: 737px;
	background: rgb(0,174,240);
}

#nav_main ul, #nav_main ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav_main ul {
	padding-left: 10px;
	padding-right: 10px;
}

#nav_main ul li {
	float: left;
	border-right: 1px solid rgb(255,255,255);
	margin-top: 12px;
	margin-bottom: 12px;
}

#nav_main ul li.last_li, ul.nested_ul li.last_li {
	border: none;
}

#nav_main a {
	text-decoration: none;
	color: rgb(255,255,255);
	font-weight: bold;
	display: block;
	margin-right: 16px;
	margin-left: 16px;
	float: left;
	text-transform: uppercase;
}

#nav_main a:hover, #nav_main a#current_section {
	color: rgb(46,49,146);
}

#content_body {
	padding-top: 15px;
	padding-right: 73px;
	padding-bottom: 33px;
	padding-left: 30px;
	width: 634px;
	position: relative;
}

#content_body a, #content_body a:visited {
	text-decoration: none;
	color: rgb(0,174,240);
}

#content_body a:hover {
	color: rgb(46,49,146);
}

h1#content_title {
	padding: 0;
	margin: 0;
	color: rgb(46,49,146);
	font: 18px/1 Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	padding-right: 30px;
	background: url(../images/arrows_right.png) center right no-repeat;
}

#rss_subscribe {
	position: relative;
	margin-top: -5px;
	float: right;
	padding-right: 5px;
}

#featured_item {
	float: right;
	text-align: right;
}

#featured_item a, #featured_item a:visited {
	color: rgb(46,49,146);
}

#featured_item_heading {
	display: block;
	padding-right: 25px;
	margin-bottom: 5px;
	font: 18px/1 Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/arrows_down.png) center right no-repeat;
}

#featured_item_title {
	display: block;
	font: 10px/1 Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;	
}

#nav_kela_pro {
	width: 188px;
	padding-bottom: 24px;
}

#nav_kela_pro #nav_kela_pro_head {
	display: block;
	border-bottom: 3px solid rgb(255,255,255);
	padding-top: 7px;
}

#nav_kela_pro ul, #nav_kela_pro ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav_kela_pro ul li {
	border-bottom: 3px solid rgb(355,355,355);
}

#nav_kela_pro a, #nav_kela_pro a:visited {
	text-decoration: none;
	display: block;
	height: 25px;
	width: 144px;
	padding-top: 5px;
	padding-left: 44px;
	background: url(../images/kp_nav_bg.jpg) top left no-repeat;
	color: rgb(46,49,146);
	font-weight: bold;
	font-size: 1.1em;
}

#nav_kela_pro a:hover {
	background: url(../images/kp_nav_bg.jpg) bottom left no-repeat;
	color: rgb(0,48,251);
}
/*
#nav_kela_pro a#about_kela_pro {
	background: url(../images/kp_nav_about.jpg) top left no-repeat;
}

#nav_kela_pro a:hover#about_kela_pro {
	background: url(../images/kp_nav_about.jpg) bottom left no-repeat;
}

#nav_kela_pro a#install_kela_pro {
	background: url(../images/kp_nav_install.jpg) top left no-repeat;
}

#nav_kela_pro a:hover#install_kela_pro {
	background: url(../images/kp_nav_install.jpg) bottom left no-repeat;
}

#nav_kela_pro a#tables_kela_pro {
	background: url(../images/kp_nav_tables.jpg) top left no-repeat;
}

#nav_kela_pro a:hover#tables_kela_pro {
	background: url(../images/kp_nav_tables.jpg) bottom left no-repeat;
}

#nav_kela_pro a#faq_kela_pro {
	background: url(../images/kp_nav_faq.jpg) top left no-repeat;
}

#nav_kela_pro a:hover#faq_kela_pro {
	background: url(../images/kp_nav_faq.jpg) bottom left no-repeat;
}
*/
#footer {
	width: 925px;
	padding-right: 25px;
	padding-left: 31px;
	background: url(../images/body_ds.png) top left repeat-y;
}

#footer_content {
	width: 925px;
	background: rgb(46,49,146);
	color: rgb(255,255,255);
	font: 10px/1.5;
	text-transform: uppercase;
	padding-top: 10px;
}

#footer_content ul, #footer_content ul li, #footer_content ul li ul, #footer_content ul li ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.nested_ul li {
	display: inline;
	border-right: 1px solid rgb(255,255,255);
/*	margin-top: 12px;
	margin-bottom: 12px;*/
}

#footer_content a {
	text-decoration: none;
	/*padding-right: 16px;
	padding-left: 16px;*/
	margin-right: 16px;
	margin-left: 16px;
	color: rgb(255,255,255);
	white-space: nowrap;
}

#footer_content a:hover {
	color: rgb(0,174,240);
}

#footer_bottom {
	width: 981px;
	height: 49px;
	background: url(../images/footer_bottom_ds.png) top left no-repeat;
}

#blog_latest_title {
	width: 188px;
	text-align: left;
}

#blog_latest_title a, #blog_latest_title a:visited {
	text-decoration: none;
	color: rgb(46,49,146);
	font-weight: bold;
	font-size: 1.25em;
	text-transform: uppercase;
	
}

#blog_latest_list {
	width: 188px;
	padding-bottom: 15px;
}

#blog_latest_list ul {
	padding: 0;
	padding-left: 15px;
	margin: 0;
}

#blog_latest_list a, #blog_latest_list a:visited {
	color: rgb(0,48,251);
	font-weight: bold;
	text-decoration: underline;
}

#blog_latest_list a:hover {
	text-decoration: none;
}

#lytec_link {
	width: 188px;
	text-align: center;
	padding-left: 737px;
}

#lytec_link a, #lytec_link a:visited {
	text-decoration: none;
	color: rgb(255,255,255);
	font-weight: bold;
	text-transform: uppercase;
	background: rgb(0,174,240);
	display: block;
	width: 188px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#lytec_link a:hover {
	color: rgb(46,49,146);
}

#video_list ul, #video_list li {
	padding: 0;
	margin: 0;
	list-style: none;	
}

#video_list li {
	float: left;
	padding: 10px;
	width: 297px;
}

.video_download {
	font-size: 10px;
}

.reports_form span {
	float: left;
}

.reports_form span.label {
	font-weight: bold;
}

/*REMNANTS OF STYLES FROM ORIGINAL SITE DEVELOPER. COPIED OVER FOR LAYOUT COMPATABILITY*/
.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;
}
