/* HTML Elements
----------------------------------------------------------- */

body {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	text-align: left;
}

/* Print Header
----------------------------------------------------------- */

#print-header {
	display: block;
}


/* Tools (print/email/font down/font up)
----------------------------------------------------------- */

#tools {
	display:none;
}


/* Layout and Structure
----------------------------------------------------------- */
#background{background:none;display:none;}
#bg {display:none;}

#container {
	margin: 0;
	display: inline;
	position: static;
}
#scrollpane
{
    left:0px;
    top:0px;
    position: absolute !important;
    top: 0px !important;
    z-index: 0 !important;
    height: 1000px !important;
    width: 800px !important;
}
ul#secondary-nav,ul#primary-nav, div#bubbles
{
    display:none;
}
ul.form-buttons
{
    display:none;
}
#header {display:none;}

#main {
	background: none;
	_filter: none;
	padding: 0;
	display: inline;
	position: static;
}

#main-home {
	background: none;
	_filter: none;
	padding: 0;
	display: inline;
	position: static;
}

#flash-homepage {display:none;}

#content {	
	float: none;
	display: inline;
	position: static;
	width: auto;
    top: 0px !important; 
    height: auto !important;
    overflow-x: visible;
    overflow-y: visible;
    padding-right: 5px;
    position: absolute;    
    width: 800px !important;
}

#side {display:none;}

#side-home {display:none;}

#content-top {	
	background: none;
	padding: 0;
	display: inline;
	position: static;
	width: auto;
}

#content-bottom {display:none;}

#split #col-main{width:auto;display:inline;position:static;}
#split #col-side{width:253px;}

.split-image-left #col-main{float:none;}
.split-image-right #col-main{float:none;}

.split-image-left #col-side{margin: 0 20px 0 0;}
.split-image-right #col-side{margin: 0 0 0 20px;}

#social-tools, #share-tools{ display: none;}

#footer {display:none;}

.jScrollPaneContainer 
{
    height: 1000px !important;
    width: 800px !important;    
}

/* Hacks and Workarounds :(
----------------------------------------------------------- */

/* Clearfix hack */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}
* html .clearfix {height:1px;}
