@import url("css/menu.css");

* {margin: 0; padding: 0;}

body {
background-image: url(images/banicki-bkgdtile.jpg);
background-repeat: repeat;
}

img {
	border: 0;
}

/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	height: 100%;
	background-color: #00FF00;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
}

.skingradient {
/*	background-image: url(hdbkgd.jpg); 
	height: 30px;
*/
}
.controlpanel {
	width: 100%;
	background-color: #FFFFFF;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 0px;
	background-color: transparent;
}

.ContentPane {

	width: 100px;
	background-color: transparent;
/*
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
*/
}


.rightpane {
	width: 0px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.StandardButton {
   background: #aaaaaa none; 
   color: #FF0000;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #0000dd;
	border-right: #ff0000 1px solid; 
	border-top: #ff0000 1px solid; 
	border-left: #ff0000 1px solid; 
	border-bottom: #ff0000 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtGray.jpg);
}

/*
===========================
= R&R designed CSS
===========================
*/

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

body {
	font: .8em verdana, arial, sans-serif;
/*
	margin-left: 10px;
	margin-right: 10px;
*/
	background-color: #333;
}

div#mainwrapper {
   background-color:#FFF;
	border: 2px #fff solid;
	min-width: 760px;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
} /* centers layout when > max width */

div#branding {
	position: relative;
	width: 175px;
	height: 92px;
	top: 55px;
	left: 0;
	z-index: 10;
}

div#header {
	height: 100px;
	width: 100%;
	background-image: url(images/hdbkgd.jpg);
	background-repeat: repeat-x;
}

div#mastheadpic {
	height: 220px;
	width: auto;
	background-image: url(images/image-01.jpg);
	background-color: Transparent;
	background-repeat: no-repeat;
	background-position: center;
}
	
div#threecolwrap {
	border: 2px #fff solid;
	background-color: #fff;
  	float: left;
	margin-left: -2px;
  	width: 100%;
}
	
div#twocolwrap {
 	float: left;
	width: 100%;
	display: inline; /* stops IE doubling  margin on float*/
	margin-right: -170px;
}
	
.content {
	/*padding: 5px;*/
 	width: 700px;
   margin: auto;
 }
 
.content p {
	padding-left: 5px;
	margin: 5px 0 5px 0;
 }

.content a:link {
	color: #06F;
	text-decoration: none;
 }

.content a:visited {
	color: #06F;
	text-decoration: none;
}

.content a:hover {
	color: #69F;
	text-decoration: underline;
}

/*
.sidebar {
	padding: 5px;
 	float: left;
 	width: 150px;
	display: inline; /* stops IE doubling  margin on float
}
	
.sidebar h3 {
	margin-top: 10px;
}
------------------------------------*/

/* Footer */

div#footer {
	margin-left: -2px;
	border: 2px #fff solid;
	height: 100px;
 	width:100%;
 	clear:both;
 	float:left;
	background-image: url(images/ftrbkgd.jpg);
	background-repeat: repeat-y;
 } 

div#footer p {
	color: #000;
	padding-top: 10px;
	font-size: .8em;
	text-align: center;
}

/* Navigation */

div#navbar {
	position: relative;
	top: 75px;
	height: 25px;
	width: 100%;
	border-top: 2px #333 solid;
	background-image: url(images/navbkgd.jpg);
	background-repeat: repeat-y;
	
	/* BizTech Solutions, LLC */
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
}

div#navbar ul {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #000;
	line-height: 25px;
	white-space: nowrap;
}

div#navbar li {
	list-style-type: none;
	display: inline;
	padding: 7px 10px;
}

div#navbar li a {
	text-decoration: none;
	color: #000;
}

div#navbar li a:visited {
	text-decoration: none;
	color: #000;
}

div#navbar li a:hover {
	text-decoration: underline;
	color: #333;
}

/* BizTech Solutions, LLC */
.menu_bg
{
/*   position: relative; */

   top: 75px;
   width:100%;
   height:25px;
   border-top: 1px #333 solid;
   background:url(images/navbkgd.jpg) repeat-y;
}

.menu_style
{
   padding-left: 180px;
   float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-weight: bold;
	color: #000;
	line-height: 25px;
	white-space: nowrap;
}

.clear_float{clear:both;}
