﻿/*======================================================================*/
/*=== 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-image: url('images/bodybg.gif');
	background-position: center 220px;
	background-repeat: repeat-x;
	background-color: #e6ddbf;
}
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 ------------------------------------*/
.skintopouter {
	background-image: url('images/topbg_tile.gif');
	background-position: center top;
	background-repeat: repeat-x;
}
.skinouter {
	background-image: url('images/topbg_left.png');
	background-position: center top;
	background-repeat: no-repeat;
}
.skinwidth {
	width: 960px;
	margin: 0px auto 0px auto;
}
/*--- User Login Pane Rulesets -----------------------------------------*/
.userpane {
}
/*--- 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: 260px;
	background-image: url('images/logo.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 20px 15px;
	background-color: #f3ebd0;
	clear: both;
}
.content_wrapper {
	display: inline-block;
	background-color: #f3ebd0;
}
.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 {
}
.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_bl {
	padding-left: 15px;
	background-image: url('images/ftr_bl.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #000;
	
}
.ftr_br {
	padding: 15px 15px 15px 0px;
	background-image: url('images/ftr_br.png');
	background-position: right bottom;
	background-repeat: no-repeat;
	display: inline-block;
	width: 930px;
}
.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 {
	margin: 20px 0px 0px 0px;
	padding: 0px 155px 20px 155px;
	text-align: center;
	clear: both;
}
/*--- Shebang Branding & Clearing Rulesets -----------------------------*/
.shebanglink {
	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 ------------------------------------------*/
/*===----------------------------------------------------------------===*/
