/* @override 
	http://localhost:8888/big_spruce/bsc.css
	http://localhost:8888/seroka/includes/css/bsc.css
	http://www.katzwebdesign.net/seroka/includes/css/print.css
	http://www.katzwebdesign.net/seroka/includes/css/bsc.css
*/

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


html body.twoColFixLtHdr #container { 
	width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff!important;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom:0px;
	padding:0;
	overflow:visible;
	margin:0!important;
} 
#header { 
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:auto!important;
	width:100%!important;
	margin-bottom: 0px!important;
} 
#header h1, #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight:normal;
	margin-bottom:0;
	color:#ffffff;
	text-indent:0!important; font-size:1em!important; float:left;
}
#header h1 {
	position: static!important;
	display:block!important;
	float:left;
	font-size:2em!important;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#header h1 a { 
	display:block;
	float:left; border:none; background:  transparent none !important;
	width: 100%!important; 
	position:relative; 
	height:auto!important;
	overflow:visible!important;
	position:relative;
	top: 0;
	left: 0;
	text-decoration:none; 
}
.header_hr {
	display:none;
	visibility:hidden;
}
#sidebar1 {
	display:none!important;
}
.twoColFixLtHdr #mainContent { 
	width:90%!important;
	position: static!important;
	display:block;
	overflow:visible;
	height:auto;
	top:0!important;
	clear:both!important;
}
hr {
	display: none!important;
}
.twoColFixLtHdr #container #header {
	background: transparent none;
	position: relative;
}
div#header #navigation { display:none!important; visibility:hidden;}

#footer { display:none!important; visibility:hidden!important; clear: both;}

.twoColFixLtHdr #container #header {
	background: transparent none!important;
}
html body hr.clearfloat, html body div.clearfloat { clear:both!important;}