﻿/*======================================================================*/
/*=== SKIN.CSS - Designed by Shebang Websites ==========================*/
/*======================================================================*/
/*--- Document Imports -------------------------------------------------*/
@import url('stylesheets/fontselectors.css');
@import url('stylesheets/skintokens.css');
@import url('stylesheets/dnavmenu.css');
/*===----------------------------------------------------------------===*/
/*--- Global HTML Selector Rulesets ------------------------------------*/
#Body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #f2ede7;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3d3d3d;
}
html {
	height: 100%;
}
img {
	border-width: 0px;
}
/*===----------------------------------------------------------------===*/
/*--- Skin Layout Selector Rulesets ------------------------------------*/
.pageouter {
	background-image: url('images/bodybg.gif');
	background-position: center top;
	background-repeat: repeat-x;
}
.skinouter {
	background-image: url('images/topbg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
.skinwidth {
	width: 960px;
	margin: 0px auto 0px auto;
}
/*--- Website Header - Logo & Banner Rulesets --------------------------*/
.logopane {
	padding: 0px;
	background-color: transparent;
	clear: both;
}
.logopane h2 {
	display: none;
}
/*--- Logo (H1) Rulesets -----------------------------------------------*/
.logo {
	margin: 0px;
	padding: 0px;
	float: left;
}
.logo a {
	display: block;
	width: 960px;
	height: 230px;
	background-image: url('images/kllogo.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
.logo span {
	display: none;
}
.bannerpane {
	background-color: #fff;
	padding: 5px;
}
/*--- Content Panes Rulesets -------------------------------------------*/
.content_outer {
	padding: 0px 15px 40px 15px;
	background-image: url('images/cnt_br.jpg');
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	clear: both;
}
.content_wrapper {
	display: inline-block;
	width: 930px;
}
.leftmenu_pane {
	width: 180px;
	margin-right: 20px;
	padding: 0px 0px 10px 0px;
	float: left;
}
.leftpane {
	padding: 15px 0px 0px 0px;
}
.content_holder {
	width: 730px;
	float: right;
}
.content_table {
	width: 100%;
}
.cpane {
	width: 100%;
}
.cpane_topleft {
	width: 480px;
	padding: 0px 10px 0px 0px;
}
.cpane_topright {
	width: 230px;
	padding: 0px 0px 0px 10px;
}
.cpane_midleft {
	width: 230px;
	padding: 0px 10px 0px 0px;
}
.cpane_midcenter {
	width: 230px;
	padding: 0px 10px 0px 10px;
}
.cpane_midright {
	width: 230px;
	padding: 0px 0px 0px 10px;
}
/*--- Footer Rulesets --------------------------------------------------*/
.ftr_outer {
	background-image: url('images/ftr_outerbg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
.ftr_bg {
	width: 960px;
	margin: 0 auto;
	background-image: url('images/ftr_bg.gif');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #f2ede7;
}
.ftr_br {
	width: 930px;
	background-image: url('images/ftr_r.gif');
	background-position: right top;
	background-repeat: no-repeat;
	padding: 15px;
	display: inline-block;
}
.footer_left {
	float: left;
	width: 435px;
	text-align: left;
}
.footer_right {
	float: right;
	width: 435px;
	text-align: left;
}
.footerpane {
	width: 450px;
	padding-left: 15px;
}
.footerobjects_pane {
	padding-right: 15px;
	text-align: left;
}
/*--- Links Objects Pane Rulesets --------------------------------------*/
.linksobjects_pane {
	width: 960px;
	margin: 20px auto 10px auto;
	text-align: center;
	clear: both;
}
/*--- Shebang Branding & Clearing Rulesets -----------------------------*/
.shebanglink {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	margin-top: 10px;
}
.clearfloat {
	clear: both;
}
/*===----------------------------------------------------------------===*/
/*--- DNN Overwriting Selector Rulesets --------------------------------*/
/*--- Styles to curb FCK Link & Image Gallery #body issue --------------*/
.FCKLinkGalleryContainer {
	background-color: #fff;
}
.FCKImageGalleryContainer {
	background-color: #fff;
}
/*===----------------------------------------------------------------===*/
/*--- END SKIN.CSS STYLESHEET ------------------------------------------*/
/*===----------------------------------------------------------------===*/

