﻿/*======================================================================*/
/*=== 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.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
}
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 ------------------------------------*/
.skintopspacer {
}
.skinwidth {
	width: 960px;
	margin: 0px auto 0px auto;}
.logopane {
	padding: 0px 0px 15px 0px;
	float: left;
	width: 410px;
}
.userpane {
	padding: 20px 20px 15px 0px;
	float: right;
	width: 530px;
	height: 45px;
}
.bannerpane {
	padding: 15px;
	display: block;
	clear: both;
	background-color:#fff;
}
.content_outer {
	padding: 15px 15px 10px 15px;
	margin-top:15px;
	clear: both;
	background-color:#fff;
}
.content_wrapper {
	display: inline-block;
}
.leftmenu_pane {
	width: 180px;
	margin-right: 20px;
	padding: 0px 0px 10px 0px;
	float: left;
}
.leftpane {
	padding: 15px 0px 10px 0px;
}
.content_holder {
	width: 730px;
	padding: 0px 0px 10px 0px;
	float: right;
}
.content_table {
	width: 100%;
}
.cpane {
	padding: 0px 15px 0px 15px;
}
.cpane_topleft {
	width: 450px;
	padding: 0px 10px 0px 0px;
}
.cpane_topright {
	width: 260px;
	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_l {
	background-image: url('images/footer_bgl.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0px 50px 0px 50px;
	border-top: 1px #C0C0C0 dotted;
}
.footer_r {
	background-image: url('images/footer_bgr.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px 15px 0px 15px;
}
.footer_m {
	background-color: #000;
	height: 15px;
}
.footer {
	background-image: url('images/footer_bg.gif');
	background-position: center bottom;
	background-repeat: repeat-x;
	padding: 10px 15px 10px 15px;
	margin: 6px 0px 0px 0px;
	border-top: 1px #C0C0C0 dotted;
}
.footerpane {
	width: 450px;
	padding-left: 15px;
}
.footerobjects_pane {
	width: 450px;
	padding-right: 15px;
	text-align: left;
}
.linksobjects_pane {
	padding: 15px 15px 15px 15px;
	text-align: left;
	border-top: 1px #C0C0C0 dotted;
}
.shebanglink {
	padding: 15px;
	border-top: 1px #C0C0C0 dotted;
}
.clearfloat {
	clear: both;
}
/*===----------------------------------------------------------------===*/
/*--- DNN Overwriting Selector Rulesets --------------------------------*/
/*--- Styles to curb FCK Link & Image Gallery #body issue --------------*/
.FCKLinkGalleryContainer {
	background-color: #fff;
}
.FCKImageGalleryContainer {
	background-color: #fff;
}
